lithic 0.1.0.pre.alpha.13 → 0.1.0.pre.alpha.15
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/.ignore +2 -0
- data/CHANGELOG.md +29 -0
- data/README.md +1 -1
- data/lib/lithic/internal/transport/base_client.rb +1 -1
- data/lib/lithic/internal/type/base_model.rb +33 -15
- data/lib/lithic/internal/type/enum.rb +1 -6
- data/lib/lithic/internal/type/request_parameters.rb +1 -2
- data/lib/lithic/models/account.rb +39 -91
- data/lib/lithic/models/account_financial_account_type.rb +2 -5
- data/lib/lithic/models/account_holder.rb +125 -312
- data/lib/lithic/models/account_holder_create_params.rb +97 -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 +130 -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 +33 -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 +391 -0
- data/lib/lithic/models/card_create_params.rb +42 -142
- data/lib/lithic/models/card_create_response.rb +390 -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 +374 -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 +390 -0
- data/lib/lithic/models/card_renew_params.rb +16 -55
- data/lib/lithic/models/card_renew_response.rb +390 -0
- data/lib/lithic/models/card_retrieve_params.rb +3 -8
- data/lib/lithic/models/card_retrieve_response.rb +390 -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 +390 -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 +390 -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 +71 -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 +12 -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 +279 -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 -1
- data/rbi/lib/lithic/internal/type/base_model.rbi +10 -0
- data/rbi/lib/lithic/internal/type/enum.rbi +0 -6
- 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/base_model.rbs +6 -0
- data/sig/lithic/internal/type/enum.rbs +0 -2
- 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 +27 -5
- data/lib/lithic/models/card.rb +0 -524
- data/rbi/lib/lithic/models/card.rbi +0 -487
@@ -4,25 +4,21 @@ 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
|
12
11
|
# Deprecated.
|
13
12
|
#
|
14
13
|
# @return [Array<Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerEntity>, nil]
|
15
14
|
optional :beneficial_owner_entities,
|
16
15
|
-> { Lithic::Internal::Type::ArrayOf[Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerEntity] }
|
17
16
|
|
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
|
17
|
+
# @!attribute beneficial_owner_individuals
|
18
|
+
# You must submit a list of all direct and indirect individuals with 25% or more
|
19
|
+
# ownership in the company. A maximum of 4 beneficial owners can be submitted. If
|
20
|
+
# no individual owns 25% of the company you do not need to send beneficial owner
|
21
|
+
# information. See
|
26
22
|
# [FinCEN requirements](https://www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf)
|
27
23
|
# (Section I) for more background on individuals that should be included.
|
28
24
|
#
|
@@ -30,22 +26,14 @@ module Lithic
|
|
30
26
|
optional :beneficial_owner_individuals,
|
31
27
|
-> { Lithic::Internal::Type::ArrayOf[Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerIndividual] }
|
32
28
|
|
33
|
-
# @!
|
34
|
-
# # @return [Array<Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerIndividual>]
|
35
|
-
# attr_writer :beneficial_owner_individuals
|
36
|
-
|
37
|
-
# @!attribute [r] business_entity
|
29
|
+
# @!attribute business_entity
|
38
30
|
# Information for business for which the account is being opened and KYB is being
|
39
31
|
# run.
|
40
32
|
#
|
41
33
|
# @return [Lithic::Models::AccountHolderUpdateParams::BusinessEntity, nil]
|
42
34
|
optional :business_entity, -> { Lithic::Models::AccountHolderUpdateParams::BusinessEntity }
|
43
35
|
|
44
|
-
# @!
|
45
|
-
# # @return [Lithic::Models::AccountHolderUpdateParams::BusinessEntity]
|
46
|
-
# attr_writer :business_entity
|
47
|
-
|
48
|
-
# @!attribute [r] control_person
|
36
|
+
# @!attribute control_person
|
49
37
|
# An individual with significant responsibility for managing the legal entity
|
50
38
|
# (e.g., a Chief Executive Officer, Chief Financial Officer, Chief Operating
|
51
39
|
# Officer, Managing Member, General Partner, President, Vice President, or
|
@@ -58,75 +46,47 @@ module Lithic
|
|
58
46
|
# @return [Lithic::Models::AccountHolderUpdateParams::ControlPerson, nil]
|
59
47
|
optional :control_person, -> { Lithic::Models::AccountHolderUpdateParams::ControlPerson }
|
60
48
|
|
61
|
-
# @!
|
62
|
-
# # @return [Lithic::Models::AccountHolderUpdateParams::ControlPerson]
|
63
|
-
# attr_writer :control_person
|
64
|
-
|
65
|
-
# @!attribute [r] external_id
|
49
|
+
# @!attribute external_id
|
66
50
|
# A user provided id that can be used to link an account holder with an external
|
67
51
|
# system
|
68
52
|
#
|
69
53
|
# @return [String, nil]
|
70
54
|
optional :external_id, String
|
71
55
|
|
72
|
-
# @!
|
73
|
-
# # @return [String]
|
74
|
-
# attr_writer :external_id
|
75
|
-
|
76
|
-
# @!attribute [r] nature_of_business
|
56
|
+
# @!attribute nature_of_business
|
77
57
|
# Short description of the company's line of business (i.e., what does the company
|
78
58
|
# do?).
|
79
59
|
#
|
80
60
|
# @return [String, nil]
|
81
61
|
optional :nature_of_business, String
|
82
62
|
|
83
|
-
# @!
|
84
|
-
# # @return [String]
|
85
|
-
# attr_writer :nature_of_business
|
86
|
-
|
87
|
-
# @!attribute [r] website_url
|
63
|
+
# @!attribute website_url
|
88
64
|
# Company website URL.
|
89
65
|
#
|
90
66
|
# @return [String, nil]
|
91
67
|
optional :website_url, String
|
92
68
|
|
93
|
-
# @!
|
94
|
-
# # @return [String]
|
95
|
-
# attr_writer :website_url
|
96
|
-
|
97
|
-
# @!attribute [r] individual
|
69
|
+
# @!attribute individual
|
98
70
|
# Information on the individual for whom the account is being opened and KYC is
|
99
71
|
# being run.
|
100
72
|
#
|
101
73
|
# @return [Lithic::Models::AccountHolderUpdateParams::Individual, nil]
|
102
74
|
optional :individual, -> { Lithic::Models::AccountHolderUpdateParams::Individual }
|
103
75
|
|
104
|
-
# @!
|
105
|
-
# # @return [Lithic::Models::AccountHolderUpdateParams::Individual]
|
106
|
-
# attr_writer :individual
|
107
|
-
|
108
|
-
# @!attribute [r] address
|
76
|
+
# @!attribute address
|
109
77
|
# Allowed for: KYC-Exempt, BYO-KYC, BYO-KYB.
|
110
78
|
#
|
111
79
|
# @return [Lithic::Models::AddressUpdate, nil]
|
112
80
|
optional :address, -> { Lithic::Models::AddressUpdate }
|
113
81
|
|
114
|
-
# @!
|
115
|
-
# # @return [Lithic::Models::AddressUpdate]
|
116
|
-
# attr_writer :address
|
117
|
-
|
118
|
-
# @!attribute [r] business_account_token
|
82
|
+
# @!attribute business_account_token
|
119
83
|
# Allowed for: KYC-Exempt, BYO-KYC. The token of the business account to which the
|
120
84
|
# account holder is associated.
|
121
85
|
#
|
122
86
|
# @return [String, nil]
|
123
87
|
optional :business_account_token, String
|
124
88
|
|
125
|
-
# @!
|
126
|
-
# # @return [String]
|
127
|
-
# attr_writer :business_account_token
|
128
|
-
|
129
|
-
# @!attribute [r] email
|
89
|
+
# @!attribute email
|
130
90
|
# Allowed for all Account Holders. Account holder's email address. The primary
|
131
91
|
# purpose of this field is for cardholder identification and verification during
|
132
92
|
# the digital wallet tokenization process.
|
@@ -134,41 +94,25 @@ module Lithic
|
|
134
94
|
# @return [String, nil]
|
135
95
|
optional :email, String
|
136
96
|
|
137
|
-
# @!
|
138
|
-
# # @return [String]
|
139
|
-
# attr_writer :email
|
140
|
-
|
141
|
-
# @!attribute [r] first_name
|
97
|
+
# @!attribute first_name
|
142
98
|
# Allowed for KYC-Exempt, BYO-KYC. Account holder's first name.
|
143
99
|
#
|
144
100
|
# @return [String, nil]
|
145
101
|
optional :first_name, String
|
146
102
|
|
147
|
-
# @!
|
148
|
-
# # @return [String]
|
149
|
-
# attr_writer :first_name
|
150
|
-
|
151
|
-
# @!attribute [r] last_name
|
103
|
+
# @!attribute last_name
|
152
104
|
# Allowed for KYC-Exempt, BYO-KYC. Account holder's last name.
|
153
105
|
#
|
154
106
|
# @return [String, nil]
|
155
107
|
optional :last_name, String
|
156
108
|
|
157
|
-
# @!
|
158
|
-
# # @return [String]
|
159
|
-
# attr_writer :last_name
|
160
|
-
|
161
|
-
# @!attribute [r] legal_business_name
|
109
|
+
# @!attribute legal_business_name
|
162
110
|
# Allowed for BYO-KYB. Legal business name of the account holder.
|
163
111
|
#
|
164
112
|
# @return [String, nil]
|
165
113
|
optional :legal_business_name, String
|
166
114
|
|
167
|
-
# @!
|
168
|
-
# # @return [String]
|
169
|
-
# attr_writer :legal_business_name
|
170
|
-
|
171
|
-
# @!attribute [r] phone_number
|
115
|
+
# @!attribute phone_number
|
172
116
|
# Allowed for all Account Holders. Account holder's phone number, entered in E.164
|
173
117
|
# format. The primary purpose of this field is for cardholder identification and
|
174
118
|
# verification during the digital wallet tokenization process.
|
@@ -176,51 +120,23 @@ module Lithic
|
|
176
120
|
# @return [String, nil]
|
177
121
|
optional :phone_number, String
|
178
122
|
|
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
|
123
|
+
# @!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: {})
|
124
|
+
# @param beneficial_owner_entities [Array<Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerEntity>]
|
125
|
+
# @param beneficial_owner_individuals [Array<Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerIndividual>]
|
126
|
+
# @param business_entity [Lithic::Models::AccountHolderUpdateParams::BusinessEntity]
|
127
|
+
# @param control_person [Lithic::Models::AccountHolderUpdateParams::ControlPerson]
|
128
|
+
# @param external_id [String]
|
129
|
+
# @param nature_of_business [String]
|
130
|
+
# @param website_url [String]
|
131
|
+
# @param individual [Lithic::Models::AccountHolderUpdateParams::Individual]
|
132
|
+
# @param address [Lithic::Models::AddressUpdate]
|
133
|
+
# @param business_account_token [String]
|
134
|
+
# @param email [String]
|
135
|
+
# @param first_name [String]
|
136
|
+
# @param last_name [String]
|
137
|
+
# @param legal_business_name [String]
|
138
|
+
# @param phone_number [String]
|
139
|
+
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
|
224
140
|
|
225
141
|
class BeneficialOwnerEntity < Lithic::Internal::Type::BaseModel
|
226
142
|
# @!attribute entity_token
|
@@ -229,29 +145,21 @@ module Lithic
|
|
229
145
|
# @return [String]
|
230
146
|
required :entity_token, String
|
231
147
|
|
232
|
-
# @!attribute
|
148
|
+
# @!attribute address
|
233
149
|
# Business''s physical address - PO boxes, UPS drops, and FedEx drops are not
|
234
150
|
# acceptable; APO/FPO are acceptable.
|
235
151
|
#
|
236
152
|
# @return [Lithic::Models::AddressUpdate, nil]
|
237
153
|
optional :address, -> { Lithic::Models::AddressUpdate }
|
238
154
|
|
239
|
-
# @!
|
240
|
-
# # @return [Lithic::Models::AddressUpdate]
|
241
|
-
# attr_writer :address
|
242
|
-
|
243
|
-
# @!attribute [r] dba_business_name
|
155
|
+
# @!attribute dba_business_name
|
244
156
|
# Any name that the business operates under that is not its legal business name
|
245
157
|
# (if applicable).
|
246
158
|
#
|
247
159
|
# @return [String, nil]
|
248
160
|
optional :dba_business_name, String
|
249
161
|
|
250
|
-
# @!
|
251
|
-
# # @return [String]
|
252
|
-
# attr_writer :dba_business_name
|
253
|
-
|
254
|
-
# @!attribute [r] government_id
|
162
|
+
# @!attribute government_id
|
255
163
|
# Government-issued identification number. US Federal Employer Identification
|
256
164
|
# Numbers (EIN) are currently supported, entered as full nine-digits, with or
|
257
165
|
# without hyphens.
|
@@ -259,64 +167,33 @@ module Lithic
|
|
259
167
|
# @return [String, nil]
|
260
168
|
optional :government_id, String
|
261
169
|
|
262
|
-
# @!
|
263
|
-
# # @return [String]
|
264
|
-
# attr_writer :government_id
|
265
|
-
|
266
|
-
# @!attribute [r] legal_business_name
|
170
|
+
# @!attribute legal_business_name
|
267
171
|
# Legal (formal) business name.
|
268
172
|
#
|
269
173
|
# @return [String, nil]
|
270
174
|
optional :legal_business_name, String
|
271
175
|
|
272
|
-
# @!
|
273
|
-
# # @return [String]
|
274
|
-
# attr_writer :legal_business_name
|
275
|
-
|
276
|
-
# @!attribute [r] parent_company
|
176
|
+
# @!attribute parent_company
|
277
177
|
# Parent company name (if applicable).
|
278
178
|
#
|
279
179
|
# @return [String, nil]
|
280
180
|
optional :parent_company, String
|
281
181
|
|
282
|
-
# @!
|
283
|
-
# # @return [String]
|
284
|
-
# attr_writer :parent_company
|
285
|
-
|
286
|
-
# @!attribute [r] phone_numbers
|
182
|
+
# @!attribute phone_numbers
|
287
183
|
# One or more of the business's phone number(s), entered as a list in E.164
|
288
184
|
# format.
|
289
185
|
#
|
290
186
|
# @return [Array<String>, nil]
|
291
187
|
optional :phone_numbers, Lithic::Internal::Type::ArrayOf[String]
|
292
188
|
|
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
|
189
|
+
# @!method initialize(entity_token:, address: nil, dba_business_name: nil, government_id: nil, legal_business_name: nil, parent_company: nil, phone_numbers: nil)
|
190
|
+
# @param entity_token [String]
|
191
|
+
# @param address [Lithic::Models::AddressUpdate]
|
192
|
+
# @param dba_business_name [String]
|
193
|
+
# @param government_id [String]
|
194
|
+
# @param legal_business_name [String]
|
195
|
+
# @param parent_company [String]
|
196
|
+
# @param phone_numbers [Array<String>]
|
320
197
|
end
|
321
198
|
|
322
199
|
class BeneficialOwnerIndividual < Lithic::Internal::Type::BaseModel
|
@@ -326,70 +203,46 @@ module Lithic
|
|
326
203
|
# @return [String]
|
327
204
|
required :entity_token, String
|
328
205
|
|
329
|
-
# @!attribute
|
206
|
+
# @!attribute address
|
330
207
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
331
208
|
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
332
209
|
#
|
333
210
|
# @return [Lithic::Models::AddressUpdate, nil]
|
334
211
|
optional :address, -> { Lithic::Models::AddressUpdate }
|
335
212
|
|
336
|
-
# @!
|
337
|
-
# # @return [Lithic::Models::AddressUpdate]
|
338
|
-
# attr_writer :address
|
339
|
-
|
340
|
-
# @!attribute [r] dob
|
213
|
+
# @!attribute dob
|
341
214
|
# Individual's date of birth, as an RFC 3339 date.
|
342
215
|
#
|
343
216
|
# @return [String, nil]
|
344
217
|
optional :dob, String
|
345
218
|
|
346
|
-
# @!
|
347
|
-
# # @return [String]
|
348
|
-
# attr_writer :dob
|
349
|
-
|
350
|
-
# @!attribute [r] email
|
219
|
+
# @!attribute email
|
351
220
|
# Individual's email address. If utilizing Lithic for chargeback processing, this
|
352
221
|
# customer email address may be used to communicate dispute status and resolution.
|
353
222
|
#
|
354
223
|
# @return [String, nil]
|
355
224
|
optional :email, String
|
356
225
|
|
357
|
-
# @!
|
358
|
-
# # @return [String]
|
359
|
-
# attr_writer :email
|
360
|
-
|
361
|
-
# @!attribute [r] first_name
|
226
|
+
# @!attribute first_name
|
362
227
|
# Individual's first name, as it appears on government-issued identity documents.
|
363
228
|
#
|
364
229
|
# @return [String, nil]
|
365
230
|
optional :first_name, String
|
366
231
|
|
367
|
-
# @!
|
368
|
-
# # @return [String]
|
369
|
-
# attr_writer :first_name
|
370
|
-
|
371
|
-
# @!attribute [r] last_name
|
232
|
+
# @!attribute last_name
|
372
233
|
# Individual's last name, as it appears on government-issued identity documents.
|
373
234
|
#
|
374
235
|
# @return [String, nil]
|
375
236
|
optional :last_name, String
|
376
237
|
|
377
|
-
# @!
|
378
|
-
# # @return [String]
|
379
|
-
# attr_writer :last_name
|
380
|
-
|
381
|
-
# @!attribute [r] phone_number
|
238
|
+
# @!attribute phone_number
|
382
239
|
# Individual's phone number, entered in E.164 format.
|
383
240
|
#
|
384
241
|
# @return [String, nil]
|
385
242
|
optional :phone_number, String
|
386
243
|
|
387
|
-
# @!parse
|
388
|
-
# # @return [String]
|
389
|
-
# attr_writer :phone_number
|
390
|
-
|
391
244
|
request_only do
|
392
|
-
# @!attribute
|
245
|
+
# @!attribute government_id
|
393
246
|
# Government-issued identification number (required for identity verification and
|
394
247
|
# compliance with banking regulations). Social Security Numbers (SSN) and
|
395
248
|
# Individual Taxpayer Identification Numbers (ITIN) are currently supported,
|
@@ -397,39 +250,19 @@ module Lithic
|
|
397
250
|
#
|
398
251
|
# @return [String, nil]
|
399
252
|
optional :government_id, String
|
400
|
-
|
401
|
-
# @!parse
|
402
|
-
# # @return [String]
|
403
|
-
# attr_writer :government_id
|
404
253
|
end
|
405
254
|
|
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
|
255
|
+
# @!method initialize(entity_token:, address: nil, dob: nil, email: nil, first_name: nil, government_id: nil, last_name: nil, phone_number: nil)
|
256
|
+
# Individuals associated with a KYB application. Phone number is optional.
|
257
|
+
#
|
258
|
+
# @param entity_token [String]
|
259
|
+
# @param address [Lithic::Models::AddressUpdate]
|
260
|
+
# @param dob [String]
|
261
|
+
# @param email [String]
|
262
|
+
# @param first_name [String]
|
263
|
+
# @param government_id [String]
|
264
|
+
# @param last_name [String]
|
265
|
+
# @param phone_number [String]
|
433
266
|
end
|
434
267
|
|
435
268
|
class BusinessEntity < Lithic::Internal::Type::BaseModel
|
@@ -439,29 +272,21 @@ module Lithic
|
|
439
272
|
# @return [String]
|
440
273
|
required :entity_token, String
|
441
274
|
|
442
|
-
# @!attribute
|
275
|
+
# @!attribute address
|
443
276
|
# Business''s physical address - PO boxes, UPS drops, and FedEx drops are not
|
444
277
|
# acceptable; APO/FPO are acceptable.
|
445
278
|
#
|
446
279
|
# @return [Lithic::Models::AddressUpdate, nil]
|
447
280
|
optional :address, -> { Lithic::Models::AddressUpdate }
|
448
281
|
|
449
|
-
# @!
|
450
|
-
# # @return [Lithic::Models::AddressUpdate]
|
451
|
-
# attr_writer :address
|
452
|
-
|
453
|
-
# @!attribute [r] dba_business_name
|
282
|
+
# @!attribute dba_business_name
|
454
283
|
# Any name that the business operates under that is not its legal business name
|
455
284
|
# (if applicable).
|
456
285
|
#
|
457
286
|
# @return [String, nil]
|
458
287
|
optional :dba_business_name, String
|
459
288
|
|
460
|
-
# @!
|
461
|
-
# # @return [String]
|
462
|
-
# attr_writer :dba_business_name
|
463
|
-
|
464
|
-
# @!attribute [r] government_id
|
289
|
+
# @!attribute government_id
|
465
290
|
# Government-issued identification number. US Federal Employer Identification
|
466
291
|
# Numbers (EIN) are currently supported, entered as full nine-digits, with or
|
467
292
|
# without hyphens.
|
@@ -469,67 +294,36 @@ module Lithic
|
|
469
294
|
# @return [String, nil]
|
470
295
|
optional :government_id, String
|
471
296
|
|
472
|
-
# @!
|
473
|
-
# # @return [String]
|
474
|
-
# attr_writer :government_id
|
475
|
-
|
476
|
-
# @!attribute [r] legal_business_name
|
297
|
+
# @!attribute legal_business_name
|
477
298
|
# Legal (formal) business name.
|
478
299
|
#
|
479
300
|
# @return [String, nil]
|
480
301
|
optional :legal_business_name, String
|
481
302
|
|
482
|
-
# @!
|
483
|
-
# # @return [String]
|
484
|
-
# attr_writer :legal_business_name
|
485
|
-
|
486
|
-
# @!attribute [r] parent_company
|
303
|
+
# @!attribute parent_company
|
487
304
|
# Parent company name (if applicable).
|
488
305
|
#
|
489
306
|
# @return [String, nil]
|
490
307
|
optional :parent_company, String
|
491
308
|
|
492
|
-
# @!
|
493
|
-
# # @return [String]
|
494
|
-
# attr_writer :parent_company
|
495
|
-
|
496
|
-
# @!attribute [r] phone_numbers
|
309
|
+
# @!attribute phone_numbers
|
497
310
|
# One or more of the business's phone number(s), entered as a list in E.164
|
498
311
|
# format.
|
499
312
|
#
|
500
313
|
# @return [Array<String>, nil]
|
501
314
|
optional :phone_numbers, Lithic::Internal::Type::ArrayOf[String]
|
502
315
|
|
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
|
316
|
+
# @!method initialize(entity_token:, address: nil, dba_business_name: nil, government_id: nil, legal_business_name: nil, parent_company: nil, phone_numbers: nil)
|
317
|
+
# Information for business for which the account is being opened and KYB is being
|
318
|
+
# run.
|
319
|
+
#
|
320
|
+
# @param entity_token [String]
|
321
|
+
# @param address [Lithic::Models::AddressUpdate]
|
322
|
+
# @param dba_business_name [String]
|
323
|
+
# @param government_id [String]
|
324
|
+
# @param legal_business_name [String]
|
325
|
+
# @param parent_company [String]
|
326
|
+
# @param phone_numbers [Array<String>]
|
533
327
|
end
|
534
328
|
|
535
329
|
class ControlPerson < Lithic::Internal::Type::BaseModel
|
@@ -539,70 +333,46 @@ module Lithic
|
|
539
333
|
# @return [String]
|
540
334
|
required :entity_token, String
|
541
335
|
|
542
|
-
# @!attribute
|
336
|
+
# @!attribute address
|
543
337
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
544
338
|
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
545
339
|
#
|
546
340
|
# @return [Lithic::Models::AddressUpdate, nil]
|
547
341
|
optional :address, -> { Lithic::Models::AddressUpdate }
|
548
342
|
|
549
|
-
# @!
|
550
|
-
# # @return [Lithic::Models::AddressUpdate]
|
551
|
-
# attr_writer :address
|
552
|
-
|
553
|
-
# @!attribute [r] dob
|
343
|
+
# @!attribute dob
|
554
344
|
# Individual's date of birth, as an RFC 3339 date.
|
555
345
|
#
|
556
346
|
# @return [String, nil]
|
557
347
|
optional :dob, String
|
558
348
|
|
559
|
-
# @!
|
560
|
-
# # @return [String]
|
561
|
-
# attr_writer :dob
|
562
|
-
|
563
|
-
# @!attribute [r] email
|
349
|
+
# @!attribute email
|
564
350
|
# Individual's email address. If utilizing Lithic for chargeback processing, this
|
565
351
|
# customer email address may be used to communicate dispute status and resolution.
|
566
352
|
#
|
567
353
|
# @return [String, nil]
|
568
354
|
optional :email, String
|
569
355
|
|
570
|
-
# @!
|
571
|
-
# # @return [String]
|
572
|
-
# attr_writer :email
|
573
|
-
|
574
|
-
# @!attribute [r] first_name
|
356
|
+
# @!attribute first_name
|
575
357
|
# Individual's first name, as it appears on government-issued identity documents.
|
576
358
|
#
|
577
359
|
# @return [String, nil]
|
578
360
|
optional :first_name, String
|
579
361
|
|
580
|
-
# @!
|
581
|
-
# # @return [String]
|
582
|
-
# attr_writer :first_name
|
583
|
-
|
584
|
-
# @!attribute [r] last_name
|
362
|
+
# @!attribute last_name
|
585
363
|
# Individual's last name, as it appears on government-issued identity documents.
|
586
364
|
#
|
587
365
|
# @return [String, nil]
|
588
366
|
optional :last_name, String
|
589
367
|
|
590
|
-
# @!
|
591
|
-
# # @return [String]
|
592
|
-
# attr_writer :last_name
|
593
|
-
|
594
|
-
# @!attribute [r] phone_number
|
368
|
+
# @!attribute phone_number
|
595
369
|
# Individual's phone number, entered in E.164 format.
|
596
370
|
#
|
597
371
|
# @return [String, nil]
|
598
372
|
optional :phone_number, String
|
599
373
|
|
600
|
-
# @!parse
|
601
|
-
# # @return [String]
|
602
|
-
# attr_writer :phone_number
|
603
|
-
|
604
374
|
request_only do
|
605
|
-
# @!attribute
|
375
|
+
# @!attribute government_id
|
606
376
|
# Government-issued identification number (required for identity verification and
|
607
377
|
# compliance with banking regulations). Social Security Numbers (SSN) and
|
608
378
|
# Individual Taxpayer Identification Numbers (ITIN) are currently supported,
|
@@ -610,46 +380,26 @@ module Lithic
|
|
610
380
|
#
|
611
381
|
# @return [String, nil]
|
612
382
|
optional :government_id, String
|
613
|
-
|
614
|
-
# @!parse
|
615
|
-
# # @return [String]
|
616
|
-
# attr_writer :government_id
|
617
383
|
end
|
618
384
|
|
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
|
385
|
+
# @!method initialize(entity_token:, address: nil, dob: nil, email: nil, first_name: nil, government_id: nil, last_name: nil, phone_number: nil)
|
386
|
+
# An individual with significant responsibility for managing the legal entity
|
387
|
+
# (e.g., a Chief Executive Officer, Chief Financial Officer, Chief Operating
|
388
|
+
# Officer, Managing Member, General Partner, President, Vice President, or
|
389
|
+
# Treasurer). This can be an executive, or someone who will have program-wide
|
390
|
+
# access to the cards that Lithic will provide. In some cases, this individual
|
391
|
+
# could also be a beneficial owner listed above. See
|
392
|
+
# [FinCEN requirements](https://www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf)
|
393
|
+
# (Section II) for more background.
|
394
|
+
#
|
395
|
+
# @param entity_token [String]
|
396
|
+
# @param address [Lithic::Models::AddressUpdate]
|
397
|
+
# @param dob [String]
|
398
|
+
# @param email [String]
|
399
|
+
# @param first_name [String]
|
400
|
+
# @param government_id [String]
|
401
|
+
# @param last_name [String]
|
402
|
+
# @param phone_number [String]
|
653
403
|
end
|
654
404
|
|
655
405
|
class Individual < Lithic::Internal::Type::BaseModel
|
@@ -659,70 +409,46 @@ module Lithic
|
|
659
409
|
# @return [String]
|
660
410
|
required :entity_token, String
|
661
411
|
|
662
|
-
# @!attribute
|
412
|
+
# @!attribute address
|
663
413
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
664
414
|
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
665
415
|
#
|
666
416
|
# @return [Lithic::Models::AddressUpdate, nil]
|
667
417
|
optional :address, -> { Lithic::Models::AddressUpdate }
|
668
418
|
|
669
|
-
# @!
|
670
|
-
# # @return [Lithic::Models::AddressUpdate]
|
671
|
-
# attr_writer :address
|
672
|
-
|
673
|
-
# @!attribute [r] dob
|
419
|
+
# @!attribute dob
|
674
420
|
# Individual's date of birth, as an RFC 3339 date.
|
675
421
|
#
|
676
422
|
# @return [String, nil]
|
677
423
|
optional :dob, String
|
678
424
|
|
679
|
-
# @!
|
680
|
-
# # @return [String]
|
681
|
-
# attr_writer :dob
|
682
|
-
|
683
|
-
# @!attribute [r] email
|
425
|
+
# @!attribute email
|
684
426
|
# Individual's email address. If utilizing Lithic for chargeback processing, this
|
685
427
|
# customer email address may be used to communicate dispute status and resolution.
|
686
428
|
#
|
687
429
|
# @return [String, nil]
|
688
430
|
optional :email, String
|
689
431
|
|
690
|
-
# @!
|
691
|
-
# # @return [String]
|
692
|
-
# attr_writer :email
|
693
|
-
|
694
|
-
# @!attribute [r] first_name
|
432
|
+
# @!attribute first_name
|
695
433
|
# Individual's first name, as it appears on government-issued identity documents.
|
696
434
|
#
|
697
435
|
# @return [String, nil]
|
698
436
|
optional :first_name, String
|
699
437
|
|
700
|
-
# @!
|
701
|
-
# # @return [String]
|
702
|
-
# attr_writer :first_name
|
703
|
-
|
704
|
-
# @!attribute [r] last_name
|
438
|
+
# @!attribute last_name
|
705
439
|
# Individual's last name, as it appears on government-issued identity documents.
|
706
440
|
#
|
707
441
|
# @return [String, nil]
|
708
442
|
optional :last_name, String
|
709
443
|
|
710
|
-
# @!
|
711
|
-
# # @return [String]
|
712
|
-
# attr_writer :last_name
|
713
|
-
|
714
|
-
# @!attribute [r] phone_number
|
444
|
+
# @!attribute phone_number
|
715
445
|
# Individual's phone number, entered in E.164 format.
|
716
446
|
#
|
717
447
|
# @return [String, nil]
|
718
448
|
optional :phone_number, String
|
719
449
|
|
720
|
-
# @!parse
|
721
|
-
# # @return [String]
|
722
|
-
# attr_writer :phone_number
|
723
|
-
|
724
450
|
request_only do
|
725
|
-
# @!attribute
|
451
|
+
# @!attribute government_id
|
726
452
|
# Government-issued identification number (required for identity verification and
|
727
453
|
# compliance with banking regulations). Social Security Numbers (SSN) and
|
728
454
|
# Individual Taxpayer Identification Numbers (ITIN) are currently supported,
|
@@ -730,40 +456,20 @@ module Lithic
|
|
730
456
|
#
|
731
457
|
# @return [String, nil]
|
732
458
|
optional :government_id, String
|
733
|
-
|
734
|
-
# @!parse
|
735
|
-
# # @return [String]
|
736
|
-
# attr_writer :government_id
|
737
459
|
end
|
738
460
|
|
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
|
461
|
+
# @!method initialize(entity_token:, address: nil, dob: nil, email: nil, first_name: nil, government_id: nil, last_name: nil, phone_number: nil)
|
462
|
+
# Information on the individual for whom the account is being opened and KYC is
|
463
|
+
# being run.
|
464
|
+
#
|
465
|
+
# @param entity_token [String]
|
466
|
+
# @param address [Lithic::Models::AddressUpdate]
|
467
|
+
# @param dob [String]
|
468
|
+
# @param email [String]
|
469
|
+
# @param first_name [String]
|
470
|
+
# @param government_id [String]
|
471
|
+
# @param last_name [String]
|
472
|
+
# @param phone_number [String]
|
767
473
|
end
|
768
474
|
end
|
769
475
|
end
|