lithic 0.1.0.pre.alpha.5 → 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 +29 -5
- data/lib/lithic/client.rb +3 -3
- data/lib/lithic/internal/cursor_page.rb +5 -1
- data/lib/lithic/internal/single_page.rb +5 -1
- data/lib/lithic/internal/transport/base_client.rb +3 -3
- data/lib/lithic/internal/transport/pooled_net_requester.rb +2 -2
- data/lib/lithic/internal/type/array_of.rb +5 -3
- data/lib/lithic/internal/type/base_model.rb +19 -16
- data/lib/lithic/internal/type/base_page.rb +4 -1
- data/lib/lithic/internal/type/{boolean_model.rb → boolean.rb} +2 -2
- data/lib/lithic/internal/type/converter.rb +26 -23
- data/lib/lithic/internal/type/enum.rb +10 -8
- data/lib/lithic/internal/type/hash_of.rb +3 -1
- data/lib/lithic/internal/util.rb +29 -50
- data/lib/lithic/models/account.rb +37 -37
- data/lib/lithic/models/account_holder.rb +58 -56
- data/lib/lithic/models/account_holder_create_params.rb +140 -144
- 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 +7 -7
- 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 +12 -12
- data/lib/lithic/models/auth_rules/v2_apply_params.rb +1 -1
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_create_params.rb +1 -1
- data/lib/lithic/models/auth_rules/v2_create_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_list_params.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_list_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_update_params.rb +7 -7
- data/lib/lithic/models/auth_rules/v2_update_response.rb +3 -3
- 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 +25 -25
- 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 +25 -25
- data/lib/lithic/models/card_renew_params.rb +27 -27
- 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/credit_products/prime_rate_retrieve_response.rb +1 -1
- data/lib/lithic/models/digital_card_art.rb +2 -2
- 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 +7 -7
- data/lib/lithic/models/event_subscription.rb +1 -1
- data/lib/lithic/models/events/event_subscription_resend_params.rb +27 -0
- data/lib/lithic/models/events/subscription_create_params.rb +2 -2
- 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 +2 -2
- data/lib/lithic/models/external_bank_account_create_params.rb +5 -5
- 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.rb +11 -13
- data/lib/lithic/models/financial_account_create_params.rb +2 -2
- data/lib/lithic/models/financial_account_update_status_params.rb +9 -9
- 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_account_credit_config.rb +1 -1
- data/lib/lithic/models/financial_accounts/financial_transaction_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/loan_tape.rb +24 -24
- data/lib/lithic/models/financial_accounts/loan_tape_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/statement.rb +17 -17
- data/lib/lithic/models/financial_accounts/statement_list_params.rb +7 -7
- 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 +3 -2
- data/lib/lithic/models/financial_accounts/statements.rb +1 -1
- data/lib/lithic/models/financial_transaction.rb +35 -34
- data/lib/lithic/models/kyb.rb +128 -132
- 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/responder_endpoint_create_response.rb +1 -1
- data/lib/lithic/models/responder_endpoint_status.rb +1 -1
- data/lib/lithic/models/settlement_detail.rb +5 -5
- data/lib/lithic/models/settlement_report.rb +16 -16
- 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 +100 -100
- 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 +100 -100
- 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 +39 -39
- 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 +54 -54
- 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 +37 -37
- 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 +64 -61
- data/lib/lithic/resources/disputes.rb +6 -6
- data/lib/lithic/resources/events/event_subscriptions.rb +41 -0
- data/lib/lithic/resources/events/subscriptions.rb +8 -8
- data/lib/lithic/resources/events.rb +6 -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 +6 -6
- data/lib/lithic/resources/management_operations.rb +1 -1
- data/lib/lithic/resources/payments.rb +1 -1
- 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/lib/lithic.rb +3 -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 +10 -18
- 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_model.rbi → boolean.rbi} +5 -9
- 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 +40 -72
- 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 -100
- data/rbi/lib/lithic/models/account_holder_create_params.rbi +154 -171
- 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 +27 -29
- 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 +27 -29
- data/rbi/lib/lithic/models/card_renew_params.rbi +30 -34
- 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 +27 -0
- 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 +26 -39
- 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 +18 -37
- 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 +67 -107
- 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 +46 -72
- 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 +139 -153
- 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 +121 -156
- 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 +219 -237
- 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 +24 -0
- data/rbi/lib/lithic/resources/events/subscriptions.rbi +29 -48
- data/rbi/lib/lithic/resources/events.rbi +15 -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 +10 -19
- 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/rbi/lib/lithic/version.rbi +1 -1
- data/sig/lithic/internal/type/array_of.rbs +2 -2
- data/sig/lithic/internal/type/{boolean_model.rbs → boolean.rbs} +1 -1
- data/sig/lithic/internal/util.rbs +5 -5
- data/sig/lithic/models/account_holder_create_params.rbs +47 -43
- data/sig/lithic/models/card_convert_physical_params.rbs +2 -2
- data/sig/lithic/models/card_reissue_params.rbs +2 -2
- data/sig/lithic/models/card_renew_params.rbs +2 -2
- data/sig/lithic/models/events/event_subscription_resend_params.rbs +22 -0
- data/sig/lithic/models/financial_account.rbs +6 -6
- data/sig/lithic/models/financial_account_update_status_params.rbs +6 -6
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +6 -6
- data/sig/lithic/models/financial_accounts/statement.rbs +6 -6
- 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/kyb.rbs +47 -43
- 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
- data/sig/lithic/resources/account_holders.rbs +1 -1
- data/sig/lithic/resources/events/event_subscriptions.rbs +15 -0
- data/sig/lithic/resources/events.rbs +2 -0
- data/sig/lithic/resources/financial_accounts.rbs +1 -1
- data/sig/lithic/version.rbs +1 -1
- metadata +11 -5
@@ -8,27 +8,12 @@ module Lithic
|
|
8
8
|
# extend Lithic::Internal::Type::RequestParameters::Converter
|
9
9
|
include Lithic::Internal::Type::RequestParameters
|
10
10
|
|
11
|
-
# @!attribute beneficial_owner_entities
|
12
|
-
# List of all entities with >25% ownership in the company. If no entity or
|
13
|
-
# individual owns >25% of the company, and the largest shareholder is an entity,
|
14
|
-
# please identify them in this field. See
|
15
|
-
# [FinCEN requirements](https://www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf)
|
16
|
-
# (Section I) for more background. If no business owner is an entity, pass in an
|
17
|
-
# empty list. However, either this parameter or `beneficial_owner_individuals`
|
18
|
-
# must be populated. on entities that should be included.
|
19
|
-
#
|
20
|
-
# @return [Array<Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity>]
|
21
|
-
required :beneficial_owner_entities,
|
22
|
-
-> { Lithic::Internal::Type::ArrayOf[Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity] }
|
23
|
-
|
24
11
|
# @!attribute beneficial_owner_individuals
|
25
|
-
# List of all direct and indirect individuals with
|
26
|
-
#
|
27
|
-
#
|
28
|
-
#
|
29
|
-
#
|
30
|
-
# individual is an entity, pass in an empty list. However, either this parameter
|
31
|
-
# or `beneficial_owner_entities` must be populated.
|
12
|
+
# List of all direct and indirect individuals with 25% or more ownership in the
|
13
|
+
# company. If no individual owns 25% of the company, please identify the largest
|
14
|
+
# shareholder in this field. See
|
15
|
+
# [FinCEN requirements](https://www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf)
|
16
|
+
# (Section I) for more background on individuals that should be included.
|
32
17
|
#
|
33
18
|
# @return [Array<Lithic::Models::AccountHolderCreateParams::BeneficialOwnerIndividual>]
|
34
19
|
required :beneficial_owner_individuals,
|
@@ -36,35 +21,35 @@ module Lithic
|
|
36
21
|
|
37
22
|
# @!attribute business_entity
|
38
23
|
# Information for business for which the account is being opened and KYB is being
|
39
|
-
#
|
24
|
+
# run.
|
40
25
|
#
|
41
26
|
# @return [Lithic::Models::AccountHolderCreateParams::BusinessEntity]
|
42
27
|
required :business_entity, -> { Lithic::Models::AccountHolderCreateParams::BusinessEntity }
|
43
28
|
|
44
29
|
# @!attribute control_person
|
45
30
|
# An individual with significant responsibility for managing the legal entity
|
46
|
-
#
|
47
|
-
#
|
48
|
-
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
52
|
-
#
|
31
|
+
# (e.g., a Chief Executive Officer, Chief Financial Officer, Chief Operating
|
32
|
+
# Officer, Managing Member, General Partner, President, Vice President, or
|
33
|
+
# Treasurer). This can be an executive, or someone who will have program-wide
|
34
|
+
# access to the cards that Lithic will provide. In some cases, this individual
|
35
|
+
# could also be a beneficial owner listed above. See
|
36
|
+
# [FinCEN requirements](https://www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf)
|
37
|
+
# (Section II) for more background.
|
53
38
|
#
|
54
39
|
# @return [Lithic::Models::AccountHolderCreateParams::ControlPerson]
|
55
40
|
required :control_person, -> { Lithic::Models::AccountHolderCreateParams::ControlPerson }
|
56
41
|
|
57
42
|
# @!attribute nature_of_business
|
58
43
|
# Short description of the company's line of business (i.e., what does the company
|
59
|
-
#
|
44
|
+
# do?).
|
60
45
|
#
|
61
46
|
# @return [String]
|
62
47
|
required :nature_of_business, String
|
63
48
|
|
64
49
|
# @!attribute tos_timestamp
|
65
50
|
# An RFC 3339 timestamp indicating when the account holder accepted the applicable
|
66
|
-
#
|
67
|
-
#
|
51
|
+
# legal agreements (e.g., cardholder terms) as agreed upon during API customer's
|
52
|
+
# implementation with Lithic.
|
68
53
|
#
|
69
54
|
# @return [String]
|
70
55
|
required :tos_timestamp, String
|
@@ -75,9 +60,20 @@ module Lithic
|
|
75
60
|
# @return [Symbol, Lithic::Models::AccountHolderCreateParams::Workflow]
|
76
61
|
required :workflow, enum: -> { Lithic::Models::AccountHolderCreateParams::Workflow }
|
77
62
|
|
63
|
+
# @!attribute [r] beneficial_owner_entities
|
64
|
+
# Deprecated.
|
65
|
+
#
|
66
|
+
# @return [Array<Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity>, nil]
|
67
|
+
optional :beneficial_owner_entities,
|
68
|
+
-> { Lithic::Internal::Type::ArrayOf[Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity] }
|
69
|
+
|
70
|
+
# @!parse
|
71
|
+
# # @return [Array<Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity>]
|
72
|
+
# attr_writer :beneficial_owner_entities
|
73
|
+
|
78
74
|
# @!attribute [r] external_id
|
79
75
|
# A user provided id that can be used to link an account holder with an external
|
80
|
-
#
|
76
|
+
# system
|
81
77
|
#
|
82
78
|
# @return [String, nil]
|
83
79
|
optional :external_id, String
|
@@ -88,9 +84,9 @@ module Lithic
|
|
88
84
|
|
89
85
|
# @!attribute [r] kyb_passed_timestamp
|
90
86
|
# An RFC 3339 timestamp indicating when precomputed KYC was completed on the
|
91
|
-
#
|
87
|
+
# business with a pass result.
|
92
88
|
#
|
93
|
-
#
|
89
|
+
# This field is required only if workflow type is `KYB_BYO`.
|
94
90
|
#
|
95
91
|
# @return [String, nil]
|
96
92
|
optional :kyb_passed_timestamp, String
|
@@ -111,16 +107,16 @@ module Lithic
|
|
111
107
|
|
112
108
|
# @!attribute individual
|
113
109
|
# Information on individual for whom the account is being opened and KYC is being
|
114
|
-
#
|
110
|
+
# run.
|
115
111
|
#
|
116
112
|
# @return [Lithic::Models::AccountHolderCreateParams::Individual]
|
117
113
|
required :individual, -> { Lithic::Models::AccountHolderCreateParams::Individual }
|
118
114
|
|
119
115
|
# @!attribute [r] kyc_passed_timestamp
|
120
116
|
# An RFC 3339 timestamp indicating when precomputed KYC was completed on the
|
121
|
-
#
|
117
|
+
# individual with a pass result.
|
122
118
|
#
|
123
|
-
#
|
119
|
+
# This field is required only if workflow type is `KYC_BYO`.
|
124
120
|
#
|
125
121
|
# @return [String, nil]
|
126
122
|
optional :kyc_passed_timestamp, String
|
@@ -131,7 +127,7 @@ module Lithic
|
|
131
127
|
|
132
128
|
# @!attribute address
|
133
129
|
# KYC Exempt user's current address - PO boxes, UPS drops, and FedEx drops are not
|
134
|
-
#
|
130
|
+
# acceptable; APO/FPO are acceptable.
|
135
131
|
#
|
136
132
|
# @return [Lithic::Models::Address]
|
137
133
|
required :address, -> { Lithic::Models::Address }
|
@@ -168,8 +164,8 @@ module Lithic
|
|
168
164
|
|
169
165
|
# @!attribute [r] business_account_token
|
170
166
|
# Only applicable for customers using the KYC-Exempt workflow to enroll authorized
|
171
|
-
#
|
172
|
-
#
|
167
|
+
# users of businesses. Pass the account_token of the enrolled business associated
|
168
|
+
# with the AUTHORIZED_USER in this field.
|
173
169
|
#
|
174
170
|
# @return [String, nil]
|
175
171
|
optional :business_account_token, String
|
@@ -179,7 +175,6 @@ module Lithic
|
|
179
175
|
# attr_writer :business_account_token
|
180
176
|
|
181
177
|
# @!parse
|
182
|
-
# # @param beneficial_owner_entities [Array<Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity>]
|
183
178
|
# # @param beneficial_owner_individuals [Array<Lithic::Models::AccountHolderCreateParams::BeneficialOwnerIndividual>]
|
184
179
|
# # @param business_entity [Lithic::Models::AccountHolderCreateParams::BusinessEntity]
|
185
180
|
# # @param control_person [Lithic::Models::AccountHolderCreateParams::ControlPerson]
|
@@ -193,6 +188,7 @@ module Lithic
|
|
193
188
|
# # @param kyc_exemption_type [Symbol, Lithic::Models::AccountHolderCreateParams::KYCExemptionType]
|
194
189
|
# # @param last_name [String]
|
195
190
|
# # @param phone_number [String]
|
191
|
+
# # @param beneficial_owner_entities [Array<Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity>]
|
196
192
|
# # @param external_id [String]
|
197
193
|
# # @param kyb_passed_timestamp [String]
|
198
194
|
# # @param website_url [String]
|
@@ -201,7 +197,6 @@ module Lithic
|
|
201
197
|
# # @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
|
202
198
|
# #
|
203
199
|
# def initialize(
|
204
|
-
# beneficial_owner_entities:,
|
205
200
|
# beneficial_owner_individuals:,
|
206
201
|
# business_entity:,
|
207
202
|
# control_person:,
|
@@ -215,6 +210,7 @@ module Lithic
|
|
215
210
|
# kyc_exemption_type:,
|
216
211
|
# last_name:,
|
217
212
|
# phone_number:,
|
213
|
+
# beneficial_owner_entities: nil,
|
218
214
|
# external_id: nil,
|
219
215
|
# kyb_passed_timestamp: nil,
|
220
216
|
# website_url: nil,
|
@@ -228,83 +224,10 @@ module Lithic
|
|
228
224
|
|
229
225
|
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
230
226
|
|
231
|
-
class BeneficialOwnerEntity < Lithic::Internal::Type::BaseModel
|
232
|
-
# @!attribute address
|
233
|
-
# Business's physical address - PO boxes, UPS drops, and FedEx drops are not
|
234
|
-
# acceptable; APO/FPO are acceptable.
|
235
|
-
#
|
236
|
-
# @return [Lithic::Models::Address]
|
237
|
-
required :address, -> { Lithic::Models::Address }
|
238
|
-
|
239
|
-
# @!attribute government_id
|
240
|
-
# Government-issued identification number. US Federal Employer Identification
|
241
|
-
# Numbers (EIN) are currently supported, entered as full nine-digits, with or
|
242
|
-
# without hyphens.
|
243
|
-
#
|
244
|
-
# @return [String]
|
245
|
-
required :government_id, String
|
246
|
-
|
247
|
-
# @!attribute legal_business_name
|
248
|
-
# Legal (formal) business name.
|
249
|
-
#
|
250
|
-
# @return [String]
|
251
|
-
required :legal_business_name, String
|
252
|
-
|
253
|
-
# @!attribute phone_numbers
|
254
|
-
# One or more of the business's phone number(s), entered as a list in E.164
|
255
|
-
# format.
|
256
|
-
#
|
257
|
-
# @return [Array<String>]
|
258
|
-
required :phone_numbers, Lithic::Internal::Type::ArrayOf[String]
|
259
|
-
|
260
|
-
# @!attribute [r] dba_business_name
|
261
|
-
# Any name that the business operates under that is not its legal business name
|
262
|
-
# (if applicable).
|
263
|
-
#
|
264
|
-
# @return [String, nil]
|
265
|
-
optional :dba_business_name, String
|
266
|
-
|
267
|
-
# @!parse
|
268
|
-
# # @return [String]
|
269
|
-
# attr_writer :dba_business_name
|
270
|
-
|
271
|
-
# @!attribute [r] parent_company
|
272
|
-
# Parent company name (if applicable).
|
273
|
-
#
|
274
|
-
# @return [String, nil]
|
275
|
-
optional :parent_company, String
|
276
|
-
|
277
|
-
# @!parse
|
278
|
-
# # @return [String]
|
279
|
-
# attr_writer :parent_company
|
280
|
-
|
281
|
-
# @!parse
|
282
|
-
# # @param address [Lithic::Models::Address]
|
283
|
-
# # @param government_id [String]
|
284
|
-
# # @param legal_business_name [String]
|
285
|
-
# # @param phone_numbers [Array<String>]
|
286
|
-
# # @param dba_business_name [String]
|
287
|
-
# # @param parent_company [String]
|
288
|
-
# #
|
289
|
-
# def initialize(
|
290
|
-
# address:,
|
291
|
-
# government_id:,
|
292
|
-
# legal_business_name:,
|
293
|
-
# phone_numbers:,
|
294
|
-
# dba_business_name: nil,
|
295
|
-
# parent_company: nil,
|
296
|
-
# **
|
297
|
-
# )
|
298
|
-
# super
|
299
|
-
# end
|
300
|
-
|
301
|
-
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
302
|
-
end
|
303
|
-
|
304
227
|
class BeneficialOwnerIndividual < Lithic::Internal::Type::BaseModel
|
305
228
|
# @!attribute address
|
306
229
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
307
|
-
#
|
230
|
+
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
308
231
|
#
|
309
232
|
# @return [Lithic::Models::Address]
|
310
233
|
required :address, -> { Lithic::Models::Address }
|
@@ -317,7 +240,7 @@ module Lithic
|
|
317
240
|
|
318
241
|
# @!attribute email
|
319
242
|
# Individual's email address. If utilizing Lithic for chargeback processing, this
|
320
|
-
#
|
243
|
+
# customer email address may be used to communicate dispute status and resolution.
|
321
244
|
#
|
322
245
|
# @return [String]
|
323
246
|
required :email, String
|
@@ -330,9 +253,9 @@ module Lithic
|
|
330
253
|
|
331
254
|
# @!attribute government_id
|
332
255
|
# Government-issued identification number (required for identity verification and
|
333
|
-
#
|
334
|
-
#
|
335
|
-
#
|
256
|
+
# compliance with banking regulations). Social Security Numbers (SSN) and
|
257
|
+
# Individual Taxpayer Identification Numbers (ITIN) are currently supported,
|
258
|
+
# entered as full nine-digits, with or without hyphens
|
336
259
|
#
|
337
260
|
# @return [String]
|
338
261
|
required :government_id, String
|
@@ -372,15 +295,15 @@ module Lithic
|
|
372
295
|
class BusinessEntity < Lithic::Internal::Type::BaseModel
|
373
296
|
# @!attribute address
|
374
297
|
# Business's physical address - PO boxes, UPS drops, and FedEx drops are not
|
375
|
-
#
|
298
|
+
# acceptable; APO/FPO are acceptable.
|
376
299
|
#
|
377
300
|
# @return [Lithic::Models::Address]
|
378
301
|
required :address, -> { Lithic::Models::Address }
|
379
302
|
|
380
303
|
# @!attribute government_id
|
381
304
|
# Government-issued identification number. US Federal Employer Identification
|
382
|
-
#
|
383
|
-
#
|
305
|
+
# Numbers (EIN) are currently supported, entered as full nine-digits, with or
|
306
|
+
# without hyphens.
|
384
307
|
#
|
385
308
|
# @return [String]
|
386
309
|
required :government_id, String
|
@@ -393,14 +316,14 @@ module Lithic
|
|
393
316
|
|
394
317
|
# @!attribute phone_numbers
|
395
318
|
# One or more of the business's phone number(s), entered as a list in E.164
|
396
|
-
#
|
319
|
+
# format.
|
397
320
|
#
|
398
321
|
# @return [Array<String>]
|
399
322
|
required :phone_numbers, Lithic::Internal::Type::ArrayOf[String]
|
400
323
|
|
401
324
|
# @!attribute [r] dba_business_name
|
402
325
|
# Any name that the business operates under that is not its legal business name
|
403
|
-
#
|
326
|
+
# (if applicable).
|
404
327
|
#
|
405
328
|
# @return [String, nil]
|
406
329
|
optional :dba_business_name, String
|
@@ -421,7 +344,7 @@ module Lithic
|
|
421
344
|
|
422
345
|
# @!parse
|
423
346
|
# # Information for business for which the account is being opened and KYB is being
|
424
|
-
# #
|
347
|
+
# # run.
|
425
348
|
# #
|
426
349
|
# # @param address [Lithic::Models::Address]
|
427
350
|
# # @param government_id [String]
|
@@ -448,7 +371,7 @@ module Lithic
|
|
448
371
|
class ControlPerson < Lithic::Internal::Type::BaseModel
|
449
372
|
# @!attribute address
|
450
373
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
451
|
-
#
|
374
|
+
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
452
375
|
#
|
453
376
|
# @return [Lithic::Models::Address]
|
454
377
|
required :address, -> { Lithic::Models::Address }
|
@@ -461,7 +384,7 @@ module Lithic
|
|
461
384
|
|
462
385
|
# @!attribute email
|
463
386
|
# Individual's email address. If utilizing Lithic for chargeback processing, this
|
464
|
-
#
|
387
|
+
# customer email address may be used to communicate dispute status and resolution.
|
465
388
|
#
|
466
389
|
# @return [String]
|
467
390
|
required :email, String
|
@@ -474,9 +397,9 @@ module Lithic
|
|
474
397
|
|
475
398
|
# @!attribute government_id
|
476
399
|
# Government-issued identification number (required for identity verification and
|
477
|
-
#
|
478
|
-
#
|
479
|
-
#
|
400
|
+
# compliance with banking regulations). Social Security Numbers (SSN) and
|
401
|
+
# Individual Taxpayer Identification Numbers (ITIN) are currently supported,
|
402
|
+
# entered as full nine-digits, with or without hyphens
|
480
403
|
#
|
481
404
|
# @return [String]
|
482
405
|
required :government_id, String
|
@@ -499,13 +422,13 @@ module Lithic
|
|
499
422
|
|
500
423
|
# @!parse
|
501
424
|
# # An individual with significant responsibility for managing the legal entity
|
502
|
-
# #
|
503
|
-
# #
|
504
|
-
# #
|
505
|
-
# #
|
506
|
-
# #
|
507
|
-
# #
|
508
|
-
# #
|
425
|
+
# # (e.g., a Chief Executive Officer, Chief Financial Officer, Chief Operating
|
426
|
+
# # Officer, Managing Member, General Partner, President, Vice President, or
|
427
|
+
# # Treasurer). This can be an executive, or someone who will have program-wide
|
428
|
+
# # access to the cards that Lithic will provide. In some cases, this individual
|
429
|
+
# # could also be a beneficial owner listed above. See
|
430
|
+
# # [FinCEN requirements](https://www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf)
|
431
|
+
# # (Section II) for more background.
|
509
432
|
# #
|
510
433
|
# # @param address [Lithic::Models::Address]
|
511
434
|
# # @param dob [String]
|
@@ -533,10 +456,83 @@ module Lithic
|
|
533
456
|
# def self.values; end
|
534
457
|
end
|
535
458
|
|
459
|
+
class BeneficialOwnerEntity < Lithic::Internal::Type::BaseModel
|
460
|
+
# @!attribute address
|
461
|
+
# Business's physical address - PO boxes, UPS drops, and FedEx drops are not
|
462
|
+
# acceptable; APO/FPO are acceptable.
|
463
|
+
#
|
464
|
+
# @return [Lithic::Models::Address]
|
465
|
+
required :address, -> { Lithic::Models::Address }
|
466
|
+
|
467
|
+
# @!attribute government_id
|
468
|
+
# Government-issued identification number. US Federal Employer Identification
|
469
|
+
# Numbers (EIN) are currently supported, entered as full nine-digits, with or
|
470
|
+
# without hyphens.
|
471
|
+
#
|
472
|
+
# @return [String]
|
473
|
+
required :government_id, String
|
474
|
+
|
475
|
+
# @!attribute legal_business_name
|
476
|
+
# Legal (formal) business name.
|
477
|
+
#
|
478
|
+
# @return [String]
|
479
|
+
required :legal_business_name, String
|
480
|
+
|
481
|
+
# @!attribute phone_numbers
|
482
|
+
# One or more of the business's phone number(s), entered as a list in E.164
|
483
|
+
# format.
|
484
|
+
#
|
485
|
+
# @return [Array<String>]
|
486
|
+
required :phone_numbers, Lithic::Internal::Type::ArrayOf[String]
|
487
|
+
|
488
|
+
# @!attribute [r] dba_business_name
|
489
|
+
# Any name that the business operates under that is not its legal business name
|
490
|
+
# (if applicable).
|
491
|
+
#
|
492
|
+
# @return [String, nil]
|
493
|
+
optional :dba_business_name, String
|
494
|
+
|
495
|
+
# @!parse
|
496
|
+
# # @return [String]
|
497
|
+
# attr_writer :dba_business_name
|
498
|
+
|
499
|
+
# @!attribute [r] parent_company
|
500
|
+
# Parent company name (if applicable).
|
501
|
+
#
|
502
|
+
# @return [String, nil]
|
503
|
+
optional :parent_company, String
|
504
|
+
|
505
|
+
# @!parse
|
506
|
+
# # @return [String]
|
507
|
+
# attr_writer :parent_company
|
508
|
+
|
509
|
+
# @!parse
|
510
|
+
# # @param address [Lithic::Models::Address]
|
511
|
+
# # @param government_id [String]
|
512
|
+
# # @param legal_business_name [String]
|
513
|
+
# # @param phone_numbers [Array<String>]
|
514
|
+
# # @param dba_business_name [String]
|
515
|
+
# # @param parent_company [String]
|
516
|
+
# #
|
517
|
+
# def initialize(
|
518
|
+
# address:,
|
519
|
+
# government_id:,
|
520
|
+
# legal_business_name:,
|
521
|
+
# phone_numbers:,
|
522
|
+
# dba_business_name: nil,
|
523
|
+
# parent_company: nil,
|
524
|
+
# **
|
525
|
+
# )
|
526
|
+
# super
|
527
|
+
# end
|
528
|
+
|
529
|
+
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
530
|
+
end
|
531
|
+
|
536
532
|
class Individual < Lithic::Internal::Type::BaseModel
|
537
533
|
# @!attribute address
|
538
534
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
539
|
-
#
|
535
|
+
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
540
536
|
#
|
541
537
|
# @return [Lithic::Models::Address]
|
542
538
|
required :address, -> { Lithic::Models::Address }
|
@@ -549,7 +545,7 @@ module Lithic
|
|
549
545
|
|
550
546
|
# @!attribute email
|
551
547
|
# Individual's email address. If utilizing Lithic for chargeback processing, this
|
552
|
-
#
|
548
|
+
# customer email address may be used to communicate dispute status and resolution.
|
553
549
|
#
|
554
550
|
# @return [String]
|
555
551
|
required :email, String
|
@@ -562,9 +558,9 @@ module Lithic
|
|
562
558
|
|
563
559
|
# @!attribute government_id
|
564
560
|
# Government-issued identification number (required for identity verification and
|
565
|
-
#
|
566
|
-
#
|
567
|
-
#
|
561
|
+
# compliance with banking regulations). Social Security Numbers (SSN) and
|
562
|
+
# Individual Taxpayer Identification Numbers (ITIN) are currently supported,
|
563
|
+
# entered as full nine-digits, with or without hyphens
|
568
564
|
#
|
569
565
|
# @return [String]
|
570
566
|
required :government_id, String
|
@@ -583,7 +579,7 @@ module Lithic
|
|
583
579
|
|
584
580
|
# @!parse
|
585
581
|
# # Information on individual for whom the account is being opened and KYC is being
|
586
|
-
# #
|
582
|
+
# # run.
|
587
583
|
# #
|
588
584
|
# # @param address [Lithic::Models::Address]
|
589
585
|
# # @param dob [String]
|
@@ -19,9 +19,9 @@ module Lithic
|
|
19
19
|
# @!attribute status
|
20
20
|
# KYC and KYB evaluation states.
|
21
21
|
#
|
22
|
-
#
|
22
|
+
# Note:
|
23
23
|
#
|
24
|
-
#
|
24
|
+
# - `PENDING_REVIEW` is only applicable for the `KYB_BASIC` workflow.
|
25
25
|
#
|
26
26
|
# @return [Symbol, Lithic::Models::AccountHolderCreateResponse::Status]
|
27
27
|
required :status, enum: -> { Lithic::Models::AccountHolderCreateResponse::Status }
|
@@ -45,7 +45,7 @@ module Lithic
|
|
45
45
|
|
46
46
|
# @!attribute [r] external_id
|
47
47
|
# Customer-provided token that indicates a relationship with an object outside of
|
48
|
-
#
|
48
|
+
# the Lithic ecosystem.
|
49
49
|
#
|
50
50
|
# @return [String, nil]
|
51
51
|
optional :external_id, String
|
@@ -56,7 +56,7 @@ module Lithic
|
|
56
56
|
|
57
57
|
# @!attribute [r] required_documents
|
58
58
|
# Only present for "KYB_BASIC" workflow. A list of documents required for the
|
59
|
-
#
|
59
|
+
# account holder to be approved.
|
60
60
|
#
|
61
61
|
# @return [Array<Lithic::Models::RequiredDocument>, nil]
|
62
62
|
optional :required_documents, -> { Lithic::Internal::Type::ArrayOf[Lithic::Models::RequiredDocument] }
|
@@ -91,9 +91,9 @@ module Lithic
|
|
91
91
|
|
92
92
|
# KYC and KYB evaluation states.
|
93
93
|
#
|
94
|
-
#
|
94
|
+
# Note:
|
95
95
|
#
|
96
|
-
#
|
96
|
+
# - `PENDING_REVIEW` is only applicable for the `KYB_BASIC` workflow.
|
97
97
|
#
|
98
98
|
# @see Lithic::Models::AccountHolderCreateResponse#status
|
99
99
|
module Status
|
@@ -10,10 +10,10 @@ module Lithic
|
|
10
10
|
|
11
11
|
# @!attribute [r] begin_
|
12
12
|
# Date string in RFC 3339 format. Only entries created after the specified time
|
13
|
-
#
|
13
|
+
# will be included. UTC time zone.
|
14
14
|
#
|
15
15
|
# @return [Time, nil]
|
16
|
-
optional :begin_, Time
|
16
|
+
optional :begin_, Time
|
17
17
|
|
18
18
|
# @!parse
|
19
19
|
# # @return [Time]
|
@@ -21,7 +21,7 @@ module Lithic
|
|
21
21
|
|
22
22
|
# @!attribute [r] email
|
23
23
|
# Email address of the account holder. The query must be an exact match, case
|
24
|
-
#
|
24
|
+
# insensitive.
|
25
25
|
#
|
26
26
|
# @return [String, nil]
|
27
27
|
optional :email, String
|
@@ -32,10 +32,10 @@ module Lithic
|
|
32
32
|
|
33
33
|
# @!attribute [r] end_
|
34
34
|
# Date string in RFC 3339 format. Only entries created before the specified time
|
35
|
-
#
|
35
|
+
# will be included. UTC time zone.
|
36
36
|
#
|
37
37
|
# @return [Time, nil]
|
38
|
-
optional :end_, Time
|
38
|
+
optional :end_, Time
|
39
39
|
|
40
40
|
# @!parse
|
41
41
|
# # @return [Time]
|
@@ -43,7 +43,7 @@ module Lithic
|
|
43
43
|
|
44
44
|
# @!attribute [r] ending_before
|
45
45
|
# A cursor representing an item's token before which a page of results should end.
|
46
|
-
#
|
46
|
+
# Used to retrieve the previous page of results before this item.
|
47
47
|
#
|
48
48
|
# @return [String, nil]
|
49
49
|
optional :ending_before, String
|
@@ -64,7 +64,7 @@ module Lithic
|
|
64
64
|
|
65
65
|
# @!attribute [r] first_name
|
66
66
|
# (Individual Account Holders only) The first name of the account holder. The
|
67
|
-
#
|
67
|
+
# query is case insensitive and supports partial matches.
|
68
68
|
#
|
69
69
|
# @return [String, nil]
|
70
70
|
optional :first_name, String
|
@@ -75,7 +75,7 @@ module Lithic
|
|
75
75
|
|
76
76
|
# @!attribute [r] last_name
|
77
77
|
# (Individual Account Holders only) The last name of the account holder. The query
|
78
|
-
#
|
78
|
+
# is case insensitive and supports partial matches.
|
79
79
|
#
|
80
80
|
# @return [String, nil]
|
81
81
|
optional :last_name, String
|
@@ -86,7 +86,7 @@ module Lithic
|
|
86
86
|
|
87
87
|
# @!attribute [r] legal_business_name
|
88
88
|
# (Business Account Holders only) The legal business name of the account holder.
|
89
|
-
#
|
89
|
+
# The query is case insensitive and supports partial matches.
|
90
90
|
#
|
91
91
|
# @return [String, nil]
|
92
92
|
optional :legal_business_name, String
|
@@ -117,7 +117,7 @@ module Lithic
|
|
117
117
|
|
118
118
|
# @!attribute [r] starting_after
|
119
119
|
# A cursor representing an item's token after which a page of results should
|
120
|
-
#
|
120
|
+
# begin. Used to retrieve the next page of results after this item.
|
121
121
|
#
|
122
122
|
# @return [String, nil]
|
123
123
|
optional :starting_after, String
|
@@ -32,7 +32,7 @@ module Lithic
|
|
32
32
|
|
33
33
|
# @!attribute [r] status_reason
|
34
34
|
# Status reason that will be associated with the simulated account holder status.
|
35
|
-
#
|
35
|
+
# Only required for a `REJECTED` status or `PARTIAL_APPROVAL` status.
|
36
36
|
#
|
37
37
|
# @return [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentDocumentReviewParams::StatusReason, nil]
|
38
38
|
optional :status_reason,
|
@@ -79,7 +79,7 @@ module Lithic
|
|
79
79
|
end
|
80
80
|
|
81
81
|
# Status reason that will be associated with the simulated account holder status.
|
82
|
-
#
|
82
|
+
# Only required for a `REJECTED` status or `PARTIAL_APPROVAL` status.
|
83
83
|
module StatusReason
|
84
84
|
extend Lithic::Internal::Type::Enum
|
85
85
|
|
@@ -30,7 +30,7 @@ module Lithic
|
|
30
30
|
|
31
31
|
# @!attribute [r] status_reasons
|
32
32
|
# Status reason that will be associated with the simulated account holder status.
|
33
|
-
#
|
33
|
+
# Only required for a `REJECTED` status.
|
34
34
|
#
|
35
35
|
# @return [Array<Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewParams::StatusReason>, nil]
|
36
36
|
optional :status_reasons,
|