lithic 0.1.0.pre.alpha.6 → 0.1.0.pre.alpha.7
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/README.md +1 -1
- data/lib/lithic/client.rb +3 -3
- data/lib/lithic/internal/transport/base_client.rb +1 -1
- data/lib/lithic/internal/transport/pooled_net_requester.rb +1 -1
- data/lib/lithic/internal/type/base_model.rb +14 -17
- data/lib/lithic/internal/type/converter.rb +20 -22
- data/lib/lithic/internal/type/enum.rb +8 -8
- data/lib/lithic/internal/util.rb +1 -5
- data/lib/lithic/models/account.rb +37 -37
- data/lib/lithic/models/account_holder.rb +58 -55
- data/lib/lithic/models/account_holder_create_params.rb +59 -59
- data/lib/lithic/models/account_holder_create_response.rb +6 -6
- data/lib/lithic/models/account_holder_list_params.rb +10 -10
- data/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb +2 -2
- data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +1 -1
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +71 -71
- data/lib/lithic/models/account_holder_update_params.rb +56 -64
- data/lib/lithic/models/account_holder_update_response.rb +75 -75
- data/lib/lithic/models/account_list_params.rb +6 -6
- data/lib/lithic/models/account_spend_limits.rb +6 -6
- data/lib/lithic/models/account_update_params.rb +14 -14
- data/lib/lithic/models/address.rb +5 -5
- data/lib/lithic/models/address_update.rb +3 -3
- data/lib/lithic/models/aggregate_balance.rb +4 -4
- data/lib/lithic/models/auth_rules/auth_rule.rb +6 -6
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +44 -44
- data/lib/lithic/models/auth_rules/conditional_attribute.rb +44 -44
- data/lib/lithic/models/auth_rules/v2/backtest_results.rb +10 -10
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_create_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_list_params.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_list_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_update_params.rb +6 -6
- data/lib/lithic/models/auth_rules/v2_update_response.rb +2 -2
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +14 -14
- data/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rb +5 -5
- data/lib/lithic/models/balance.rb +4 -4
- data/lib/lithic/models/balance_list_params.rb +1 -1
- data/lib/lithic/models/book_transfer_create_params.rb +4 -4
- data/lib/lithic/models/book_transfer_list_params.rb +7 -7
- data/lib/lithic/models/book_transfer_response.rb +14 -14
- data/lib/lithic/models/card.rb +110 -110
- data/lib/lithic/models/card_convert_physical_params.rb +22 -22
- data/lib/lithic/models/card_create_params.rb +93 -93
- data/lib/lithic/models/card_list_params.rb +6 -6
- data/lib/lithic/models/card_program.rb +1 -1
- data/lib/lithic/models/card_program_list_params.rb +2 -2
- data/lib/lithic/models/card_provision_params.rb +11 -11
- data/lib/lithic/models/card_reissue_params.rb +22 -22
- data/lib/lithic/models/card_renew_params.rb +24 -24
- data/lib/lithic/models/card_spend_limits.rb +6 -6
- data/lib/lithic/models/card_update_params.rb +33 -33
- data/lib/lithic/models/cards/aggregate_balance_list_response.rb +4 -4
- data/lib/lithic/models/cards/balance_list_params.rb +2 -2
- data/lib/lithic/models/cards/balance_list_response.rb +4 -4
- data/lib/lithic/models/cards/financial_transaction_list_params.rb +6 -6
- data/lib/lithic/models/digital_card_art_list_params.rb +2 -2
- data/lib/lithic/models/dispute.rb +88 -88
- data/lib/lithic/models/dispute_evidence.rb +11 -11
- data/lib/lithic/models/dispute_list_evidences_params.rb +6 -6
- data/lib/lithic/models/dispute_list_params.rb +6 -6
- data/lib/lithic/models/document.rb +6 -6
- data/lib/lithic/models/event.rb +51 -51
- data/lib/lithic/models/event_list_attempts_params.rb +6 -6
- data/lib/lithic/models/event_list_params.rb +6 -6
- data/lib/lithic/models/events/subscription_create_params.rb +1 -1
- data/lib/lithic/models/events/subscription_list_attempts_params.rb +6 -6
- data/lib/lithic/models/events/subscription_list_params.rb +2 -2
- data/lib/lithic/models/events/subscription_recover_params.rb +4 -4
- data/lib/lithic/models/events/subscription_replay_missing_params.rb +4 -4
- data/lib/lithic/models/events/subscription_update_params.rb +1 -1
- data/lib/lithic/models/external_bank_account_create_params.rb +4 -4
- data/lib/lithic/models/external_bank_account_create_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_list_params.rb +2 -2
- data/lib/lithic/models/external_bank_account_list_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_retrieve_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_update_params.rb +1 -1
- data/lib/lithic/models/external_bank_account_update_response.rb +11 -11
- data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +11 -11
- data/lib/lithic/models/external_payment_list_params.rb +7 -7
- data/lib/lithic/models/financial_account_create_params.rb +1 -1
- data/lib/lithic/models/financial_accounts/balance_list_params.rb +2 -2
- data/lib/lithic/models/financial_accounts/balance_list_response.rb +4 -4
- data/lib/lithic/models/financial_accounts/financial_transaction_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/loan_tape.rb +13 -13
- data/lib/lithic/models/financial_accounts/loan_tape_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/statement.rb +6 -6
- data/lib/lithic/models/financial_accounts/statement_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/statements/line_item_list_params.rb +2 -2
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +2 -1
- data/lib/lithic/models/financial_transaction.rb +35 -34
- data/lib/lithic/models/kyb.rb +47 -47
- data/lib/lithic/models/kyb_business_entity.rb +9 -9
- data/lib/lithic/models/kyc.rb +12 -12
- data/lib/lithic/models/kyc_exempt.rb +4 -4
- data/lib/lithic/models/management_operation_list_params.rb +7 -7
- data/lib/lithic/models/management_operation_transaction.rb +36 -0
- data/lib/lithic/models/message_attempt.rb +1 -1
- data/lib/lithic/models/payment.rb +66 -54
- data/lib/lithic/models/payment_create_params.rb +1 -1
- data/lib/lithic/models/payment_list_params.rb +6 -6
- data/lib/lithic/models/reports/settlement/network_total_list_params.rb +7 -7
- data/lib/lithic/models/reports/settlement/network_total_list_response.rb +7 -7
- data/lib/lithic/models/reports/settlement/network_total_retrieve_response.rb +7 -7
- data/lib/lithic/models/reports/settlement_list_details_params.rb +2 -2
- data/lib/lithic/models/required_document.rb +2 -2
- data/lib/lithic/models/settlement_detail.rb +5 -5
- data/lib/lithic/models/settlement_report.rb +15 -15
- data/lib/lithic/models/settlement_summary_details.rb +3 -3
- data/lib/lithic/models/shipping_address.rb +9 -9
- data/lib/lithic/models/spend_limit_duration.rb +10 -10
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +97 -97
- data/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rb +1 -1
- data/lib/lithic/models/three_ds/authentication_simulate_params.rb +7 -7
- data/lib/lithic/models/three_ds/authentication_simulate_response.rb +1 -1
- data/lib/lithic/models/three_ds/challenge_response.rb +3 -3
- data/lib/lithic/models/tokenization.rb +5 -5
- data/lib/lithic/models/tokenization_list_params.rb +6 -6
- data/lib/lithic/models/tokenization_resend_activation_code_params.rb +4 -4
- data/lib/lithic/models/tokenization_simulate_params.rb +3 -3
- data/lib/lithic/models/tokenization_update_digital_card_art_params.rb +3 -3
- data/lib/lithic/models/transaction.rb +95 -95
- data/lib/lithic/models/transaction_list_params.rb +8 -8
- data/lib/lithic/models/transaction_simulate_authorization_advice_params.rb +1 -1
- data/lib/lithic/models/transaction_simulate_authorization_params.rb +38 -38
- data/lib/lithic/models/transaction_simulate_authorization_response.rb +1 -1
- data/lib/lithic/models/transaction_simulate_clearing_params.rb +7 -7
- data/lib/lithic/models/transaction_simulate_credit_authorization_params.rb +4 -4
- data/lib/lithic/models/transaction_simulate_void_params.rb +7 -7
- data/lib/lithic/models/transactions/events/enhanced_data.rb +2 -2
- data/lib/lithic/models/transfer.rb +25 -24
- data/lib/lithic/models/transfer_create_params.rb +4 -4
- data/lib/lithic/request_options.rb +7 -7
- data/lib/lithic/resources/account_holders.rb +52 -52
- data/lib/lithic/resources/accounts.rb +7 -7
- data/lib/lithic/resources/aggregate_balances.rb +1 -1
- data/lib/lithic/resources/auth_rules/v2/backtests.rb +38 -38
- data/lib/lithic/resources/auth_rules/v2.rb +58 -58
- data/lib/lithic/resources/auth_stream_enrollment.rb +8 -8
- data/lib/lithic/resources/book_transfers.rb +2 -2
- data/lib/lithic/resources/cards/financial_transactions.rb +1 -1
- data/lib/lithic/resources/cards.rb +63 -63
- data/lib/lithic/resources/disputes.rb +6 -6
- data/lib/lithic/resources/events/subscriptions.rb +8 -8
- data/lib/lithic/resources/events.rb +2 -2
- data/lib/lithic/resources/external_payments.rb +1 -1
- data/lib/lithic/resources/financial_accounts/financial_transactions.rb +1 -1
- data/lib/lithic/resources/financial_accounts/loan_tapes.rb +1 -1
- data/lib/lithic/resources/financial_accounts/statements.rb +1 -1
- data/lib/lithic/resources/financial_accounts.rb +1 -1
- data/lib/lithic/resources/management_operations.rb +1 -1
- data/lib/lithic/resources/payments.rb +2 -2
- data/lib/lithic/resources/reports/settlement/network_totals.rb +1 -1
- data/lib/lithic/resources/three_ds/authentication.rb +6 -6
- data/lib/lithic/resources/three_ds/decisioning.rb +8 -8
- data/lib/lithic/resources/tokenization_decisioning.rb +7 -7
- data/lib/lithic/resources/tokenizations.rb +46 -46
- data/lib/lithic/resources/transactions/enhanced_commercial_data.rb +1 -1
- data/lib/lithic/resources/transactions/events/enhanced_commercial_data.rb +1 -1
- data/lib/lithic/resources/transactions.rb +24 -24
- data/lib/lithic/resources/transfers.rb +1 -1
- data/lib/lithic/version.rb +1 -1
- data/rbi/lib/lithic/client.rbi +6 -9
- data/rbi/lib/lithic/errors.rbi +3 -6
- data/rbi/lib/lithic/internal/cursor_page.rbi +1 -2
- data/rbi/lib/lithic/internal/single_page.rbi +1 -2
- data/rbi/lib/lithic/internal/transport/base_client.rbi +13 -27
- data/rbi/lib/lithic/internal/transport/pooled_net_requester.rbi +7 -13
- data/rbi/lib/lithic/internal/type/array_of.rbi +8 -16
- data/rbi/lib/lithic/internal/type/base_model.rbi +45 -64
- data/rbi/lib/lithic/internal/type/base_page.rbi +5 -10
- data/rbi/lib/lithic/internal/type/boolean.rbi +4 -8
- data/rbi/lib/lithic/internal/type/converter.rbi +25 -31
- data/rbi/lib/lithic/internal/type/enum.rbi +14 -20
- data/rbi/lib/lithic/internal/type/hash_of.rbi +8 -16
- data/rbi/lib/lithic/internal/type/request_parameters.rbi +1 -2
- data/rbi/lib/lithic/internal/type/union.rbi +10 -20
- data/rbi/lib/lithic/internal/type/unknown.rbi +4 -8
- data/rbi/lib/lithic/internal/util.rbi +34 -68
- data/rbi/lib/lithic/internal.rbi +1 -1
- data/rbi/lib/lithic/models/account.rbi +46 -56
- data/rbi/lib/lithic/models/account_financial_account_type.rbi +1 -2
- data/rbi/lib/lithic/models/account_holder.rbi +81 -99
- data/rbi/lib/lithic/models/account_holder_create_params.rbi +73 -90
- data/rbi/lib/lithic/models/account_holder_create_response.rbi +9 -12
- data/rbi/lib/lithic/models/account_holder_list_documents_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_list_documents_response.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_list_params.rbi +10 -13
- data/rbi/lib/lithic/models/account_holder_retrieve_document_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rbi +6 -11
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_params.rbi +5 -9
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_response.rbi +103 -123
- data/rbi/lib/lithic/models/account_holder_update_params.rbi +68 -94
- data/rbi/lib/lithic/models/account_holder_update_response.rbi +135 -140
- data/rbi/lib/lithic/models/account_holder_upload_document_params.rbi +3 -6
- data/rbi/lib/lithic/models/account_list_params.rbi +5 -6
- data/rbi/lib/lithic/models/account_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_retrieve_spend_limits_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_spend_limits.rbi +14 -22
- data/rbi/lib/lithic/models/account_update_params.rbi +19 -25
- data/rbi/lib/lithic/models/address.rbi +7 -9
- data/rbi/lib/lithic/models/address_update.rbi +5 -7
- data/rbi/lib/lithic/models/aggregate_balance.rbi +7 -11
- data/rbi/lib/lithic/models/aggregate_balance_list_params.rbi +3 -6
- data/rbi/lib/lithic/models/api_status.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/auth_rule.rbi +9 -13
- data/rbi/lib/lithic/models/auth_rules/auth_rule_condition.rbi +48 -52
- data/rbi/lib/lithic/models/auth_rules/conditional_attribute.rbi +45 -46
- data/rbi/lib/lithic/models/auth_rules/conditional_block_parameters.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_results.rbi +40 -54
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_apply_params.rbi +1 -2
- data/rbi/lib/lithic/models/auth_rules/v2_apply_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_create_params.rbi +4 -9
- data/rbi/lib/lithic/models/auth_rules/v2_create_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_delete_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_draft_params.rbi +3 -6
- data/rbi/lib/lithic/models/auth_rules/v2_draft_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_list_params.rbi +4 -7
- data/rbi/lib/lithic/models/auth_rules/v2_list_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_promote_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_promote_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_report_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_report_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_retrieve_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_update_params.rbi +9 -13
- data/rbi/lib/lithic/models/auth_rules/v2_update_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/velocity_limit_params.rbi +19 -24
- data/rbi/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rbi +6 -7
- data/rbi/lib/lithic/models/auth_stream_enrollment_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_stream_enrollment_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_stream_secret.rbi +2 -4
- data/rbi/lib/lithic/models/balance.rbi +7 -11
- data/rbi/lib/lithic/models/balance_list_params.rbi +4 -8
- data/rbi/lib/lithic/models/book_transfer_create_params.rbi +8 -13
- data/rbi/lib/lithic/models/book_transfer_list_params.rbi +10 -16
- data/rbi/lib/lithic/models/book_transfer_response.rbi +23 -33
- data/rbi/lib/lithic/models/book_transfer_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/book_transfer_reverse_params.rbi +2 -4
- data/rbi/lib/lithic/models/card.rbi +117 -127
- data/rbi/lib/lithic/models/card_convert_physical_params.rbi +24 -26
- data/rbi/lib/lithic/models/card_create_params.rbi +98 -104
- data/rbi/lib/lithic/models/card_embed_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/card_program.rbi +3 -6
- data/rbi/lib/lithic/models/card_program_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/card_program_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_provision_params.rbi +14 -18
- data/rbi/lib/lithic/models/card_provision_response.rbi +2 -4
- data/rbi/lib/lithic/models/card_reissue_params.rbi +24 -26
- data/rbi/lib/lithic/models/card_renew_params.rbi +27 -31
- data/rbi/lib/lithic/models/card_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_retrieve_spend_limits_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_search_by_pan_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_spend_limits.rbi +14 -22
- data/rbi/lib/lithic/models/card_update_params.rbi +37 -42
- data/rbi/lib/lithic/models/cards/aggregate_balance_list_params.rbi +2 -4
- data/rbi/lib/lithic/models/cards/aggregate_balance_list_response.rbi +6 -9
- data/rbi/lib/lithic/models/cards/balance_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/cards/balance_list_response.rbi +7 -11
- data/rbi/lib/lithic/models/cards/financial_transaction_list_params.rbi +9 -15
- data/rbi/lib/lithic/models/cards/financial_transaction_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/carrier.rbi +2 -4
- data/rbi/lib/lithic/models/client_api_status_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/extended_credit.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/extended_credit_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/prime_rate_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/prime_rate_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/prime_rate_retrieve_response.rbi +4 -8
- data/rbi/lib/lithic/models/digital_card_art.rbi +2 -4
- data/rbi/lib/lithic/models/digital_card_art_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/digital_card_art_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute.rbi +93 -99
- data/rbi/lib/lithic/models/dispute_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_delete_evidence_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_delete_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_evidence.rbi +13 -15
- data/rbi/lib/lithic/models/dispute_initiate_evidence_upload_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_list_evidences_params.rbi +5 -6
- data/rbi/lib/lithic/models/dispute_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/dispute_retrieve_evidence_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_update_params.rbi +2 -4
- data/rbi/lib/lithic/models/document.rbi +13 -21
- data/rbi/lib/lithic/models/event.rbi +58 -61
- data/rbi/lib/lithic/models/event_list_attempts_params.rbi +7 -11
- data/rbi/lib/lithic/models/event_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/event_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/event_subscription.rbi +3 -6
- data/rbi/lib/lithic/models/events/event_subscription_resend_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_create_params.rbi +4 -7
- data/rbi/lib/lithic/models/events/subscription_delete_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_list_attempts_params.rbi +7 -11
- data/rbi/lib/lithic/models/events/subscription_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/events/subscription_recover_params.rbi +4 -6
- data/rbi/lib/lithic/models/events/subscription_replay_missing_params.rbi +4 -6
- data/rbi/lib/lithic/models/events/subscription_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_retrieve_secret_response.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_send_simulated_example_params.rbi +3 -6
- data/rbi/lib/lithic/models/events/subscription_update_params.rbi +4 -7
- data/rbi/lib/lithic/models/external_bank_account_address.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_create_params.rbi +8 -13
- data/rbi/lib/lithic/models/external_bank_account_create_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_list_params.rbi +7 -13
- data/rbi/lib/lithic/models/external_bank_account_list_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_retrieve_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_retry_micro_deposits_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_retry_prenote_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_retry_prenote_response.rbi +16 -22
- data/rbi/lib/lithic/models/external_bank_account_update_params.rbi +4 -8
- data/rbi/lib/lithic/models/external_bank_account_update_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_accounts/micro_deposit_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_payment.rbi +10 -21
- data/rbi/lib/lithic/models/external_payment_cancel_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_create_params.rbi +5 -11
- data/rbi/lib/lithic/models/external_payment_list_params.rbi +10 -16
- data/rbi/lib/lithic/models/external_payment_release_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_reverse_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_settle_params.rbi +3 -6
- data/rbi/lib/lithic/models/financial_account.rbi +9 -20
- data/rbi/lib/lithic/models/financial_account_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_account_list_params.rbi +3 -6
- data/rbi/lib/lithic/models/financial_account_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_account_update_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_account_update_status_params.rbi +4 -8
- data/rbi/lib/lithic/models/financial_accounts/balance_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/financial_accounts/balance_list_response.rbi +7 -11
- data/rbi/lib/lithic/models/financial_accounts/credit_configuration_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/credit_configuration_update_params.rbi +2 -5
- data/rbi/lib/lithic/models/financial_accounts/financial_account_credit_config.rbi +4 -9
- data/rbi/lib/lithic/models/financial_accounts/financial_transaction_list_params.rbi +9 -15
- data/rbi/lib/lithic/models/financial_accounts/financial_transaction_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/loan_tape.rbi +51 -91
- data/rbi/lib/lithic/models/financial_accounts/loan_tape_list_params.rbi +5 -6
- data/rbi/lib/lithic/models/financial_accounts/loan_tape_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/statement.rbi +30 -56
- data/rbi/lib/lithic/models/financial_accounts/statement_list_params.rbi +6 -9
- data/rbi/lib/lithic/models/financial_accounts/statement_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/statements/line_item_list_params.rbi +3 -4
- data/rbi/lib/lithic/models/financial_accounts/statements/statement_line_items.rbi +12 -14
- data/rbi/lib/lithic/models/financial_accounts/statements.rbi +2 -4
- data/rbi/lib/lithic/models/financial_transaction.rbi +44 -53
- data/rbi/lib/lithic/models/instance_financial_account_type.rbi +1 -2
- data/rbi/lib/lithic/models/kyb.rbi +58 -72
- data/rbi/lib/lithic/models/kyb_business_entity.rbi +13 -18
- data/rbi/lib/lithic/models/kyc.rbi +17 -22
- data/rbi/lib/lithic/models/kyc_exempt.rbi +8 -13
- data/rbi/lib/lithic/models/management_operation_create_params.rbi +5 -11
- data/rbi/lib/lithic/models/management_operation_list_params.rbi +9 -14
- data/rbi/lib/lithic/models/management_operation_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/management_operation_reverse_params.rbi +2 -4
- data/rbi/lib/lithic/models/management_operation_transaction.rbi +60 -20
- data/rbi/lib/lithic/models/message_attempt.rbi +3 -5
- data/rbi/lib/lithic/models/owner_type.rbi +1 -2
- data/rbi/lib/lithic/models/payment.rbi +85 -89
- data/rbi/lib/lithic/models/payment_create_params.rbi +8 -16
- data/rbi/lib/lithic/models/payment_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/payment_list_params.rbi +9 -15
- data/rbi/lib/lithic/models/payment_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_retry_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_retry_response.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_action_params.rbi +4 -8
- data/rbi/lib/lithic/models/payment_simulate_action_response.rbi +3 -6
- data/rbi/lib/lithic/models/payment_simulate_receipt_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_receipt_response.rbi +3 -6
- data/rbi/lib/lithic/models/payment_simulate_release_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_release_response.rbi +3 -6
- data/rbi/lib/lithic/models/payment_simulate_return_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_return_response.rbi +3 -6
- data/rbi/lib/lithic/models/reports/settlement/network_total_list_params.rbi +8 -12
- data/rbi/lib/lithic/models/reports/settlement/network_total_list_response.rbi +12 -18
- data/rbi/lib/lithic/models/reports/settlement/network_total_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/reports/settlement/network_total_retrieve_response.rbi +12 -18
- data/rbi/lib/lithic/models/reports/settlement_list_details_params.rbi +4 -6
- data/rbi/lib/lithic/models/reports/settlement_summary_params.rbi +2 -4
- data/rbi/lib/lithic/models/required_document.rbi +4 -6
- data/rbi/lib/lithic/models/responder_endpoint_check_status_params.rbi +3 -6
- data/rbi/lib/lithic/models/responder_endpoint_create_params.rbi +3 -6
- data/rbi/lib/lithic/models/responder_endpoint_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/responder_endpoint_delete_params.rbi +3 -6
- data/rbi/lib/lithic/models/responder_endpoint_status.rbi +2 -4
- data/rbi/lib/lithic/models/settlement_detail.rbi +11 -18
- data/rbi/lib/lithic/models/settlement_report.rbi +17 -20
- data/rbi/lib/lithic/models/settlement_summary_details.rbi +6 -10
- data/rbi/lib/lithic/models/shipping_address.rbi +11 -14
- data/rbi/lib/lithic/models/spend_limit_duration.rbi +11 -12
- data/rbi/lib/lithic/models/three_ds/authentication_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/authentication_retrieve_response.rbi +137 -176
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rbi +3 -5
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_params.rbi +14 -21
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_response.rbi +3 -5
- data/rbi/lib/lithic/models/three_ds/challenge_response.rbi +5 -7
- data/rbi/lib/lithic/models/three_ds/challenge_result.rbi +1 -2
- data/rbi/lib/lithic/models/three_ds/decisioning_challenge_response_params.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/decisioning_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/decisioning_retrieve_secret_response.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/decisioning_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization.rbi +14 -24
- data/rbi/lib/lithic/models/tokenization_activate_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_deactivate_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_decisioning_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_decisioning_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_decisioning_rotate_secret_response.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/tokenization_pause_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_resend_activation_code_params.rbi +7 -10
- data/rbi/lib/lithic/models/tokenization_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_retrieve_response.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_secret.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_simulate_params.rbi +7 -12
- data/rbi/lib/lithic/models/tokenization_simulate_response.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_unpause_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_update_digital_card_art_params.rbi +5 -7
- data/rbi/lib/lithic/models/tokenization_update_digital_card_art_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction.rbi +168 -236
- data/rbi/lib/lithic/models/transaction_expire_authorization_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_list_params.rbi +10 -15
- data/rbi/lib/lithic/models/transaction_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_authorization_advice_params.rbi +3 -5
- data/rbi/lib/lithic/models/transaction_simulate_authorization_advice_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_authorization_params.rbi +41 -45
- data/rbi/lib/lithic/models/transaction_simulate_authorization_response.rbi +3 -5
- data/rbi/lib/lithic/models/transaction_simulate_clearing_params.rbi +9 -11
- data/rbi/lib/lithic/models/transaction_simulate_clearing_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_credit_authorization_params.rbi +6 -8
- data/rbi/lib/lithic/models/transaction_simulate_credit_authorization_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_reversal_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_reversal_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_void_params.rbi +10 -13
- data/rbi/lib/lithic/models/transaction_simulate_void_response.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/events/enhanced_commercial_data_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/events/enhanced_data.rbi +21 -35
- data/rbi/lib/lithic/models/transfer.rbi +34 -43
- data/rbi/lib/lithic/models/transfer_create_params.rbi +6 -8
- data/rbi/lib/lithic/models/verification_method.rbi +1 -2
- data/rbi/lib/lithic/request_options.rbi +9 -11
- data/rbi/lib/lithic/resources/account_holders.rbi +118 -145
- data/rbi/lib/lithic/resources/accounts.rbi +26 -35
- data/rbi/lib/lithic/resources/aggregate_balances.rbi +3 -6
- data/rbi/lib/lithic/resources/auth_rules/v2/backtests.rbi +40 -45
- data/rbi/lib/lithic/resources/auth_rules/v2.rbi +69 -88
- data/rbi/lib/lithic/resources/auth_rules.rbi +1 -2
- data/rbi/lib/lithic/resources/auth_stream_enrollment.rbi +11 -14
- data/rbi/lib/lithic/resources/balances.rbi +3 -6
- data/rbi/lib/lithic/resources/book_transfers.rbi +15 -24
- data/rbi/lib/lithic/resources/card_programs.rbi +5 -10
- data/rbi/lib/lithic/resources/cards/aggregate_balances.rbi +2 -5
- data/rbi/lib/lithic/resources/cards/balances.rbi +4 -7
- data/rbi/lib/lithic/resources/cards/financial_transactions.rbi +7 -12
- data/rbi/lib/lithic/resources/cards.rbi +215 -236
- data/rbi/lib/lithic/resources/credit_products/extended_credit.rbi +2 -5
- data/rbi/lib/lithic/resources/credit_products/prime_rates.rbi +3 -8
- data/rbi/lib/lithic/resources/credit_products.rbi +1 -2
- data/rbi/lib/lithic/resources/digital_card_art.rbi +8 -13
- data/rbi/lib/lithic/resources/disputes.rbi +22 -37
- data/rbi/lib/lithic/resources/events/event_subscriptions.rbi +2 -4
- data/rbi/lib/lithic/resources/events/subscriptions.rbi +29 -48
- data/rbi/lib/lithic/resources/events.rbi +12 -18
- data/rbi/lib/lithic/resources/external_bank_accounts/micro_deposits.rbi +2 -4
- data/rbi/lib/lithic/resources/external_bank_accounts.rbi +18 -23
- data/rbi/lib/lithic/resources/external_payments.rbi +13 -28
- data/rbi/lib/lithic/resources/financial_accounts/balances.rbi +4 -7
- data/rbi/lib/lithic/resources/financial_accounts/credit_configuration.rbi +3 -8
- data/rbi/lib/lithic/resources/financial_accounts/financial_transactions.rbi +7 -12
- data/rbi/lib/lithic/resources/financial_accounts/loan_tapes.rbi +7 -12
- data/rbi/lib/lithic/resources/financial_accounts/statements/line_items.rbi +5 -8
- data/rbi/lib/lithic/resources/financial_accounts/statements.rbi +7 -12
- data/rbi/lib/lithic/resources/financial_accounts.rbi +7 -16
- data/rbi/lib/lithic/resources/management_operations.rbi +10 -19
- data/rbi/lib/lithic/resources/payments.rbi +14 -29
- data/rbi/lib/lithic/resources/reports/settlement/network_totals.rbi +8 -13
- data/rbi/lib/lithic/resources/reports/settlement.rbi +5 -10
- data/rbi/lib/lithic/resources/reports.rbi +1 -2
- data/rbi/lib/lithic/resources/responder_endpoints.rbi +4 -11
- data/rbi/lib/lithic/resources/three_ds/authentication.rbi +12 -19
- data/rbi/lib/lithic/resources/three_ds/decisioning.rbi +15 -20
- data/rbi/lib/lithic/resources/three_ds.rbi +1 -2
- data/rbi/lib/lithic/resources/tokenization_decisioning.rbi +10 -13
- data/rbi/lib/lithic/resources/tokenizations.rbi +66 -85
- data/rbi/lib/lithic/resources/transactions/enhanced_commercial_data.rbi +3 -6
- data/rbi/lib/lithic/resources/transactions/events/enhanced_commercial_data.rbi +3 -6
- data/rbi/lib/lithic/resources/transactions/events.rbi +1 -2
- data/rbi/lib/lithic/resources/transactions.rbi +79 -100
- data/rbi/lib/lithic/resources/transfers.rbi +7 -10
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +2 -0
- data/sig/lithic/models/financial_transaction.rbs +2 -0
- data/sig/lithic/models/management_operation_transaction.rbs +27 -0
- data/sig/lithic/models/payment.rbs +8 -2
- data/sig/lithic/models/transfer.rbs +2 -0
- metadata +2 -2
@@ -20,8 +20,7 @@ module Lithic
|
|
20
20
|
sig { params(account_token: String).void }
|
21
21
|
attr_writer :account_token
|
22
22
|
|
23
|
-
#
|
24
|
-
# ownership in the company.
|
23
|
+
# Deprecated.
|
25
24
|
sig { returns(T.nilable(T::Array[Lithic::Models::KYBBusinessEntity])) }
|
26
25
|
attr_reader :beneficial_owner_entities
|
27
26
|
|
@@ -33,8 +32,11 @@ module Lithic
|
|
33
32
|
end
|
34
33
|
attr_writer :beneficial_owner_entities
|
35
34
|
|
36
|
-
# Only present when user_type == "BUSINESS". List of all
|
37
|
-
#
|
35
|
+
# Only present when user_type == "BUSINESS". List of all direct and indirect
|
36
|
+
# individuals with 25% or more ownership in the company. If no individual owns 25%
|
37
|
+
# of the company, please identify the largest shareholder in this field. See
|
38
|
+
# [FinCEN requirements](https://www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf)
|
39
|
+
# (Section I) for more background on individuals that should be included.
|
38
40
|
sig do
|
39
41
|
returns(
|
40
42
|
T.nilable(
|
@@ -47,10 +49,10 @@ module Lithic
|
|
47
49
|
sig do
|
48
50
|
params(
|
49
51
|
beneficial_owner_individuals: T::Array[
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
52
|
+
T.any(
|
53
|
+
Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::BeneficialOwnerIndividual,
|
54
|
+
Lithic::Internal::AnyHash
|
55
|
+
)
|
54
56
|
]
|
55
57
|
)
|
56
58
|
.void
|
@@ -58,8 +60,8 @@ module Lithic
|
|
58
60
|
attr_writer :beneficial_owner_individuals
|
59
61
|
|
60
62
|
# Only applicable for customers using the KYC-Exempt workflow to enroll authorized
|
61
|
-
#
|
62
|
-
#
|
63
|
+
# users of businesses. Pass the account_token of the enrolled business associated
|
64
|
+
# with the AUTHORIZED_USER in this field.
|
63
65
|
sig { returns(T.nilable(String)) }
|
64
66
|
attr_reader :business_account_token
|
65
67
|
|
@@ -67,7 +69,7 @@ module Lithic
|
|
67
69
|
attr_writer :business_account_token
|
68
70
|
|
69
71
|
# Only present when user_type == "BUSINESS". Information about the business for
|
70
|
-
#
|
72
|
+
# which the account is being opened and KYB is being run.
|
71
73
|
sig { returns(T.nilable(Lithic::Models::KYBBusinessEntity)) }
|
72
74
|
attr_reader :business_entity
|
73
75
|
|
@@ -76,15 +78,15 @@ module Lithic
|
|
76
78
|
|
77
79
|
# Only present when user_type == "BUSINESS".
|
78
80
|
#
|
79
|
-
#
|
80
|
-
#
|
81
|
-
#
|
81
|
+
# An individual with significant responsibility for managing the legal entity
|
82
|
+
# (e.g., a Chief Executive Officer, Chief Financial Officer, Chief Operating
|
83
|
+
# Officer,
|
82
84
|
#
|
83
|
-
#
|
84
|
-
#
|
85
|
+
# Managing Member, General Partner, President, Vice President, or Treasurer). This
|
86
|
+
# can be an executive, or someone who will have program-wide access
|
85
87
|
#
|
86
|
-
#
|
87
|
-
#
|
88
|
+
# to the cards that Lithic will provide. In some cases, this individual could also
|
89
|
+
# be a beneficial owner listed above.
|
88
90
|
sig { returns(T.nilable(Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ControlPerson)) }
|
89
91
|
attr_reader :control_person
|
90
92
|
|
@@ -107,9 +109,9 @@ module Lithic
|
|
107
109
|
attr_writer :created
|
108
110
|
|
109
111
|
# < Deprecated. Use control_person.email when user_type == "BUSINESS". Use
|
110
|
-
#
|
112
|
+
# individual.phone_number when user_type == "INDIVIDUAL".
|
111
113
|
#
|
112
|
-
#
|
114
|
+
# > Primary email of Account Holder.
|
113
115
|
sig { returns(T.nilable(String)) }
|
114
116
|
attr_reader :email
|
115
117
|
|
@@ -117,7 +119,7 @@ module Lithic
|
|
117
119
|
attr_writer :email
|
118
120
|
|
119
121
|
# The type of KYC exemption for a KYC-Exempt Account Holder. "None" if the account
|
120
|
-
#
|
122
|
+
# holder is not KYC-Exempt.
|
121
123
|
sig do
|
122
124
|
returns(
|
123
125
|
T.nilable(Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ExemptionType::TaggedSymbol)
|
@@ -134,7 +136,7 @@ module Lithic
|
|
134
136
|
attr_writer :exemption_type
|
135
137
|
|
136
138
|
# Customer-provided token that indicates a relationship with an object outside of
|
137
|
-
#
|
139
|
+
# the Lithic ecosystem.
|
138
140
|
sig { returns(T.nilable(String)) }
|
139
141
|
attr_reader :external_id
|
140
142
|
|
@@ -142,7 +144,7 @@ module Lithic
|
|
142
144
|
attr_writer :external_id
|
143
145
|
|
144
146
|
# Only present when user_type == "INDIVIDUAL". Information about the individual
|
145
|
-
#
|
147
|
+
# for which the account is being opened and KYC is being run.
|
146
148
|
sig { returns(T.nilable(Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::Individual)) }
|
147
149
|
attr_reader :individual
|
148
150
|
|
@@ -158,7 +160,7 @@ module Lithic
|
|
158
160
|
attr_writer :individual
|
159
161
|
|
160
162
|
# Only present when user_type == "BUSINESS". User-submitted description of the
|
161
|
-
#
|
163
|
+
# business.
|
162
164
|
sig { returns(T.nilable(String)) }
|
163
165
|
attr_reader :nature_of_business
|
164
166
|
|
@@ -166,9 +168,9 @@ module Lithic
|
|
166
168
|
attr_writer :nature_of_business
|
167
169
|
|
168
170
|
# < Deprecated. Use control_person.phone_number when user_type == "BUSINESS". Use
|
169
|
-
#
|
171
|
+
# individual.phone_number when user_type == "INDIVIDUAL".
|
170
172
|
#
|
171
|
-
#
|
173
|
+
# > Primary phone of Account Holder, entered in E.164 format.
|
172
174
|
sig { returns(T.nilable(String)) }
|
173
175
|
attr_reader :phone_number
|
174
176
|
|
@@ -176,7 +178,7 @@ module Lithic
|
|
176
178
|
attr_writer :phone_number
|
177
179
|
|
178
180
|
# Only present for "KYB_BASIC" and "KYC_ADVANCED" workflows. A list of documents
|
179
|
-
#
|
181
|
+
# required for the account holder to be approved.
|
180
182
|
sig { returns(T.nilable(T::Array[Lithic::Models::RequiredDocument])) }
|
181
183
|
attr_reader :required_documents
|
182
184
|
|
@@ -188,10 +190,10 @@ module Lithic
|
|
188
190
|
|
189
191
|
# <Deprecated. Use verification_application.status instead>
|
190
192
|
#
|
191
|
-
#
|
193
|
+
# KYC and KYB evaluation states.
|
192
194
|
#
|
193
|
-
#
|
194
|
-
#
|
195
|
+
# Note: `PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the
|
196
|
+
# `ADVANCED` workflow.
|
195
197
|
sig { returns(T.nilable(Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::Status::TaggedSymbol)) }
|
196
198
|
attr_reader :status
|
197
199
|
|
@@ -199,7 +201,7 @@ module Lithic
|
|
199
201
|
attr_writer :status
|
200
202
|
|
201
203
|
# <Deprecated. Use verification_application.status_reasons> Reason for the
|
202
|
-
#
|
204
|
+
# evaluation status.
|
203
205
|
sig do
|
204
206
|
returns(
|
205
207
|
T.nilable(
|
@@ -218,12 +220,11 @@ module Lithic
|
|
218
220
|
attr_writer :status_reasons
|
219
221
|
|
220
222
|
# The type of Account Holder. If the type is "INDIVIDUAL", the "individual"
|
221
|
-
#
|
222
|
-
#
|
223
|
-
# If the type is "BUSINESS" then the "business_entity", "control_person",
|
224
|
-
# "beneficial_owner_individuals", "beneficial_owner_entities",
|
223
|
+
# attribute will be present.
|
225
224
|
#
|
226
|
-
#
|
225
|
+
# If the type is "BUSINESS" then the "business_entity", "control_person",
|
226
|
+
# "beneficial_owner_individuals", "nature_of_business", and "website_url"
|
227
|
+
# attributes will be present.
|
227
228
|
sig do
|
228
229
|
returns(
|
229
230
|
T.nilable(Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::UserType::TaggedSymbol)
|
@@ -269,10 +270,10 @@ module Lithic
|
|
269
270
|
account_token: String,
|
270
271
|
beneficial_owner_entities: T::Array[T.any(Lithic::Models::KYBBusinessEntity, Lithic::Internal::AnyHash)],
|
271
272
|
beneficial_owner_individuals: T::Array[
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
273
|
+
T.any(
|
274
|
+
Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::BeneficialOwnerIndividual,
|
275
|
+
Lithic::Internal::AnyHash
|
276
|
+
)
|
276
277
|
],
|
277
278
|
business_account_token: String,
|
278
279
|
business_entity: T.any(Lithic::Models::KYBBusinessEntity, Lithic::Internal::AnyHash),
|
@@ -323,9 +324,7 @@ module Lithic
|
|
323
324
|
user_type: nil,
|
324
325
|
verification_application: nil,
|
325
326
|
website_url: nil
|
326
|
-
)
|
327
|
-
end
|
328
|
-
|
327
|
+
); end
|
329
328
|
sig do
|
330
329
|
override
|
331
330
|
.returns(
|
@@ -353,12 +352,11 @@ module Lithic
|
|
353
352
|
}
|
354
353
|
)
|
355
354
|
end
|
356
|
-
def to_hash
|
357
|
-
end
|
355
|
+
def to_hash; end
|
358
356
|
|
359
357
|
class BeneficialOwnerIndividual < Lithic::Internal::Type::BaseModel
|
360
358
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
361
|
-
#
|
359
|
+
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
362
360
|
sig do
|
363
361
|
returns(
|
364
362
|
T.nilable(
|
@@ -387,7 +385,7 @@ module Lithic
|
|
387
385
|
attr_writer :dob
|
388
386
|
|
389
387
|
# Individual's email address. If utilizing Lithic for chargeback processing, this
|
390
|
-
#
|
388
|
+
# customer email address may be used to communicate dispute status and resolution.
|
391
389
|
sig { returns(T.nilable(String)) }
|
392
390
|
attr_reader :email
|
393
391
|
|
@@ -429,7 +427,14 @@ module Lithic
|
|
429
427
|
)
|
430
428
|
.returns(T.attached_class)
|
431
429
|
end
|
432
|
-
def self.new(
|
430
|
+
def self.new(
|
431
|
+
address: nil,
|
432
|
+
dob: nil,
|
433
|
+
email: nil,
|
434
|
+
first_name: nil,
|
435
|
+
last_name: nil,
|
436
|
+
phone_number: nil
|
437
|
+
)
|
433
438
|
end
|
434
439
|
|
435
440
|
sig do
|
@@ -446,8 +451,7 @@ module Lithic
|
|
446
451
|
}
|
447
452
|
)
|
448
453
|
end
|
449
|
-
def to_hash
|
450
|
-
end
|
454
|
+
def to_hash; end
|
451
455
|
|
452
456
|
class Address < Lithic::Internal::Type::BaseModel
|
453
457
|
# Valid deliverable address (no PO boxes).
|
@@ -459,17 +463,17 @@ module Lithic
|
|
459
463
|
attr_accessor :city
|
460
464
|
|
461
465
|
# Valid country code. Only USA is currently supported, entered in uppercase ISO
|
462
|
-
#
|
466
|
+
# 3166-1 alpha-3 three-character format.
|
463
467
|
sig { returns(String) }
|
464
468
|
attr_accessor :country
|
465
469
|
|
466
470
|
# Valid postal code. Only USA ZIP codes are currently supported, entered as a
|
467
|
-
#
|
471
|
+
# five-digit ZIP or nine-digit ZIP+4.
|
468
472
|
sig { returns(String) }
|
469
473
|
attr_accessor :postal_code
|
470
474
|
|
471
475
|
# Valid state code. Only USA state codes are currently supported, entered in
|
472
|
-
#
|
476
|
+
# uppercase ISO 3166-2 two-character format.
|
473
477
|
sig { returns(String) }
|
474
478
|
attr_accessor :state
|
475
479
|
|
@@ -481,7 +485,7 @@ module Lithic
|
|
481
485
|
attr_writer :address2
|
482
486
|
|
483
487
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
484
|
-
#
|
488
|
+
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
485
489
|
sig do
|
486
490
|
params(
|
487
491
|
address1: String,
|
@@ -493,8 +497,7 @@ module Lithic
|
|
493
497
|
)
|
494
498
|
.returns(T.attached_class)
|
495
499
|
end
|
496
|
-
def self.new(address1:, city:, country:, postal_code:, state:, address2: nil)
|
497
|
-
end
|
500
|
+
def self.new(address1:, city:, country:, postal_code:, state:, address2: nil); end
|
498
501
|
|
499
502
|
sig do
|
500
503
|
override
|
@@ -509,14 +512,13 @@ module Lithic
|
|
509
512
|
}
|
510
513
|
)
|
511
514
|
end
|
512
|
-
def to_hash
|
513
|
-
end
|
515
|
+
def to_hash; end
|
514
516
|
end
|
515
517
|
end
|
516
518
|
|
517
519
|
class ControlPerson < Lithic::Internal::Type::BaseModel
|
518
520
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
519
|
-
#
|
521
|
+
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
520
522
|
sig do
|
521
523
|
returns(
|
522
524
|
T.nilable(Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ControlPerson::Address)
|
@@ -543,7 +545,7 @@ module Lithic
|
|
543
545
|
attr_writer :dob
|
544
546
|
|
545
547
|
# Individual's email address. If utilizing Lithic for chargeback processing, this
|
546
|
-
#
|
548
|
+
# customer email address may be used to communicate dispute status and resolution.
|
547
549
|
sig { returns(T.nilable(String)) }
|
548
550
|
attr_reader :email
|
549
551
|
|
@@ -573,15 +575,15 @@ module Lithic
|
|
573
575
|
|
574
576
|
# Only present when user_type == "BUSINESS".
|
575
577
|
#
|
576
|
-
#
|
577
|
-
#
|
578
|
-
#
|
578
|
+
# An individual with significant responsibility for managing the legal entity
|
579
|
+
# (e.g., a Chief Executive Officer, Chief Financial Officer, Chief Operating
|
580
|
+
# Officer,
|
579
581
|
#
|
580
|
-
#
|
581
|
-
#
|
582
|
+
# Managing Member, General Partner, President, Vice President, or Treasurer). This
|
583
|
+
# can be an executive, or someone who will have program-wide access
|
582
584
|
#
|
583
|
-
#
|
584
|
-
#
|
585
|
+
# to the cards that Lithic will provide. In some cases, this individual could also
|
586
|
+
# be a beneficial owner listed above.
|
585
587
|
sig do
|
586
588
|
params(
|
587
589
|
address: T.any(
|
@@ -596,7 +598,14 @@ module Lithic
|
|
596
598
|
)
|
597
599
|
.returns(T.attached_class)
|
598
600
|
end
|
599
|
-
def self.new(
|
601
|
+
def self.new(
|
602
|
+
address: nil,
|
603
|
+
dob: nil,
|
604
|
+
email: nil,
|
605
|
+
first_name: nil,
|
606
|
+
last_name: nil,
|
607
|
+
phone_number: nil
|
608
|
+
)
|
600
609
|
end
|
601
610
|
|
602
611
|
sig do
|
@@ -613,8 +622,7 @@ module Lithic
|
|
613
622
|
}
|
614
623
|
)
|
615
624
|
end
|
616
|
-
def to_hash
|
617
|
-
end
|
625
|
+
def to_hash; end
|
618
626
|
|
619
627
|
class Address < Lithic::Internal::Type::BaseModel
|
620
628
|
# Valid deliverable address (no PO boxes).
|
@@ -626,17 +634,17 @@ module Lithic
|
|
626
634
|
attr_accessor :city
|
627
635
|
|
628
636
|
# Valid country code. Only USA is currently supported, entered in uppercase ISO
|
629
|
-
#
|
637
|
+
# 3166-1 alpha-3 three-character format.
|
630
638
|
sig { returns(String) }
|
631
639
|
attr_accessor :country
|
632
640
|
|
633
641
|
# Valid postal code. Only USA ZIP codes are currently supported, entered as a
|
634
|
-
#
|
642
|
+
# five-digit ZIP or nine-digit ZIP+4.
|
635
643
|
sig { returns(String) }
|
636
644
|
attr_accessor :postal_code
|
637
645
|
|
638
646
|
# Valid state code. Only USA state codes are currently supported, entered in
|
639
|
-
#
|
647
|
+
# uppercase ISO 3166-2 two-character format.
|
640
648
|
sig { returns(String) }
|
641
649
|
attr_accessor :state
|
642
650
|
|
@@ -648,7 +656,7 @@ module Lithic
|
|
648
656
|
attr_writer :address2
|
649
657
|
|
650
658
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
651
|
-
#
|
659
|
+
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
652
660
|
sig do
|
653
661
|
params(
|
654
662
|
address1: String,
|
@@ -660,8 +668,7 @@ module Lithic
|
|
660
668
|
)
|
661
669
|
.returns(T.attached_class)
|
662
670
|
end
|
663
|
-
def self.new(address1:, city:, country:, postal_code:, state:, address2: nil)
|
664
|
-
end
|
671
|
+
def self.new(address1:, city:, country:, postal_code:, state:, address2: nil); end
|
665
672
|
|
666
673
|
sig do
|
667
674
|
override
|
@@ -676,13 +683,12 @@ module Lithic
|
|
676
683
|
}
|
677
684
|
)
|
678
685
|
end
|
679
|
-
def to_hash
|
680
|
-
end
|
686
|
+
def to_hash; end
|
681
687
|
end
|
682
688
|
end
|
683
689
|
|
684
690
|
# The type of KYC exemption for a KYC-Exempt Account Holder. "None" if the account
|
685
|
-
#
|
691
|
+
# holder is not KYC-Exempt.
|
686
692
|
module ExemptionType
|
687
693
|
extend Lithic::Internal::Type::Enum
|
688
694
|
|
@@ -714,13 +720,12 @@ module Lithic
|
|
714
720
|
T::Array[Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ExemptionType::TaggedSymbol]
|
715
721
|
)
|
716
722
|
end
|
717
|
-
def self.values
|
718
|
-
end
|
723
|
+
def self.values; end
|
719
724
|
end
|
720
725
|
|
721
726
|
class Individual < Lithic::Internal::Type::BaseModel
|
722
727
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
723
|
-
#
|
728
|
+
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
724
729
|
sig { returns(T.nilable(Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::Individual::Address)) }
|
725
730
|
attr_reader :address
|
726
731
|
|
@@ -743,7 +748,7 @@ module Lithic
|
|
743
748
|
attr_writer :dob
|
744
749
|
|
745
750
|
# Individual's email address. If utilizing Lithic for chargeback processing, this
|
746
|
-
#
|
751
|
+
# customer email address may be used to communicate dispute status and resolution.
|
747
752
|
sig { returns(T.nilable(String)) }
|
748
753
|
attr_reader :email
|
749
754
|
|
@@ -772,7 +777,7 @@ module Lithic
|
|
772
777
|
attr_writer :phone_number
|
773
778
|
|
774
779
|
# Only present when user_type == "INDIVIDUAL". Information about the individual
|
775
|
-
#
|
780
|
+
# for which the account is being opened and KYC is being run.
|
776
781
|
sig do
|
777
782
|
params(
|
778
783
|
address: T.any(
|
@@ -787,7 +792,14 @@ module Lithic
|
|
787
792
|
)
|
788
793
|
.returns(T.attached_class)
|
789
794
|
end
|
790
|
-
def self.new(
|
795
|
+
def self.new(
|
796
|
+
address: nil,
|
797
|
+
dob: nil,
|
798
|
+
email: nil,
|
799
|
+
first_name: nil,
|
800
|
+
last_name: nil,
|
801
|
+
phone_number: nil
|
802
|
+
)
|
791
803
|
end
|
792
804
|
|
793
805
|
sig do
|
@@ -804,8 +816,7 @@ module Lithic
|
|
804
816
|
}
|
805
817
|
)
|
806
818
|
end
|
807
|
-
def to_hash
|
808
|
-
end
|
819
|
+
def to_hash; end
|
809
820
|
|
810
821
|
class Address < Lithic::Internal::Type::BaseModel
|
811
822
|
# Valid deliverable address (no PO boxes).
|
@@ -817,17 +828,17 @@ module Lithic
|
|
817
828
|
attr_accessor :city
|
818
829
|
|
819
830
|
# Valid country code. Only USA is currently supported, entered in uppercase ISO
|
820
|
-
#
|
831
|
+
# 3166-1 alpha-3 three-character format.
|
821
832
|
sig { returns(String) }
|
822
833
|
attr_accessor :country
|
823
834
|
|
824
835
|
# Valid postal code. Only USA ZIP codes are currently supported, entered as a
|
825
|
-
#
|
836
|
+
# five-digit ZIP or nine-digit ZIP+4.
|
826
837
|
sig { returns(String) }
|
827
838
|
attr_accessor :postal_code
|
828
839
|
|
829
840
|
# Valid state code. Only USA state codes are currently supported, entered in
|
830
|
-
#
|
841
|
+
# uppercase ISO 3166-2 two-character format.
|
831
842
|
sig { returns(String) }
|
832
843
|
attr_accessor :state
|
833
844
|
|
@@ -839,7 +850,7 @@ module Lithic
|
|
839
850
|
attr_writer :address2
|
840
851
|
|
841
852
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
842
|
-
#
|
853
|
+
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
843
854
|
sig do
|
844
855
|
params(
|
845
856
|
address1: String,
|
@@ -851,8 +862,7 @@ module Lithic
|
|
851
862
|
)
|
852
863
|
.returns(T.attached_class)
|
853
864
|
end
|
854
|
-
def self.new(address1:, city:, country:, postal_code:, state:, address2: nil)
|
855
|
-
end
|
865
|
+
def self.new(address1:, city:, country:, postal_code:, state:, address2: nil); end
|
856
866
|
|
857
867
|
sig do
|
858
868
|
override
|
@@ -867,17 +877,16 @@ module Lithic
|
|
867
877
|
}
|
868
878
|
)
|
869
879
|
end
|
870
|
-
def to_hash
|
871
|
-
end
|
880
|
+
def to_hash; end
|
872
881
|
end
|
873
882
|
end
|
874
883
|
|
875
884
|
# <Deprecated. Use verification_application.status instead>
|
876
885
|
#
|
877
|
-
#
|
886
|
+
# KYC and KYB evaluation states.
|
878
887
|
#
|
879
|
-
#
|
880
|
-
#
|
888
|
+
# Note: `PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the
|
889
|
+
# `ADVANCED` workflow.
|
881
890
|
module Status
|
882
891
|
extend Lithic::Internal::Type::Enum
|
883
892
|
|
@@ -911,8 +920,7 @@ module Lithic
|
|
911
920
|
override
|
912
921
|
.returns(T::Array[Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::Status::TaggedSymbol])
|
913
922
|
end
|
914
|
-
def self.values
|
915
|
-
end
|
923
|
+
def self.values; end
|
916
924
|
end
|
917
925
|
|
918
926
|
# Status Reasons for KYC/KYB enrollment states
|
@@ -1057,17 +1065,15 @@ module Lithic
|
|
1057
1065
|
T::Array[Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::StatusReason::TaggedSymbol]
|
1058
1066
|
)
|
1059
1067
|
end
|
1060
|
-
def self.values
|
1061
|
-
end
|
1068
|
+
def self.values; end
|
1062
1069
|
end
|
1063
1070
|
|
1064
1071
|
# The type of Account Holder. If the type is "INDIVIDUAL", the "individual"
|
1065
|
-
#
|
1072
|
+
# attribute will be present.
|
1066
1073
|
#
|
1067
|
-
#
|
1068
|
-
#
|
1069
|
-
#
|
1070
|
-
# "nature_of_business", and "website_url" attributes will be present.
|
1074
|
+
# If the type is "BUSINESS" then the "business_entity", "control_person",
|
1075
|
+
# "beneficial_owner_individuals", "nature_of_business", and "website_url"
|
1076
|
+
# attributes will be present.
|
1071
1077
|
module UserType
|
1072
1078
|
extend Lithic::Internal::Type::Enum
|
1073
1079
|
|
@@ -1096,8 +1102,7 @@ module Lithic
|
|
1096
1102
|
T::Array[Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::UserType::TaggedSymbol]
|
1097
1103
|
)
|
1098
1104
|
end
|
1099
|
-
def self.values
|
1100
|
-
end
|
1105
|
+
def self.values; end
|
1101
1106
|
end
|
1102
1107
|
|
1103
1108
|
class VerificationApplication < Lithic::Internal::Type::BaseModel
|
@@ -1107,8 +1112,8 @@ module Lithic
|
|
1107
1112
|
|
1108
1113
|
# KYC and KYB evaluation states.
|
1109
1114
|
#
|
1110
|
-
#
|
1111
|
-
#
|
1115
|
+
# Note: `PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the
|
1116
|
+
# `ADVANCED` workflow.
|
1112
1117
|
sig do
|
1113
1118
|
returns(
|
1114
1119
|
Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::VerificationApplication::Status::TaggedSymbol
|
@@ -1120,7 +1125,7 @@ module Lithic
|
|
1120
1125
|
sig do
|
1121
1126
|
returns(
|
1122
1127
|
T::Array[
|
1123
|
-
|
1128
|
+
Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::VerificationApplication::StatusReason::TaggedSymbol
|
1124
1129
|
]
|
1125
1130
|
)
|
1126
1131
|
end
|
@@ -1136,14 +1141,13 @@ module Lithic
|
|
1136
1141
|
created: Time,
|
1137
1142
|
status: Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::VerificationApplication::Status::OrSymbol,
|
1138
1143
|
status_reasons: T::Array[
|
1139
|
-
|
1144
|
+
Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::VerificationApplication::StatusReason::OrSymbol
|
1140
1145
|
],
|
1141
1146
|
updated: Time
|
1142
1147
|
)
|
1143
1148
|
.returns(T.attached_class)
|
1144
1149
|
end
|
1145
|
-
def self.new(created:, status:, status_reasons:, updated:)
|
1146
|
-
end
|
1150
|
+
def self.new(created:, status:, status_reasons:, updated:); end
|
1147
1151
|
|
1148
1152
|
sig do
|
1149
1153
|
override
|
@@ -1152,19 +1156,18 @@ module Lithic
|
|
1152
1156
|
created: Time,
|
1153
1157
|
status: Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::VerificationApplication::Status::TaggedSymbol,
|
1154
1158
|
status_reasons: T::Array[
|
1155
|
-
|
1159
|
+
Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::VerificationApplication::StatusReason::TaggedSymbol
|
1156
1160
|
],
|
1157
1161
|
updated: Time
|
1158
1162
|
}
|
1159
1163
|
)
|
1160
1164
|
end
|
1161
|
-
def to_hash
|
1162
|
-
end
|
1165
|
+
def to_hash; end
|
1163
1166
|
|
1164
1167
|
# KYC and KYB evaluation states.
|
1165
1168
|
#
|
1166
|
-
#
|
1167
|
-
#
|
1169
|
+
# Note: `PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the
|
1170
|
+
# `ADVANCED` workflow.
|
1168
1171
|
module Status
|
1169
1172
|
extend Lithic::Internal::Type::Enum
|
1170
1173
|
|
@@ -1206,12 +1209,11 @@ module Lithic
|
|
1206
1209
|
override
|
1207
1210
|
.returns(
|
1208
1211
|
T::Array[
|
1209
|
-
|
1212
|
+
Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::VerificationApplication::Status::TaggedSymbol
|
1210
1213
|
]
|
1211
1214
|
)
|
1212
1215
|
end
|
1213
|
-
def self.values
|
1214
|
-
end
|
1216
|
+
def self.values; end
|
1215
1217
|
end
|
1216
1218
|
|
1217
1219
|
# Status Reasons for KYC/KYB enrollment states
|
@@ -1356,12 +1358,11 @@ module Lithic
|
|
1356
1358
|
override
|
1357
1359
|
.returns(
|
1358
1360
|
T::Array[
|
1359
|
-
|
1361
|
+
Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::VerificationApplication::StatusReason::TaggedSymbol
|
1360
1362
|
]
|
1361
1363
|
)
|
1362
1364
|
end
|
1363
|
-
def self.values
|
1364
|
-
end
|
1365
|
+
def self.values; end
|
1365
1366
|
end
|
1366
1367
|
end
|
1367
1368
|
end
|
@@ -1450,9 +1451,7 @@ module Lithic
|
|
1450
1451
|
last_name: nil,
|
1451
1452
|
legal_business_name: nil,
|
1452
1453
|
phone_number: nil
|
1453
|
-
)
|
1454
|
-
end
|
1455
|
-
|
1454
|
+
); end
|
1456
1455
|
sig do
|
1457
1456
|
override
|
1458
1457
|
.returns(
|
@@ -1468,8 +1467,7 @@ module Lithic
|
|
1468
1467
|
}
|
1469
1468
|
)
|
1470
1469
|
end
|
1471
|
-
def to_hash
|
1472
|
-
end
|
1470
|
+
def to_hash; end
|
1473
1471
|
|
1474
1472
|
class Address < Lithic::Internal::Type::BaseModel
|
1475
1473
|
# Valid deliverable address (no PO boxes).
|
@@ -1481,17 +1479,17 @@ module Lithic
|
|
1481
1479
|
attr_accessor :city
|
1482
1480
|
|
1483
1481
|
# Valid country code. Only USA is currently supported, entered in uppercase ISO
|
1484
|
-
#
|
1482
|
+
# 3166-1 alpha-3 three-character format.
|
1485
1483
|
sig { returns(String) }
|
1486
1484
|
attr_accessor :country
|
1487
1485
|
|
1488
1486
|
# Valid postal code. Only USA ZIP codes are currently supported, entered as a
|
1489
|
-
#
|
1487
|
+
# five-digit ZIP or nine-digit ZIP+4.
|
1490
1488
|
sig { returns(String) }
|
1491
1489
|
attr_accessor :postal_code
|
1492
1490
|
|
1493
1491
|
# Valid state code. Only USA state codes are currently supported, entered in
|
1494
|
-
#
|
1492
|
+
# uppercase ISO 3166-2 two-character format.
|
1495
1493
|
sig { returns(String) }
|
1496
1494
|
attr_accessor :state
|
1497
1495
|
|
@@ -1514,8 +1512,7 @@ module Lithic
|
|
1514
1512
|
)
|
1515
1513
|
.returns(T.attached_class)
|
1516
1514
|
end
|
1517
|
-
def self.new(address1:, city:, country:, postal_code:, state:, address2: nil)
|
1518
|
-
end
|
1515
|
+
def self.new(address1:, city:, country:, postal_code:, state:, address2: nil); end
|
1519
1516
|
|
1520
1517
|
sig do
|
1521
1518
|
override
|
@@ -1530,8 +1527,7 @@ module Lithic
|
|
1530
1527
|
}
|
1531
1528
|
)
|
1532
1529
|
end
|
1533
|
-
def to_hash
|
1534
|
-
end
|
1530
|
+
def to_hash; end
|
1535
1531
|
end
|
1536
1532
|
end
|
1537
1533
|
|
@@ -1541,8 +1537,7 @@ module Lithic
|
|
1541
1537
|
[Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse, Lithic::Models::AccountHolderUpdateResponse::PatchResponse]
|
1542
1538
|
)
|
1543
1539
|
end
|
1544
|
-
def self.variants
|
1545
|
-
end
|
1540
|
+
def self.variants; end
|
1546
1541
|
end
|
1547
1542
|
end
|
1548
1543
|
end
|