lithic 0.1.0.pre.alpha.14 → 0.1.0.pre.alpha.16
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 +36 -0
- data/README.md +61 -52
- data/lib/lithic/client.rb +4 -4
- data/lib/lithic/internal/transport/pooled_net_requester.rb +1 -5
- data/lib/lithic/internal/type/array_of.rb +9 -0
- data/lib/lithic/internal/type/base_model.rb +62 -28
- data/lib/lithic/internal/type/base_page.rb +8 -0
- data/lib/lithic/internal/type/boolean.rb +4 -0
- data/lib/lithic/internal/type/enum.rb +9 -5
- data/lib/lithic/internal/type/hash_of.rb +9 -0
- data/lib/lithic/internal/type/io_like.rb +4 -0
- data/lib/lithic/internal/type/request_parameters.rb +1 -2
- data/lib/lithic/internal/type/union.rb +10 -1
- data/lib/lithic/internal/type/unknown.rb +4 -0
- data/lib/lithic/internal.rb +0 -1
- data/lib/lithic/models/account.rb +42 -91
- data/lib/lithic/models/account_financial_account_type.rb +2 -5
- data/lib/lithic/models/account_holder.rb +127 -312
- data/lib/lithic/models/account_holder_create_params.rb +99 -219
- data/lib/lithic/models/account_holder_create_response.rb +15 -48
- data/lib/lithic/models/account_holder_list_documents_params.rb +3 -8
- data/lib/lithic/models/account_holder_list_documents_response.rb +3 -11
- data/lib/lithic/models/account_holder_list_params.rb +25 -90
- data/lib/lithic/models/account_holder_retrieve_document_params.rb +4 -9
- data/lib/lithic/models/account_holder_retrieve_params.rb +3 -8
- data/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb +13 -41
- data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +13 -36
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +151 -388
- data/lib/lithic/models/account_holder_update_params.rb +132 -424
- data/lib/lithic/models/account_holder_update_response.rb +180 -474
- data/lib/lithic/models/account_holder_upload_document_params.rb +7 -15
- data/lib/lithic/models/account_list_params.rb +13 -38
- data/lib/lithic/models/account_retrieve_params.rb +3 -8
- data/lib/lithic/models/account_retrieve_spend_limits_params.rb +3 -8
- data/lib/lithic/models/account_spend_limits.rb +27 -87
- data/lib/lithic/models/account_update_params.rb +35 -99
- data/lib/lithic/models/address.rb +8 -16
- data/lib/lithic/models/address_update.rb +13 -41
- data/lib/lithic/models/aggregate_balance.rb +15 -36
- data/lib/lithic/models/aggregate_balance_list_params.rb +7 -19
- data/lib/lithic/models/api_status.rb +3 -11
- data/lib/lithic/models/auth_rules/auth_rule.rb +19 -67
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +11 -31
- data/lib/lithic/models/auth_rules/conditional_attribute.rb +2 -5
- data/lib/lithic/models/auth_rules/conditional_block_parameters.rb +2 -6
- data/lib/lithic/models/auth_rules/v2/backtest_create_params.rb +7 -20
- data/lib/lithic/models/auth_rules/v2/backtest_create_response.rb +3 -11
- data/lib/lithic/models/auth_rules/v2/backtest_results.rb +46 -142
- data/lib/lithic/models/auth_rules/v2/backtest_retrieve_params.rb +4 -9
- data/lib/lithic/models/auth_rules/v2_apply_params.rb +8 -17
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +26 -64
- data/lib/lithic/models/auth_rules/v2_create_params.rb +17 -50
- data/lib/lithic/models/auth_rules/v2_create_response.rb +26 -64
- data/lib/lithic/models/auth_rules/v2_delete_params.rb +3 -8
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +6 -12
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +26 -64
- data/lib/lithic/models/auth_rules/v2_list_params.rb +13 -48
- data/lib/lithic/models/auth_rules/v2_list_response.rb +26 -64
- data/lib/lithic/models/auth_rules/v2_promote_params.rb +3 -8
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +26 -64
- data/lib/lithic/models/auth_rules/v2_report_params.rb +3 -8
- data/lib/lithic/models/auth_rules/v2_report_response.rb +3 -11
- data/lib/lithic/models/auth_rules/v2_retrieve_params.rb +3 -8
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +26 -64
- data/lib/lithic/models/auth_rules/v2_update_params.rb +16 -55
- data/lib/lithic/models/auth_rules/v2_update_response.rb +26 -64
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +15 -27
- data/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rb +2 -5
- data/lib/lithic/models/auth_stream_enrollment_retrieve_secret_params.rb +3 -8
- data/lib/lithic/models/auth_stream_enrollment_rotate_secret_params.rb +3 -8
- data/lib/lithic/models/auth_stream_secret.rb +3 -11
- data/lib/lithic/models/balance.rb +15 -36
- data/lib/lithic/models/balance_list_params.rb +13 -46
- data/lib/lithic/models/book_transfer_create_params.rb +17 -49
- data/lib/lithic/models/book_transfer_list_params.rb +31 -105
- data/lib/lithic/models/book_transfer_response.rb +32 -71
- data/lib/lithic/models/book_transfer_retrieve_params.rb +3 -8
- data/lib/lithic/models/book_transfer_reverse_params.rb +5 -14
- data/lib/lithic/models/card_convert_physical_params.rb +12 -32
- data/lib/lithic/models/card_convert_physical_response.rb +393 -0
- data/lib/lithic/models/card_create_params.rb +42 -142
- data/lib/lithic/models/card_create_response.rb +392 -0
- data/lib/lithic/models/card_embed_params.rb +5 -10
- data/lib/lithic/models/card_list_params.rb +19 -67
- data/lib/lithic/models/card_list_response.rb +376 -0
- data/lib/lithic/models/card_program.rb +10 -33
- data/lib/lithic/models/card_program_list_params.rb +9 -26
- data/lib/lithic/models/card_program_retrieve_params.rb +3 -8
- data/lib/lithic/models/card_provision_params.rb +17 -60
- data/lib/lithic/models/card_provision_response.rb +3 -11
- data/lib/lithic/models/card_reissue_params.rb +13 -37
- data/lib/lithic/models/card_reissue_response.rb +392 -0
- data/lib/lithic/models/card_renew_params.rb +16 -55
- data/lib/lithic/models/card_renew_response.rb +392 -0
- data/lib/lithic/models/card_retrieve_params.rb +3 -8
- data/lib/lithic/models/card_retrieve_response.rb +392 -0
- data/lib/lithic/models/card_retrieve_spend_limits_params.rb +3 -8
- data/lib/lithic/models/card_search_by_pan_params.rb +4 -9
- data/lib/lithic/models/card_search_by_pan_response.rb +392 -0
- data/lib/lithic/models/card_spend_limits.rb +27 -87
- data/lib/lithic/models/card_update_params.rb +21 -72
- data/lib/lithic/models/card_update_response.rb +392 -0
- data/lib/lithic/models/cards/aggregate_balance_list_params.rb +7 -20
- data/lib/lithic/models/cards/aggregate_balance_list_response.rb +12 -29
- data/lib/lithic/models/cards/balance_list_params.rb +7 -20
- data/lib/lithic/models/cards/balance_list_response.rb +15 -36
- data/lib/lithic/models/cards/financial_transaction_list_params.rb +23 -77
- data/lib/lithic/models/cards/financial_transaction_retrieve_params.rb +4 -9
- data/lib/lithic/models/carrier.rb +3 -11
- data/lib/lithic/models/client_api_status_params.rb +3 -8
- data/lib/lithic/models/credit_products/extended_credit.rb +2 -6
- data/lib/lithic/models/credit_products/extended_credit_retrieve_params.rb +3 -8
- data/lib/lithic/models/credit_products/prime_rate_create_params.rb +5 -10
- data/lib/lithic/models/credit_products/prime_rate_retrieve_params.rb +7 -20
- data/lib/lithic/models/credit_products/prime_rate_retrieve_response.rb +6 -14
- data/lib/lithic/models/digital_card_art.rb +11 -33
- data/lib/lithic/models/digital_card_art_list_params.rb +9 -26
- data/lib/lithic/models/digital_card_art_retrieve_params.rb +3 -8
- data/lib/lithic/models/dispute.rb +27 -70
- data/lib/lithic/models/dispute_create_params.rb +12 -38
- data/lib/lithic/models/dispute_delete_evidence_params.rb +4 -9
- data/lib/lithic/models/dispute_delete_params.rb +3 -8
- data/lib/lithic/models/dispute_evidence.rb +15 -34
- data/lib/lithic/models/dispute_initiate_evidence_upload_params.rb +5 -14
- data/lib/lithic/models/dispute_list_evidences_params.rb +13 -38
- data/lib/lithic/models/dispute_list_params.rb +19 -67
- data/lib/lithic/models/dispute_retrieve_evidence_params.rb +4 -9
- data/lib/lithic/models/dispute_retrieve_params.rb +3 -8
- data/lib/lithic/models/dispute_update_params.rb +13 -37
- data/lib/lithic/models/document.rb +29 -62
- data/lib/lithic/models/event.rb +9 -16
- data/lib/lithic/models/event_list_attempts_params.rb +17 -60
- data/lib/lithic/models/event_list_params.rb +19 -67
- data/lib/lithic/models/event_retrieve_params.rb +3 -8
- data/lib/lithic/models/event_subscription.rb +10 -17
- data/lib/lithic/models/events/event_subscription_resend_params.rb +4 -9
- data/lib/lithic/models/events/subscription_create_params.rb +12 -32
- data/lib/lithic/models/events/subscription_delete_params.rb +3 -8
- data/lib/lithic/models/events/subscription_list_attempts_params.rb +17 -60
- data/lib/lithic/models/events/subscription_list_params.rb +9 -26
- data/lib/lithic/models/events/subscription_recover_params.rb +7 -20
- data/lib/lithic/models/events/subscription_replay_missing_params.rb +7 -20
- data/lib/lithic/models/events/subscription_retrieve_params.rb +3 -8
- data/lib/lithic/models/events/subscription_retrieve_secret_params.rb +3 -8
- data/lib/lithic/models/events/subscription_retrieve_secret_response.rb +3 -11
- data/lib/lithic/models/events/subscription_rotate_secret_params.rb +3 -8
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +7 -19
- data/lib/lithic/models/events/subscription_update_params.rb +12 -32
- data/lib/lithic/models/external_bank_account_address.rb +8 -16
- data/lib/lithic/models/external_bank_account_create_params.rb +33 -99
- data/lib/lithic/models/external_bank_account_create_response.rb +42 -123
- data/lib/lithic/models/external_bank_account_list_params.rb +27 -91
- data/lib/lithic/models/external_bank_account_list_response.rb +42 -123
- data/lib/lithic/models/external_bank_account_retrieve_params.rb +3 -8
- data/lib/lithic/models/external_bank_account_retrieve_response.rb +42 -123
- data/lib/lithic/models/external_bank_account_retry_micro_deposits_params.rb +5 -14
- data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +42 -123
- data/lib/lithic/models/external_bank_account_retry_prenote_params.rb +5 -14
- data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +38 -113
- data/lib/lithic/models/external_bank_account_update_params.rb +23 -81
- data/lib/lithic/models/external_bank_account_update_response.rb +42 -123
- data/lib/lithic/models/external_bank_accounts/micro_deposit_create_params.rb +4 -9
- data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +42 -123
- data/lib/lithic/models/external_payment.rb +38 -88
- data/lib/lithic/models/external_payment_cancel_params.rb +6 -15
- data/lib/lithic/models/external_payment_create_params.rb +22 -66
- data/lib/lithic/models/external_payment_list_params.rb +29 -98
- data/lib/lithic/models/external_payment_release_params.rb +6 -15
- data/lib/lithic/models/external_payment_retrieve_params.rb +3 -8
- data/lib/lithic/models/external_payment_reverse_params.rb +6 -15
- data/lib/lithic/models/external_payment_settle_params.rb +10 -26
- data/lib/lithic/models/financial_account.rb +33 -81
- data/lib/lithic/models/financial_account_create_params.rb +13 -43
- data/lib/lithic/models/financial_account_list_params.rb +11 -31
- data/lib/lithic/models/financial_account_retrieve_params.rb +3 -8
- data/lib/lithic/models/financial_account_update_params.rb +5 -14
- data/lib/lithic/models/financial_account_update_status_params.rb +9 -20
- data/lib/lithic/models/financial_accounts/balance_list_params.rb +7 -20
- data/lib/lithic/models/financial_accounts/balance_list_response.rb +15 -36
- data/lib/lithic/models/financial_accounts/credit_configuration_retrieve_params.rb +3 -8
- data/lib/lithic/models/financial_accounts/credit_configuration_update_params.rb +11 -41
- data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +13 -35
- data/lib/lithic/models/financial_accounts/financial_transaction_list_params.rb +23 -77
- data/lib/lithic/models/financial_accounts/financial_transaction_retrieve_params.rb +4 -9
- data/lib/lithic/models/financial_accounts/loan_tape.rb +132 -269
- data/lib/lithic/models/financial_accounts/loan_tape_list_params.rb +13 -38
- data/lib/lithic/models/financial_accounts/loan_tape_retrieve_params.rb +4 -9
- data/lib/lithic/models/financial_accounts/statement.rb +87 -198
- data/lib/lithic/models/financial_accounts/statement_list_params.rb +15 -55
- data/lib/lithic/models/financial_accounts/statement_retrieve_params.rb +4 -9
- data/lib/lithic/models/financial_accounts/statements/line_item_list_params.rb +10 -27
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +24 -60
- data/lib/lithic/models/financial_accounts/statements.rb +3 -7
- data/lib/lithic/models/financial_transaction.rb +34 -91
- data/lib/lithic/models/instance_financial_account_type.rb +4 -5
- data/lib/lithic/models/kyb.rb +73 -167
- data/lib/lithic/models/kyb_business_entity.rb +20 -50
- data/lib/lithic/models/kyc.rb +21 -40
- data/lib/lithic/models/kyc_exempt.rb +16 -47
- data/lib/lithic/models/management_operation_create_params.rb +34 -74
- data/lib/lithic/models/management_operation_list_params.rb +26 -86
- data/lib/lithic/models/management_operation_retrieve_params.rb +3 -8
- data/lib/lithic/models/management_operation_reverse_params.rb +6 -15
- data/lib/lithic/models/management_operation_transaction.rb +56 -110
- data/lib/lithic/models/message_attempt.rb +13 -32
- data/lib/lithic/models/owner_type.rb +2 -5
- data/lib/lithic/models/payment.rb +56 -129
- data/lib/lithic/models/payment_create_params.rb +23 -67
- data/lib/lithic/models/payment_create_response.rb +3 -11
- data/lib/lithic/models/payment_list_params.rb +31 -105
- data/lib/lithic/models/payment_retrieve_params.rb +3 -8
- data/lib/lithic/models/payment_retry_params.rb +3 -8
- data/lib/lithic/models/payment_retry_response.rb +3 -11
- data/lib/lithic/models/payment_simulate_action_params.rb +12 -31
- data/lib/lithic/models/payment_simulate_action_response.rb +6 -13
- data/lib/lithic/models/payment_simulate_receipt_params.rb +12 -24
- data/lib/lithic/models/payment_simulate_receipt_response.rb +6 -13
- data/lib/lithic/models/payment_simulate_release_params.rb +4 -9
- data/lib/lithic/models/payment_simulate_release_response.rb +6 -13
- data/lib/lithic/models/payment_simulate_return_params.rb +6 -15
- data/lib/lithic/models/payment_simulate_return_response.rb +6 -13
- data/lib/lithic/models/reports/settlement/network_total_list_params.rb +27 -95
- data/lib/lithic/models/reports/settlement/network_total_list_response.rb +21 -55
- data/lib/lithic/models/reports/settlement/network_total_retrieve_params.rb +3 -8
- data/lib/lithic/models/reports/settlement/network_total_retrieve_response.rb +21 -55
- data/lib/lithic/models/reports/settlement_list_details_params.rb +9 -26
- data/lib/lithic/models/reports/settlement_summary_params.rb +3 -8
- data/lib/lithic/models/required_document.rb +4 -8
- data/lib/lithic/models/responder_endpoint_check_status_params.rb +6 -14
- data/lib/lithic/models/responder_endpoint_create_params.rb +9 -25
- data/lib/lithic/models/responder_endpoint_create_response.rb +3 -11
- data/lib/lithic/models/responder_endpoint_delete_params.rb +6 -14
- data/lib/lithic/models/responder_endpoint_status.rb +4 -12
- data/lib/lithic/models/settlement_detail.rb +32 -79
- data/lib/lithic/models/settlement_report.rb +24 -31
- data/lib/lithic/models/settlement_summary_details.rb +19 -70
- data/lib/lithic/models/shipping_address.rb +16 -51
- data/lib/lithic/models/spend_limit_duration.rb +2 -5
- data/lib/lithic/models/three_ds/authentication_retrieve_params.rb +3 -8
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +148 -312
- data/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rb +5 -10
- data/lib/lithic/models/three_ds/authentication_simulate_params.rb +18 -38
- data/lib/lithic/models/three_ds/authentication_simulate_response.rb +3 -11
- data/lib/lithic/models/three_ds/challenge_response.rb +3 -7
- data/lib/lithic/models/three_ds/challenge_result.rb +2 -5
- data/lib/lithic/models/three_ds/decisioning_challenge_response_params.rb +3 -8
- data/lib/lithic/models/three_ds/decisioning_retrieve_secret_params.rb +3 -8
- data/lib/lithic/models/three_ds/decisioning_retrieve_secret_response.rb +3 -11
- data/lib/lithic/models/three_ds/decisioning_rotate_secret_params.rb +3 -8
- data/lib/lithic/models/tokenization.rb +35 -99
- data/lib/lithic/models/tokenization_activate_params.rb +3 -8
- data/lib/lithic/models/tokenization_deactivate_params.rb +3 -8
- data/lib/lithic/models/tokenization_decisioning_retrieve_secret_params.rb +3 -8
- data/lib/lithic/models/tokenization_decisioning_rotate_secret_params.rb +3 -8
- data/lib/lithic/models/tokenization_decisioning_rotate_secret_response.rb +3 -11
- data/lib/lithic/models/tokenization_list_params.rb +21 -74
- data/lib/lithic/models/tokenization_pause_params.rb +3 -8
- data/lib/lithic/models/tokenization_resend_activation_code_params.rb +7 -19
- data/lib/lithic/models/tokenization_retrieve_params.rb +3 -8
- data/lib/lithic/models/tokenization_retrieve_response.rb +3 -11
- data/lib/lithic/models/tokenization_secret.rb +3 -11
- data/lib/lithic/models/tokenization_simulate_params.rb +19 -59
- data/lib/lithic/models/tokenization_simulate_response.rb +3 -11
- data/lib/lithic/models/tokenization_unpause_params.rb +3 -8
- data/lib/lithic/models/tokenization_update_digital_card_art_params.rb +5 -14
- data/lib/lithic/models/tokenization_update_digital_card_art_response.rb +3 -11
- data/lib/lithic/models/transaction.rb +295 -413
- data/lib/lithic/models/transaction_expire_authorization_params.rb +3 -8
- data/lib/lithic/models/transaction_list_params.rb +25 -86
- data/lib/lithic/models/transaction_retrieve_params.rb +3 -8
- data/lib/lithic/models/transaction_simulate_authorization_advice_params.rb +5 -10
- data/lib/lithic/models/transaction_simulate_authorization_advice_response.rb +5 -17
- data/lib/lithic/models/transaction_simulate_authorization_params.rb +22 -73
- data/lib/lithic/models/transaction_simulate_authorization_response.rb +5 -17
- data/lib/lithic/models/transaction_simulate_clearing_params.rb +6 -15
- data/lib/lithic/models/transaction_simulate_clearing_response.rb +3 -11
- data/lib/lithic/models/transaction_simulate_credit_authorization_params.rb +10 -23
- data/lib/lithic/models/transaction_simulate_credit_authorization_response.rb +5 -17
- data/lib/lithic/models/transaction_simulate_return_params.rb +6 -11
- data/lib/lithic/models/transaction_simulate_return_response.rb +5 -17
- data/lib/lithic/models/transaction_simulate_return_reversal_params.rb +4 -9
- data/lib/lithic/models/transaction_simulate_return_reversal_response.rb +3 -11
- data/lib/lithic/models/transaction_simulate_void_params.rb +10 -26
- data/lib/lithic/models/transaction_simulate_void_response.rb +3 -11
- data/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_params.rb +3 -8
- data/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rb +2 -6
- data/lib/lithic/models/transactions/events/enhanced_commercial_data_retrieve_params.rb +3 -8
- data/lib/lithic/models/transactions/events/enhanced_data.rb +68 -192
- data/lib/lithic/models/transfer.rb +49 -160
- data/lib/lithic/models/transfer_create_params.rb +10 -23
- data/lib/lithic/models/verification_method.rb +2 -5
- data/lib/lithic/request_options.rb +3 -4
- data/lib/lithic/resources/account_holders.rb +10 -8
- data/lib/lithic/resources/cards.rb +16 -16
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +8 -10
- data/rbi/lib/lithic/client.rbi +4 -4
- data/rbi/lib/lithic/internal/type/array_of.rbi +3 -0
- data/rbi/lib/lithic/internal/type/base_model.rbi +15 -0
- data/rbi/lib/lithic/internal/type/base_page.rbi +2 -0
- data/rbi/lib/lithic/internal/type/enum.rbi +3 -6
- data/rbi/lib/lithic/internal/type/hash_of.rbi +3 -0
- data/rbi/lib/lithic/internal/type/union.rbi +3 -0
- data/rbi/lib/lithic/internal.rbi +0 -1
- data/rbi/lib/lithic/models/account.rbi +2 -3
- data/rbi/lib/lithic/models/account_financial_account_type.rbi +1 -2
- data/rbi/lib/lithic/models/account_holder.rbi +10 -13
- data/rbi/lib/lithic/models/account_holder_create_params.rbi +6 -7
- data/rbi/lib/lithic/models/account_holder_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rbi +2 -16
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_params.rbi +2 -10
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_response.rbi +10 -45
- data/rbi/lib/lithic/models/account_holder_update_params.rbi +4 -3
- data/rbi/lib/lithic/models/account_holder_update_response.rbi +10 -51
- data/rbi/lib/lithic/models/account_holder_upload_document_params.rbi +1 -2
- data/rbi/lib/lithic/models/account_update_params.rbi +1 -2
- data/rbi/lib/lithic/models/aggregate_balance.rbi +1 -2
- data/rbi/lib/lithic/models/aggregate_balance_list_params.rbi +1 -2
- data/rbi/lib/lithic/models/auth_rules/auth_rule.rbi +1 -2
- data/rbi/lib/lithic/models/auth_rules/auth_rule_condition.rbi +1 -2
- data/rbi/lib/lithic/models/auth_rules/conditional_attribute.rbi +1 -2
- data/rbi/lib/lithic/models/auth_rules/v2_apply_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_create_params.rbi +1 -2
- data/rbi/lib/lithic/models/auth_rules/v2_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_draft_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_list_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_promote_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_retrieve_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_update_params.rbi +1 -2
- data/rbi/lib/lithic/models/auth_rules/v2_update_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/velocity_limit_params.rbi +2 -3
- data/rbi/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rbi +1 -2
- data/rbi/lib/lithic/models/balance.rbi +1 -2
- data/rbi/lib/lithic/models/balance_list_params.rbi +1 -2
- data/rbi/lib/lithic/models/book_transfer_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/book_transfer_list_params.rbi +3 -6
- data/rbi/lib/lithic/models/book_transfer_response.rbi +5 -10
- data/rbi/lib/lithic/models/card_convert_physical_params.rbi +1 -2
- data/rbi/lib/lithic/models/card_convert_physical_response.rbi +467 -0
- data/rbi/lib/lithic/models/card_create_params.rbi +3 -4
- data/rbi/lib/lithic/models/card_create_response.rbi +458 -0
- data/rbi/lib/lithic/models/card_list_params.rbi +1 -1
- data/rbi/lib/lithic/models/card_list_response.rbi +435 -0
- data/rbi/lib/lithic/models/card_provision_params.rbi +1 -2
- data/rbi/lib/lithic/models/card_reissue_params.rbi +1 -2
- data/rbi/lib/lithic/models/card_reissue_response.rbi +458 -0
- data/rbi/lib/lithic/models/card_renew_params.rbi +1 -2
- data/rbi/lib/lithic/models/card_renew_response.rbi +457 -0
- data/rbi/lib/lithic/models/card_retrieve_response.rbi +459 -0
- data/rbi/lib/lithic/models/card_search_by_pan_response.rbi +461 -0
- data/rbi/lib/lithic/models/card_update_params.rbi +2 -3
- data/rbi/lib/lithic/models/card_update_response.rbi +458 -0
- data/rbi/lib/lithic/models/cards/balance_list_response.rbi +1 -2
- data/rbi/lib/lithic/models/cards/financial_transaction_list_params.rbi +3 -6
- data/rbi/lib/lithic/models/digital_card_art.rbi +1 -2
- data/rbi/lib/lithic/models/dispute.rbi +3 -11
- data/rbi/lib/lithic/models/dispute_create_params.rbi +1 -2
- data/rbi/lib/lithic/models/dispute_evidence.rbi +1 -2
- data/rbi/lib/lithic/models/dispute_list_params.rbi +1 -2
- data/rbi/lib/lithic/models/dispute_update_params.rbi +1 -2
- data/rbi/lib/lithic/models/document.rbi +4 -7
- data/rbi/lib/lithic/models/event.rbi +1 -1
- data/rbi/lib/lithic/models/event_list_attempts_params.rbi +1 -2
- data/rbi/lib/lithic/models/event_list_params.rbi +1 -2
- data/rbi/lib/lithic/models/event_subscription.rbi +1 -2
- data/rbi/lib/lithic/models/events/subscription_create_params.rbi +1 -2
- data/rbi/lib/lithic/models/events/subscription_list_attempts_params.rbi +1 -2
- data/rbi/lib/lithic/models/events/subscription_send_simulated_example_params.rbi +1 -8
- data/rbi/lib/lithic/models/events/subscription_update_params.rbi +1 -2
- data/rbi/lib/lithic/models/external_bank_account_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_create_response.rbi +5 -10
- data/rbi/lib/lithic/models/external_bank_account_list_params.rbi +3 -6
- data/rbi/lib/lithic/models/external_bank_account_list_response.rbi +5 -10
- data/rbi/lib/lithic/models/external_bank_account_retrieve_response.rbi +5 -22
- data/rbi/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +5 -28
- data/rbi/lib/lithic/models/external_bank_account_retry_prenote_response.rbi +3 -12
- data/rbi/lib/lithic/models/external_bank_account_update_params.rbi +1 -2
- data/rbi/lib/lithic/models/external_bank_account_update_response.rbi +5 -10
- data/rbi/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +5 -40
- data/rbi/lib/lithic/models/external_payment.rbi +7 -12
- data/rbi/lib/lithic/models/external_payment_create_params.rbi +3 -6
- data/rbi/lib/lithic/models/external_payment_list_params.rbi +3 -6
- data/rbi/lib/lithic/models/external_payment_settle_params.rbi +1 -2
- data/rbi/lib/lithic/models/financial_account.rbi +7 -20
- data/rbi/lib/lithic/models/financial_account_create_params.rbi +1 -2
- data/rbi/lib/lithic/models/financial_account_list_params.rbi +1 -2
- data/rbi/lib/lithic/models/financial_account_update_status_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/balance_list_response.rbi +1 -2
- data/rbi/lib/lithic/models/financial_accounts/financial_account_credit_config.rbi +2 -16
- data/rbi/lib/lithic/models/financial_accounts/financial_transaction_list_params.rbi +3 -24
- data/rbi/lib/lithic/models/financial_accounts/loan_tape.rbi +4 -32
- data/rbi/lib/lithic/models/financial_accounts/statement.rbi +5 -34
- data/rbi/lib/lithic/models/financial_accounts/statements/statement_line_items.rbi +12 -16
- data/rbi/lib/lithic/models/financial_transaction.rbi +7 -10
- data/rbi/lib/lithic/models/instance_financial_account_type.rbi +4 -2
- data/rbi/lib/lithic/models/kyb.rbi +5 -4
- data/rbi/lib/lithic/models/kyc.rbi +1 -1
- data/rbi/lib/lithic/models/kyc_exempt.rbi +2 -3
- data/rbi/lib/lithic/models/management_operation_create_params.rbi +22 -16
- data/rbi/lib/lithic/models/management_operation_list_params.rbi +4 -4
- data/rbi/lib/lithic/models/management_operation_transaction.rbi +26 -24
- data/rbi/lib/lithic/models/message_attempt.rbi +1 -1
- data/rbi/lib/lithic/models/owner_type.rbi +1 -1
- data/rbi/lib/lithic/models/payment.rbi +10 -12
- data/rbi/lib/lithic/models/payment_create_params.rbi +3 -6
- data/rbi/lib/lithic/models/payment_list_params.rbi +3 -6
- data/rbi/lib/lithic/models/payment_simulate_action_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_action_response.rbi +1 -2
- data/rbi/lib/lithic/models/payment_simulate_receipt_params.rbi +2 -3
- data/rbi/lib/lithic/models/payment_simulate_receipt_response.rbi +1 -2
- data/rbi/lib/lithic/models/payment_simulate_release_response.rbi +1 -2
- data/rbi/lib/lithic/models/payment_simulate_return_response.rbi +1 -2
- data/rbi/lib/lithic/models/reports/settlement/network_total_list_params.rbi +1 -2
- data/rbi/lib/lithic/models/reports/settlement/network_total_list_response.rbi +1 -8
- data/rbi/lib/lithic/models/reports/settlement/network_total_retrieve_response.rbi +1 -8
- data/rbi/lib/lithic/models/responder_endpoint_check_status_params.rbi +1 -2
- data/rbi/lib/lithic/models/responder_endpoint_create_params.rbi +1 -2
- data/rbi/lib/lithic/models/responder_endpoint_delete_params.rbi +1 -2
- data/rbi/lib/lithic/models/settlement_detail.rbi +2 -3
- data/rbi/lib/lithic/models/settlement_summary_details.rbi +1 -2
- data/rbi/lib/lithic/models/spend_limit_duration.rbi +1 -1
- data/rbi/lib/lithic/models/three_ds/authentication_retrieve_response.rbi +17 -124
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_params.rbi +1 -8
- data/rbi/lib/lithic/models/three_ds/challenge_result.rbi +1 -1
- data/rbi/lib/lithic/models/tokenization.rbi +5 -9
- data/rbi/lib/lithic/models/tokenization_list_params.rbi +1 -2
- data/rbi/lib/lithic/models/tokenization_resend_activation_code_params.rbi +1 -8
- data/rbi/lib/lithic/models/tokenization_simulate_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction.rbi +184 -68
- data/rbi/lib/lithic/models/transaction_list_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_authorization_params.rbi +1 -2
- data/rbi/lib/lithic/models/transaction_simulate_void_params.rbi +1 -2
- data/rbi/lib/lithic/models/transactions/events/enhanced_data.rbi +4 -26
- data/rbi/lib/lithic/models/transfer.rbi +7 -5
- data/rbi/lib/lithic/models/verification_method.rbi +1 -1
- data/rbi/lib/lithic/resources/account_holders.rbi +18 -14
- data/rbi/lib/lithic/resources/cards.rbi +8 -8
- data/rbi/lib/lithic/resources/payments.rbi +1 -1
- data/sig/lithic/internal/type/array_of.rbs +2 -0
- data/sig/lithic/internal/type/base_model.rbs +10 -0
- data/sig/lithic/internal/type/enum.rbs +2 -2
- data/sig/lithic/internal/type/hash_of.rbs +2 -0
- data/sig/lithic/internal/type/union.rbs +2 -0
- data/sig/lithic/models/card_convert_physical_response.rbs +257 -0
- data/sig/lithic/models/card_create_response.rbs +257 -0
- data/sig/lithic/models/card_list_response.rbs +245 -0
- data/sig/lithic/models/card_reissue_response.rbs +257 -0
- data/sig/lithic/models/{card.rbs → card_renew_response.rbs} +45 -30
- data/sig/lithic/models/card_retrieve_response.rbs +257 -0
- data/sig/lithic/models/card_search_by_pan_response.rbs +257 -0
- data/sig/lithic/models/card_update_response.rbs +257 -0
- data/sig/lithic/models/dispute.rbs +0 -4
- data/sig/lithic/models/financial_account.rbs +4 -0
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +4 -0
- data/sig/lithic/models/financial_transaction.rbs +2 -0
- data/sig/lithic/models/instance_financial_account_type.rbs +4 -0
- data/sig/lithic/models/management_operation_create_params.rbs +23 -13
- data/sig/lithic/models/management_operation_list_params.rbs +2 -0
- data/sig/lithic/models/management_operation_transaction.rbs +23 -13
- data/sig/lithic/models/transaction.rbs +87 -4
- data/sig/lithic/models/transfer.rbs +2 -0
- data/sig/lithic/resources/cards.rbs +8 -8
- metadata +26 -5
- data/lib/lithic/models/card.rb +0 -524
- data/rbi/lib/lithic/models/card.rbi +0 -487
@@ -4,25 +4,23 @@ module Lithic
|
|
4
4
|
module Models
|
5
5
|
# @see Lithic::Resources::AccountHolders#update
|
6
6
|
class AccountHolderUpdateParams < Lithic::Internal::Type::BaseModel
|
7
|
-
|
8
|
-
# extend Lithic::Internal::Type::RequestParameters::Converter
|
7
|
+
extend Lithic::Internal::Type::RequestParameters::Converter
|
9
8
|
include Lithic::Internal::Type::RequestParameters
|
10
9
|
|
11
|
-
# @!attribute
|
10
|
+
# @!attribute beneficial_owner_entities
|
11
|
+
# @deprecated
|
12
|
+
#
|
12
13
|
# Deprecated.
|
13
14
|
#
|
14
15
|
# @return [Array<Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerEntity>, nil]
|
15
16
|
optional :beneficial_owner_entities,
|
16
17
|
-> { Lithic::Internal::Type::ArrayOf[Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerEntity] }
|
17
18
|
|
18
|
-
# @!
|
19
|
-
#
|
20
|
-
#
|
21
|
-
|
22
|
-
#
|
23
|
-
# List of all direct and indirect individuals with 25% or more ownership in the
|
24
|
-
# company. If no individual owns 25% of the company, please identify the largest
|
25
|
-
# shareholder in this field. See
|
19
|
+
# @!attribute beneficial_owner_individuals
|
20
|
+
# You must submit a list of all direct and indirect individuals with 25% or more
|
21
|
+
# ownership in the company. A maximum of 4 beneficial owners can be submitted. If
|
22
|
+
# no individual owns 25% of the company you do not need to send beneficial owner
|
23
|
+
# information. See
|
26
24
|
# [FinCEN requirements](https://www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf)
|
27
25
|
# (Section I) for more background on individuals that should be included.
|
28
26
|
#
|
@@ -30,22 +28,14 @@ module Lithic
|
|
30
28
|
optional :beneficial_owner_individuals,
|
31
29
|
-> { Lithic::Internal::Type::ArrayOf[Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerIndividual] }
|
32
30
|
|
33
|
-
# @!
|
34
|
-
# # @return [Array<Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerIndividual>]
|
35
|
-
# attr_writer :beneficial_owner_individuals
|
36
|
-
|
37
|
-
# @!attribute [r] business_entity
|
31
|
+
# @!attribute business_entity
|
38
32
|
# Information for business for which the account is being opened and KYB is being
|
39
33
|
# run.
|
40
34
|
#
|
41
35
|
# @return [Lithic::Models::AccountHolderUpdateParams::BusinessEntity, nil]
|
42
36
|
optional :business_entity, -> { Lithic::Models::AccountHolderUpdateParams::BusinessEntity }
|
43
37
|
|
44
|
-
# @!
|
45
|
-
# # @return [Lithic::Models::AccountHolderUpdateParams::BusinessEntity]
|
46
|
-
# attr_writer :business_entity
|
47
|
-
|
48
|
-
# @!attribute [r] control_person
|
38
|
+
# @!attribute control_person
|
49
39
|
# An individual with significant responsibility for managing the legal entity
|
50
40
|
# (e.g., a Chief Executive Officer, Chief Financial Officer, Chief Operating
|
51
41
|
# Officer, Managing Member, General Partner, President, Vice President, or
|
@@ -58,75 +48,47 @@ module Lithic
|
|
58
48
|
# @return [Lithic::Models::AccountHolderUpdateParams::ControlPerson, nil]
|
59
49
|
optional :control_person, -> { Lithic::Models::AccountHolderUpdateParams::ControlPerson }
|
60
50
|
|
61
|
-
# @!
|
62
|
-
# # @return [Lithic::Models::AccountHolderUpdateParams::ControlPerson]
|
63
|
-
# attr_writer :control_person
|
64
|
-
|
65
|
-
# @!attribute [r] external_id
|
51
|
+
# @!attribute external_id
|
66
52
|
# A user provided id that can be used to link an account holder with an external
|
67
53
|
# system
|
68
54
|
#
|
69
55
|
# @return [String, nil]
|
70
56
|
optional :external_id, String
|
71
57
|
|
72
|
-
# @!
|
73
|
-
# # @return [String]
|
74
|
-
# attr_writer :external_id
|
75
|
-
|
76
|
-
# @!attribute [r] nature_of_business
|
58
|
+
# @!attribute nature_of_business
|
77
59
|
# Short description of the company's line of business (i.e., what does the company
|
78
60
|
# do?).
|
79
61
|
#
|
80
62
|
# @return [String, nil]
|
81
63
|
optional :nature_of_business, String
|
82
64
|
|
83
|
-
# @!
|
84
|
-
# # @return [String]
|
85
|
-
# attr_writer :nature_of_business
|
86
|
-
|
87
|
-
# @!attribute [r] website_url
|
65
|
+
# @!attribute website_url
|
88
66
|
# Company website URL.
|
89
67
|
#
|
90
68
|
# @return [String, nil]
|
91
69
|
optional :website_url, String
|
92
70
|
|
93
|
-
# @!
|
94
|
-
# # @return [String]
|
95
|
-
# attr_writer :website_url
|
96
|
-
|
97
|
-
# @!attribute [r] individual
|
71
|
+
# @!attribute individual
|
98
72
|
# Information on the individual for whom the account is being opened and KYC is
|
99
73
|
# being run.
|
100
74
|
#
|
101
75
|
# @return [Lithic::Models::AccountHolderUpdateParams::Individual, nil]
|
102
76
|
optional :individual, -> { Lithic::Models::AccountHolderUpdateParams::Individual }
|
103
77
|
|
104
|
-
# @!
|
105
|
-
# # @return [Lithic::Models::AccountHolderUpdateParams::Individual]
|
106
|
-
# attr_writer :individual
|
107
|
-
|
108
|
-
# @!attribute [r] address
|
78
|
+
# @!attribute address
|
109
79
|
# Allowed for: KYC-Exempt, BYO-KYC, BYO-KYB.
|
110
80
|
#
|
111
81
|
# @return [Lithic::Models::AddressUpdate, nil]
|
112
82
|
optional :address, -> { Lithic::Models::AddressUpdate }
|
113
83
|
|
114
|
-
# @!
|
115
|
-
# # @return [Lithic::Models::AddressUpdate]
|
116
|
-
# attr_writer :address
|
117
|
-
|
118
|
-
# @!attribute [r] business_account_token
|
84
|
+
# @!attribute business_account_token
|
119
85
|
# Allowed for: KYC-Exempt, BYO-KYC. The token of the business account to which the
|
120
86
|
# account holder is associated.
|
121
87
|
#
|
122
88
|
# @return [String, nil]
|
123
89
|
optional :business_account_token, String
|
124
90
|
|
125
|
-
# @!
|
126
|
-
# # @return [String]
|
127
|
-
# attr_writer :business_account_token
|
128
|
-
|
129
|
-
# @!attribute [r] email
|
91
|
+
# @!attribute email
|
130
92
|
# Allowed for all Account Holders. Account holder's email address. The primary
|
131
93
|
# purpose of this field is for cardholder identification and verification during
|
132
94
|
# the digital wallet tokenization process.
|
@@ -134,41 +96,25 @@ module Lithic
|
|
134
96
|
# @return [String, nil]
|
135
97
|
optional :email, String
|
136
98
|
|
137
|
-
# @!
|
138
|
-
# # @return [String]
|
139
|
-
# attr_writer :email
|
140
|
-
|
141
|
-
# @!attribute [r] first_name
|
99
|
+
# @!attribute first_name
|
142
100
|
# Allowed for KYC-Exempt, BYO-KYC. Account holder's first name.
|
143
101
|
#
|
144
102
|
# @return [String, nil]
|
145
103
|
optional :first_name, String
|
146
104
|
|
147
|
-
# @!
|
148
|
-
# # @return [String]
|
149
|
-
# attr_writer :first_name
|
150
|
-
|
151
|
-
# @!attribute [r] last_name
|
105
|
+
# @!attribute last_name
|
152
106
|
# Allowed for KYC-Exempt, BYO-KYC. Account holder's last name.
|
153
107
|
#
|
154
108
|
# @return [String, nil]
|
155
109
|
optional :last_name, String
|
156
110
|
|
157
|
-
# @!
|
158
|
-
# # @return [String]
|
159
|
-
# attr_writer :last_name
|
160
|
-
|
161
|
-
# @!attribute [r] legal_business_name
|
111
|
+
# @!attribute legal_business_name
|
162
112
|
# Allowed for BYO-KYB. Legal business name of the account holder.
|
163
113
|
#
|
164
114
|
# @return [String, nil]
|
165
115
|
optional :legal_business_name, String
|
166
116
|
|
167
|
-
# @!
|
168
|
-
# # @return [String]
|
169
|
-
# attr_writer :legal_business_name
|
170
|
-
|
171
|
-
# @!attribute [r] phone_number
|
117
|
+
# @!attribute phone_number
|
172
118
|
# Allowed for all Account Holders. Account holder's phone number, entered in E.164
|
173
119
|
# format. The primary purpose of this field is for cardholder identification and
|
174
120
|
# verification during the digital wallet tokenization process.
|
@@ -176,51 +122,23 @@ module Lithic
|
|
176
122
|
# @return [String, nil]
|
177
123
|
optional :phone_number, String
|
178
124
|
|
179
|
-
# @!
|
180
|
-
#
|
181
|
-
#
|
182
|
-
|
183
|
-
#
|
184
|
-
#
|
185
|
-
#
|
186
|
-
#
|
187
|
-
#
|
188
|
-
#
|
189
|
-
#
|
190
|
-
#
|
191
|
-
#
|
192
|
-
#
|
193
|
-
#
|
194
|
-
#
|
195
|
-
#
|
196
|
-
# # @param last_name [String]
|
197
|
-
# # @param legal_business_name [String]
|
198
|
-
# # @param phone_number [String]
|
199
|
-
# # @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
|
200
|
-
# #
|
201
|
-
# def initialize(
|
202
|
-
# beneficial_owner_entities: nil,
|
203
|
-
# beneficial_owner_individuals: nil,
|
204
|
-
# business_entity: nil,
|
205
|
-
# control_person: nil,
|
206
|
-
# external_id: nil,
|
207
|
-
# nature_of_business: nil,
|
208
|
-
# website_url: nil,
|
209
|
-
# individual: nil,
|
210
|
-
# address: nil,
|
211
|
-
# business_account_token: nil,
|
212
|
-
# email: nil,
|
213
|
-
# first_name: nil,
|
214
|
-
# last_name: nil,
|
215
|
-
# legal_business_name: nil,
|
216
|
-
# phone_number: nil,
|
217
|
-
# request_options: {},
|
218
|
-
# **
|
219
|
-
# )
|
220
|
-
# super
|
221
|
-
# end
|
222
|
-
|
223
|
-
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
125
|
+
# @!method initialize(beneficial_owner_entities: nil, beneficial_owner_individuals: nil, business_entity: nil, control_person: nil, external_id: nil, nature_of_business: nil, website_url: nil, individual: nil, address: nil, business_account_token: nil, email: nil, first_name: nil, last_name: nil, legal_business_name: nil, phone_number: nil, request_options: {})
|
126
|
+
# @param beneficial_owner_entities [Array<Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerEntity>]
|
127
|
+
# @param beneficial_owner_individuals [Array<Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerIndividual>]
|
128
|
+
# @param business_entity [Lithic::Models::AccountHolderUpdateParams::BusinessEntity]
|
129
|
+
# @param control_person [Lithic::Models::AccountHolderUpdateParams::ControlPerson]
|
130
|
+
# @param external_id [String]
|
131
|
+
# @param nature_of_business [String]
|
132
|
+
# @param website_url [String]
|
133
|
+
# @param individual [Lithic::Models::AccountHolderUpdateParams::Individual]
|
134
|
+
# @param address [Lithic::Models::AddressUpdate]
|
135
|
+
# @param business_account_token [String]
|
136
|
+
# @param email [String]
|
137
|
+
# @param first_name [String]
|
138
|
+
# @param last_name [String]
|
139
|
+
# @param legal_business_name [String]
|
140
|
+
# @param phone_number [String]
|
141
|
+
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
|
224
142
|
|
225
143
|
class BeneficialOwnerEntity < Lithic::Internal::Type::BaseModel
|
226
144
|
# @!attribute entity_token
|
@@ -229,29 +147,21 @@ module Lithic
|
|
229
147
|
# @return [String]
|
230
148
|
required :entity_token, String
|
231
149
|
|
232
|
-
# @!attribute
|
150
|
+
# @!attribute address
|
233
151
|
# Business''s physical address - PO boxes, UPS drops, and FedEx drops are not
|
234
152
|
# acceptable; APO/FPO are acceptable.
|
235
153
|
#
|
236
154
|
# @return [Lithic::Models::AddressUpdate, nil]
|
237
155
|
optional :address, -> { Lithic::Models::AddressUpdate }
|
238
156
|
|
239
|
-
# @!
|
240
|
-
# # @return [Lithic::Models::AddressUpdate]
|
241
|
-
# attr_writer :address
|
242
|
-
|
243
|
-
# @!attribute [r] dba_business_name
|
157
|
+
# @!attribute dba_business_name
|
244
158
|
# Any name that the business operates under that is not its legal business name
|
245
159
|
# (if applicable).
|
246
160
|
#
|
247
161
|
# @return [String, nil]
|
248
162
|
optional :dba_business_name, String
|
249
163
|
|
250
|
-
# @!
|
251
|
-
# # @return [String]
|
252
|
-
# attr_writer :dba_business_name
|
253
|
-
|
254
|
-
# @!attribute [r] government_id
|
164
|
+
# @!attribute government_id
|
255
165
|
# Government-issued identification number. US Federal Employer Identification
|
256
166
|
# Numbers (EIN) are currently supported, entered as full nine-digits, with or
|
257
167
|
# without hyphens.
|
@@ -259,64 +169,33 @@ module Lithic
|
|
259
169
|
# @return [String, nil]
|
260
170
|
optional :government_id, String
|
261
171
|
|
262
|
-
# @!
|
263
|
-
# # @return [String]
|
264
|
-
# attr_writer :government_id
|
265
|
-
|
266
|
-
# @!attribute [r] legal_business_name
|
172
|
+
# @!attribute legal_business_name
|
267
173
|
# Legal (formal) business name.
|
268
174
|
#
|
269
175
|
# @return [String, nil]
|
270
176
|
optional :legal_business_name, String
|
271
177
|
|
272
|
-
# @!
|
273
|
-
# # @return [String]
|
274
|
-
# attr_writer :legal_business_name
|
275
|
-
|
276
|
-
# @!attribute [r] parent_company
|
178
|
+
# @!attribute parent_company
|
277
179
|
# Parent company name (if applicable).
|
278
180
|
#
|
279
181
|
# @return [String, nil]
|
280
182
|
optional :parent_company, String
|
281
183
|
|
282
|
-
# @!
|
283
|
-
# # @return [String]
|
284
|
-
# attr_writer :parent_company
|
285
|
-
|
286
|
-
# @!attribute [r] phone_numbers
|
184
|
+
# @!attribute phone_numbers
|
287
185
|
# One or more of the business's phone number(s), entered as a list in E.164
|
288
186
|
# format.
|
289
187
|
#
|
290
188
|
# @return [Array<String>, nil]
|
291
189
|
optional :phone_numbers, Lithic::Internal::Type::ArrayOf[String]
|
292
190
|
|
293
|
-
# @!
|
294
|
-
#
|
295
|
-
#
|
296
|
-
|
297
|
-
#
|
298
|
-
#
|
299
|
-
#
|
300
|
-
#
|
301
|
-
# # @param government_id [String]
|
302
|
-
# # @param legal_business_name [String]
|
303
|
-
# # @param parent_company [String]
|
304
|
-
# # @param phone_numbers [Array<String>]
|
305
|
-
# #
|
306
|
-
# def initialize(
|
307
|
-
# entity_token:,
|
308
|
-
# address: nil,
|
309
|
-
# dba_business_name: nil,
|
310
|
-
# government_id: nil,
|
311
|
-
# legal_business_name: nil,
|
312
|
-
# parent_company: nil,
|
313
|
-
# phone_numbers: nil,
|
314
|
-
# **
|
315
|
-
# )
|
316
|
-
# super
|
317
|
-
# end
|
318
|
-
|
319
|
-
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
191
|
+
# @!method initialize(entity_token:, address: nil, dba_business_name: nil, government_id: nil, legal_business_name: nil, parent_company: nil, phone_numbers: nil)
|
192
|
+
# @param entity_token [String]
|
193
|
+
# @param address [Lithic::Models::AddressUpdate]
|
194
|
+
# @param dba_business_name [String]
|
195
|
+
# @param government_id [String]
|
196
|
+
# @param legal_business_name [String]
|
197
|
+
# @param parent_company [String]
|
198
|
+
# @param phone_numbers [Array<String>]
|
320
199
|
end
|
321
200
|
|
322
201
|
class BeneficialOwnerIndividual < Lithic::Internal::Type::BaseModel
|
@@ -326,70 +205,46 @@ module Lithic
|
|
326
205
|
# @return [String]
|
327
206
|
required :entity_token, String
|
328
207
|
|
329
|
-
# @!attribute
|
208
|
+
# @!attribute address
|
330
209
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
331
210
|
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
332
211
|
#
|
333
212
|
# @return [Lithic::Models::AddressUpdate, nil]
|
334
213
|
optional :address, -> { Lithic::Models::AddressUpdate }
|
335
214
|
|
336
|
-
# @!
|
337
|
-
# # @return [Lithic::Models::AddressUpdate]
|
338
|
-
# attr_writer :address
|
339
|
-
|
340
|
-
# @!attribute [r] dob
|
215
|
+
# @!attribute dob
|
341
216
|
# Individual's date of birth, as an RFC 3339 date.
|
342
217
|
#
|
343
218
|
# @return [String, nil]
|
344
219
|
optional :dob, String
|
345
220
|
|
346
|
-
# @!
|
347
|
-
# # @return [String]
|
348
|
-
# attr_writer :dob
|
349
|
-
|
350
|
-
# @!attribute [r] email
|
221
|
+
# @!attribute email
|
351
222
|
# Individual's email address. If utilizing Lithic for chargeback processing, this
|
352
223
|
# customer email address may be used to communicate dispute status and resolution.
|
353
224
|
#
|
354
225
|
# @return [String, nil]
|
355
226
|
optional :email, String
|
356
227
|
|
357
|
-
# @!
|
358
|
-
# # @return [String]
|
359
|
-
# attr_writer :email
|
360
|
-
|
361
|
-
# @!attribute [r] first_name
|
228
|
+
# @!attribute first_name
|
362
229
|
# Individual's first name, as it appears on government-issued identity documents.
|
363
230
|
#
|
364
231
|
# @return [String, nil]
|
365
232
|
optional :first_name, String
|
366
233
|
|
367
|
-
# @!
|
368
|
-
# # @return [String]
|
369
|
-
# attr_writer :first_name
|
370
|
-
|
371
|
-
# @!attribute [r] last_name
|
234
|
+
# @!attribute last_name
|
372
235
|
# Individual's last name, as it appears on government-issued identity documents.
|
373
236
|
#
|
374
237
|
# @return [String, nil]
|
375
238
|
optional :last_name, String
|
376
239
|
|
377
|
-
# @!
|
378
|
-
# # @return [String]
|
379
|
-
# attr_writer :last_name
|
380
|
-
|
381
|
-
# @!attribute [r] phone_number
|
240
|
+
# @!attribute phone_number
|
382
241
|
# Individual's phone number, entered in E.164 format.
|
383
242
|
#
|
384
243
|
# @return [String, nil]
|
385
244
|
optional :phone_number, String
|
386
245
|
|
387
|
-
# @!parse
|
388
|
-
# # @return [String]
|
389
|
-
# attr_writer :phone_number
|
390
|
-
|
391
246
|
request_only do
|
392
|
-
# @!attribute
|
247
|
+
# @!attribute government_id
|
393
248
|
# Government-issued identification number (required for identity verification and
|
394
249
|
# compliance with banking regulations). Social Security Numbers (SSN) and
|
395
250
|
# Individual Taxpayer Identification Numbers (ITIN) are currently supported,
|
@@ -397,39 +252,19 @@ module Lithic
|
|
397
252
|
#
|
398
253
|
# @return [String, nil]
|
399
254
|
optional :government_id, String
|
400
|
-
|
401
|
-
# @!parse
|
402
|
-
# # @return [String]
|
403
|
-
# attr_writer :government_id
|
404
255
|
end
|
405
256
|
|
406
|
-
# @!
|
407
|
-
#
|
408
|
-
#
|
409
|
-
#
|
410
|
-
#
|
411
|
-
#
|
412
|
-
#
|
413
|
-
#
|
414
|
-
#
|
415
|
-
#
|
416
|
-
#
|
417
|
-
# #
|
418
|
-
# def initialize(
|
419
|
-
# entity_token:,
|
420
|
-
# address: nil,
|
421
|
-
# dob: nil,
|
422
|
-
# email: nil,
|
423
|
-
# first_name: nil,
|
424
|
-
# government_id: nil,
|
425
|
-
# last_name: nil,
|
426
|
-
# phone_number: nil,
|
427
|
-
# **
|
428
|
-
# )
|
429
|
-
# super
|
430
|
-
# end
|
431
|
-
|
432
|
-
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
257
|
+
# @!method initialize(entity_token:, address: nil, dob: nil, email: nil, first_name: nil, government_id: nil, last_name: nil, phone_number: nil)
|
258
|
+
# Individuals associated with a KYB application. Phone number is optional.
|
259
|
+
#
|
260
|
+
# @param entity_token [String]
|
261
|
+
# @param address [Lithic::Models::AddressUpdate]
|
262
|
+
# @param dob [String]
|
263
|
+
# @param email [String]
|
264
|
+
# @param first_name [String]
|
265
|
+
# @param government_id [String]
|
266
|
+
# @param last_name [String]
|
267
|
+
# @param phone_number [String]
|
433
268
|
end
|
434
269
|
|
435
270
|
class BusinessEntity < Lithic::Internal::Type::BaseModel
|
@@ -439,29 +274,21 @@ module Lithic
|
|
439
274
|
# @return [String]
|
440
275
|
required :entity_token, String
|
441
276
|
|
442
|
-
# @!attribute
|
277
|
+
# @!attribute address
|
443
278
|
# Business''s physical address - PO boxes, UPS drops, and FedEx drops are not
|
444
279
|
# acceptable; APO/FPO are acceptable.
|
445
280
|
#
|
446
281
|
# @return [Lithic::Models::AddressUpdate, nil]
|
447
282
|
optional :address, -> { Lithic::Models::AddressUpdate }
|
448
283
|
|
449
|
-
# @!
|
450
|
-
# # @return [Lithic::Models::AddressUpdate]
|
451
|
-
# attr_writer :address
|
452
|
-
|
453
|
-
# @!attribute [r] dba_business_name
|
284
|
+
# @!attribute dba_business_name
|
454
285
|
# Any name that the business operates under that is not its legal business name
|
455
286
|
# (if applicable).
|
456
287
|
#
|
457
288
|
# @return [String, nil]
|
458
289
|
optional :dba_business_name, String
|
459
290
|
|
460
|
-
# @!
|
461
|
-
# # @return [String]
|
462
|
-
# attr_writer :dba_business_name
|
463
|
-
|
464
|
-
# @!attribute [r] government_id
|
291
|
+
# @!attribute government_id
|
465
292
|
# Government-issued identification number. US Federal Employer Identification
|
466
293
|
# Numbers (EIN) are currently supported, entered as full nine-digits, with or
|
467
294
|
# without hyphens.
|
@@ -469,67 +296,36 @@ module Lithic
|
|
469
296
|
# @return [String, nil]
|
470
297
|
optional :government_id, String
|
471
298
|
|
472
|
-
# @!
|
473
|
-
# # @return [String]
|
474
|
-
# attr_writer :government_id
|
475
|
-
|
476
|
-
# @!attribute [r] legal_business_name
|
299
|
+
# @!attribute legal_business_name
|
477
300
|
# Legal (formal) business name.
|
478
301
|
#
|
479
302
|
# @return [String, nil]
|
480
303
|
optional :legal_business_name, String
|
481
304
|
|
482
|
-
# @!
|
483
|
-
# # @return [String]
|
484
|
-
# attr_writer :legal_business_name
|
485
|
-
|
486
|
-
# @!attribute [r] parent_company
|
305
|
+
# @!attribute parent_company
|
487
306
|
# Parent company name (if applicable).
|
488
307
|
#
|
489
308
|
# @return [String, nil]
|
490
309
|
optional :parent_company, String
|
491
310
|
|
492
|
-
# @!
|
493
|
-
# # @return [String]
|
494
|
-
# attr_writer :parent_company
|
495
|
-
|
496
|
-
# @!attribute [r] phone_numbers
|
311
|
+
# @!attribute phone_numbers
|
497
312
|
# One or more of the business's phone number(s), entered as a list in E.164
|
498
313
|
# format.
|
499
314
|
#
|
500
315
|
# @return [Array<String>, nil]
|
501
316
|
optional :phone_numbers, Lithic::Internal::Type::ArrayOf[String]
|
502
317
|
|
503
|
-
# @!
|
504
|
-
#
|
505
|
-
#
|
506
|
-
|
507
|
-
#
|
508
|
-
#
|
509
|
-
#
|
510
|
-
#
|
511
|
-
#
|
512
|
-
#
|
513
|
-
#
|
514
|
-
# # @param government_id [String]
|
515
|
-
# # @param legal_business_name [String]
|
516
|
-
# # @param parent_company [String]
|
517
|
-
# # @param phone_numbers [Array<String>]
|
518
|
-
# #
|
519
|
-
# def initialize(
|
520
|
-
# entity_token:,
|
521
|
-
# address: nil,
|
522
|
-
# dba_business_name: nil,
|
523
|
-
# government_id: nil,
|
524
|
-
# legal_business_name: nil,
|
525
|
-
# parent_company: nil,
|
526
|
-
# phone_numbers: nil,
|
527
|
-
# **
|
528
|
-
# )
|
529
|
-
# super
|
530
|
-
# end
|
531
|
-
|
532
|
-
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
318
|
+
# @!method initialize(entity_token:, address: nil, dba_business_name: nil, government_id: nil, legal_business_name: nil, parent_company: nil, phone_numbers: nil)
|
319
|
+
# Information for business for which the account is being opened and KYB is being
|
320
|
+
# run.
|
321
|
+
#
|
322
|
+
# @param entity_token [String]
|
323
|
+
# @param address [Lithic::Models::AddressUpdate]
|
324
|
+
# @param dba_business_name [String]
|
325
|
+
# @param government_id [String]
|
326
|
+
# @param legal_business_name [String]
|
327
|
+
# @param parent_company [String]
|
328
|
+
# @param phone_numbers [Array<String>]
|
533
329
|
end
|
534
330
|
|
535
331
|
class ControlPerson < Lithic::Internal::Type::BaseModel
|
@@ -539,70 +335,46 @@ module Lithic
|
|
539
335
|
# @return [String]
|
540
336
|
required :entity_token, String
|
541
337
|
|
542
|
-
# @!attribute
|
338
|
+
# @!attribute address
|
543
339
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
544
340
|
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
545
341
|
#
|
546
342
|
# @return [Lithic::Models::AddressUpdate, nil]
|
547
343
|
optional :address, -> { Lithic::Models::AddressUpdate }
|
548
344
|
|
549
|
-
# @!
|
550
|
-
# # @return [Lithic::Models::AddressUpdate]
|
551
|
-
# attr_writer :address
|
552
|
-
|
553
|
-
# @!attribute [r] dob
|
345
|
+
# @!attribute dob
|
554
346
|
# Individual's date of birth, as an RFC 3339 date.
|
555
347
|
#
|
556
348
|
# @return [String, nil]
|
557
349
|
optional :dob, String
|
558
350
|
|
559
|
-
# @!
|
560
|
-
# # @return [String]
|
561
|
-
# attr_writer :dob
|
562
|
-
|
563
|
-
# @!attribute [r] email
|
351
|
+
# @!attribute email
|
564
352
|
# Individual's email address. If utilizing Lithic for chargeback processing, this
|
565
353
|
# customer email address may be used to communicate dispute status and resolution.
|
566
354
|
#
|
567
355
|
# @return [String, nil]
|
568
356
|
optional :email, String
|
569
357
|
|
570
|
-
# @!
|
571
|
-
# # @return [String]
|
572
|
-
# attr_writer :email
|
573
|
-
|
574
|
-
# @!attribute [r] first_name
|
358
|
+
# @!attribute first_name
|
575
359
|
# Individual's first name, as it appears on government-issued identity documents.
|
576
360
|
#
|
577
361
|
# @return [String, nil]
|
578
362
|
optional :first_name, String
|
579
363
|
|
580
|
-
# @!
|
581
|
-
# # @return [String]
|
582
|
-
# attr_writer :first_name
|
583
|
-
|
584
|
-
# @!attribute [r] last_name
|
364
|
+
# @!attribute last_name
|
585
365
|
# Individual's last name, as it appears on government-issued identity documents.
|
586
366
|
#
|
587
367
|
# @return [String, nil]
|
588
368
|
optional :last_name, String
|
589
369
|
|
590
|
-
# @!
|
591
|
-
# # @return [String]
|
592
|
-
# attr_writer :last_name
|
593
|
-
|
594
|
-
# @!attribute [r] phone_number
|
370
|
+
# @!attribute phone_number
|
595
371
|
# Individual's phone number, entered in E.164 format.
|
596
372
|
#
|
597
373
|
# @return [String, nil]
|
598
374
|
optional :phone_number, String
|
599
375
|
|
600
|
-
# @!parse
|
601
|
-
# # @return [String]
|
602
|
-
# attr_writer :phone_number
|
603
|
-
|
604
376
|
request_only do
|
605
|
-
# @!attribute
|
377
|
+
# @!attribute government_id
|
606
378
|
# Government-issued identification number (required for identity verification and
|
607
379
|
# compliance with banking regulations). Social Security Numbers (SSN) and
|
608
380
|
# Individual Taxpayer Identification Numbers (ITIN) are currently supported,
|
@@ -610,46 +382,26 @@ module Lithic
|
|
610
382
|
#
|
611
383
|
# @return [String, nil]
|
612
384
|
optional :government_id, String
|
613
|
-
|
614
|
-
# @!parse
|
615
|
-
# # @return [String]
|
616
|
-
# attr_writer :government_id
|
617
385
|
end
|
618
386
|
|
619
|
-
# @!
|
620
|
-
#
|
621
|
-
#
|
622
|
-
#
|
623
|
-
#
|
624
|
-
#
|
625
|
-
#
|
626
|
-
#
|
627
|
-
#
|
628
|
-
#
|
629
|
-
#
|
630
|
-
#
|
631
|
-
#
|
632
|
-
#
|
633
|
-
#
|
634
|
-
#
|
635
|
-
#
|
636
|
-
#
|
637
|
-
# #
|
638
|
-
# def initialize(
|
639
|
-
# entity_token:,
|
640
|
-
# address: nil,
|
641
|
-
# dob: nil,
|
642
|
-
# email: nil,
|
643
|
-
# first_name: nil,
|
644
|
-
# government_id: nil,
|
645
|
-
# last_name: nil,
|
646
|
-
# phone_number: nil,
|
647
|
-
# **
|
648
|
-
# )
|
649
|
-
# super
|
650
|
-
# end
|
651
|
-
|
652
|
-
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
387
|
+
# @!method initialize(entity_token:, address: nil, dob: nil, email: nil, first_name: nil, government_id: nil, last_name: nil, phone_number: nil)
|
388
|
+
# An individual with significant responsibility for managing the legal entity
|
389
|
+
# (e.g., a Chief Executive Officer, Chief Financial Officer, Chief Operating
|
390
|
+
# Officer, Managing Member, General Partner, President, Vice President, or
|
391
|
+
# Treasurer). This can be an executive, or someone who will have program-wide
|
392
|
+
# access to the cards that Lithic will provide. In some cases, this individual
|
393
|
+
# could also be a beneficial owner listed above. See
|
394
|
+
# [FinCEN requirements](https://www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf)
|
395
|
+
# (Section II) for more background.
|
396
|
+
#
|
397
|
+
# @param entity_token [String]
|
398
|
+
# @param address [Lithic::Models::AddressUpdate]
|
399
|
+
# @param dob [String]
|
400
|
+
# @param email [String]
|
401
|
+
# @param first_name [String]
|
402
|
+
# @param government_id [String]
|
403
|
+
# @param last_name [String]
|
404
|
+
# @param phone_number [String]
|
653
405
|
end
|
654
406
|
|
655
407
|
class Individual < Lithic::Internal::Type::BaseModel
|
@@ -659,70 +411,46 @@ module Lithic
|
|
659
411
|
# @return [String]
|
660
412
|
required :entity_token, String
|
661
413
|
|
662
|
-
# @!attribute
|
414
|
+
# @!attribute address
|
663
415
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
664
416
|
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
665
417
|
#
|
666
418
|
# @return [Lithic::Models::AddressUpdate, nil]
|
667
419
|
optional :address, -> { Lithic::Models::AddressUpdate }
|
668
420
|
|
669
|
-
# @!
|
670
|
-
# # @return [Lithic::Models::AddressUpdate]
|
671
|
-
# attr_writer :address
|
672
|
-
|
673
|
-
# @!attribute [r] dob
|
421
|
+
# @!attribute dob
|
674
422
|
# Individual's date of birth, as an RFC 3339 date.
|
675
423
|
#
|
676
424
|
# @return [String, nil]
|
677
425
|
optional :dob, String
|
678
426
|
|
679
|
-
# @!
|
680
|
-
# # @return [String]
|
681
|
-
# attr_writer :dob
|
682
|
-
|
683
|
-
# @!attribute [r] email
|
427
|
+
# @!attribute email
|
684
428
|
# Individual's email address. If utilizing Lithic for chargeback processing, this
|
685
429
|
# customer email address may be used to communicate dispute status and resolution.
|
686
430
|
#
|
687
431
|
# @return [String, nil]
|
688
432
|
optional :email, String
|
689
433
|
|
690
|
-
# @!
|
691
|
-
# # @return [String]
|
692
|
-
# attr_writer :email
|
693
|
-
|
694
|
-
# @!attribute [r] first_name
|
434
|
+
# @!attribute first_name
|
695
435
|
# Individual's first name, as it appears on government-issued identity documents.
|
696
436
|
#
|
697
437
|
# @return [String, nil]
|
698
438
|
optional :first_name, String
|
699
439
|
|
700
|
-
# @!
|
701
|
-
# # @return [String]
|
702
|
-
# attr_writer :first_name
|
703
|
-
|
704
|
-
# @!attribute [r] last_name
|
440
|
+
# @!attribute last_name
|
705
441
|
# Individual's last name, as it appears on government-issued identity documents.
|
706
442
|
#
|
707
443
|
# @return [String, nil]
|
708
444
|
optional :last_name, String
|
709
445
|
|
710
|
-
# @!
|
711
|
-
# # @return [String]
|
712
|
-
# attr_writer :last_name
|
713
|
-
|
714
|
-
# @!attribute [r] phone_number
|
446
|
+
# @!attribute phone_number
|
715
447
|
# Individual's phone number, entered in E.164 format.
|
716
448
|
#
|
717
449
|
# @return [String, nil]
|
718
450
|
optional :phone_number, String
|
719
451
|
|
720
|
-
# @!parse
|
721
|
-
# # @return [String]
|
722
|
-
# attr_writer :phone_number
|
723
|
-
|
724
452
|
request_only do
|
725
|
-
# @!attribute
|
453
|
+
# @!attribute government_id
|
726
454
|
# Government-issued identification number (required for identity verification and
|
727
455
|
# compliance with banking regulations). Social Security Numbers (SSN) and
|
728
456
|
# Individual Taxpayer Identification Numbers (ITIN) are currently supported,
|
@@ -730,40 +458,20 @@ module Lithic
|
|
730
458
|
#
|
731
459
|
# @return [String, nil]
|
732
460
|
optional :government_id, String
|
733
|
-
|
734
|
-
# @!parse
|
735
|
-
# # @return [String]
|
736
|
-
# attr_writer :government_id
|
737
461
|
end
|
738
462
|
|
739
|
-
# @!
|
740
|
-
#
|
741
|
-
#
|
742
|
-
#
|
743
|
-
#
|
744
|
-
#
|
745
|
-
#
|
746
|
-
#
|
747
|
-
#
|
748
|
-
#
|
749
|
-
#
|
750
|
-
#
|
751
|
-
# #
|
752
|
-
# def initialize(
|
753
|
-
# entity_token:,
|
754
|
-
# address: nil,
|
755
|
-
# dob: nil,
|
756
|
-
# email: nil,
|
757
|
-
# first_name: nil,
|
758
|
-
# government_id: nil,
|
759
|
-
# last_name: nil,
|
760
|
-
# phone_number: nil,
|
761
|
-
# **
|
762
|
-
# )
|
763
|
-
# super
|
764
|
-
# end
|
765
|
-
|
766
|
-
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
463
|
+
# @!method initialize(entity_token:, address: nil, dob: nil, email: nil, first_name: nil, government_id: nil, last_name: nil, phone_number: nil)
|
464
|
+
# Information on the individual for whom the account is being opened and KYC is
|
465
|
+
# being run.
|
466
|
+
#
|
467
|
+
# @param entity_token [String]
|
468
|
+
# @param address [Lithic::Models::AddressUpdate]
|
469
|
+
# @param dob [String]
|
470
|
+
# @param email [String]
|
471
|
+
# @param first_name [String]
|
472
|
+
# @param government_id [String]
|
473
|
+
# @param last_name [String]
|
474
|
+
# @param phone_number [String]
|
767
475
|
end
|
768
476
|
end
|
769
477
|
end
|