lithic 0.1.0.pre.alpha.26 → 0.1.0.pre.alpha.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +35 -0
- data/README.md +94 -54
- data/SECURITY.md +2 -2
- data/lib/lithic/client.rb +1 -1
- data/lib/lithic/internal/type/array_of.rb +8 -0
- data/lib/lithic/internal/type/base_model.rb +15 -0
- data/lib/lithic/internal/type/boolean.rb +8 -0
- data/lib/lithic/internal/type/enum.rb +12 -0
- data/lib/lithic/internal/type/file_input.rb +7 -0
- data/lib/lithic/internal/type/hash_of.rb +8 -0
- data/lib/lithic/internal/type/union.rb +12 -0
- data/lib/lithic/internal/type/unknown.rb +8 -0
- data/lib/lithic/internal/util.rb +50 -1
- data/lib/lithic/internal.rb +3 -0
- data/lib/lithic/models/account.rb +16 -16
- data/lib/lithic/models/account_holder.rb +49 -49
- data/lib/lithic/models/account_holder_create_params.rb +33 -31
- data/lib/lithic/models/account_holder_create_response.rb +2 -2
- data/lib/lithic/models/account_holder_list_documents_response.rb +2 -2
- data/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb +4 -4
- data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +4 -4
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +6 -6
- data/lib/lithic/models/account_holder_update_params.rb +29 -27
- data/lib/lithic/models/account_holder_update_response.rb +6 -15
- data/lib/lithic/models/account_holder_upload_document_params.rb +2 -2
- data/lib/lithic/models/account_spend_limits.rb +11 -11
- data/lib/lithic/models/account_update_params.rb +4 -4
- data/lib/lithic/models/address.rb +2 -2
- data/lib/lithic/models/address_update.rb +2 -2
- data/lib/lithic/models/aggregate_balance.rb +5 -5
- data/lib/lithic/models/aggregate_balance_list_params.rb +2 -2
- data/lib/lithic/models/auth_rules/auth_rule.rb +4 -4
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +8 -12
- data/lib/lithic/models/auth_rules/conditional_block_parameters.rb +2 -2
- data/lib/lithic/models/auth_rules/v2/backtest_results.rb +19 -19
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +6 -26
- data/lib/lithic/models/auth_rules/v2_create_params.rb +10 -20
- data/lib/lithic/models/auth_rules/v2_create_response.rb +6 -26
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +8 -18
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +6 -26
- data/lib/lithic/models/auth_rules/v2_list_params.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_list_response.rb +6 -26
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +6 -26
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +6 -26
- data/lib/lithic/models/auth_rules/v2_update_params.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_update_response.rb +6 -26
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +12 -16
- data/lib/lithic/models/balance.rb +5 -5
- data/lib/lithic/models/balance_list_params.rb +2 -2
- data/lib/lithic/models/book_transfer_create_params.rb +4 -4
- data/lib/lithic/models/book_transfer_list_params.rb +6 -6
- data/lib/lithic/models/book_transfer_response.rb +18 -18
- data/lib/lithic/models/card.rb +2 -2
- data/lib/lithic/models/card_convert_physical_params.rb +6 -6
- data/lib/lithic/models/card_create_params.rb +12 -12
- data/lib/lithic/models/card_list_params.rb +2 -2
- data/lib/lithic/models/card_program.rb +2 -2
- data/lib/lithic/models/card_provision_params.rb +2 -2
- data/lib/lithic/models/card_reissue_params.rb +6 -6
- data/lib/lithic/models/card_renew_params.rb +6 -6
- data/lib/lithic/models/card_spend_limits.rb +11 -11
- data/lib/lithic/models/card_update_params.rb +6 -6
- data/lib/lithic/models/card_web_provision_params.rb +2 -2
- data/lib/lithic/models/cards/financial_transaction_list_params.rb +6 -6
- data/lib/lithic/models/digital_card_art.rb +3 -3
- data/lib/lithic/models/dispute.rb +11 -11
- data/lib/lithic/models/dispute_create_params.rb +2 -2
- data/lib/lithic/models/dispute_evidence.rb +5 -5
- data/lib/lithic/models/dispute_list_params.rb +2 -2
- data/lib/lithic/models/dispute_update_params.rb +2 -2
- data/lib/lithic/models/document.rb +14 -14
- data/lib/lithic/models/event.rb +5 -5
- data/lib/lithic/models/event_list_attempts_params.rb +2 -2
- data/lib/lithic/models/event_list_params.rb +2 -2
- data/lib/lithic/models/event_subscription.rb +2 -2
- data/lib/lithic/models/events/subscription_create_params.rb +2 -2
- data/lib/lithic/models/events/subscription_list_attempts_params.rb +2 -2
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +2 -2
- data/lib/lithic/models/events/subscription_update_params.rb +2 -2
- data/lib/lithic/models/external_bank_account_create_params.rb +8 -8
- data/lib/lithic/models/external_bank_account_create_response.rb +2 -2
- data/lib/lithic/models/external_bank_account_list_params.rb +8 -8
- data/lib/lithic/models/external_bank_account_list_response.rb +2 -2
- data/lib/lithic/models/external_bank_account_retrieve_response.rb +2 -2
- data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +2 -2
- data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +6 -6
- data/lib/lithic/models/external_bank_account_update_params.rb +6 -6
- data/lib/lithic/models/external_bank_account_update_response.rb +2 -2
- data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +2 -2
- data/lib/lithic/models/external_payment.rb +22 -22
- data/lib/lithic/models/external_payment_create_params.rb +6 -6
- data/lib/lithic/models/external_payment_list_params.rb +6 -6
- data/lib/lithic/models/external_payment_settle_params.rb +2 -2
- data/lib/lithic/models/financial_account.rb +18 -18
- data/lib/lithic/models/financial_account_create_params.rb +2 -2
- data/lib/lithic/models/financial_account_list_params.rb +2 -2
- data/lib/lithic/models/financial_account_update_status_params.rb +4 -4
- data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +6 -6
- data/lib/lithic/models/financial_accounts/financial_transaction_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/loan_tape.rb +68 -68
- data/lib/lithic/models/financial_accounts/statement.rb +46 -46
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +10 -10
- data/lib/lithic/models/financial_accounts/statements.rb +2 -2
- data/lib/lithic/models/financial_transaction.rb +19 -19
- data/lib/lithic/models/kyb.rb +27 -27
- data/lib/lithic/models/kyb_business_entity.rb +5 -5
- data/lib/lithic/models/kyc.rb +12 -12
- data/lib/lithic/models/kyc_exempt.rb +10 -10
- data/lib/lithic/models/management_operation_create_params.rb +6 -6
- data/lib/lithic/models/management_operation_list_params.rb +4 -4
- data/lib/lithic/models/management_operation_transaction.rb +25 -25
- data/lib/lithic/models/message_attempt.rb +5 -5
- data/lib/lithic/models/non_pci_card.rb +24 -24
- data/lib/lithic/models/payment.rb +38 -38
- data/lib/lithic/models/payment_create_params.rb +9 -9
- data/lib/lithic/models/payment_create_response.rb +2 -2
- data/lib/lithic/models/payment_list_params.rb +6 -6
- data/lib/lithic/models/payment_retry_response.rb +2 -2
- data/lib/lithic/models/payment_simulate_action_params.rb +4 -4
- data/lib/lithic/models/payment_simulate_receipt_params.rb +2 -2
- data/lib/lithic/models/reports/settlement/network_total_list_params.rb +2 -2
- data/lib/lithic/models/required_document.rb +2 -2
- data/lib/lithic/models/responder_endpoint_check_status_params.rb +2 -2
- data/lib/lithic/models/responder_endpoint_create_params.rb +2 -2
- data/lib/lithic/models/responder_endpoint_delete_params.rb +2 -2
- data/lib/lithic/models/settlement_detail.rb +11 -11
- data/lib/lithic/models/settlement_report.rb +4 -4
- data/lib/lithic/models/settlement_summary_details.rb +4 -4
- data/lib/lithic/models/shipping_address.rb +2 -2
- data/lib/lithic/models/three_ds/authentication_simulate_params.rb +8 -7
- data/lib/lithic/models/three_ds/challenge_response.rb +3 -3
- data/lib/lithic/models/tokenization.rb +19 -19
- data/lib/lithic/models/tokenization_list_params.rb +2 -2
- data/lib/lithic/models/tokenization_resend_activation_code_params.rb +2 -2
- data/lib/lithic/models/tokenization_retrieve_response.rb +2 -2
- data/lib/lithic/models/tokenization_simulate_params.rb +4 -4
- data/lib/lithic/models/tokenization_simulate_response.rb +2 -2
- data/lib/lithic/models/tokenization_update_digital_card_art_response.rb +2 -2
- data/lib/lithic/models/transaction.rb +162 -160
- data/lib/lithic/models/transaction_list_params.rb +4 -4
- data/lib/lithic/models/transaction_simulate_authorization_params.rb +2 -2
- data/lib/lithic/models/transaction_simulate_void_params.rb +2 -2
- data/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rb +2 -2
- data/lib/lithic/models/transactions/events/enhanced_data.rb +29 -29
- data/lib/lithic/models/transfer.rb +25 -25
- data/lib/lithic/models.rb +30 -19
- data/lib/lithic/resources/account_holders.rb +24 -24
- data/lib/lithic/resources/accounts.rb +6 -6
- data/lib/lithic/resources/aggregate_balances.rb +2 -2
- data/lib/lithic/resources/auth_rules/v2/backtests.rb +1 -1
- data/lib/lithic/resources/auth_rules/v2.rb +5 -5
- data/lib/lithic/resources/auth_stream_enrollment.rb +1 -1
- data/lib/lithic/resources/balances.rb +2 -2
- data/lib/lithic/resources/book_transfers.rb +9 -9
- data/lib/lithic/resources/card_programs.rb +2 -2
- data/lib/lithic/resources/cards/financial_transactions.rb +5 -5
- data/lib/lithic/resources/cards.rb +30 -30
- data/lib/lithic/resources/credit_products/extended_credit.rb +1 -1
- data/lib/lithic/resources/digital_card_art.rb +2 -2
- data/lib/lithic/resources/disputes.rb +12 -12
- data/lib/lithic/resources/events/subscriptions.rb +9 -9
- data/lib/lithic/resources/events.rb +5 -5
- data/lib/lithic/resources/external_bank_accounts.rb +11 -11
- data/lib/lithic/resources/external_payments.rb +14 -14
- data/lib/lithic/resources/financial_accounts/credit_configuration.rb +2 -2
- data/lib/lithic/resources/financial_accounts/financial_transactions.rb +5 -5
- data/lib/lithic/resources/financial_accounts/loan_tapes.rb +2 -2
- data/lib/lithic/resources/financial_accounts/statements/line_items.rb +1 -1
- data/lib/lithic/resources/financial_accounts/statements.rb +2 -2
- data/lib/lithic/resources/financial_accounts.rb +9 -9
- data/lib/lithic/resources/management_operations.rb +9 -9
- data/lib/lithic/resources/payments.rb +11 -11
- data/lib/lithic/resources/reports/settlement/network_totals.rb +1 -1
- data/lib/lithic/resources/reports/settlement.rb +2 -2
- data/lib/lithic/resources/responder_endpoints.rb +4 -4
- data/lib/lithic/resources/three_ds/authentication.rb +3 -3
- data/lib/lithic/resources/three_ds/decisioning.rb +1 -1
- data/lib/lithic/resources/tokenization_decisioning.rb +1 -1
- data/lib/lithic/resources/tokenizations.rb +5 -5
- data/lib/lithic/resources/transactions/events/enhanced_commercial_data.rb +1 -1
- data/lib/lithic/resources/transactions.rb +6 -6
- data/lib/lithic/resources/transfers.rb +1 -1
- data/lib/lithic/version.rb +1 -1
- data/rbi/lithic/internal/type/array_of.rbi +6 -0
- data/rbi/lithic/internal/type/base_model.rbi +5 -0
- data/rbi/lithic/internal/type/boolean.rbi +6 -0
- data/rbi/lithic/internal/type/enum.rbi +5 -0
- data/rbi/lithic/internal/type/file_input.rbi +5 -0
- data/rbi/lithic/internal/type/hash_of.rbi +6 -0
- data/rbi/lithic/internal/type/union.rbi +5 -0
- data/rbi/lithic/internal/type/unknown.rbi +6 -0
- data/rbi/lithic/internal/util.rbi +31 -0
- data/rbi/lithic/internal.rbi +3 -0
- data/rbi/lithic/models/auth_rules/auth_rule_condition.rbi +12 -4
- data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +4 -20
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +4 -20
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +4 -20
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +4 -20
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +4 -20
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +4 -20
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +4 -20
- data/rbi/lithic/resources/account_holders.rbi +1 -6
- data/sig/lithic/internal/type/array_of.rbs +3 -0
- data/sig/lithic/internal/type/base_model.rbs +2 -0
- data/sig/lithic/internal/type/boolean.rbs +3 -0
- data/sig/lithic/internal/type/enum.rbs +2 -0
- data/sig/lithic/internal/type/file_input.rbs +2 -0
- data/sig/lithic/internal/type/hash_of.rbs +3 -0
- data/sig/lithic/internal/type/union.rbs +2 -0
- data/sig/lithic/internal/type/unknown.rbs +3 -0
- data/sig/lithic/internal/util.rbs +12 -0
- data/sig/lithic/internal.rbs +2 -0
- data/sig/lithic/models/account.rbs +33 -4
- data/sig/lithic/models/account_holder.rbs +116 -36
- data/sig/lithic/models/account_holder_create_params.rbs +71 -0
- data/sig/lithic/models/account_holder_create_response.rbs +10 -0
- data/sig/lithic/models/account_holder_list_documents_params.rbs +2 -0
- data/sig/lithic/models/account_holder_list_documents_response.rbs +2 -0
- data/sig/lithic/models/account_holder_list_params.rbs +15 -0
- data/sig/lithic/models/account_holder_retrieve_document_params.rbs +5 -0
- data/sig/lithic/models/account_holder_retrieve_params.rbs +2 -0
- data/sig/lithic/models/account_holder_simulate_enrollment_document_review_params.rbs +8 -0
- data/sig/lithic/models/account_holder_simulate_enrollment_review_params.rbs +13 -6
- data/sig/lithic/models/account_holder_simulate_enrollment_review_response.rbs +87 -0
- data/sig/lithic/models/account_holder_update_params.rbs +72 -0
- data/sig/lithic/models/account_holder_update_response.rbs +107 -0
- data/sig/lithic/models/account_holder_upload_document_params.rbs +6 -0
- data/sig/lithic/models/account_list_params.rbs +9 -0
- data/sig/lithic/models/account_retrieve_params.rbs +2 -0
- data/sig/lithic/models/account_retrieve_spend_limits_params.rbs +2 -0
- data/sig/lithic/models/account_spend_limits.rbs +12 -0
- data/sig/lithic/models/account_update_params.rbs +18 -0
- data/sig/lithic/models/address.rbs +9 -0
- data/sig/lithic/models/address_update.rbs +9 -0
- data/sig/lithic/models/aggregate_balance.rbs +17 -4
- data/sig/lithic/models/aggregate_balance_list_params.rbs +5 -0
- data/sig/lithic/models/api_status.rbs +2 -0
- data/sig/lithic/models/auth_rules/auth_rule.rbs +16 -4
- data/sig/lithic/models/auth_rules/auth_rule_condition.rbs +18 -12
- data/sig/lithic/models/auth_rules/conditional_block_parameters.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2/backtest_create_params.rbs +6 -0
- data/sig/lithic/models/auth_rules/v2/backtest_create_response.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2/backtest_results.rbs +39 -0
- data/sig/lithic/models/auth_rules/v2/backtest_retrieve_params.rbs +5 -0
- data/sig/lithic/models/auth_rules/v2_apply_params.rbs +8 -0
- data/sig/lithic/models/auth_rules/v2_apply_response.rbs +43 -0
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +21 -0
- data/sig/lithic/models/auth_rules/v2_create_response.rbs +43 -0
- data/sig/lithic/models/auth_rules/v2_delete_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +15 -0
- data/sig/lithic/models/auth_rules/v2_draft_response.rbs +43 -0
- data/sig/lithic/models/auth_rules/v2_list_params.rbs +10 -0
- data/sig/lithic/models/auth_rules/v2_list_response.rbs +43 -0
- data/sig/lithic/models/auth_rules/v2_promote_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_promote_response.rbs +43 -0
- data/sig/lithic/models/auth_rules/v2_report_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_report_response.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_retrieve_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +43 -0
- data/sig/lithic/models/auth_rules/v2_update_params.rbs +10 -0
- data/sig/lithic/models/auth_rules/v2_update_response.rbs +43 -0
- data/sig/lithic/models/auth_rules/velocity_limit_params.rbs +23 -8
- data/sig/lithic/models/auth_stream_enrollment_retrieve_secret_params.rbs +2 -0
- data/sig/lithic/models/auth_stream_enrollment_rotate_secret_params.rbs +2 -0
- data/sig/lithic/models/auth_stream_secret.rbs +2 -0
- data/sig/lithic/models/balance.rbs +17 -4
- data/sig/lithic/models/balance_list_params.rbs +8 -0
- data/sig/lithic/models/book_transfer_create_params.rbs +12 -0
- data/sig/lithic/models/book_transfer_list_params.rbs +15 -0
- data/sig/lithic/models/book_transfer_response.rbs +46 -20
- data/sig/lithic/models/book_transfer_retrieve_params.rbs +2 -0
- data/sig/lithic/models/book_transfer_reverse_params.rbs +2 -0
- data/sig/lithic/models/card.rbs +2 -0
- data/sig/lithic/models/card_convert_physical_params.rbs +8 -0
- data/sig/lithic/models/card_create_params.rbs +21 -0
- data/sig/lithic/models/card_embed_params.rbs +6 -0
- data/sig/lithic/models/card_list_params.rbs +12 -0
- data/sig/lithic/models/card_program.rbs +10 -0
- data/sig/lithic/models/card_program_list_params.rbs +7 -0
- data/sig/lithic/models/card_program_retrieve_params.rbs +2 -0
- data/sig/lithic/models/card_provision_params.rbs +10 -0
- data/sig/lithic/models/card_provision_response.rbs +2 -0
- data/sig/lithic/models/card_reissue_params.rbs +8 -0
- data/sig/lithic/models/card_renew_params.rbs +10 -0
- data/sig/lithic/models/card_retrieve_params.rbs +2 -0
- data/sig/lithic/models/card_retrieve_spend_limits_params.rbs +2 -0
- data/sig/lithic/models/card_search_by_pan_params.rbs +2 -0
- data/sig/lithic/models/card_spend_limits.rbs +24 -0
- data/sig/lithic/models/card_update_params.rbs +11 -0
- data/sig/lithic/models/card_web_provision_params.rbs +5 -0
- data/sig/lithic/models/card_web_provision_response.rbs +14 -0
- data/sig/lithic/models/cards/aggregate_balance_list_params.rbs +6 -0
- data/sig/lithic/models/cards/aggregate_balance_list_response.rbs +12 -0
- data/sig/lithic/models/cards/balance_list_params.rbs +6 -0
- data/sig/lithic/models/cards/balance_list_response.rbs +13 -0
- data/sig/lithic/models/cards/financial_transaction_list_params.rbs +11 -0
- data/sig/lithic/models/cards/financial_transaction_retrieve_params.rbs +5 -0
- data/sig/lithic/models/carrier.rbs +2 -0
- data/sig/lithic/models/client_api_status_params.rbs +2 -0
- data/sig/lithic/models/credit_products/extended_credit.rbs +2 -0
- data/sig/lithic/models/credit_products/extended_credit_retrieve_params.rbs +2 -0
- data/sig/lithic/models/credit_products/prime_rate_create_params.rbs +6 -0
- data/sig/lithic/models/credit_products/prime_rate_retrieve_params.rbs +6 -0
- data/sig/lithic/models/credit_products/prime_rate_retrieve_response.rbs +7 -0
- data/sig/lithic/models/digital_card_art.rbs +14 -4
- data/sig/lithic/models/digital_card_art_list_params.rbs +7 -0
- data/sig/lithic/models/digital_card_art_retrieve_params.rbs +2 -0
- data/sig/lithic/models/dispute.rbs +33 -12
- data/sig/lithic/models/dispute_create_params.rbs +9 -0
- data/sig/lithic/models/dispute_delete_evidence_params.rbs +5 -0
- data/sig/lithic/models/dispute_delete_params.rbs +2 -0
- data/sig/lithic/models/dispute_evidence.rbs +14 -4
- data/sig/lithic/models/dispute_initiate_evidence_upload_params.rbs +5 -0
- data/sig/lithic/models/dispute_list_evidences_params.rbs +9 -0
- data/sig/lithic/models/dispute_list_params.rbs +11 -0
- data/sig/lithic/models/dispute_retrieve_evidence_params.rbs +5 -0
- data/sig/lithic/models/dispute_retrieve_params.rbs +2 -0
- data/sig/lithic/models/dispute_update_params.rbs +8 -0
- data/sig/lithic/models/document.rbs +36 -16
- data/sig/lithic/models/event.rbs +11 -4
- data/sig/lithic/models/event_list_attempts_params.rbs +10 -0
- data/sig/lithic/models/event_list_params.rbs +17 -6
- data/sig/lithic/models/event_retrieve_params.rbs +2 -0
- data/sig/lithic/models/event_subscription.rbs +12 -4
- data/sig/lithic/models/events/event_subscription_resend_params.rbs +5 -0
- data/sig/lithic/models/events/subscription_create_params.rbs +14 -6
- data/sig/lithic/models/events/subscription_delete_params.rbs +2 -0
- data/sig/lithic/models/events/subscription_list_attempts_params.rbs +10 -0
- data/sig/lithic/models/events/subscription_list_params.rbs +7 -0
- data/sig/lithic/models/events/subscription_recover_params.rbs +6 -0
- data/sig/lithic/models/events/subscription_replay_missing_params.rbs +6 -0
- data/sig/lithic/models/events/subscription_retrieve_params.rbs +2 -0
- data/sig/lithic/models/events/subscription_retrieve_secret_params.rbs +2 -0
- data/sig/lithic/models/events/subscription_retrieve_secret_response.rbs +2 -0
- data/sig/lithic/models/events/subscription_rotate_secret_params.rbs +2 -0
- data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +5 -0
- data/sig/lithic/models/events/subscription_update_params.rbs +14 -6
- data/sig/lithic/models/external_bank_account_address.rbs +9 -0
- data/sig/lithic/models/external_bank_account_create_params.rbs +22 -0
- data/sig/lithic/models/external_bank_account_create_response.rbs +25 -0
- data/sig/lithic/models/external_bank_account_list_params.rbs +31 -18
- data/sig/lithic/models/external_bank_account_list_response.rbs +25 -0
- data/sig/lithic/models/external_bank_account_retrieve_params.rbs +2 -0
- data/sig/lithic/models/external_bank_account_retrieve_response.rbs +25 -0
- data/sig/lithic/models/external_bank_account_retry_micro_deposits_params.rbs +5 -0
- data/sig/lithic/models/external_bank_account_retry_micro_deposits_response.rbs +25 -0
- data/sig/lithic/models/external_bank_account_retry_prenote_params.rbs +5 -0
- data/sig/lithic/models/external_bank_account_retry_prenote_response.rbs +25 -0
- data/sig/lithic/models/external_bank_account_update_params.rbs +13 -0
- data/sig/lithic/models/external_bank_account_update_response.rbs +25 -0
- data/sig/lithic/models/external_bank_accounts/micro_deposit_create_params.rbs +5 -0
- data/sig/lithic/models/external_bank_accounts/micro_deposit_create_response.rbs +25 -0
- data/sig/lithic/models/external_payment.rbs +55 -28
- data/sig/lithic/models/external_payment_cancel_params.rbs +6 -0
- data/sig/lithic/models/external_payment_create_params.rbs +13 -0
- data/sig/lithic/models/external_payment_list_params.rbs +14 -0
- data/sig/lithic/models/external_payment_release_params.rbs +6 -0
- data/sig/lithic/models/external_payment_retrieve_params.rbs +2 -0
- data/sig/lithic/models/external_payment_reverse_params.rbs +6 -0
- data/sig/lithic/models/external_payment_settle_params.rbs +7 -0
- data/sig/lithic/models/financial_account.rbs +45 -20
- data/sig/lithic/models/financial_account_create_params.rbs +9 -0
- data/sig/lithic/models/financial_account_list_params.rbs +7 -0
- data/sig/lithic/models/financial_account_retrieve_params.rbs +2 -0
- data/sig/lithic/models/financial_account_update_params.rbs +5 -0
- data/sig/lithic/models/financial_account_update_status_params.rbs +6 -0
- data/sig/lithic/models/financial_accounts/balance_list_params.rbs +6 -0
- data/sig/lithic/models/financial_accounts/balance_list_response.rbs +13 -0
- data/sig/lithic/models/financial_accounts/credit_configuration_retrieve_params.rbs +2 -0
- data/sig/lithic/models/financial_accounts/credit_configuration_update_params.rbs +8 -0
- data/sig/lithic/models/financial_accounts/financial_account_credit_config.rbs +19 -8
- data/sig/lithic/models/financial_accounts/financial_transaction_list_params.rbs +11 -0
- data/sig/lithic/models/financial_accounts/financial_transaction_retrieve_params.rbs +5 -0
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +156 -16
- data/sig/lithic/models/financial_accounts/loan_tape_list_params.rbs +9 -0
- data/sig/lithic/models/financial_accounts/loan_tape_retrieve_params.rbs +5 -0
- data/sig/lithic/models/financial_accounts/statement.rbs +110 -20
- data/sig/lithic/models/financial_accounts/statement_list_params.rbs +10 -0
- data/sig/lithic/models/financial_accounts/statement_retrieve_params.rbs +5 -0
- data/sig/lithic/models/financial_accounts/statements/line_item_list_params.rbs +8 -0
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +28 -8
- data/sig/lithic/models/financial_accounts/statements.rbs +5 -0
- data/sig/lithic/models/financial_transaction.rbs +46 -24
- data/sig/lithic/models/funding_event_list_params.rbs +7 -0
- data/sig/lithic/models/funding_event_list_response.rbs +13 -0
- data/sig/lithic/models/funding_event_retrieve_details_params.rbs +2 -0
- data/sig/lithic/models/funding_event_retrieve_details_response.rbs +6 -0
- data/sig/lithic/models/funding_event_retrieve_params.rbs +2 -0
- data/sig/lithic/models/funding_event_retrieve_response.rbs +13 -0
- data/sig/lithic/models/kyb.rbs +55 -4
- data/sig/lithic/models/kyb_business_entity.rbs +18 -0
- data/sig/lithic/models/kyc.rbs +22 -4
- data/sig/lithic/models/kyc_exempt.rbs +20 -8
- data/sig/lithic/models/management_operation_create_params.rbs +14 -0
- data/sig/lithic/models/management_operation_list_params.rbs +13 -0
- data/sig/lithic/models/management_operation_retrieve_params.rbs +2 -0
- data/sig/lithic/models/management_operation_reverse_params.rbs +6 -0
- data/sig/lithic/models/management_operation_transaction.rbs +63 -28
- data/sig/lithic/models/message_attempt.rbs +15 -4
- data/sig/lithic/models/non_pci_card.rbs +58 -24
- data/sig/lithic/models/payment.rbs +82 -42
- data/sig/lithic/models/payment_create_params.rbs +23 -4
- data/sig/lithic/models/payment_create_response.rbs +2 -0
- data/sig/lithic/models/payment_list_params.rbs +15 -0
- data/sig/lithic/models/payment_retrieve_params.rbs +2 -0
- data/sig/lithic/models/payment_retry_params.rbs +2 -0
- data/sig/lithic/models/payment_retry_response.rbs +2 -0
- data/sig/lithic/models/payment_simulate_action_params.rbs +7 -0
- data/sig/lithic/models/payment_simulate_action_response.rbs +6 -0
- data/sig/lithic/models/payment_simulate_receipt_params.rbs +9 -0
- data/sig/lithic/models/payment_simulate_receipt_response.rbs +6 -0
- data/sig/lithic/models/payment_simulate_release_params.rbs +5 -0
- data/sig/lithic/models/payment_simulate_release_response.rbs +6 -0
- data/sig/lithic/models/payment_simulate_return_params.rbs +6 -0
- data/sig/lithic/models/payment_simulate_return_response.rbs +6 -0
- data/sig/lithic/models/reports/settlement/network_total_list_params.rbs +15 -0
- data/sig/lithic/models/reports/settlement/network_total_list_response.rbs +21 -0
- data/sig/lithic/models/reports/settlement/network_total_retrieve_params.rbs +2 -0
- data/sig/lithic/models/reports/settlement/network_total_retrieve_response.rbs +21 -0
- data/sig/lithic/models/reports/settlement_list_details_params.rbs +7 -0
- data/sig/lithic/models/reports/settlement_summary_params.rbs +2 -0
- data/sig/lithic/models/required_document.rbs +6 -0
- data/sig/lithic/models/responder_endpoint_check_status_params.rbs +5 -0
- data/sig/lithic/models/responder_endpoint_create_params.rbs +6 -0
- data/sig/lithic/models/responder_endpoint_create_response.rbs +2 -0
- data/sig/lithic/models/responder_endpoint_delete_params.rbs +5 -0
- data/sig/lithic/models/responder_endpoint_status.rbs +2 -0
- data/sig/lithic/models/settlement_detail.rbs +34 -8
- data/sig/lithic/models/settlement_report.rbs +14 -0
- data/sig/lithic/models/settlement_summary_details.rbs +17 -6
- data/sig/lithic/models/shipping_address.rbs +14 -0
- data/sig/lithic/models/three_ds/authentication_retrieve_params.rbs +2 -0
- data/sig/lithic/models/three_ds/authentication_retrieve_response.rbs +102 -0
- data/sig/lithic/models/three_ds/authentication_simulate_otp_entry_params.rbs +6 -0
- data/sig/lithic/models/three_ds/authentication_simulate_params.rbs +17 -0
- data/sig/lithic/models/three_ds/authentication_simulate_response.rbs +2 -0
- data/sig/lithic/models/three_ds/challenge_response.rbs +5 -0
- data/sig/lithic/models/three_ds/decisioning_challenge_response_params.rbs +2 -0
- data/sig/lithic/models/three_ds/decisioning_retrieve_secret_params.rbs +2 -0
- data/sig/lithic/models/three_ds/decisioning_retrieve_secret_response.rbs +2 -0
- data/sig/lithic/models/three_ds/decisioning_rotate_secret_params.rbs +2 -0
- data/sig/lithic/models/tokenization.rbs +47 -24
- data/sig/lithic/models/tokenization_activate_params.rbs +2 -0
- data/sig/lithic/models/tokenization_deactivate_params.rbs +2 -0
- data/sig/lithic/models/tokenization_decisioning_retrieve_secret_params.rbs +2 -0
- data/sig/lithic/models/tokenization_decisioning_rotate_secret_params.rbs +2 -0
- data/sig/lithic/models/tokenization_decisioning_rotate_secret_response.rbs +2 -0
- data/sig/lithic/models/tokenization_list_params.rbs +12 -0
- data/sig/lithic/models/tokenization_pause_params.rbs +2 -0
- data/sig/lithic/models/tokenization_resend_activation_code_params.rbs +5 -0
- data/sig/lithic/models/tokenization_retrieve_params.rbs +2 -0
- data/sig/lithic/models/tokenization_retrieve_response.rbs +2 -0
- data/sig/lithic/models/tokenization_secret.rbs +2 -0
- data/sig/lithic/models/tokenization_simulate_params.rbs +12 -0
- data/sig/lithic/models/tokenization_simulate_response.rbs +2 -0
- data/sig/lithic/models/tokenization_unpause_params.rbs +2 -0
- data/sig/lithic/models/tokenization_update_digital_card_art_params.rbs +5 -0
- data/sig/lithic/models/tokenization_update_digital_card_art_response.rbs +2 -0
- data/sig/lithic/models/transaction.rbs +277 -90
- data/sig/lithic/models/transaction_expire_authorization_params.rbs +2 -0
- data/sig/lithic/models/transaction_list_params.rbs +13 -0
- data/sig/lithic/models/transaction_retrieve_params.rbs +2 -0
- data/sig/lithic/models/transaction_simulate_authorization_advice_params.rbs +6 -0
- data/sig/lithic/models/transaction_simulate_authorization_advice_response.rbs +2 -0
- data/sig/lithic/models/transaction_simulate_authorization_params.rbs +14 -0
- data/sig/lithic/models/transaction_simulate_authorization_response.rbs +2 -0
- data/sig/lithic/models/transaction_simulate_clearing_params.rbs +6 -0
- data/sig/lithic/models/transaction_simulate_clearing_response.rbs +2 -0
- data/sig/lithic/models/transaction_simulate_credit_authorization_params.rbs +9 -0
- data/sig/lithic/models/transaction_simulate_credit_authorization_response.rbs +2 -0
- data/sig/lithic/models/transaction_simulate_return_params.rbs +7 -0
- data/sig/lithic/models/transaction_simulate_return_response.rbs +2 -0
- data/sig/lithic/models/transaction_simulate_return_reversal_params.rbs +2 -0
- data/sig/lithic/models/transaction_simulate_return_reversal_response.rbs +2 -0
- data/sig/lithic/models/transaction_simulate_void_params.rbs +7 -0
- data/sig/lithic/models/transaction_simulate_void_response.rbs +2 -0
- data/sig/lithic/models/transactions/enhanced_commercial_data_retrieve_params.rbs +2 -0
- data/sig/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rbs +4 -0
- data/sig/lithic/models/transactions/events/enhanced_commercial_data_retrieve_params.rbs +2 -0
- data/sig/lithic/models/transactions/events/enhanced_data.rbs +75 -24
- data/sig/lithic/models/transfer.rbs +57 -27
- data/sig/lithic/models/transfer_create_params.rbs +9 -0
- data/sig/lithic/resources/account_holders.rbs +1 -1
- data/sig/lithic/resources/events/subscriptions.rbs +2 -2
- data/sig/lithic/resources/events.rbs +1 -1
- data/sig/lithic/resources/external_bank_accounts.rbs +3 -3
- metadata +2 -2
@@ -15,7 +15,7 @@ module Lithic
|
|
15
15
|
# [FinCEN requirements](https://www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf)
|
16
16
|
# (Section I) for more background on individuals that should be included.
|
17
17
|
#
|
18
|
-
# @return [Array<Lithic::AccountHolderCreateParams::BeneficialOwnerIndividual>]
|
18
|
+
# @return [Array<Lithic::Models::AccountHolderCreateParams::BeneficialOwnerIndividual>]
|
19
19
|
required :beneficial_owner_individuals,
|
20
20
|
-> {
|
21
21
|
Lithic::Internal::Type::ArrayOf[Lithic::AccountHolderCreateParams::BeneficialOwnerIndividual]
|
@@ -25,7 +25,7 @@ module Lithic
|
|
25
25
|
# Information for business for which the account is being opened and KYB is being
|
26
26
|
# run.
|
27
27
|
#
|
28
|
-
# @return [Lithic::AccountHolderCreateParams::BusinessEntity]
|
28
|
+
# @return [Lithic::Models::AccountHolderCreateParams::BusinessEntity]
|
29
29
|
required :business_entity, -> { Lithic::AccountHolderCreateParams::BusinessEntity }
|
30
30
|
|
31
31
|
# @!attribute control_person
|
@@ -38,7 +38,7 @@ module Lithic
|
|
38
38
|
# [FinCEN requirements](https://www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf)
|
39
39
|
# (Section II) for more background.
|
40
40
|
#
|
41
|
-
# @return [Lithic::AccountHolderCreateParams::ControlPerson]
|
41
|
+
# @return [Lithic::Models::AccountHolderCreateParams::ControlPerson]
|
42
42
|
required :control_person, -> { Lithic::AccountHolderCreateParams::ControlPerson }
|
43
43
|
|
44
44
|
# @!attribute nature_of_business
|
@@ -59,7 +59,7 @@ module Lithic
|
|
59
59
|
# @!attribute workflow
|
60
60
|
# Specifies the workflow type. This must be 'KYC_EXEMPT'
|
61
61
|
#
|
62
|
-
# @return [Symbol, Lithic::AccountHolderCreateParams::Workflow]
|
62
|
+
# @return [Symbol, Lithic::Models::AccountHolderCreateParams::Workflow]
|
63
63
|
required :workflow, enum: -> { Lithic::AccountHolderCreateParams::Workflow }
|
64
64
|
|
65
65
|
# @!attribute beneficial_owner_entities
|
@@ -67,7 +67,7 @@ module Lithic
|
|
67
67
|
#
|
68
68
|
# Deprecated.
|
69
69
|
#
|
70
|
-
# @return [Array<Lithic::AccountHolderCreateParams::BeneficialOwnerEntity>, nil]
|
70
|
+
# @return [Array<Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity>, nil]
|
71
71
|
optional :beneficial_owner_entities,
|
72
72
|
-> {
|
73
73
|
Lithic::Internal::Type::ArrayOf[Lithic::AccountHolderCreateParams::BeneficialOwnerEntity]
|
@@ -99,7 +99,7 @@ module Lithic
|
|
99
99
|
# Information on individual for whom the account is being opened and KYC is being
|
100
100
|
# run.
|
101
101
|
#
|
102
|
-
# @return [Lithic::AccountHolderCreateParams::Individual]
|
102
|
+
# @return [Lithic::Models::AccountHolderCreateParams::Individual]
|
103
103
|
required :individual, -> { Lithic::AccountHolderCreateParams::Individual }
|
104
104
|
|
105
105
|
# @!attribute kyc_passed_timestamp
|
@@ -115,7 +115,7 @@ module Lithic
|
|
115
115
|
# KYC Exempt user's current address - PO boxes, UPS drops, and FedEx drops are not
|
116
116
|
# acceptable; APO/FPO are acceptable.
|
117
117
|
#
|
118
|
-
# @return [Lithic::Address]
|
118
|
+
# @return [Lithic::Models::Address]
|
119
119
|
required :address, -> { Lithic::Address }
|
120
120
|
|
121
121
|
# @!attribute email
|
@@ -133,7 +133,7 @@ module Lithic
|
|
133
133
|
# @!attribute kyc_exemption_type
|
134
134
|
# Specifies the type of KYC Exempt user
|
135
135
|
#
|
136
|
-
# @return [Symbol, Lithic::AccountHolderCreateParams::KYCExemptionType]
|
136
|
+
# @return [Symbol, Lithic::Models::AccountHolderCreateParams::KYCExemptionType]
|
137
137
|
required :kyc_exemption_type, enum: -> { Lithic::AccountHolderCreateParams::KYCExemptionType }
|
138
138
|
|
139
139
|
# @!attribute last_name
|
@@ -160,33 +160,33 @@ module Lithic
|
|
160
160
|
# Some parameter documentations has been truncated, see
|
161
161
|
# {Lithic::Models::AccountHolderCreateParams} for more details.
|
162
162
|
#
|
163
|
-
# @param beneficial_owner_individuals [Array<Lithic::AccountHolderCreateParams::BeneficialOwnerIndividual>] You must submit a list of all direct and indirect individuals with 25% or more o
|
163
|
+
# @param beneficial_owner_individuals [Array<Lithic::Models::AccountHolderCreateParams::BeneficialOwnerIndividual>] You must submit a list of all direct and indirect individuals with 25% or more o
|
164
164
|
#
|
165
|
-
# @param business_entity [Lithic::AccountHolderCreateParams::BusinessEntity] Information for business for which the account is being opened and KYB is being
|
165
|
+
# @param business_entity [Lithic::Models::AccountHolderCreateParams::BusinessEntity] Information for business for which the account is being opened and KYB is being
|
166
166
|
#
|
167
|
-
# @param control_person [Lithic::AccountHolderCreateParams::ControlPerson] An individual with significant responsibility for managing the legal entity (e.g
|
167
|
+
# @param control_person [Lithic::Models::AccountHolderCreateParams::ControlPerson] An individual with significant responsibility for managing the legal entity (e.g
|
168
168
|
#
|
169
169
|
# @param nature_of_business [String] Short description of the company's line of business (i.e., what does the company
|
170
170
|
#
|
171
171
|
# @param tos_timestamp [String] An RFC 3339 timestamp indicating when the account holder accepted the applicable
|
172
172
|
#
|
173
|
-
# @param workflow [Symbol, Lithic::AccountHolderCreateParams::Workflow] Specifies the workflow type. This must be 'KYC_EXEMPT'
|
173
|
+
# @param workflow [Symbol, Lithic::Models::AccountHolderCreateParams::Workflow] Specifies the workflow type. This must be 'KYC_EXEMPT'
|
174
174
|
#
|
175
|
-
# @param individual [Lithic::AccountHolderCreateParams::Individual] Information on individual for whom the account is being opened and KYC is being
|
175
|
+
# @param individual [Lithic::Models::AccountHolderCreateParams::Individual] Information on individual for whom the account is being opened and KYC is being
|
176
176
|
#
|
177
|
-
# @param address [Lithic::Address] KYC Exempt user's current address - PO boxes, UPS drops, and FedEx drops are not
|
177
|
+
# @param address [Lithic::Models::Address] KYC Exempt user's current address - PO boxes, UPS drops, and FedEx drops are not
|
178
178
|
#
|
179
179
|
# @param email [String] The KYC Exempt user's email
|
180
180
|
#
|
181
181
|
# @param first_name [String] The KYC Exempt user's first name
|
182
182
|
#
|
183
|
-
# @param kyc_exemption_type [Symbol, Lithic::AccountHolderCreateParams::KYCExemptionType] Specifies the type of KYC Exempt user
|
183
|
+
# @param kyc_exemption_type [Symbol, Lithic::Models::AccountHolderCreateParams::KYCExemptionType] Specifies the type of KYC Exempt user
|
184
184
|
#
|
185
185
|
# @param last_name [String] The KYC Exempt user's last name
|
186
186
|
#
|
187
187
|
# @param phone_number [String] The KYC Exempt user's phone number, entered in E.164 format.
|
188
188
|
#
|
189
|
-
# @param beneficial_owner_entities [Array<Lithic::AccountHolderCreateParams::BeneficialOwnerEntity>] Deprecated.
|
189
|
+
# @param beneficial_owner_entities [Array<Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity>] Deprecated.
|
190
190
|
#
|
191
191
|
# @param external_id [String] A user provided id that can be used to link an account holder with an external s
|
192
192
|
#
|
@@ -205,7 +205,7 @@ module Lithic
|
|
205
205
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
206
206
|
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
207
207
|
#
|
208
|
-
# @return [Lithic::Address]
|
208
|
+
# @return [Lithic::Models::Address]
|
209
209
|
required :address, -> { Lithic::Address }
|
210
210
|
|
211
211
|
# @!attribute dob
|
@@ -250,11 +250,12 @@ module Lithic
|
|
250
250
|
|
251
251
|
# @!method initialize(address:, dob:, email:, first_name:, government_id:, last_name:, phone_number: nil)
|
252
252
|
# Some parameter documentations has been truncated, see
|
253
|
-
# {Lithic::AccountHolderCreateParams::BeneficialOwnerIndividual} for more
|
253
|
+
# {Lithic::Models::AccountHolderCreateParams::BeneficialOwnerIndividual} for more
|
254
|
+
# details.
|
254
255
|
#
|
255
256
|
# Individuals associated with a KYB application. Phone number is optional.
|
256
257
|
#
|
257
|
-
# @param address [Lithic::Address] Individual's current address - PO boxes, UPS drops, and FedEx drops are not acce
|
258
|
+
# @param address [Lithic::Models::Address] Individual's current address - PO boxes, UPS drops, and FedEx drops are not acce
|
258
259
|
#
|
259
260
|
# @param dob [String] Individual's date of birth, as an RFC 3339 date.
|
260
261
|
#
|
@@ -274,7 +275,7 @@ module Lithic
|
|
274
275
|
# Business's physical address - PO boxes, UPS drops, and FedEx drops are not
|
275
276
|
# acceptable; APO/FPO are acceptable.
|
276
277
|
#
|
277
|
-
# @return [Lithic::Address]
|
278
|
+
# @return [Lithic::Models::Address]
|
278
279
|
required :address, -> { Lithic::Address }
|
279
280
|
|
280
281
|
# @!attribute government_id
|
@@ -313,12 +314,12 @@ module Lithic
|
|
313
314
|
|
314
315
|
# @!method initialize(address:, government_id:, legal_business_name:, phone_numbers:, dba_business_name: nil, parent_company: nil)
|
315
316
|
# Some parameter documentations has been truncated, see
|
316
|
-
# {Lithic::AccountHolderCreateParams::BusinessEntity} for more details.
|
317
|
+
# {Lithic::Models::AccountHolderCreateParams::BusinessEntity} for more details.
|
317
318
|
#
|
318
319
|
# Information for business for which the account is being opened and KYB is being
|
319
320
|
# run.
|
320
321
|
#
|
321
|
-
# @param address [Lithic::Address] Business's physical address - PO boxes, UPS drops, and FedEx drops are not accep
|
322
|
+
# @param address [Lithic::Models::Address] Business's physical address - PO boxes, UPS drops, and FedEx drops are not accep
|
322
323
|
#
|
323
324
|
# @param government_id [String] Government-issued identification number. US Federal Employer Identification Numb
|
324
325
|
#
|
@@ -336,7 +337,7 @@ module Lithic
|
|
336
337
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
337
338
|
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
338
339
|
#
|
339
|
-
# @return [Lithic::Address]
|
340
|
+
# @return [Lithic::Models::Address]
|
340
341
|
required :address, -> { Lithic::Address }
|
341
342
|
|
342
343
|
# @!attribute dob
|
@@ -381,7 +382,7 @@ module Lithic
|
|
381
382
|
|
382
383
|
# @!method initialize(address:, dob:, email:, first_name:, government_id:, last_name:, phone_number: nil)
|
383
384
|
# Some parameter documentations has been truncated, see
|
384
|
-
# {Lithic::AccountHolderCreateParams::ControlPerson} for more details.
|
385
|
+
# {Lithic::Models::AccountHolderCreateParams::ControlPerson} for more details.
|
385
386
|
#
|
386
387
|
# An individual with significant responsibility for managing the legal entity
|
387
388
|
# (e.g., a Chief Executive Officer, Chief Financial Officer, Chief Operating
|
@@ -392,7 +393,7 @@ module Lithic
|
|
392
393
|
# [FinCEN requirements](https://www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf)
|
393
394
|
# (Section II) for more background.
|
394
395
|
#
|
395
|
-
# @param address [Lithic::Address] Individual's current address - PO boxes, UPS drops, and FedEx drops are not acce
|
396
|
+
# @param address [Lithic::Models::Address] Individual's current address - PO boxes, UPS drops, and FedEx drops are not acce
|
396
397
|
#
|
397
398
|
# @param dob [String] Individual's date of birth, as an RFC 3339 date.
|
398
399
|
#
|
@@ -422,7 +423,7 @@ module Lithic
|
|
422
423
|
# Business's physical address - PO boxes, UPS drops, and FedEx drops are not
|
423
424
|
# acceptable; APO/FPO are acceptable.
|
424
425
|
#
|
425
|
-
# @return [Lithic::Address]
|
426
|
+
# @return [Lithic::Models::Address]
|
426
427
|
required :address, -> { Lithic::Address }
|
427
428
|
|
428
429
|
# @!attribute government_id
|
@@ -461,9 +462,10 @@ module Lithic
|
|
461
462
|
|
462
463
|
# @!method initialize(address:, government_id:, legal_business_name:, phone_numbers:, dba_business_name: nil, parent_company: nil)
|
463
464
|
# Some parameter documentations has been truncated, see
|
464
|
-
# {Lithic::AccountHolderCreateParams::BeneficialOwnerEntity} for more
|
465
|
+
# {Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity} for more
|
466
|
+
# details.
|
465
467
|
#
|
466
|
-
# @param address [Lithic::Address] Business's physical address - PO boxes, UPS drops, and FedEx drops are not accep
|
468
|
+
# @param address [Lithic::Models::Address] Business's physical address - PO boxes, UPS drops, and FedEx drops are not accep
|
467
469
|
#
|
468
470
|
# @param government_id [String] Government-issued identification number. US Federal Employer Identification Numb
|
469
471
|
#
|
@@ -481,7 +483,7 @@ module Lithic
|
|
481
483
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
482
484
|
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
483
485
|
#
|
484
|
-
# @return [Lithic::Address]
|
486
|
+
# @return [Lithic::Models::Address]
|
485
487
|
required :address, -> { Lithic::Address }
|
486
488
|
|
487
489
|
# @!attribute dob
|
@@ -526,12 +528,12 @@ module Lithic
|
|
526
528
|
|
527
529
|
# @!method initialize(address:, dob:, email:, first_name:, government_id:, last_name:, phone_number:)
|
528
530
|
# Some parameter documentations has been truncated, see
|
529
|
-
# {Lithic::AccountHolderCreateParams::Individual} for more details.
|
531
|
+
# {Lithic::Models::AccountHolderCreateParams::Individual} for more details.
|
530
532
|
#
|
531
533
|
# Information on individual for whom the account is being opened and KYC is being
|
532
534
|
# run.
|
533
535
|
#
|
534
|
-
# @param address [Lithic::Address] Individual's current address - PO boxes, UPS drops, and FedEx drops are not acce
|
536
|
+
# @param address [Lithic::Models::Address] Individual's current address - PO boxes, UPS drops, and FedEx drops are not acce
|
535
537
|
#
|
536
538
|
# @param dob [String] Individual's date of birth, as an RFC 3339 date.
|
537
539
|
#
|
@@ -50,7 +50,7 @@ module Lithic
|
|
50
50
|
# Only present for "KYB_BASIC" workflow. A list of documents required for the
|
51
51
|
# account holder to be approved.
|
52
52
|
#
|
53
|
-
# @return [Array<Lithic::RequiredDocument>, nil]
|
53
|
+
# @return [Array<Lithic::Models::RequiredDocument>, nil]
|
54
54
|
optional :required_documents, -> { Lithic::Internal::Type::ArrayOf[Lithic::RequiredDocument] }
|
55
55
|
|
56
56
|
# @!method initialize(token:, account_token:, status:, status_reasons:, created: nil, external_id: nil, required_documents: nil)
|
@@ -69,7 +69,7 @@ module Lithic
|
|
69
69
|
#
|
70
70
|
# @param external_id [String] Customer-provided token that indicates a relationship with an object outside of
|
71
71
|
#
|
72
|
-
# @param required_documents [Array<Lithic::RequiredDocument>] Only present for "KYB_BASIC" workflow. A list of documents required for the acco
|
72
|
+
# @param required_documents [Array<Lithic::Models::RequiredDocument>] Only present for "KYB_BASIC" workflow. A list of documents required for the acco
|
73
73
|
|
74
74
|
# KYC and KYB evaluation states.
|
75
75
|
#
|
@@ -6,11 +6,11 @@ module Lithic
|
|
6
6
|
class AccountHolderListDocumentsResponse < Lithic::Internal::Type::BaseModel
|
7
7
|
# @!attribute data
|
8
8
|
#
|
9
|
-
# @return [Array<Lithic::Document>, nil]
|
9
|
+
# @return [Array<Lithic::Models::Document>, nil]
|
10
10
|
optional :data, -> { Lithic::Internal::Type::ArrayOf[Lithic::Document] }
|
11
11
|
|
12
12
|
# @!method initialize(data: nil)
|
13
|
-
# @param data [Array<Lithic::Document>]
|
13
|
+
# @param data [Array<Lithic::Models::Document>]
|
14
14
|
end
|
15
15
|
end
|
16
16
|
end
|
@@ -16,7 +16,7 @@ module Lithic
|
|
16
16
|
# @!attribute status
|
17
17
|
# An account holder document's upload status for use within the simulation.
|
18
18
|
#
|
19
|
-
# @return [Symbol, Lithic::AccountHolderSimulateEnrollmentDocumentReviewParams::Status]
|
19
|
+
# @return [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentDocumentReviewParams::Status]
|
20
20
|
required :status, enum: -> { Lithic::AccountHolderSimulateEnrollmentDocumentReviewParams::Status }
|
21
21
|
|
22
22
|
# @!attribute accepted_entity_status_reasons
|
@@ -29,7 +29,7 @@ module Lithic
|
|
29
29
|
# Status reason that will be associated with the simulated account holder status.
|
30
30
|
# Only required for a `REJECTED` status or `PARTIAL_APPROVAL` status.
|
31
31
|
#
|
32
|
-
# @return [Symbol, Lithic::AccountHolderSimulateEnrollmentDocumentReviewParams::StatusReason, nil]
|
32
|
+
# @return [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentDocumentReviewParams::StatusReason, nil]
|
33
33
|
optional :status_reason,
|
34
34
|
enum: -> { Lithic::AccountHolderSimulateEnrollmentDocumentReviewParams::StatusReason }
|
35
35
|
|
@@ -40,11 +40,11 @@ module Lithic
|
|
40
40
|
#
|
41
41
|
# @param document_upload_token [String] The account holder document upload which to perform the simulation upon.
|
42
42
|
#
|
43
|
-
# @param status [Symbol, Lithic::AccountHolderSimulateEnrollmentDocumentReviewParams::Status] An account holder document's upload status for use within the simulation.
|
43
|
+
# @param status [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentDocumentReviewParams::Status] An account holder document's upload status for use within the simulation.
|
44
44
|
#
|
45
45
|
# @param accepted_entity_status_reasons [Array<String>] A list of status reasons associated with a KYB account holder in PENDING_REVIEW
|
46
46
|
#
|
47
|
-
# @param status_reason [Symbol, Lithic::AccountHolderSimulateEnrollmentDocumentReviewParams::StatusReason] Status reason that will be associated with the simulated account holder status.
|
47
|
+
# @param status_reason [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentDocumentReviewParams::StatusReason] Status reason that will be associated with the simulated account holder status.
|
48
48
|
#
|
49
49
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
|
50
50
|
|
@@ -16,14 +16,14 @@ module Lithic
|
|
16
16
|
# @!attribute status
|
17
17
|
# An account holder's status for use within the simulation.
|
18
18
|
#
|
19
|
-
# @return [Symbol, Lithic::AccountHolderSimulateEnrollmentReviewParams::Status, nil]
|
19
|
+
# @return [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewParams::Status, nil]
|
20
20
|
optional :status, enum: -> { Lithic::AccountHolderSimulateEnrollmentReviewParams::Status }
|
21
21
|
|
22
22
|
# @!attribute status_reasons
|
23
23
|
# Status reason that will be associated with the simulated account holder status.
|
24
24
|
# Only required for a `REJECTED` status.
|
25
25
|
#
|
26
|
-
# @return [Array<Symbol, Lithic::AccountHolderSimulateEnrollmentReviewParams::StatusReason>, nil]
|
26
|
+
# @return [Array<Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewParams::StatusReason>, nil]
|
27
27
|
optional :status_reasons,
|
28
28
|
-> {
|
29
29
|
Lithic::Internal::Type::ArrayOf[enum: Lithic::AccountHolderSimulateEnrollmentReviewParams::StatusReason]
|
@@ -35,9 +35,9 @@ module Lithic
|
|
35
35
|
#
|
36
36
|
# @param account_holder_token [String] The account holder which to perform the simulation upon.
|
37
37
|
#
|
38
|
-
# @param status [Symbol, Lithic::AccountHolderSimulateEnrollmentReviewParams::Status] An account holder's status for use within the simulation.
|
38
|
+
# @param status [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewParams::Status] An account holder's status for use within the simulation.
|
39
39
|
#
|
40
|
-
# @param status_reasons [Array<Symbol, Lithic::AccountHolderSimulateEnrollmentReviewParams::StatusReason>] Status reason that will be associated with the simulated account holder status.
|
40
|
+
# @param status_reasons [Array<Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewParams::StatusReason>] Status reason that will be associated with the simulated account holder status.
|
41
41
|
#
|
42
42
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
|
43
43
|
|
@@ -19,7 +19,7 @@ module Lithic
|
|
19
19
|
# @!attribute beneficial_owner_entities
|
20
20
|
# Deprecated.
|
21
21
|
#
|
22
|
-
# @return [Array<Lithic::KYBBusinessEntity>, nil]
|
22
|
+
# @return [Array<Lithic::Models::KYBBusinessEntity>, nil]
|
23
23
|
optional :beneficial_owner_entities, -> { Lithic::Internal::Type::ArrayOf[Lithic::KYBBusinessEntity] }
|
24
24
|
|
25
25
|
# @!attribute beneficial_owner_individuals
|
@@ -46,7 +46,7 @@ module Lithic
|
|
46
46
|
# Only present when user_type == "BUSINESS". Information about the business for
|
47
47
|
# which the account is being opened and KYB is being run.
|
48
48
|
#
|
49
|
-
# @return [Lithic::KYBBusinessEntity, nil]
|
49
|
+
# @return [Lithic::Models::KYBBusinessEntity, nil]
|
50
50
|
optional :business_entity, -> { Lithic::KYBBusinessEntity }
|
51
51
|
|
52
52
|
# @!attribute control_person
|
@@ -123,7 +123,7 @@ module Lithic
|
|
123
123
|
# Only present for "KYB_BASIC" and "KYC_ADVANCED" workflows. A list of documents
|
124
124
|
# required for the account holder to be approved.
|
125
125
|
#
|
126
|
-
# @return [Array<Lithic::RequiredDocument>, nil]
|
126
|
+
# @return [Array<Lithic::Models::RequiredDocument>, nil]
|
127
127
|
optional :required_documents, -> { Lithic::Internal::Type::ArrayOf[Lithic::RequiredDocument] }
|
128
128
|
|
129
129
|
# @!attribute status
|
@@ -178,13 +178,13 @@ module Lithic
|
|
178
178
|
#
|
179
179
|
# @param account_token [String] Globally unique identifier for the account.
|
180
180
|
#
|
181
|
-
# @param beneficial_owner_entities [Array<Lithic::KYBBusinessEntity>] Deprecated.
|
181
|
+
# @param beneficial_owner_entities [Array<Lithic::Models::KYBBusinessEntity>] Deprecated.
|
182
182
|
#
|
183
183
|
# @param beneficial_owner_individuals [Array<Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::BeneficialOwnerIndividual>] Only present when user_type == "BUSINESS". You must submit a list of all direct
|
184
184
|
#
|
185
185
|
# @param business_account_token [String] Only applicable for customers using the KYC-Exempt workflow to enroll authorized
|
186
186
|
#
|
187
|
-
# @param business_entity [Lithic::KYBBusinessEntity] Only present when user_type == "BUSINESS". Information about the business for wh
|
187
|
+
# @param business_entity [Lithic::Models::KYBBusinessEntity] Only present when user_type == "BUSINESS". Information about the business for wh
|
188
188
|
#
|
189
189
|
# @param control_person [Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::ControlPerson] Only present when user_type == "BUSINESS".
|
190
190
|
#
|
@@ -202,7 +202,7 @@ module Lithic
|
|
202
202
|
#
|
203
203
|
# @param phone_number [String] <
|
204
204
|
#
|
205
|
-
# @param required_documents [Array<Lithic::RequiredDocument>] Only present for "KYB_BASIC" and "KYC_ADVANCED" workflows. A list of documents r
|
205
|
+
# @param required_documents [Array<Lithic::Models::RequiredDocument>] Only present for "KYB_BASIC" and "KYC_ADVANCED" workflows. A list of documents r
|
206
206
|
#
|
207
207
|
# @param status [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewResponse::Status] <Deprecated. Use verification_application.status instead>
|
208
208
|
#
|
@@ -12,7 +12,7 @@ module Lithic
|
|
12
12
|
#
|
13
13
|
# Deprecated.
|
14
14
|
#
|
15
|
-
# @return [Array<Lithic::AccountHolderUpdateParams::BeneficialOwnerEntity>, nil]
|
15
|
+
# @return [Array<Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerEntity>, nil]
|
16
16
|
optional :beneficial_owner_entities,
|
17
17
|
-> {
|
18
18
|
Lithic::Internal::Type::ArrayOf[Lithic::AccountHolderUpdateParams::BeneficialOwnerEntity]
|
@@ -26,7 +26,7 @@ module Lithic
|
|
26
26
|
# [FinCEN requirements](https://www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf)
|
27
27
|
# (Section I) for more background on individuals that should be included.
|
28
28
|
#
|
29
|
-
# @return [Array<Lithic::AccountHolderUpdateParams::BeneficialOwnerIndividual>, nil]
|
29
|
+
# @return [Array<Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerIndividual>, nil]
|
30
30
|
optional :beneficial_owner_individuals,
|
31
31
|
-> {
|
32
32
|
Lithic::Internal::Type::ArrayOf[Lithic::AccountHolderUpdateParams::BeneficialOwnerIndividual]
|
@@ -36,7 +36,7 @@ module Lithic
|
|
36
36
|
# Information for business for which the account is being opened and KYB is being
|
37
37
|
# run.
|
38
38
|
#
|
39
|
-
# @return [Lithic::AccountHolderUpdateParams::BusinessEntity, nil]
|
39
|
+
# @return [Lithic::Models::AccountHolderUpdateParams::BusinessEntity, nil]
|
40
40
|
optional :business_entity, -> { Lithic::AccountHolderUpdateParams::BusinessEntity }
|
41
41
|
|
42
42
|
# @!attribute control_person
|
@@ -49,7 +49,7 @@ module Lithic
|
|
49
49
|
# [FinCEN requirements](https://www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf)
|
50
50
|
# (Section II) for more background.
|
51
51
|
#
|
52
|
-
# @return [Lithic::AccountHolderUpdateParams::ControlPerson, nil]
|
52
|
+
# @return [Lithic::Models::AccountHolderUpdateParams::ControlPerson, nil]
|
53
53
|
optional :control_person, -> { Lithic::AccountHolderUpdateParams::ControlPerson }
|
54
54
|
|
55
55
|
# @!attribute external_id
|
@@ -76,13 +76,13 @@ module Lithic
|
|
76
76
|
# Information on the individual for whom the account is being opened and KYC is
|
77
77
|
# being run.
|
78
78
|
#
|
79
|
-
# @return [Lithic::AccountHolderUpdateParams::Individual, nil]
|
79
|
+
# @return [Lithic::Models::AccountHolderUpdateParams::Individual, nil]
|
80
80
|
optional :individual, -> { Lithic::AccountHolderUpdateParams::Individual }
|
81
81
|
|
82
82
|
# @!attribute address
|
83
83
|
# Allowed for: KYC-Exempt, BYO-KYC, BYO-KYB.
|
84
84
|
#
|
85
|
-
# @return [Lithic::AddressUpdate, nil]
|
85
|
+
# @return [Lithic::Models::AddressUpdate, nil]
|
86
86
|
optional :address, -> { Lithic::AddressUpdate }
|
87
87
|
|
88
88
|
# @!attribute business_account_token
|
@@ -130,13 +130,13 @@ module Lithic
|
|
130
130
|
# Some parameter documentations has been truncated, see
|
131
131
|
# {Lithic::Models::AccountHolderUpdateParams} for more details.
|
132
132
|
#
|
133
|
-
# @param beneficial_owner_entities [Array<Lithic::AccountHolderUpdateParams::BeneficialOwnerEntity>] Deprecated.
|
133
|
+
# @param beneficial_owner_entities [Array<Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerEntity>] Deprecated.
|
134
134
|
#
|
135
|
-
# @param beneficial_owner_individuals [Array<Lithic::AccountHolderUpdateParams::BeneficialOwnerIndividual>] You must submit a list of all direct and indirect individuals with 25% or more o
|
135
|
+
# @param beneficial_owner_individuals [Array<Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerIndividual>] You must submit a list of all direct and indirect individuals with 25% or more o
|
136
136
|
#
|
137
|
-
# @param business_entity [Lithic::AccountHolderUpdateParams::BusinessEntity] Information for business for which the account is being opened and KYB is being
|
137
|
+
# @param business_entity [Lithic::Models::AccountHolderUpdateParams::BusinessEntity] Information for business for which the account is being opened and KYB is being
|
138
138
|
#
|
139
|
-
# @param control_person [Lithic::AccountHolderUpdateParams::ControlPerson] An individual with significant responsibility for managing the legal entity (e.g
|
139
|
+
# @param control_person [Lithic::Models::AccountHolderUpdateParams::ControlPerson] An individual with significant responsibility for managing the legal entity (e.g
|
140
140
|
#
|
141
141
|
# @param external_id [String] A user provided id that can be used to link an account holder with an external s
|
142
142
|
#
|
@@ -144,9 +144,9 @@ module Lithic
|
|
144
144
|
#
|
145
145
|
# @param website_url [String] Company website URL.
|
146
146
|
#
|
147
|
-
# @param individual [Lithic::AccountHolderUpdateParams::Individual] Information on the individual for whom the account is being opened and KYC is be
|
147
|
+
# @param individual [Lithic::Models::AccountHolderUpdateParams::Individual] Information on the individual for whom the account is being opened and KYC is be
|
148
148
|
#
|
149
|
-
# @param address [Lithic::AddressUpdate] Allowed for: KYC-Exempt, BYO-KYC, BYO-KYB.
|
149
|
+
# @param address [Lithic::Models::AddressUpdate] Allowed for: KYC-Exempt, BYO-KYC, BYO-KYB.
|
150
150
|
#
|
151
151
|
# @param business_account_token [String] Allowed for: KYC-Exempt, BYO-KYC. The token of the business account to which the
|
152
152
|
#
|
@@ -173,7 +173,7 @@ module Lithic
|
|
173
173
|
# Business''s physical address - PO boxes, UPS drops, and FedEx drops are not
|
174
174
|
# acceptable; APO/FPO are acceptable.
|
175
175
|
#
|
176
|
-
# @return [Lithic::AddressUpdate, nil]
|
176
|
+
# @return [Lithic::Models::AddressUpdate, nil]
|
177
177
|
optional :address, -> { Lithic::AddressUpdate }
|
178
178
|
|
179
179
|
# @!attribute dba_business_name
|
@@ -212,11 +212,12 @@ module Lithic
|
|
212
212
|
|
213
213
|
# @!method initialize(entity_token:, address: nil, dba_business_name: nil, government_id: nil, legal_business_name: nil, parent_company: nil, phone_numbers: nil)
|
214
214
|
# Some parameter documentations has been truncated, see
|
215
|
-
# {Lithic::AccountHolderUpdateParams::BeneficialOwnerEntity} for more
|
215
|
+
# {Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerEntity} for more
|
216
|
+
# details.
|
216
217
|
#
|
217
218
|
# @param entity_token [String] Globally unique identifier for an entity.
|
218
219
|
#
|
219
|
-
# @param address [Lithic::AddressUpdate] Business''s physical address - PO boxes, UPS drops, and FedEx drops are not acce
|
220
|
+
# @param address [Lithic::Models::AddressUpdate] Business''s physical address - PO boxes, UPS drops, and FedEx drops are not acce
|
220
221
|
#
|
221
222
|
# @param dba_business_name [String] Any name that the business operates under that is not its legal business name (i
|
222
223
|
#
|
@@ -240,7 +241,7 @@ module Lithic
|
|
240
241
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
241
242
|
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
242
243
|
#
|
243
|
-
# @return [Lithic::AddressUpdate, nil]
|
244
|
+
# @return [Lithic::Models::AddressUpdate, nil]
|
244
245
|
optional :address, -> { Lithic::AddressUpdate }
|
245
246
|
|
246
247
|
# @!attribute dob
|
@@ -287,13 +288,14 @@ module Lithic
|
|
287
288
|
|
288
289
|
# @!method initialize(entity_token:, address: nil, dob: nil, email: nil, first_name: nil, government_id: nil, last_name: nil, phone_number: nil)
|
289
290
|
# Some parameter documentations has been truncated, see
|
290
|
-
# {Lithic::AccountHolderUpdateParams::BeneficialOwnerIndividual} for more
|
291
|
+
# {Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerIndividual} for more
|
292
|
+
# details.
|
291
293
|
#
|
292
294
|
# Individuals associated with a KYB application. Phone number is optional.
|
293
295
|
#
|
294
296
|
# @param entity_token [String] Globally unique identifier for an entity.
|
295
297
|
#
|
296
|
-
# @param address [Lithic::AddressUpdate] Individual's current address - PO boxes, UPS drops, and FedEx drops are not acce
|
298
|
+
# @param address [Lithic::Models::AddressUpdate] Individual's current address - PO boxes, UPS drops, and FedEx drops are not acce
|
297
299
|
#
|
298
300
|
# @param dob [String] Individual's date of birth, as an RFC 3339 date.
|
299
301
|
#
|
@@ -319,7 +321,7 @@ module Lithic
|
|
319
321
|
# Business''s physical address - PO boxes, UPS drops, and FedEx drops are not
|
320
322
|
# acceptable; APO/FPO are acceptable.
|
321
323
|
#
|
322
|
-
# @return [Lithic::AddressUpdate, nil]
|
324
|
+
# @return [Lithic::Models::AddressUpdate, nil]
|
323
325
|
optional :address, -> { Lithic::AddressUpdate }
|
324
326
|
|
325
327
|
# @!attribute dba_business_name
|
@@ -358,14 +360,14 @@ module Lithic
|
|
358
360
|
|
359
361
|
# @!method initialize(entity_token:, address: nil, dba_business_name: nil, government_id: nil, legal_business_name: nil, parent_company: nil, phone_numbers: nil)
|
360
362
|
# Some parameter documentations has been truncated, see
|
361
|
-
# {Lithic::AccountHolderUpdateParams::BusinessEntity} for more details.
|
363
|
+
# {Lithic::Models::AccountHolderUpdateParams::BusinessEntity} for more details.
|
362
364
|
#
|
363
365
|
# Information for business for which the account is being opened and KYB is being
|
364
366
|
# run.
|
365
367
|
#
|
366
368
|
# @param entity_token [String] Globally unique identifier for an entity.
|
367
369
|
#
|
368
|
-
# @param address [Lithic::AddressUpdate] Business''s physical address - PO boxes, UPS drops, and FedEx drops are not acce
|
370
|
+
# @param address [Lithic::Models::AddressUpdate] Business''s physical address - PO boxes, UPS drops, and FedEx drops are not acce
|
369
371
|
#
|
370
372
|
# @param dba_business_name [String] Any name that the business operates under that is not its legal business name (i
|
371
373
|
#
|
@@ -389,7 +391,7 @@ module Lithic
|
|
389
391
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
390
392
|
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
391
393
|
#
|
392
|
-
# @return [Lithic::AddressUpdate, nil]
|
394
|
+
# @return [Lithic::Models::AddressUpdate, nil]
|
393
395
|
optional :address, -> { Lithic::AddressUpdate }
|
394
396
|
|
395
397
|
# @!attribute dob
|
@@ -436,7 +438,7 @@ module Lithic
|
|
436
438
|
|
437
439
|
# @!method initialize(entity_token:, address: nil, dob: nil, email: nil, first_name: nil, government_id: nil, last_name: nil, phone_number: nil)
|
438
440
|
# Some parameter documentations has been truncated, see
|
439
|
-
# {Lithic::AccountHolderUpdateParams::ControlPerson} for more details.
|
441
|
+
# {Lithic::Models::AccountHolderUpdateParams::ControlPerson} for more details.
|
440
442
|
#
|
441
443
|
# An individual with significant responsibility for managing the legal entity
|
442
444
|
# (e.g., a Chief Executive Officer, Chief Financial Officer, Chief Operating
|
@@ -449,7 +451,7 @@ module Lithic
|
|
449
451
|
#
|
450
452
|
# @param entity_token [String] Globally unique identifier for an entity.
|
451
453
|
#
|
452
|
-
# @param address [Lithic::AddressUpdate] Individual's current address - PO boxes, UPS drops, and FedEx drops are not acce
|
454
|
+
# @param address [Lithic::Models::AddressUpdate] Individual's current address - PO boxes, UPS drops, and FedEx drops are not acce
|
453
455
|
#
|
454
456
|
# @param dob [String] Individual's date of birth, as an RFC 3339 date.
|
455
457
|
#
|
@@ -475,7 +477,7 @@ module Lithic
|
|
475
477
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
476
478
|
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
477
479
|
#
|
478
|
-
# @return [Lithic::AddressUpdate, nil]
|
480
|
+
# @return [Lithic::Models::AddressUpdate, nil]
|
479
481
|
optional :address, -> { Lithic::AddressUpdate }
|
480
482
|
|
481
483
|
# @!attribute dob
|
@@ -522,14 +524,14 @@ module Lithic
|
|
522
524
|
|
523
525
|
# @!method initialize(entity_token:, address: nil, dob: nil, email: nil, first_name: nil, government_id: nil, last_name: nil, phone_number: nil)
|
524
526
|
# Some parameter documentations has been truncated, see
|
525
|
-
# {Lithic::AccountHolderUpdateParams::Individual} for more details.
|
527
|
+
# {Lithic::Models::AccountHolderUpdateParams::Individual} for more details.
|
526
528
|
#
|
527
529
|
# Information on the individual for whom the account is being opened and KYC is
|
528
530
|
# being run.
|
529
531
|
#
|
530
532
|
# @param entity_token [String] Globally unique identifier for an entity.
|
531
533
|
#
|
532
|
-
# @param address [Lithic::AddressUpdate] Individual's current address - PO boxes, UPS drops, and FedEx drops are not acce
|
534
|
+
# @param address [Lithic::Models::AddressUpdate] Individual's current address - PO boxes, UPS drops, and FedEx drops are not acce
|
533
535
|
#
|
534
536
|
# @param dob [String] Individual's date of birth, as an RFC 3339 date.
|
535
537
|
#
|
@@ -26,7 +26,7 @@ module Lithic
|
|
26
26
|
# @!attribute beneficial_owner_entities
|
27
27
|
# Deprecated.
|
28
28
|
#
|
29
|
-
# @return [Array<Lithic::KYBBusinessEntity>, nil]
|
29
|
+
# @return [Array<Lithic::Models::KYBBusinessEntity>, nil]
|
30
30
|
optional :beneficial_owner_entities, -> { Lithic::Internal::Type::ArrayOf[Lithic::KYBBusinessEntity] }
|
31
31
|
|
32
32
|
# @!attribute beneficial_owner_individuals
|
@@ -53,7 +53,7 @@ module Lithic
|
|
53
53
|
# Only present when user_type == "BUSINESS". Information about the business for
|
54
54
|
# which the account is being opened and KYB is being run.
|
55
55
|
#
|
56
|
-
# @return [Lithic::KYBBusinessEntity, nil]
|
56
|
+
# @return [Lithic::Models::KYBBusinessEntity, nil]
|
57
57
|
optional :business_entity, -> { Lithic::KYBBusinessEntity }
|
58
58
|
|
59
59
|
# @!attribute control_person
|
@@ -130,7 +130,7 @@ module Lithic
|
|
130
130
|
# Only present for "KYB_BASIC" and "KYC_ADVANCED" workflows. A list of documents
|
131
131
|
# required for the account holder to be approved.
|
132
132
|
#
|
133
|
-
# @return [Array<Lithic::RequiredDocument>, nil]
|
133
|
+
# @return [Array<Lithic::Models::RequiredDocument>, nil]
|
134
134
|
optional :required_documents, -> { Lithic::Internal::Type::ArrayOf[Lithic::RequiredDocument] }
|
135
135
|
|
136
136
|
# @!attribute status
|
@@ -186,13 +186,13 @@ module Lithic
|
|
186
186
|
#
|
187
187
|
# @param account_token [String] Globally unique identifier for the account.
|
188
188
|
#
|
189
|
-
# @param beneficial_owner_entities [Array<Lithic::KYBBusinessEntity>] Deprecated.
|
189
|
+
# @param beneficial_owner_entities [Array<Lithic::Models::KYBBusinessEntity>] Deprecated.
|
190
190
|
#
|
191
191
|
# @param beneficial_owner_individuals [Array<Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::BeneficialOwnerIndividual>] Only present when user_type == "BUSINESS". You must submit a list of all direct
|
192
192
|
#
|
193
193
|
# @param business_account_token [String] Only applicable for customers using the KYC-Exempt workflow to enroll authorized
|
194
194
|
#
|
195
|
-
# @param business_entity [Lithic::KYBBusinessEntity] Only present when user_type == "BUSINESS". Information about the business for wh
|
195
|
+
# @param business_entity [Lithic::Models::KYBBusinessEntity] Only present when user_type == "BUSINESS". Information about the business for wh
|
196
196
|
#
|
197
197
|
# @param control_person [Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ControlPerson] Only present when user_type == "BUSINESS".
|
198
198
|
#
|
@@ -210,7 +210,7 @@ module Lithic
|
|
210
210
|
#
|
211
211
|
# @param phone_number [String] <
|
212
212
|
#
|
213
|
-
# @param required_documents [Array<Lithic::RequiredDocument>] Only present for "KYB_BASIC" and "KYC_ADVANCED" workflows. A list of documents r
|
213
|
+
# @param required_documents [Array<Lithic::Models::RequiredDocument>] Only present for "KYB_BASIC" and "KYC_ADVANCED" workflows. A list of documents r
|
214
214
|
#
|
215
215
|
# @param status [Symbol, Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::Status] <Deprecated. Use verification_application.status instead>
|
216
216
|
#
|
@@ -921,15 +921,6 @@ module Lithic
|
|
921
921
|
|
922
922
|
# @!method self.variants
|
923
923
|
# @return [Array(Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse, Lithic::Models::AccountHolderUpdateResponse::PatchResponse)]
|
924
|
-
|
925
|
-
define_sorbet_constant!(:Variants) do
|
926
|
-
T.type_alias do
|
927
|
-
T.any(
|
928
|
-
Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse,
|
929
|
-
Lithic::Models::AccountHolderUpdateResponse::PatchResponse
|
930
|
-
)
|
931
|
-
end
|
932
|
-
end
|
933
924
|
end
|
934
925
|
end
|
935
926
|
end
|