lithic 0.1.0.pre.alpha.22 → 0.1.0.pre.alpha.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +29 -0
- data/README.md +4 -4
- data/lib/lithic/client.rb +2 -7
- data/lib/lithic/errors.rb +1 -1
- data/lib/lithic/file_part.rb +2 -2
- data/lib/lithic/internal/transport/base_client.rb +77 -5
- data/lib/lithic/internal/transport/pooled_net_requester.rb +14 -0
- data/lib/lithic/internal/type/array_of.rb +1 -1
- data/lib/lithic/internal/type/base_model.rb +62 -30
- data/lib/lithic/internal/type/converter.rb +18 -0
- data/lib/lithic/internal/type/enum.rb +4 -3
- data/lib/lithic/internal/type/hash_of.rb +1 -1
- data/lib/lithic/internal/type/request_parameters.rb +4 -4
- data/lib/lithic/internal/type/union.rb +1 -0
- data/lib/lithic/internal/util.rb +57 -1
- data/lib/lithic/internal.rb +6 -0
- data/lib/lithic/models/account.rb +21 -26
- data/lib/lithic/models/account_holder.rb +71 -85
- data/lib/lithic/models/account_holder_create_params.rb +54 -77
- data/lib/lithic/models/account_holder_create_response.rb +4 -6
- data/lib/lithic/models/account_holder_list_documents_response.rb +3 -3
- data/lib/lithic/models/account_holder_list_params.rb +0 -8
- data/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb +6 -7
- data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +8 -7
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +14 -40
- data/lib/lithic/models/account_holder_update_params.rb +42 -66
- data/lib/lithic/models/account_holder_update_response.rb +23 -43
- data/lib/lithic/models/account_holder_upload_document_params.rb +3 -3
- data/lib/lithic/models/account_list_params.rb +0 -4
- data/lib/lithic/models/account_spend_limits.rb +14 -20
- data/lib/lithic/models/account_update_params.rb +6 -10
- data/lib/lithic/models/address.rb +2 -5
- data/lib/lithic/models/address_update.rb +2 -5
- data/lib/lithic/models/aggregate_balance.rb +6 -10
- data/lib/lithic/models/aggregate_balance_list_params.rb +3 -4
- data/lib/lithic/models/auth_rules/auth_rule.rb +5 -9
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +15 -11
- data/lib/lithic/models/auth_rules/conditional_block_parameters.rb +3 -3
- data/lib/lithic/models/auth_rules/v2/backtest_results.rb +31 -32
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +30 -20
- data/lib/lithic/models/auth_rules/v2_create_params.rb +28 -20
- data/lib/lithic/models/auth_rules/v2_create_response.rb +30 -20
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +25 -17
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +30 -20
- data/lib/lithic/models/auth_rules/v2_list_params.rb +3 -5
- data/lib/lithic/models/auth_rules/v2_list_response.rb +30 -20
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +30 -20
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +30 -20
- data/lib/lithic/models/auth_rules/v2_update_params.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_update_response.rb +30 -20
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +20 -23
- data/lib/lithic/models/balance.rb +6 -10
- data/lib/lithic/models/balance_list_params.rb +3 -4
- data/lib/lithic/models/book_transfer_create_params.rb +6 -10
- data/lib/lithic/models/book_transfer_list_params.rb +9 -14
- data/lib/lithic/models/book_transfer_response.rb +26 -34
- data/lib/lithic/models/card.rb +2 -3
- data/lib/lithic/models/card_convert_physical_params.rb +9 -10
- data/lib/lithic/models/card_create_params.rb +18 -28
- data/lib/lithic/models/card_list_params.rb +13 -9
- data/lib/lithic/models/card_program.rb +2 -3
- data/lib/lithic/models/card_program_list_params.rb +0 -2
- data/lib/lithic/models/card_provision_params.rb +3 -8
- data/lib/lithic/models/card_reissue_params.rb +9 -10
- data/lib/lithic/models/card_renew_params.rb +9 -12
- data/lib/lithic/models/card_spend_limits.rb +14 -20
- data/lib/lithic/models/card_update_params.rb +9 -13
- data/lib/lithic/models/cards/aggregate_balance_list_response.rb +0 -4
- data/lib/lithic/models/cards/balance_list_params.rb +1 -1
- data/lib/lithic/models/cards/balance_list_response.rb +0 -4
- data/lib/lithic/models/cards/financial_transaction_list_params.rb +9 -13
- data/lib/lithic/models/digital_card_art.rb +4 -4
- data/lib/lithic/models/digital_card_art_list_params.rb +0 -2
- data/lib/lithic/models/dispute.rb +14 -16
- data/lib/lithic/models/dispute_create_params.rb +3 -3
- data/lib/lithic/models/dispute_evidence.rb +6 -7
- data/lib/lithic/models/dispute_list_evidences_params.rb +0 -4
- data/lib/lithic/models/dispute_list_params.rb +3 -7
- data/lib/lithic/models/dispute_update_params.rb +3 -3
- data/lib/lithic/models/document.rb +22 -22
- data/lib/lithic/models/event.rb +8 -7
- data/lib/lithic/models/event_list_attempts_params.rb +3 -7
- data/lib/lithic/models/event_list_params.rb +4 -8
- data/lib/lithic/models/event_subscription.rb +4 -3
- data/lib/lithic/models/events/subscription_create_params.rb +6 -4
- data/lib/lithic/models/events/subscription_list_attempts_params.rb +3 -7
- data/lib/lithic/models/events/subscription_list_params.rb +0 -2
- data/lib/lithic/models/events/subscription_recover_params.rb +0 -2
- data/lib/lithic/models/events/subscription_replay_missing_params.rb +0 -2
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +4 -4
- data/lib/lithic/models/events/subscription_update_params.rb +6 -4
- data/lib/lithic/models/external_bank_account_create_params.rb +12 -16
- data/lib/lithic/models/external_bank_account_create_response.rb +3 -10
- data/lib/lithic/models/external_bank_account_list_params.rb +16 -14
- data/lib/lithic/models/external_bank_account_list_response.rb +3 -10
- data/lib/lithic/models/external_bank_account_retrieve_response.rb +3 -10
- data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +3 -10
- data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +9 -16
- data/lib/lithic/models/external_bank_account_update_params.rb +9 -10
- data/lib/lithic/models/external_bank_account_update_response.rb +3 -10
- data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +3 -10
- data/lib/lithic/models/external_payment.rb +30 -30
- data/lib/lithic/models/external_payment_create_params.rb +9 -9
- data/lib/lithic/models/external_payment_list_params.rb +9 -14
- data/lib/lithic/models/external_payment_settle_params.rb +3 -3
- data/lib/lithic/models/financial_account.rb +24 -24
- data/lib/lithic/models/financial_account_create_params.rb +3 -3
- data/lib/lithic/models/financial_account_list_params.rb +3 -3
- data/lib/lithic/models/financial_account_update_status_params.rb +6 -8
- data/lib/lithic/models/financial_accounts/balance_list_params.rb +1 -1
- data/lib/lithic/models/financial_accounts/balance_list_response.rb +0 -4
- data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +8 -8
- data/lib/lithic/models/financial_accounts/financial_transaction_list_params.rb +9 -14
- data/lib/lithic/models/financial_accounts/loan_tape.rb +101 -100
- data/lib/lithic/models/financial_accounts/loan_tape_list_params.rb +0 -4
- data/lib/lithic/models/financial_accounts/statement.rb +68 -67
- data/lib/lithic/models/financial_accounts/statement_list_params.rb +0 -4
- data/lib/lithic/models/financial_accounts/statements/line_item_list_params.rb +0 -2
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +18 -14
- data/lib/lithic/models/financial_accounts/statements.rb +3 -3
- data/lib/lithic/models/financial_transaction.rb +25 -32
- data/lib/lithic/models/kyb.rb +40 -59
- data/lib/lithic/models/kyb_business_entity.rb +6 -13
- data/lib/lithic/models/kyc.rb +17 -23
- data/lib/lithic/models/kyc_exempt.rb +13 -16
- data/lib/lithic/models/management_operation_create_params.rb +9 -9
- data/lib/lithic/models/management_operation_list_params.rb +6 -11
- data/lib/lithic/models/management_operation_transaction.rb +38 -35
- data/lib/lithic/models/message_attempt.rb +7 -7
- data/lib/lithic/models/non_pci_card.rb +34 -44
- data/lib/lithic/models/payment.rb +51 -56
- data/lib/lithic/models/payment_create_params.rb +13 -14
- data/lib/lithic/models/payment_create_response.rb +3 -3
- data/lib/lithic/models/payment_list_params.rb +9 -13
- data/lib/lithic/models/payment_retry_response.rb +3 -3
- data/lib/lithic/models/payment_simulate_action_params.rb +6 -6
- data/lib/lithic/models/payment_simulate_receipt_params.rb +3 -4
- data/lib/lithic/models/reports/settlement/network_total_list_params.rb +3 -8
- data/lib/lithic/models/reports/settlement/network_total_list_response.rb +0 -4
- data/lib/lithic/models/reports/settlement/network_total_retrieve_response.rb +0 -4
- data/lib/lithic/models/reports/settlement_list_details_params.rb +0 -2
- data/lib/lithic/models/required_document.rb +2 -4
- data/lib/lithic/models/responder_endpoint_check_status_params.rb +3 -3
- data/lib/lithic/models/responder_endpoint_create_params.rb +3 -3
- data/lib/lithic/models/responder_endpoint_delete_params.rb +3 -3
- data/lib/lithic/models/settlement_detail.rb +14 -20
- data/lib/lithic/models/settlement_report.rb +5 -11
- data/lib/lithic/models/settlement_summary_details.rb +5 -8
- data/lib/lithic/models/shipping_address.rb +2 -9
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +14 -51
- data/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rb +0 -1
- data/lib/lithic/models/three_ds/authentication_simulate_params.rb +12 -16
- data/lib/lithic/models/three_ds/authentication_simulate_response.rb +0 -1
- data/lib/lithic/models/three_ds/challenge_response.rb +4 -5
- data/lib/lithic/models/tokenization.rb +25 -27
- data/lib/lithic/models/tokenization_list_params.rb +3 -6
- data/lib/lithic/models/tokenization_resend_activation_code_params.rb +3 -4
- data/lib/lithic/models/tokenization_retrieve_response.rb +3 -3
- data/lib/lithic/models/tokenization_simulate_params.rb +6 -9
- data/lib/lithic/models/tokenization_simulate_response.rb +3 -3
- data/lib/lithic/models/tokenization_update_digital_card_art_params.rb +0 -1
- data/lib/lithic/models/tokenization_update_digital_card_art_response.rb +3 -3
- data/lib/lithic/models/transaction.rb +266 -247
- data/lib/lithic/models/transaction_list_params.rb +7 -12
- data/lib/lithic/models/transaction_simulate_authorization_advice_params.rb +0 -1
- data/lib/lithic/models/transaction_simulate_authorization_params.rb +4 -8
- data/lib/lithic/models/transaction_simulate_authorization_response.rb +0 -1
- data/lib/lithic/models/transaction_simulate_clearing_params.rb +0 -1
- data/lib/lithic/models/transaction_simulate_credit_authorization_params.rb +0 -2
- data/lib/lithic/models/transaction_simulate_void_params.rb +3 -4
- data/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rb +3 -3
- data/lib/lithic/models/transactions/events/enhanced_data.rb +45 -41
- data/lib/lithic/models/transfer.rb +33 -40
- data/lib/lithic/models/transfer_create_params.rb +0 -4
- data/lib/lithic/models.rb +27 -0
- data/lib/lithic/request_options.rb +4 -0
- data/lib/lithic/resources/account_holders.rb +36 -67
- data/lib/lithic/resources/accounts.rb +12 -20
- data/lib/lithic/resources/aggregate_balances.rb +4 -4
- data/lib/lithic/resources/auth_rules/v2/backtests.rb +4 -4
- data/lib/lithic/resources/auth_rules/v2.rb +10 -12
- data/lib/lithic/resources/auth_stream_enrollment.rb +2 -2
- data/lib/lithic/resources/balances.rb +4 -5
- data/lib/lithic/resources/book_transfers.rb +16 -25
- data/lib/lithic/resources/card_programs.rb +5 -7
- data/lib/lithic/resources/cards/aggregate_balances.rb +1 -1
- data/lib/lithic/resources/cards/balances.rb +2 -2
- data/lib/lithic/resources/cards/financial_transactions.rb +9 -13
- data/lib/lithic/resources/cards.rb +51 -83
- data/lib/lithic/resources/credit_products/extended_credit.rb +2 -2
- data/lib/lithic/resources/credit_products/prime_rates.rb +2 -2
- data/lib/lithic/resources/digital_card_art.rb +5 -8
- data/lib/lithic/resources/disputes.rb +28 -36
- data/lib/lithic/resources/events/event_subscriptions.rb +1 -1
- data/lib/lithic/resources/events/subscriptions.rb +21 -33
- data/lib/lithic/resources/events.rb +10 -18
- data/lib/lithic/resources/external_bank_accounts/micro_deposits.rb +1 -1
- data/lib/lithic/resources/external_bank_accounts.rb +16 -22
- data/lib/lithic/resources/external_payments.rb +27 -32
- data/lib/lithic/resources/financial_accounts/balances.rb +2 -2
- data/lib/lithic/resources/financial_accounts/credit_configuration.rb +5 -5
- data/lib/lithic/resources/financial_accounts/financial_transactions.rb +9 -14
- data/lib/lithic/resources/financial_accounts/loan_tapes.rb +6 -10
- data/lib/lithic/resources/financial_accounts/statements/line_items.rb +3 -5
- data/lib/lithic/resources/financial_accounts/statements.rb +6 -10
- data/lib/lithic/resources/financial_accounts.rb +18 -18
- data/lib/lithic/resources/management_operations.rb +16 -21
- data/lib/lithic/resources/payments.rb +19 -25
- data/lib/lithic/resources/reports/settlement/network_totals.rb +2 -7
- data/lib/lithic/resources/reports/settlement.rb +5 -7
- data/lib/lithic/resources/responder_endpoints.rb +8 -8
- data/lib/lithic/resources/three_ds/authentication.rb +5 -7
- data/lib/lithic/resources/three_ds/decisioning.rb +2 -3
- data/lib/lithic/resources/tokenization_decisioning.rb +2 -2
- data/lib/lithic/resources/tokenizations.rb +10 -18
- data/lib/lithic/resources/transactions/events/enhanced_commercial_data.rb +2 -2
- data/lib/lithic/resources/transactions.rb +18 -32
- data/lib/lithic/resources/transfers.rb +3 -7
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +3 -0
- data/rbi/lithic/client.rbi +16 -7
- data/rbi/lithic/errors.rbi +35 -16
- data/rbi/lithic/file_part.rbi +9 -6
- data/rbi/lithic/internal/cursor_page.rbi +2 -1
- data/rbi/lithic/internal/single_page.rbi +2 -1
- data/rbi/lithic/internal/transport/base_client.rbi +158 -78
- data/rbi/lithic/internal/transport/pooled_net_requester.rbi +27 -13
- data/rbi/lithic/internal/type/array_of.rbi +34 -24
- data/rbi/lithic/internal/type/base_model.rbi +144 -69
- data/rbi/lithic/internal/type/base_page.rbi +12 -8
- data/rbi/lithic/internal/type/boolean.rbi +16 -14
- data/rbi/lithic/internal/type/converter.rbi +66 -28
- data/rbi/lithic/internal/type/enum.rbi +28 -15
- data/rbi/lithic/internal/type/file_input.rbi +12 -10
- data/rbi/lithic/internal/type/hash_of.rbi +34 -24
- data/rbi/lithic/internal/type/request_parameters.rbi +12 -4
- data/rbi/lithic/internal/type/union.rbi +57 -22
- data/rbi/lithic/internal/type/unknown.rbi +18 -9
- data/rbi/lithic/internal/util.rbi +237 -89
- data/rbi/lithic/internal.rbi +2 -0
- data/rbi/lithic/models/account.rbi +102 -59
- data/rbi/lithic/models/account_financial_account_type.rbi +13 -5
- data/rbi/lithic/models/account_holder.rbi +464 -241
- data/rbi/lithic/models/account_holder_create_params.rbi +268 -161
- data/rbi/lithic/models/account_holder_create_response.rbi +133 -42
- data/rbi/lithic/models/account_holder_list_documents_params.rbi +15 -8
- data/rbi/lithic/models/account_holder_list_documents_response.rbi +18 -7
- data/rbi/lithic/models/account_holder_list_params.rbi +28 -22
- data/rbi/lithic/models/account_holder_retrieve_document_params.rbi +22 -6
- data/rbi/lithic/models/account_holder_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/account_holder_simulate_enrollment_document_review_params.rbi +82 -49
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_params.rbi +107 -49
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_response.rbi +460 -287
- data/rbi/lithic/models/account_holder_update_params.rbi +238 -152
- data/rbi/lithic/models/account_holder_update_response.rbi +519 -331
- data/rbi/lithic/models/account_holder_upload_document_params.rbi +101 -37
- data/rbi/lithic/models/account_list_params.rbi +22 -16
- data/rbi/lithic/models/account_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/account_retrieve_spend_limits_params.rbi +15 -8
- data/rbi/lithic/models/account_spend_limits.rbi +106 -37
- data/rbi/lithic/models/account_update_params.rbi +77 -44
- data/rbi/lithic/models/address.rbi +19 -15
- data/rbi/lithic/models/address_update.rbi +19 -15
- data/rbi/lithic/models/aggregate_balance.rbi +59 -27
- data/rbi/lithic/models/aggregate_balance_list_params.rbi +61 -22
- data/rbi/lithic/models/api_status.rbi +8 -3
- data/rbi/lithic/models/auth_rules/auth_rule.rbi +39 -25
- data/rbi/lithic/models/auth_rules/auth_rule_condition.rbi +96 -30
- data/rbi/lithic/models/auth_rules/conditional_attribute.rbi +80 -19
- data/rbi/lithic/models/auth_rules/conditional_block_parameters.rbi +20 -7
- data/rbi/lithic/models/auth_rules/v2/backtest_create_params.rbi +24 -9
- data/rbi/lithic/models/auth_rules/v2/backtest_create_response.rbi +14 -3
- data/rbi/lithic/models/auth_rules/v2/backtest_results.rbi +249 -118
- data/rbi/lithic/models/auth_rules/v2/backtest_retrieve_params.rbi +22 -9
- data/rbi/lithic/models/auth_rules/v2_apply_params.rbi +21 -15
- data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +324 -136
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +146 -73
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +324 -136
- data/rbi/lithic/models/auth_rules/v2_delete_params.rbi +13 -9
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +103 -52
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +324 -136
- data/rbi/lithic/models/auth_rules/v2_list_params.rbi +53 -26
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +320 -136
- data/rbi/lithic/models/auth_rules/v2_promote_params.rbi +13 -9
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +328 -137
- data/rbi/lithic/models/auth_rules/v2_report_params.rbi +13 -9
- data/rbi/lithic/models/auth_rules/v2_report_response.rbi +13 -3
- data/rbi/lithic/models/auth_rules/v2_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +325 -136
- data/rbi/lithic/models/auth_rules/v2_update_params.rbi +46 -24
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +324 -136
- data/rbi/lithic/models/auth_rules/velocity_limit_params.rbi +107 -42
- data/rbi/lithic/models/auth_rules/velocity_limit_params_period_window.rbi +28 -6
- data/rbi/lithic/models/auth_stream_enrollment_retrieve_secret_params.rbi +15 -8
- data/rbi/lithic/models/auth_stream_enrollment_rotate_secret_params.rbi +15 -8
- data/rbi/lithic/models/auth_stream_secret.rbi +11 -3
- data/rbi/lithic/models/balance.rbi +42 -27
- data/rbi/lithic/models/balance_list_params.rbi +63 -24
- data/rbi/lithic/models/book_transfer_create_params.rbi +220 -70
- data/rbi/lithic/models/book_transfer_list_params.rbi +117 -52
- data/rbi/lithic/models/book_transfer_response.rbi +182 -82
- data/rbi/lithic/models/book_transfer_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/book_transfer_reverse_params.rbi +19 -5
- data/rbi/lithic/models/card.rbi +8 -3
- data/rbi/lithic/models/card_convert_physical_params.rbi +82 -33
- data/rbi/lithic/models/card_create_params.rbi +131 -69
- data/rbi/lithic/models/card_embed_params.rbi +21 -6
- data/rbi/lithic/models/card_list_params.rbi +60 -29
- data/rbi/lithic/models/card_program.rbi +20 -16
- data/rbi/lithic/models/card_program_list_params.rbi +20 -14
- data/rbi/lithic/models/card_program_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/card_provision_params.rbi +59 -26
- data/rbi/lithic/models/card_provision_response.rbi +13 -3
- data/rbi/lithic/models/card_reissue_params.rbi +77 -33
- data/rbi/lithic/models/card_renew_params.rbi +72 -35
- data/rbi/lithic/models/card_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/card_retrieve_spend_limits_params.rbi +15 -8
- data/rbi/lithic/models/card_search_by_pan_params.rbi +19 -5
- data/rbi/lithic/models/card_spend_limits.rbi +106 -36
- data/rbi/lithic/models/card_update_params.rbi +59 -37
- data/rbi/lithic/models/cards/aggregate_balance_list_params.rbi +22 -11
- data/rbi/lithic/models/cards/aggregate_balance_list_response.rbi +27 -18
- data/rbi/lithic/models/cards/balance_list_params.rbi +19 -13
- data/rbi/lithic/models/cards/balance_list_response.rbi +62 -26
- data/rbi/lithic/models/cards/financial_transaction_list_params.rbi +169 -46
- data/rbi/lithic/models/cards/financial_transaction_retrieve_params.rbi +19 -6
- data/rbi/lithic/models/carrier.rbi +9 -3
- data/rbi/lithic/models/client_api_status_params.rbi +13 -9
- data/rbi/lithic/models/credit_products/extended_credit.rbi +13 -3
- data/rbi/lithic/models/credit_products/extended_credit_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/credit_products/prime_rate_create_params.rbi +22 -6
- data/rbi/lithic/models/credit_products/prime_rate_retrieve_params.rbi +15 -5
- data/rbi/lithic/models/credit_products/prime_rate_retrieve_response.rbi +51 -14
- data/rbi/lithic/models/digital_card_art.rbi +36 -23
- data/rbi/lithic/models/digital_card_art_list_params.rbi +20 -14
- data/rbi/lithic/models/digital_card_art_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/dispute.rbi +170 -82
- data/rbi/lithic/models/dispute_create_params.rbi +83 -35
- data/rbi/lithic/models/dispute_delete_evidence_params.rbi +16 -6
- data/rbi/lithic/models/dispute_delete_params.rbi +13 -9
- data/rbi/lithic/models/dispute_evidence.rbi +43 -26
- data/rbi/lithic/models/dispute_initiate_evidence_upload_params.rbi +22 -5
- data/rbi/lithic/models/dispute_list_evidences_params.rbi +22 -16
- data/rbi/lithic/models/dispute_list_params.rbi +58 -33
- data/rbi/lithic/models/dispute_retrieve_evidence_params.rbi +19 -6
- data/rbi/lithic/models/dispute_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/dispute_update_params.rbi +83 -35
- data/rbi/lithic/models/document.rbi +242 -91
- data/rbi/lithic/models/event.rbi +169 -60
- data/rbi/lithic/models/event_list_attempts_params.rbi +50 -28
- data/rbi/lithic/models/event_list_params.rbi +211 -66
- data/rbi/lithic/models/event_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/event_subscription.rbi +203 -61
- data/rbi/lithic/models/events/event_subscription_resend_params.rbi +19 -6
- data/rbi/lithic/models/events/subscription_create_params.rbi +143 -63
- data/rbi/lithic/models/events/subscription_delete_params.rbi +15 -8
- data/rbi/lithic/models/events/subscription_list_attempts_params.rbi +77 -27
- data/rbi/lithic/models/events/subscription_list_params.rbi +23 -14
- data/rbi/lithic/models/events/subscription_recover_params.rbi +24 -6
- data/rbi/lithic/models/events/subscription_replay_missing_params.rbi +24 -6
- data/rbi/lithic/models/events/subscription_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/events/subscription_retrieve_secret_params.rbi +15 -8
- data/rbi/lithic/models/events/subscription_retrieve_secret_response.rbi +14 -3
- data/rbi/lithic/models/events/subscription_rotate_secret_params.rbi +15 -8
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +95 -62
- data/rbi/lithic/models/events/subscription_update_params.rbi +143 -63
- data/rbi/lithic/models/external_bank_account_address.rbi +27 -15
- data/rbi/lithic/models/external_bank_account_create_params.rbi +90 -48
- data/rbi/lithic/models/external_bank_account_create_response.rbi +214 -74
- data/rbi/lithic/models/external_bank_account_list_params.rbi +172 -52
- data/rbi/lithic/models/external_bank_account_list_response.rbi +212 -73
- data/rbi/lithic/models/external_bank_account_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/external_bank_account_retrieve_response.rbi +210 -73
- data/rbi/lithic/models/external_bank_account_retry_micro_deposits_params.rbi +22 -6
- data/rbi/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +176 -75
- data/rbi/lithic/models/external_bank_account_retry_prenote_params.rbi +22 -6
- data/rbi/lithic/models/external_bank_account_retry_prenote_response.rbi +147 -63
- data/rbi/lithic/models/external_bank_account_update_params.rbi +69 -34
- data/rbi/lithic/models/external_bank_account_update_response.rbi +214 -74
- data/rbi/lithic/models/external_bank_accounts/micro_deposit_create_params.rbi +22 -6
- data/rbi/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +163 -74
- data/rbi/lithic/models/external_payment.rbi +280 -112
- data/rbi/lithic/models/external_payment_cancel_params.rbi +20 -6
- data/rbi/lithic/models/external_payment_create_params.rbi +123 -44
- data/rbi/lithic/models/external_payment_list_params.rbi +138 -50
- data/rbi/lithic/models/external_payment_release_params.rbi +20 -6
- data/rbi/lithic/models/external_payment_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/external_payment_reverse_params.rbi +20 -6
- data/rbi/lithic/models/external_payment_settle_params.rbi +60 -22
- data/rbi/lithic/models/financial_account.rbi +207 -95
- data/rbi/lithic/models/financial_account_create_params.rbi +37 -21
- data/rbi/lithic/models/financial_account_list_params.rbi +53 -23
- data/rbi/lithic/models/financial_account_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/financial_account_update_params.rbi +18 -5
- data/rbi/lithic/models/financial_account_update_status_params.rbi +99 -31
- data/rbi/lithic/models/financial_accounts/balance_list_params.rbi +22 -13
- data/rbi/lithic/models/financial_accounts/balance_list_response.rbi +66 -27
- data/rbi/lithic/models/financial_accounts/credit_configuration_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/financial_accounts/credit_configuration_update_params.rbi +24 -15
- data/rbi/lithic/models/financial_accounts/financial_account_credit_config.rbi +74 -40
- data/rbi/lithic/models/financial_accounts/financial_transaction_list_params.rbi +154 -54
- data/rbi/lithic/models/financial_accounts/financial_transaction_retrieve_params.rbi +22 -6
- data/rbi/lithic/models/financial_accounts/loan_tape.rbi +669 -329
- data/rbi/lithic/models/financial_accounts/loan_tape_list_params.rbi +25 -16
- data/rbi/lithic/models/financial_accounts/loan_tape_retrieve_params.rbi +23 -6
- data/rbi/lithic/models/financial_accounts/statement.rbi +450 -247
- data/rbi/lithic/models/financial_accounts/statement_list_params.rbi +26 -17
- data/rbi/lithic/models/financial_accounts/statement_retrieve_params.rbi +23 -6
- data/rbi/lithic/models/financial_accounts/statements/line_item_list_params.rbi +24 -15
- data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +189 -129
- data/rbi/lithic/models/financial_accounts/statements.rbi +23 -7
- data/rbi/lithic/models/financial_transaction.rbi +441 -144
- data/rbi/lithic/models/instance_financial_account_type.rbi +34 -11
- data/rbi/lithic/models/kyb.rbi +148 -113
- data/rbi/lithic/models/kyb_business_entity.rbi +45 -33
- data/rbi/lithic/models/kyc.rbi +53 -43
- data/rbi/lithic/models/kyc_exempt.rbi +57 -34
- data/rbi/lithic/models/management_operation_create_params.rbi +186 -62
- data/rbi/lithic/models/management_operation_list_params.rbi +122 -42
- data/rbi/lithic/models/management_operation_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/management_operation_reverse_params.rbi +23 -6
- data/rbi/lithic/models/management_operation_transaction.rbi +391 -135
- data/rbi/lithic/models/message_attempt.rbi +38 -26
- data/rbi/lithic/models/non_pci_card.rbi +167 -103
- data/rbi/lithic/models/owner_type.rbi +6 -5
- data/rbi/lithic/models/payment.rbi +302 -149
- data/rbi/lithic/models/payment_create_params.rbi +128 -52
- data/rbi/lithic/models/payment_create_response.rbi +17 -6
- data/rbi/lithic/models/payment_list_params.rbi +80 -48
- data/rbi/lithic/models/payment_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/payment_retry_params.rbi +13 -9
- data/rbi/lithic/models/payment_retry_response.rbi +14 -6
- data/rbi/lithic/models/payment_simulate_action_params.rbi +100 -36
- data/rbi/lithic/models/payment_simulate_action_response.rbi +52 -19
- data/rbi/lithic/models/payment_simulate_receipt_params.rbi +49 -23
- data/rbi/lithic/models/payment_simulate_receipt_response.rbi +55 -19
- data/rbi/lithic/models/payment_simulate_release_params.rbi +17 -6
- data/rbi/lithic/models/payment_simulate_release_response.rbi +55 -19
- data/rbi/lithic/models/payment_simulate_return_params.rbi +19 -11
- data/rbi/lithic/models/payment_simulate_return_response.rbi +52 -19
- data/rbi/lithic/models/reports/settlement/network_total_list_params.rbi +77 -33
- data/rbi/lithic/models/reports/settlement/network_total_list_response.rbi +100 -48
- data/rbi/lithic/models/reports/settlement/network_total_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/reports/settlement/network_total_retrieve_response.rbi +91 -54
- data/rbi/lithic/models/reports/settlement_list_details_params.rbi +23 -14
- data/rbi/lithic/models/reports/settlement_summary_params.rbi +15 -8
- data/rbi/lithic/models/required_document.rbi +22 -10
- data/rbi/lithic/models/responder_endpoint_check_status_params.rbi +50 -20
- data/rbi/lithic/models/responder_endpoint_create_params.rbi +54 -22
- data/rbi/lithic/models/responder_endpoint_create_response.rbi +14 -3
- data/rbi/lithic/models/responder_endpoint_delete_params.rbi +46 -17
- data/rbi/lithic/models/responder_endpoint_status.rbi +16 -4
- data/rbi/lithic/models/settlement_detail.rbi +104 -64
- data/rbi/lithic/models/settlement_report.rbi +28 -22
- data/rbi/lithic/models/settlement_summary_details.rbi +67 -28
- data/rbi/lithic/models/shipping_address.rbi +26 -20
- data/rbi/lithic/models/spend_limit_duration.rbi +11 -7
- data/rbi/lithic/models/three_ds/authentication_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/three_ds/authentication_retrieve_response.rbi +802 -392
- data/rbi/lithic/models/three_ds/authentication_simulate_otp_entry_params.rbi +24 -6
- data/rbi/lithic/models/three_ds/authentication_simulate_params.rbi +120 -45
- data/rbi/lithic/models/three_ds/authentication_simulate_response.rbi +14 -3
- data/rbi/lithic/models/three_ds/challenge_response.rbi +23 -6
- data/rbi/lithic/models/three_ds/challenge_result.rbi +16 -5
- data/rbi/lithic/models/three_ds/decisioning_challenge_response_params.rbi +15 -8
- data/rbi/lithic/models/three_ds/decisioning_retrieve_secret_params.rbi +15 -8
- data/rbi/lithic/models/three_ds/decisioning_retrieve_secret_response.rbi +14 -3
- data/rbi/lithic/models/three_ds/decisioning_rotate_secret_params.rbi +15 -8
- data/rbi/lithic/models/tokenization.rbi +260 -102
- data/rbi/lithic/models/tokenization_activate_params.rbi +13 -9
- data/rbi/lithic/models/tokenization_deactivate_params.rbi +13 -9
- data/rbi/lithic/models/tokenization_decisioning_retrieve_secret_params.rbi +15 -8
- data/rbi/lithic/models/tokenization_decisioning_rotate_secret_params.rbi +15 -8
- data/rbi/lithic/models/tokenization_decisioning_rotate_secret_response.rbi +14 -3
- data/rbi/lithic/models/tokenization_list_params.rbi +67 -28
- data/rbi/lithic/models/tokenization_pause_params.rbi +13 -9
- data/rbi/lithic/models/tokenization_resend_activation_code_params.rbi +49 -25
- data/rbi/lithic/models/tokenization_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/tokenization_retrieve_response.rbi +18 -6
- data/rbi/lithic/models/tokenization_secret.rbi +11 -3
- data/rbi/lithic/models/tokenization_simulate_params.rbi +101 -40
- data/rbi/lithic/models/tokenization_simulate_response.rbi +18 -7
- data/rbi/lithic/models/tokenization_unpause_params.rbi +13 -9
- data/rbi/lithic/models/tokenization_update_digital_card_art_params.rbi +23 -6
- data/rbi/lithic/models/tokenization_update_digital_card_art_response.rbi +18 -6
- data/rbi/lithic/models/transaction.rbi +2273 -775
- data/rbi/lithic/models/transaction_expire_authorization_params.rbi +15 -8
- data/rbi/lithic/models/transaction_list_params.rbi +73 -40
- data/rbi/lithic/models/transaction_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/transaction_simulate_authorization_advice_params.rbi +24 -6
- data/rbi/lithic/models/transaction_simulate_authorization_advice_response.rbi +19 -4
- data/rbi/lithic/models/transaction_simulate_authorization_params.rbi +75 -32
- data/rbi/lithic/models/transaction_simulate_authorization_response.rbi +19 -4
- data/rbi/lithic/models/transaction_simulate_clearing_params.rbi +24 -6
- data/rbi/lithic/models/transaction_simulate_clearing_response.rbi +14 -3
- data/rbi/lithic/models/transaction_simulate_credit_authorization_params.rbi +25 -16
- data/rbi/lithic/models/transaction_simulate_credit_authorization_response.rbi +19 -4
- data/rbi/lithic/models/transaction_simulate_return_params.rbi +23 -12
- data/rbi/lithic/models/transaction_simulate_return_response.rbi +19 -4
- data/rbi/lithic/models/transaction_simulate_return_reversal_params.rbi +22 -5
- data/rbi/lithic/models/transaction_simulate_return_reversal_response.rbi +14 -3
- data/rbi/lithic/models/transaction_simulate_void_params.rbi +51 -22
- data/rbi/lithic/models/transaction_simulate_void_response.rbi +14 -3
- data/rbi/lithic/models/transactions/enhanced_commercial_data_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rbi +20 -7
- data/rbi/lithic/models/transactions/events/enhanced_commercial_data_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/transactions/events/enhanced_data.rbi +523 -263
- data/rbi/lithic/models/transfer.rbi +375 -152
- data/rbi/lithic/models/transfer_create_params.rbi +22 -16
- data/rbi/lithic/models/verification_method.rbi +13 -8
- data/rbi/lithic/models.rbi +58 -29
- data/rbi/lithic/request_options.rbi +13 -6
- data/rbi/lithic/resources/account_holders.rbi +101 -57
- data/rbi/lithic/resources/accounts.rbi +31 -16
- data/rbi/lithic/resources/aggregate_balances.rbi +9 -6
- data/rbi/lithic/resources/auth_rules/v2/backtests.rbi +16 -8
- data/rbi/lithic/resources/auth_rules/v2.rbi +77 -48
- data/rbi/lithic/resources/auth_rules.rbi +2 -1
- data/rbi/lithic/resources/auth_stream_enrollment.rbi +12 -5
- data/rbi/lithic/resources/balances.rbi +9 -6
- data/rbi/lithic/resources/book_transfers.rbi +32 -20
- data/rbi/lithic/resources/card_programs.rbi +14 -8
- data/rbi/lithic/resources/cards/aggregate_balances.rbi +14 -4
- data/rbi/lithic/resources/cards/balances.rbi +10 -4
- data/rbi/lithic/resources/cards/financial_transactions.rbi +18 -12
- data/rbi/lithic/resources/cards.rbi +94 -57
- data/rbi/lithic/resources/credit_products/extended_credit.rbi +9 -4
- data/rbi/lithic/resources/credit_products/prime_rates.rbi +12 -9
- data/rbi/lithic/resources/credit_products.rbi +2 -1
- data/rbi/lithic/resources/digital_card_art.rbi +14 -8
- data/rbi/lithic/resources/disputes.rbi +63 -33
- data/rbi/lithic/resources/events/event_subscriptions.rbi +5 -3
- data/rbi/lithic/resources/events/subscriptions.rbi +77 -43
- data/rbi/lithic/resources/events.rbi +22 -13
- data/rbi/lithic/resources/external_bank_accounts/micro_deposits.rbi +11 -4
- data/rbi/lithic/resources/external_bank_accounts.rbi +55 -33
- data/rbi/lithic/resources/external_payments.rbi +49 -35
- data/rbi/lithic/resources/financial_accounts/balances.rbi +10 -4
- data/rbi/lithic/resources/financial_accounts/credit_configuration.rbi +14 -8
- data/rbi/lithic/resources/financial_accounts/financial_transactions.rbi +18 -12
- data/rbi/lithic/resources/financial_accounts/loan_tapes.rbi +13 -8
- data/rbi/lithic/resources/financial_accounts/statements/line_items.rbi +10 -6
- data/rbi/lithic/resources/financial_accounts/statements.rbi +16 -9
- data/rbi/lithic/resources/financial_accounts.rbi +40 -24
- data/rbi/lithic/resources/management_operations.rbi +32 -20
- data/rbi/lithic/resources/payments.rbi +63 -37
- data/rbi/lithic/resources/reports/settlement/network_totals.rbi +21 -8
- data/rbi/lithic/resources/reports/settlement.rbi +16 -7
- data/rbi/lithic/resources/reports.rbi +2 -1
- data/rbi/lithic/resources/responder_endpoints.rbi +20 -16
- data/rbi/lithic/resources/three_ds/authentication.rbi +30 -13
- data/rbi/lithic/resources/three_ds/decisioning.rbi +16 -11
- data/rbi/lithic/resources/three_ds.rbi +2 -1
- data/rbi/lithic/resources/tokenization_decisioning.rbi +14 -6
- data/rbi/lithic/resources/tokenizations.rbi +73 -32
- data/rbi/lithic/resources/transactions/enhanced_commercial_data.rbi +11 -4
- data/rbi/lithic/resources/transactions/events/enhanced_commercial_data.rbi +9 -4
- data/rbi/lithic/resources/transactions/events.rbi +7 -2
- data/rbi/lithic/resources/transactions.rbi +78 -37
- data/rbi/lithic/resources/transfers.rbi +7 -5
- data/sig/lithic/client.rbs +1 -1
- data/sig/lithic/internal/transport/base_client.rbs +16 -1
- data/sig/lithic/internal/transport/pooled_net_requester.rbs +2 -0
- data/sig/lithic/internal/type/base_model.rbs +11 -5
- data/sig/lithic/internal/type/base_page.rbs +1 -1
- data/sig/lithic/internal/type/converter.rbs +2 -0
- data/sig/lithic/internal/type/enum.rbs +1 -0
- data/sig/lithic/internal/type/request_parameters.rbs +3 -1
- data/sig/lithic/internal/type/union.rbs +1 -0
- data/sig/lithic/internal/util.rbs +13 -0
- data/sig/lithic/internal.rbs +2 -0
- data/sig/lithic/models/account.rbs +17 -25
- data/sig/lithic/models/account_holder.rbs +86 -100
- data/sig/lithic/models/account_holder_create_params.rbs +35 -47
- data/sig/lithic/models/account_holder_create_response.rbs +5 -7
- data/sig/lithic/models/account_holder_list_documents_params.rbs +0 -2
- data/sig/lithic/models/account_holder_list_documents_response.rbs +4 -8
- data/sig/lithic/models/account_holder_list_params.rbs +0 -2
- data/sig/lithic/models/account_holder_retrieve_document_params.rbs +0 -2
- data/sig/lithic/models/account_holder_retrieve_params.rbs +0 -2
- data/sig/lithic/models/account_holder_simulate_enrollment_document_review_params.rbs +0 -2
- data/sig/lithic/models/account_holder_simulate_enrollment_review_params.rbs +6 -8
- data/sig/lithic/models/account_holder_simulate_enrollment_review_response.rbs +15 -31
- data/sig/lithic/models/account_holder_update_params.rbs +49 -73
- data/sig/lithic/models/account_holder_update_response.rbs +16 -36
- data/sig/lithic/models/account_holder_upload_document_params.rbs +0 -2
- data/sig/lithic/models/account_list_params.rbs +0 -2
- data/sig/lithic/models/account_retrieve_params.rbs +0 -2
- data/sig/lithic/models/account_retrieve_spend_limits_params.rbs +0 -2
- data/sig/lithic/models/account_spend_limits.rbs +13 -21
- data/sig/lithic/models/account_update_params.rbs +5 -9
- data/sig/lithic/models/address.rbs +0 -2
- data/sig/lithic/models/address_update.rbs +0 -2
- data/sig/lithic/models/aggregate_balance.rbs +4 -6
- data/sig/lithic/models/aggregate_balance_list_params.rbs +0 -2
- data/sig/lithic/models/api_status.rbs +0 -2
- data/sig/lithic/models/auth_rules/auth_rule.rbs +4 -6
- data/sig/lithic/models/auth_rules/auth_rule_condition.rbs +12 -14
- data/sig/lithic/models/auth_rules/conditional_block_parameters.rbs +3 -5
- data/sig/lithic/models/auth_rules/v2/backtest_create_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2/backtest_create_response.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2/backtest_results.rbs +22 -36
- data/sig/lithic/models/auth_rules/v2/backtest_retrieve_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_apply_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_apply_response.rbs +6 -20
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +7 -13
- data/sig/lithic/models/auth_rules/v2_create_response.rbs +6 -20
- data/sig/lithic/models/auth_rules/v2_delete_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +7 -13
- data/sig/lithic/models/auth_rules/v2_draft_response.rbs +6 -20
- data/sig/lithic/models/auth_rules/v2_list_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_list_response.rbs +6 -20
- data/sig/lithic/models/auth_rules/v2_promote_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_promote_response.rbs +6 -20
- data/sig/lithic/models/auth_rules/v2_report_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_report_response.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_retrieve_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +6 -20
- data/sig/lithic/models/auth_rules/v2_update_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_update_response.rbs +6 -20
- data/sig/lithic/models/auth_rules/velocity_limit_params.rbs +11 -15
- data/sig/lithic/models/auth_stream_enrollment_retrieve_secret_params.rbs +0 -2
- data/sig/lithic/models/auth_stream_enrollment_rotate_secret_params.rbs +0 -2
- data/sig/lithic/models/auth_stream_secret.rbs +0 -2
- data/sig/lithic/models/balance.rbs +4 -6
- data/sig/lithic/models/balance_list_params.rbs +0 -2
- data/sig/lithic/models/book_transfer_create_params.rbs +0 -2
- data/sig/lithic/models/book_transfer_list_params.rbs +0 -2
- data/sig/lithic/models/book_transfer_response.rbs +23 -27
- data/sig/lithic/models/book_transfer_retrieve_params.rbs +0 -2
- data/sig/lithic/models/book_transfer_reverse_params.rbs +0 -2
- data/sig/lithic/models/card.rbs +0 -2
- data/sig/lithic/models/card_convert_physical_params.rbs +7 -9
- data/sig/lithic/models/card_create_params.rbs +9 -11
- data/sig/lithic/models/card_embed_params.rbs +0 -2
- data/sig/lithic/models/card_list_params.rbs +6 -2
- data/sig/lithic/models/card_program.rbs +0 -2
- data/sig/lithic/models/card_program_list_params.rbs +0 -2
- data/sig/lithic/models/card_program_retrieve_params.rbs +0 -2
- data/sig/lithic/models/card_provision_params.rbs +0 -2
- data/sig/lithic/models/card_provision_response.rbs +0 -2
- data/sig/lithic/models/card_reissue_params.rbs +9 -11
- data/sig/lithic/models/card_renew_params.rbs +7 -9
- data/sig/lithic/models/card_retrieve_params.rbs +0 -2
- data/sig/lithic/models/card_retrieve_spend_limits_params.rbs +0 -2
- data/sig/lithic/models/card_search_by_pan_params.rbs +0 -2
- data/sig/lithic/models/card_spend_limits.rbs +13 -21
- data/sig/lithic/models/card_update_params.rbs +0 -2
- data/sig/lithic/models/cards/aggregate_balance_list_params.rbs +0 -2
- data/sig/lithic/models/cards/aggregate_balance_list_response.rbs +0 -2
- data/sig/lithic/models/cards/balance_list_params.rbs +0 -2
- data/sig/lithic/models/cards/balance_list_response.rbs +0 -2
- data/sig/lithic/models/cards/financial_transaction_list_params.rbs +0 -2
- data/sig/lithic/models/cards/financial_transaction_retrieve_params.rbs +0 -2
- data/sig/lithic/models/carrier.rbs +0 -2
- data/sig/lithic/models/client_api_status_params.rbs +0 -2
- data/sig/lithic/models/credit_products/extended_credit.rbs +0 -2
- data/sig/lithic/models/credit_products/extended_credit_retrieve_params.rbs +0 -2
- data/sig/lithic/models/credit_products/prime_rate_create_params.rbs +0 -2
- data/sig/lithic/models/credit_products/prime_rate_retrieve_params.rbs +0 -2
- data/sig/lithic/models/credit_products/prime_rate_retrieve_response.rbs +0 -4
- data/sig/lithic/models/digital_card_art.rbs +4 -6
- data/sig/lithic/models/digital_card_art_list_params.rbs +0 -2
- data/sig/lithic/models/digital_card_art_retrieve_params.rbs +0 -2
- data/sig/lithic/models/dispute.rbs +12 -14
- data/sig/lithic/models/dispute_create_params.rbs +0 -2
- data/sig/lithic/models/dispute_delete_evidence_params.rbs +0 -2
- data/sig/lithic/models/dispute_delete_params.rbs +0 -2
- data/sig/lithic/models/dispute_evidence.rbs +4 -6
- data/sig/lithic/models/dispute_initiate_evidence_upload_params.rbs +0 -2
- data/sig/lithic/models/dispute_list_evidences_params.rbs +0 -2
- data/sig/lithic/models/dispute_list_params.rbs +0 -2
- data/sig/lithic/models/dispute_retrieve_evidence_params.rbs +0 -2
- data/sig/lithic/models/dispute_retrieve_params.rbs +0 -2
- data/sig/lithic/models/dispute_update_params.rbs +0 -2
- data/sig/lithic/models/document.rbs +19 -23
- data/sig/lithic/models/event.rbs +6 -6
- data/sig/lithic/models/event_list_attempts_params.rbs +0 -2
- data/sig/lithic/models/event_list_params.rbs +8 -8
- data/sig/lithic/models/event_retrieve_params.rbs +0 -2
- data/sig/lithic/models/event_subscription.rbs +6 -6
- data/sig/lithic/models/events/event_subscription_resend_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_create_params.rbs +8 -8
- data/sig/lithic/models/events/subscription_delete_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_list_attempts_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_list_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_recover_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_replay_missing_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_retrieve_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_retrieve_secret_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_retrieve_secret_response.rbs +0 -2
- data/sig/lithic/models/events/subscription_rotate_secret_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +2 -2
- data/sig/lithic/models/events/subscription_update_params.rbs +8 -8
- data/sig/lithic/models/external_bank_account_address.rbs +0 -2
- data/sig/lithic/models/external_bank_account_create_params.rbs +5 -7
- data/sig/lithic/models/external_bank_account_create_response.rbs +5 -7
- data/sig/lithic/models/external_bank_account_list_params.rbs +18 -20
- data/sig/lithic/models/external_bank_account_list_response.rbs +5 -7
- data/sig/lithic/models/external_bank_account_retrieve_params.rbs +0 -2
- data/sig/lithic/models/external_bank_account_retrieve_response.rbs +5 -7
- data/sig/lithic/models/external_bank_account_retry_micro_deposits_params.rbs +0 -2
- data/sig/lithic/models/external_bank_account_retry_micro_deposits_response.rbs +5 -7
- data/sig/lithic/models/external_bank_account_retry_prenote_params.rbs +0 -2
- data/sig/lithic/models/external_bank_account_retry_prenote_response.rbs +5 -7
- data/sig/lithic/models/external_bank_account_update_params.rbs +5 -7
- data/sig/lithic/models/external_bank_account_update_response.rbs +5 -7
- data/sig/lithic/models/external_bank_accounts/micro_deposit_create_params.rbs +0 -2
- data/sig/lithic/models/external_bank_accounts/micro_deposit_create_response.rbs +5 -7
- data/sig/lithic/models/external_payment.rbs +31 -35
- data/sig/lithic/models/external_payment_cancel_params.rbs +0 -2
- data/sig/lithic/models/external_payment_create_params.rbs +0 -2
- data/sig/lithic/models/external_payment_list_params.rbs +0 -2
- data/sig/lithic/models/external_payment_release_params.rbs +0 -2
- data/sig/lithic/models/external_payment_retrieve_params.rbs +0 -2
- data/sig/lithic/models/external_payment_reverse_params.rbs +0 -2
- data/sig/lithic/models/external_payment_settle_params.rbs +0 -2
- data/sig/lithic/models/financial_account.rbs +23 -27
- data/sig/lithic/models/financial_account_create_params.rbs +0 -2
- data/sig/lithic/models/financial_account_list_params.rbs +0 -2
- data/sig/lithic/models/financial_account_retrieve_params.rbs +0 -2
- data/sig/lithic/models/financial_account_update_params.rbs +0 -2
- data/sig/lithic/models/financial_account_update_status_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/balance_list_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/balance_list_response.rbs +0 -2
- data/sig/lithic/models/financial_accounts/credit_configuration_retrieve_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/credit_configuration_update_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/financial_account_credit_config.rbs +8 -10
- data/sig/lithic/models/financial_accounts/financial_transaction_list_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/financial_transaction_retrieve_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +67 -103
- data/sig/lithic/models/financial_accounts/loan_tape_list_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/loan_tape_retrieve_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/statement.rbs +47 -67
- data/sig/lithic/models/financial_accounts/statement_list_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/statement_retrieve_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/statements/line_item_list_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +13 -15
- data/sig/lithic/models/financial_accounts/statements.rbs +3 -8
- data/sig/lithic/models/financial_transaction.rbs +27 -31
- data/sig/lithic/models/kyb.rbs +30 -40
- data/sig/lithic/models/kyb_business_entity.rbs +3 -7
- data/sig/lithic/models/kyc.rbs +10 -14
- data/sig/lithic/models/kyc_exempt.rbs +11 -13
- data/sig/lithic/models/management_operation_create_params.rbs +0 -2
- data/sig/lithic/models/management_operation_list_params.rbs +0 -2
- data/sig/lithic/models/management_operation_retrieve_params.rbs +0 -2
- data/sig/lithic/models/management_operation_reverse_params.rbs +0 -2
- data/sig/lithic/models/management_operation_transaction.rbs +34 -40
- data/sig/lithic/models/message_attempt.rbs +4 -6
- data/sig/lithic/models/non_pci_card.rbs +27 -31
- data/sig/lithic/models/payment.rbs +48 -54
- data/sig/lithic/models/payment_create_params.rbs +7 -13
- data/sig/lithic/models/payment_create_response.rbs +4 -6
- data/sig/lithic/models/payment_list_params.rbs +0 -2
- data/sig/lithic/models/payment_retrieve_params.rbs +0 -2
- data/sig/lithic/models/payment_retry_params.rbs +0 -2
- data/sig/lithic/models/payment_retry_response.rbs +4 -6
- data/sig/lithic/models/payment_simulate_action_params.rbs +0 -2
- data/sig/lithic/models/payment_simulate_action_response.rbs +0 -2
- data/sig/lithic/models/payment_simulate_receipt_params.rbs +0 -2
- data/sig/lithic/models/payment_simulate_receipt_response.rbs +0 -2
- data/sig/lithic/models/payment_simulate_release_params.rbs +0 -2
- data/sig/lithic/models/payment_simulate_release_response.rbs +0 -2
- data/sig/lithic/models/payment_simulate_return_params.rbs +0 -2
- data/sig/lithic/models/payment_simulate_return_response.rbs +0 -2
- data/sig/lithic/models/reports/settlement/network_total_list_params.rbs +0 -2
- data/sig/lithic/models/reports/settlement/network_total_list_response.rbs +0 -4
- data/sig/lithic/models/reports/settlement/network_total_retrieve_params.rbs +0 -2
- data/sig/lithic/models/reports/settlement/network_total_retrieve_response.rbs +0 -4
- data/sig/lithic/models/reports/settlement_list_details_params.rbs +0 -2
- data/sig/lithic/models/reports/settlement_summary_params.rbs +0 -2
- data/sig/lithic/models/required_document.rbs +0 -2
- data/sig/lithic/models/responder_endpoint_check_status_params.rbs +0 -2
- data/sig/lithic/models/responder_endpoint_create_params.rbs +0 -2
- data/sig/lithic/models/responder_endpoint_create_response.rbs +0 -2
- data/sig/lithic/models/responder_endpoint_delete_params.rbs +0 -2
- data/sig/lithic/models/responder_endpoint_status.rbs +0 -2
- data/sig/lithic/models/settlement_detail.rbs +11 -15
- data/sig/lithic/models/settlement_report.rbs +3 -5
- data/sig/lithic/models/settlement_summary_details.rbs +6 -8
- data/sig/lithic/models/shipping_address.rbs +0 -2
- data/sig/lithic/models/three_ds/authentication_retrieve_params.rbs +0 -2
- data/sig/lithic/models/three_ds/authentication_retrieve_response.rbs +4 -22
- data/sig/lithic/models/three_ds/authentication_simulate_otp_entry_params.rbs +0 -2
- data/sig/lithic/models/three_ds/authentication_simulate_params.rbs +6 -12
- data/sig/lithic/models/three_ds/authentication_simulate_response.rbs +0 -2
- data/sig/lithic/models/three_ds/challenge_response.rbs +0 -2
- data/sig/lithic/models/three_ds/decisioning_challenge_response_params.rbs +0 -2
- data/sig/lithic/models/three_ds/decisioning_retrieve_secret_params.rbs +0 -2
- data/sig/lithic/models/three_ds/decisioning_retrieve_secret_response.rbs +0 -2
- data/sig/lithic/models/three_ds/decisioning_rotate_secret_params.rbs +0 -2
- data/sig/lithic/models/tokenization.rbs +29 -33
- data/sig/lithic/models/tokenization_activate_params.rbs +0 -2
- data/sig/lithic/models/tokenization_deactivate_params.rbs +0 -2
- data/sig/lithic/models/tokenization_decisioning_retrieve_secret_params.rbs +0 -2
- data/sig/lithic/models/tokenization_decisioning_rotate_secret_params.rbs +0 -2
- data/sig/lithic/models/tokenization_decisioning_rotate_secret_response.rbs +0 -2
- data/sig/lithic/models/tokenization_list_params.rbs +0 -2
- data/sig/lithic/models/tokenization_pause_params.rbs +0 -2
- data/sig/lithic/models/tokenization_resend_activation_code_params.rbs +0 -2
- data/sig/lithic/models/tokenization_retrieve_params.rbs +0 -2
- data/sig/lithic/models/tokenization_retrieve_response.rbs +4 -6
- data/sig/lithic/models/tokenization_secret.rbs +0 -2
- data/sig/lithic/models/tokenization_simulate_params.rbs +0 -2
- data/sig/lithic/models/tokenization_simulate_response.rbs +5 -7
- data/sig/lithic/models/tokenization_unpause_params.rbs +0 -2
- data/sig/lithic/models/tokenization_update_digital_card_art_params.rbs +0 -2
- data/sig/lithic/models/tokenization_update_digital_card_art_response.rbs +4 -6
- data/sig/lithic/models/transaction.rbs +206 -220
- data/sig/lithic/models/transaction_expire_authorization_params.rbs +0 -2
- data/sig/lithic/models/transaction_list_params.rbs +0 -2
- data/sig/lithic/models/transaction_retrieve_params.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_authorization_advice_params.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_authorization_advice_response.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_authorization_params.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_authorization_response.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_clearing_params.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_clearing_response.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_credit_authorization_params.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_credit_authorization_response.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_return_params.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_return_response.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_return_reversal_params.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_return_reversal_response.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_void_params.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_void_response.rbs +0 -2
- data/sig/lithic/models/transactions/enhanced_commercial_data_retrieve_params.rbs +0 -2
- data/sig/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rbs +3 -5
- data/sig/lithic/models/transactions/events/enhanced_commercial_data_retrieve_params.rbs +0 -2
- data/sig/lithic/models/transactions/events/enhanced_data.rbs +42 -56
- data/sig/lithic/models/transfer.rbs +40 -54
- data/sig/lithic/models/transfer_create_params.rbs +0 -2
- data/sig/lithic/request_options.rbs +1 -1
- data/sig/lithic/resources/account_holders.rbs +18 -18
- data/sig/lithic/resources/accounts.rbs +5 -5
- data/sig/lithic/resources/aggregate_balances.rbs +1 -1
- data/sig/lithic/resources/auth_rules/v2/backtests.rbs +1 -1
- data/sig/lithic/resources/auth_stream_enrollment.rbs +1 -1
- data/sig/lithic/resources/balances.rbs +1 -1
- data/sig/lithic/resources/book_transfers.rbs +4 -4
- data/sig/lithic/resources/card_programs.rbs +2 -2
- data/sig/lithic/resources/cards/financial_transactions.rbs +2 -2
- data/sig/lithic/resources/cards.rbs +18 -17
- data/sig/lithic/resources/credit_products/extended_credit.rbs +1 -1
- data/sig/lithic/resources/digital_card_art.rbs +2 -2
- data/sig/lithic/resources/disputes.rbs +9 -9
- data/sig/lithic/resources/events/subscriptions.rbs +7 -7
- data/sig/lithic/resources/events.rbs +4 -4
- data/sig/lithic/resources/external_bank_accounts.rbs +5 -5
- data/sig/lithic/resources/external_payments.rbs +7 -7
- data/sig/lithic/resources/financial_accounts/credit_configuration.rbs +2 -2
- data/sig/lithic/resources/financial_accounts/financial_transactions.rbs +2 -2
- data/sig/lithic/resources/financial_accounts/loan_tapes.rbs +2 -2
- data/sig/lithic/resources/financial_accounts/statements/line_items.rbs +1 -1
- data/sig/lithic/resources/financial_accounts/statements.rbs +2 -2
- data/sig/lithic/resources/financial_accounts.rbs +5 -5
- data/sig/lithic/resources/management_operations.rbs +4 -4
- data/sig/lithic/resources/payments.rbs +3 -3
- data/sig/lithic/resources/reports/settlement.rbs +2 -2
- data/sig/lithic/resources/responder_endpoints.rbs +1 -1
- data/sig/lithic/resources/three_ds/authentication.rbs +2 -2
- data/sig/lithic/resources/tokenization_decisioning.rbs +1 -1
- data/sig/lithic/resources/tokenizations.rbs +1 -1
- data/sig/lithic/resources/transactions/events/enhanced_commercial_data.rbs +1 -1
- data/sig/lithic/resources/transactions.rbs +2 -2
- data/sig/lithic/resources/transfers.rbs +1 -1
- metadata +2 -2
@@ -4,22 +4,44 @@ module Lithic
|
|
4
4
|
module Models
|
5
5
|
module ThreeDS
|
6
6
|
class AuthenticationRetrieveResponse < Lithic::Internal::Type::BaseModel
|
7
|
+
OrHash =
|
8
|
+
T.type_alias do
|
9
|
+
T.any(
|
10
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse,
|
11
|
+
Lithic::Internal::AnyHash
|
12
|
+
)
|
13
|
+
end
|
14
|
+
|
7
15
|
# Globally unique identifier for the 3DS authentication.
|
8
16
|
sig { returns(String) }
|
9
17
|
attr_accessor :token
|
10
18
|
|
11
19
|
# Type of account/card that is being used for the transaction. Maps to EMV 3DS
|
12
20
|
# field `acctType`.
|
13
|
-
sig
|
21
|
+
sig do
|
22
|
+
returns(
|
23
|
+
T.nilable(
|
24
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AccountType::TaggedSymbol
|
25
|
+
)
|
26
|
+
)
|
27
|
+
end
|
14
28
|
attr_accessor :account_type
|
15
29
|
|
16
30
|
# Indicates the outcome of the 3DS authentication process.
|
17
|
-
sig
|
31
|
+
sig do
|
32
|
+
returns(
|
33
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AuthenticationResult::TaggedSymbol
|
34
|
+
)
|
35
|
+
end
|
18
36
|
attr_accessor :authentication_result
|
19
37
|
|
20
38
|
# Indicates whether the expiration date provided by the cardholder during checkout
|
21
39
|
# matches Lithic's record of the card's expiration date.
|
22
|
-
sig
|
40
|
+
sig do
|
41
|
+
returns(
|
42
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::CardExpiryCheck::TaggedSymbol
|
43
|
+
)
|
44
|
+
end
|
23
45
|
attr_accessor :card_expiry_check
|
24
46
|
|
25
47
|
# Globally unique identifier for the card on which the 3DS authentication has
|
@@ -28,19 +50,27 @@ module Lithic
|
|
28
50
|
attr_accessor :card_token
|
29
51
|
|
30
52
|
# Object containing data about the cardholder provided during the transaction.
|
31
|
-
sig
|
53
|
+
sig do
|
54
|
+
returns(
|
55
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder
|
56
|
+
)
|
57
|
+
end
|
32
58
|
attr_reader :cardholder
|
33
59
|
|
34
60
|
sig do
|
35
61
|
params(
|
36
|
-
cardholder:
|
37
|
-
|
38
|
-
|
62
|
+
cardholder:
|
63
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::OrHash
|
64
|
+
).void
|
39
65
|
end
|
40
66
|
attr_writer :cardholder
|
41
67
|
|
42
68
|
# Channel in which the authentication occurs. Maps to EMV 3DS field deviceChannel.
|
43
|
-
sig
|
69
|
+
sig do
|
70
|
+
returns(
|
71
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Channel::TaggedSymbol
|
72
|
+
)
|
73
|
+
end
|
44
74
|
attr_accessor :channel
|
45
75
|
|
46
76
|
# Date and time when the authentication was created in Lithic's system.
|
@@ -49,21 +79,29 @@ module Lithic
|
|
49
79
|
|
50
80
|
# Object containing data about the merchant involved in the e-commerce
|
51
81
|
# transaction.
|
52
|
-
sig
|
82
|
+
sig do
|
83
|
+
returns(
|
84
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant
|
85
|
+
)
|
86
|
+
end
|
53
87
|
attr_reader :merchant
|
54
88
|
|
55
89
|
sig do
|
56
90
|
params(
|
57
|
-
merchant:
|
58
|
-
|
59
|
-
|
91
|
+
merchant:
|
92
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::OrHash
|
93
|
+
).void
|
60
94
|
end
|
61
95
|
attr_writer :merchant
|
62
96
|
|
63
97
|
# Either PAYMENT_AUTHENTICATION or NON_PAYMENT_AUTHENTICATION. For
|
64
98
|
# NON_PAYMENT_AUTHENTICATION, additional_data and transaction fields are not
|
65
99
|
# populated.
|
66
|
-
sig
|
100
|
+
sig do
|
101
|
+
returns(
|
102
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::MessageCategory::TaggedSymbol
|
103
|
+
)
|
104
|
+
end
|
67
105
|
attr_accessor :message_category
|
68
106
|
|
69
107
|
# Indicates whether a challenge is requested for this transaction
|
@@ -86,29 +124,41 @@ module Lithic
|
|
86
124
|
# Object containing additional data about the 3DS request that is beyond the EMV
|
87
125
|
# 3DS standard spec (e.g., specific fields that only certain card networks send
|
88
126
|
# but are not required across all 3DS requests).
|
89
|
-
sig
|
127
|
+
sig do
|
128
|
+
returns(
|
129
|
+
T.nilable(
|
130
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData
|
131
|
+
)
|
132
|
+
)
|
133
|
+
end
|
90
134
|
attr_reader :additional_data
|
91
135
|
|
92
136
|
sig do
|
93
137
|
params(
|
94
|
-
additional_data:
|
95
|
-
T.
|
96
|
-
|
97
|
-
|
98
|
-
|
138
|
+
additional_data:
|
139
|
+
T.nilable(
|
140
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData::OrHash
|
141
|
+
)
|
142
|
+
).void
|
99
143
|
end
|
100
144
|
attr_writer :additional_data
|
101
145
|
|
102
146
|
# Object containing data about the app used in the e-commerce transaction. Present
|
103
147
|
# if the channel is 'APP_BASED'.
|
104
|
-
sig
|
148
|
+
sig do
|
149
|
+
returns(
|
150
|
+
T.nilable(
|
151
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App
|
152
|
+
)
|
153
|
+
)
|
154
|
+
end
|
105
155
|
attr_reader :app
|
106
156
|
|
107
157
|
sig do
|
108
158
|
params(
|
109
|
-
app:
|
110
|
-
|
111
|
-
|
159
|
+
app:
|
160
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App::OrHash
|
161
|
+
).void
|
112
162
|
end
|
113
163
|
attr_writer :app
|
114
164
|
|
@@ -126,44 +176,61 @@ module Lithic
|
|
126
176
|
|
127
177
|
# Object containing data about the browser used in the e-commerce transaction.
|
128
178
|
# Present if the channel is 'BROWSER'.
|
129
|
-
sig
|
179
|
+
sig do
|
180
|
+
returns(
|
181
|
+
T.nilable(
|
182
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser
|
183
|
+
)
|
184
|
+
)
|
185
|
+
end
|
130
186
|
attr_reader :browser
|
131
187
|
|
132
188
|
sig do
|
133
189
|
params(
|
134
|
-
browser:
|
135
|
-
|
136
|
-
|
190
|
+
browser:
|
191
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser::OrHash
|
192
|
+
).void
|
137
193
|
end
|
138
194
|
attr_writer :browser
|
139
195
|
|
140
196
|
# Metadata about the challenge method and delivery.
|
141
|
-
sig
|
197
|
+
sig do
|
198
|
+
returns(
|
199
|
+
T.nilable(
|
200
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeMetadata
|
201
|
+
)
|
202
|
+
)
|
203
|
+
end
|
142
204
|
attr_reader :challenge_metadata
|
143
205
|
|
144
206
|
sig do
|
145
207
|
params(
|
146
|
-
challenge_metadata:
|
147
|
-
T.
|
148
|
-
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeMetadata
|
149
|
-
Lithic::Internal::AnyHash
|
208
|
+
challenge_metadata:
|
209
|
+
T.nilable(
|
210
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeMetadata::OrHash
|
150
211
|
)
|
151
|
-
|
152
|
-
)
|
153
|
-
.void
|
212
|
+
).void
|
154
213
|
end
|
155
214
|
attr_writer :challenge_metadata
|
156
215
|
|
157
216
|
# Entity that orchestrates the challenge.
|
158
217
|
sig do
|
159
218
|
returns(
|
160
|
-
T.nilable(
|
219
|
+
T.nilable(
|
220
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeOrchestratedBy::TaggedSymbol
|
221
|
+
)
|
161
222
|
)
|
162
223
|
end
|
163
224
|
attr_accessor :challenge_orchestrated_by
|
164
225
|
|
165
226
|
# Entity that made the authentication decision.
|
166
|
-
sig
|
227
|
+
sig do
|
228
|
+
returns(
|
229
|
+
T.nilable(
|
230
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::DecisionMadeBy::TaggedSymbol
|
231
|
+
)
|
232
|
+
)
|
233
|
+
end
|
167
234
|
attr_accessor :decision_made_by
|
168
235
|
|
169
236
|
# Type of 3DS Requestor Initiated (3RI) request i.e., a 3DS authentication that
|
@@ -173,59 +240,90 @@ module Lithic
|
|
173
240
|
# Maps to EMV 3DS field threeRIInd.
|
174
241
|
sig do
|
175
242
|
returns(
|
176
|
-
T.nilable(
|
243
|
+
T.nilable(
|
244
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ThreeRiRequestType::TaggedSymbol
|
245
|
+
)
|
177
246
|
)
|
178
247
|
end
|
179
248
|
attr_accessor :three_ri_request_type
|
180
249
|
|
181
250
|
# Object containing data about the e-commerce transaction for which the merchant
|
182
251
|
# is requesting authentication.
|
183
|
-
sig
|
252
|
+
sig do
|
253
|
+
returns(
|
254
|
+
T.nilable(
|
255
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Transaction
|
256
|
+
)
|
257
|
+
)
|
258
|
+
end
|
184
259
|
attr_reader :transaction
|
185
260
|
|
186
261
|
sig do
|
187
262
|
params(
|
188
|
-
transaction:
|
189
|
-
T.
|
190
|
-
|
191
|
-
|
192
|
-
|
263
|
+
transaction:
|
264
|
+
T.nilable(
|
265
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Transaction::OrHash
|
266
|
+
)
|
267
|
+
).void
|
193
268
|
end
|
194
269
|
attr_writer :transaction
|
195
270
|
|
196
271
|
sig do
|
197
272
|
params(
|
198
273
|
token: String,
|
199
|
-
account_type:
|
200
|
-
|
201
|
-
|
274
|
+
account_type:
|
275
|
+
T.nilable(
|
276
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AccountType::OrSymbol
|
277
|
+
),
|
278
|
+
authentication_result:
|
279
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AuthenticationResult::OrSymbol,
|
280
|
+
card_expiry_check:
|
281
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::CardExpiryCheck::OrSymbol,
|
202
282
|
card_token: String,
|
203
|
-
cardholder:
|
204
|
-
|
283
|
+
cardholder:
|
284
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::OrHash,
|
285
|
+
channel:
|
286
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Channel::OrSymbol,
|
205
287
|
created: Time,
|
206
|
-
merchant:
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
288
|
+
merchant:
|
289
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::OrHash,
|
290
|
+
message_category:
|
291
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::MessageCategory::OrSymbol,
|
292
|
+
three_ds_requestor_challenge_indicator:
|
293
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ThreeDSRequestorChallengeIndicator::OrSymbol,
|
294
|
+
additional_data:
|
295
|
+
T.nilable(
|
296
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData::OrHash
|
297
|
+
),
|
298
|
+
app:
|
299
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App::OrHash,
|
300
|
+
authentication_request_type:
|
301
|
+
T.nilable(
|
302
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AuthenticationRequestType::OrSymbol
|
303
|
+
),
|
304
|
+
browser:
|
305
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser::OrHash,
|
306
|
+
challenge_metadata:
|
307
|
+
T.nilable(
|
308
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeMetadata::OrHash
|
309
|
+
),
|
310
|
+
challenge_orchestrated_by:
|
311
|
+
T.nilable(
|
312
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeOrchestratedBy::OrSymbol
|
313
|
+
),
|
314
|
+
decision_made_by:
|
315
|
+
T.nilable(
|
316
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::DecisionMadeBy::OrSymbol
|
317
|
+
),
|
318
|
+
three_ri_request_type:
|
319
|
+
T.nilable(
|
320
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ThreeRiRequestType::OrSymbol
|
321
|
+
),
|
322
|
+
transaction:
|
323
|
+
T.nilable(
|
324
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Transaction::OrHash
|
219
325
|
)
|
220
|
-
|
221
|
-
challenge_orchestrated_by: T.nilable(Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeOrchestratedBy::OrSymbol),
|
222
|
-
decision_made_by: T.nilable(Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::DecisionMadeBy::OrSymbol),
|
223
|
-
three_ri_request_type: T.nilable(Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ThreeRiRequestType::OrSymbol),
|
224
|
-
transaction: T.nilable(
|
225
|
-
T.any(Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Transaction, Lithic::Internal::AnyHash)
|
226
|
-
)
|
227
|
-
)
|
228
|
-
.returns(T.attached_class)
|
326
|
+
).returns(T.attached_class)
|
229
327
|
end
|
230
328
|
def self.new(
|
231
329
|
# Globally unique identifier for the 3DS authentication.
|
@@ -294,37 +392,69 @@ module Lithic
|
|
294
392
|
# Object containing data about the e-commerce transaction for which the merchant
|
295
393
|
# is requesting authentication.
|
296
394
|
transaction: nil
|
297
|
-
)
|
395
|
+
)
|
396
|
+
end
|
397
|
+
|
298
398
|
sig do
|
299
|
-
override
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
399
|
+
override.returns(
|
400
|
+
{
|
401
|
+
token: String,
|
402
|
+
account_type:
|
403
|
+
T.nilable(
|
404
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AccountType::TaggedSymbol
|
405
|
+
),
|
406
|
+
authentication_result:
|
407
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AuthenticationResult::TaggedSymbol,
|
408
|
+
card_expiry_check:
|
409
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::CardExpiryCheck::TaggedSymbol,
|
410
|
+
card_token: String,
|
411
|
+
cardholder:
|
412
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder,
|
413
|
+
channel:
|
414
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Channel::TaggedSymbol,
|
415
|
+
created: Time,
|
416
|
+
merchant:
|
417
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant,
|
418
|
+
message_category:
|
419
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::MessageCategory::TaggedSymbol,
|
420
|
+
three_ds_requestor_challenge_indicator:
|
421
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ThreeDSRequestorChallengeIndicator::TaggedSymbol,
|
422
|
+
additional_data:
|
423
|
+
T.nilable(
|
424
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData
|
425
|
+
),
|
426
|
+
app: Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App,
|
427
|
+
authentication_request_type:
|
428
|
+
T.nilable(
|
316
429
|
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AuthenticationRequestType::TaggedSymbol
|
317
430
|
),
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
431
|
+
browser:
|
432
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser,
|
433
|
+
challenge_metadata:
|
434
|
+
T.nilable(
|
435
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeMetadata
|
436
|
+
),
|
437
|
+
challenge_orchestrated_by:
|
438
|
+
T.nilable(
|
439
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeOrchestratedBy::TaggedSymbol
|
440
|
+
),
|
441
|
+
decision_made_by:
|
442
|
+
T.nilable(
|
443
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::DecisionMadeBy::TaggedSymbol
|
444
|
+
),
|
445
|
+
three_ri_request_type:
|
446
|
+
T.nilable(
|
447
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ThreeRiRequestType::TaggedSymbol
|
448
|
+
),
|
449
|
+
transaction:
|
450
|
+
T.nilable(
|
451
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Transaction
|
452
|
+
)
|
453
|
+
}
|
454
|
+
)
|
455
|
+
end
|
456
|
+
def to_hash
|
326
457
|
end
|
327
|
-
def to_hash; end
|
328
458
|
|
329
459
|
# Type of account/card that is being used for the transaction. Maps to EMV 3DS
|
330
460
|
# field `acctType`.
|
@@ -332,20 +462,39 @@ module Lithic
|
|
332
462
|
extend Lithic::Internal::Type::Enum
|
333
463
|
|
334
464
|
TaggedSymbol =
|
335
|
-
T.type_alias
|
465
|
+
T.type_alias do
|
466
|
+
T.all(
|
467
|
+
Symbol,
|
468
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AccountType
|
469
|
+
)
|
470
|
+
end
|
336
471
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
337
472
|
|
338
473
|
CREDIT =
|
339
|
-
T.let(
|
340
|
-
|
474
|
+
T.let(
|
475
|
+
:CREDIT,
|
476
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AccountType::TaggedSymbol
|
477
|
+
)
|
478
|
+
DEBIT =
|
479
|
+
T.let(
|
480
|
+
:DEBIT,
|
481
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AccountType::TaggedSymbol
|
482
|
+
)
|
341
483
|
NOT_APPLICABLE =
|
342
|
-
T.let(
|
484
|
+
T.let(
|
485
|
+
:NOT_APPLICABLE,
|
486
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AccountType::TaggedSymbol
|
487
|
+
)
|
343
488
|
|
344
489
|
sig do
|
345
|
-
override
|
346
|
-
|
490
|
+
override.returns(
|
491
|
+
T::Array[
|
492
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AccountType::TaggedSymbol
|
493
|
+
]
|
494
|
+
)
|
495
|
+
end
|
496
|
+
def self.values
|
347
497
|
end
|
348
|
-
def self.values; end
|
349
498
|
end
|
350
499
|
|
351
500
|
# Indicates the outcome of the 3DS authentication process.
|
@@ -353,7 +502,12 @@ module Lithic
|
|
353
502
|
extend Lithic::Internal::Type::Enum
|
354
503
|
|
355
504
|
TaggedSymbol =
|
356
|
-
T.type_alias
|
505
|
+
T.type_alias do
|
506
|
+
T.all(
|
507
|
+
Symbol,
|
508
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AuthenticationResult
|
509
|
+
)
|
510
|
+
end
|
357
511
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
358
512
|
|
359
513
|
DECLINE =
|
@@ -378,12 +532,14 @@ module Lithic
|
|
378
532
|
)
|
379
533
|
|
380
534
|
sig do
|
381
|
-
override
|
382
|
-
|
383
|
-
|
384
|
-
|
535
|
+
override.returns(
|
536
|
+
T::Array[
|
537
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AuthenticationResult::TaggedSymbol
|
538
|
+
]
|
539
|
+
)
|
540
|
+
end
|
541
|
+
def self.values
|
385
542
|
end
|
386
|
-
def self.values; end
|
387
543
|
end
|
388
544
|
|
389
545
|
# Indicates whether the expiration date provided by the cardholder during checkout
|
@@ -392,13 +548,24 @@ module Lithic
|
|
392
548
|
extend Lithic::Internal::Type::Enum
|
393
549
|
|
394
550
|
TaggedSymbol =
|
395
|
-
T.type_alias
|
551
|
+
T.type_alias do
|
552
|
+
T.all(
|
553
|
+
Symbol,
|
554
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::CardExpiryCheck
|
555
|
+
)
|
556
|
+
end
|
396
557
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
397
558
|
|
398
559
|
MATCH =
|
399
|
-
T.let(
|
560
|
+
T.let(
|
561
|
+
:MATCH,
|
562
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::CardExpiryCheck::TaggedSymbol
|
563
|
+
)
|
400
564
|
MISMATCH =
|
401
|
-
T.let(
|
565
|
+
T.let(
|
566
|
+
:MISMATCH,
|
567
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::CardExpiryCheck::TaggedSymbol
|
568
|
+
)
|
402
569
|
NOT_PRESENT =
|
403
570
|
T.let(
|
404
571
|
:NOT_PRESENT,
|
@@ -406,13 +573,25 @@ module Lithic
|
|
406
573
|
)
|
407
574
|
|
408
575
|
sig do
|
409
|
-
override
|
410
|
-
|
576
|
+
override.returns(
|
577
|
+
T::Array[
|
578
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::CardExpiryCheck::TaggedSymbol
|
579
|
+
]
|
580
|
+
)
|
581
|
+
end
|
582
|
+
def self.values
|
411
583
|
end
|
412
|
-
def self.values; end
|
413
584
|
end
|
414
585
|
|
415
586
|
class Cardholder < Lithic::Internal::Type::BaseModel
|
587
|
+
OrHash =
|
588
|
+
T.type_alias do
|
589
|
+
T.any(
|
590
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder,
|
591
|
+
Lithic::Internal::AnyHash
|
592
|
+
)
|
593
|
+
end
|
594
|
+
|
416
595
|
# Indicates whether the shipping address and billing address provided by the
|
417
596
|
# cardholder are the same. This value - and assessment of whether the addresses
|
418
597
|
# match - is provided directly in the 3DS request and is not determined by Lithic.
|
@@ -421,17 +600,20 @@ module Lithic
|
|
421
600
|
attr_accessor :address_match
|
422
601
|
|
423
602
|
# Object containing data on the billing address provided during the transaction.
|
424
|
-
sig
|
603
|
+
sig do
|
604
|
+
returns(
|
605
|
+
T.nilable(
|
606
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::BillingAddress
|
607
|
+
)
|
608
|
+
)
|
609
|
+
end
|
425
610
|
attr_reader :billing_address
|
426
611
|
|
427
612
|
sig do
|
428
613
|
params(
|
429
|
-
billing_address:
|
430
|
-
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::BillingAddress
|
431
|
-
|
432
|
-
)
|
433
|
-
)
|
434
|
-
.void
|
614
|
+
billing_address:
|
615
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::BillingAddress::OrHash
|
616
|
+
).void
|
435
617
|
end
|
436
618
|
attr_writer :billing_address
|
437
619
|
|
@@ -460,17 +642,20 @@ module Lithic
|
|
460
642
|
attr_accessor :phone_number_work
|
461
643
|
|
462
644
|
# Object containing data on the shipping address provided during the transaction.
|
463
|
-
sig
|
645
|
+
sig do
|
646
|
+
returns(
|
647
|
+
T.nilable(
|
648
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::ShippingAddress
|
649
|
+
)
|
650
|
+
)
|
651
|
+
end
|
464
652
|
attr_reader :shipping_address
|
465
653
|
|
466
654
|
sig do
|
467
655
|
params(
|
468
|
-
shipping_address:
|
469
|
-
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::ShippingAddress
|
470
|
-
|
471
|
-
)
|
472
|
-
)
|
473
|
-
.void
|
656
|
+
shipping_address:
|
657
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::ShippingAddress::OrHash
|
658
|
+
).void
|
474
659
|
end
|
475
660
|
attr_writer :shipping_address
|
476
661
|
|
@@ -478,21 +663,16 @@ module Lithic
|
|
478
663
|
sig do
|
479
664
|
params(
|
480
665
|
address_match: T.nilable(T::Boolean),
|
481
|
-
billing_address:
|
482
|
-
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::BillingAddress,
|
483
|
-
Lithic::Internal::AnyHash
|
484
|
-
),
|
666
|
+
billing_address:
|
667
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::BillingAddress::OrHash,
|
485
668
|
email: T.nilable(String),
|
486
669
|
name: T.nilable(String),
|
487
670
|
phone_number_home: T.nilable(String),
|
488
671
|
phone_number_mobile: T.nilable(String),
|
489
672
|
phone_number_work: T.nilable(String),
|
490
|
-
shipping_address:
|
491
|
-
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::ShippingAddress
|
492
|
-
|
493
|
-
)
|
494
|
-
)
|
495
|
-
.returns(T.attached_class)
|
673
|
+
shipping_address:
|
674
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::ShippingAddress::OrHash
|
675
|
+
).returns(T.attached_class)
|
496
676
|
end
|
497
677
|
def self.new(
|
498
678
|
# Indicates whether the shipping address and billing address provided by the
|
@@ -518,25 +698,37 @@ module Lithic
|
|
518
698
|
phone_number_work: nil,
|
519
699
|
# Object containing data on the shipping address provided during the transaction.
|
520
700
|
shipping_address: nil
|
521
|
-
)
|
701
|
+
)
|
702
|
+
end
|
703
|
+
|
522
704
|
sig do
|
523
|
-
override
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
705
|
+
override.returns(
|
706
|
+
{
|
707
|
+
address_match: T.nilable(T::Boolean),
|
708
|
+
billing_address:
|
709
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::BillingAddress,
|
710
|
+
email: T.nilable(String),
|
711
|
+
name: T.nilable(String),
|
712
|
+
phone_number_home: T.nilable(String),
|
713
|
+
phone_number_mobile: T.nilable(String),
|
714
|
+
phone_number_work: T.nilable(String),
|
715
|
+
shipping_address:
|
716
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::ShippingAddress
|
717
|
+
}
|
718
|
+
)
|
719
|
+
end
|
720
|
+
def to_hash
|
536
721
|
end
|
537
|
-
def to_hash; end
|
538
722
|
|
539
723
|
class BillingAddress < Lithic::Internal::Type::BaseModel
|
724
|
+
OrHash =
|
725
|
+
T.type_alias do
|
726
|
+
T.any(
|
727
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::BillingAddress,
|
728
|
+
Lithic::Internal::AnyHash
|
729
|
+
)
|
730
|
+
end
|
731
|
+
|
540
732
|
# First line of the street address provided by the cardholder.
|
541
733
|
sig { returns(T.nilable(String)) }
|
542
734
|
attr_accessor :address1
|
@@ -571,8 +763,7 @@ module Lithic
|
|
571
763
|
city: T.nilable(String),
|
572
764
|
country: T.nilable(String),
|
573
765
|
postal_code: T.nilable(String)
|
574
|
-
)
|
575
|
-
.returns(T.attached_class)
|
766
|
+
).returns(T.attached_class)
|
576
767
|
end
|
577
768
|
def self.new(
|
578
769
|
# First line of the street address provided by the cardholder.
|
@@ -588,24 +779,34 @@ module Lithic
|
|
588
779
|
country: nil,
|
589
780
|
# Postal code (e.g., ZIP code) of the address provided by the cardholder
|
590
781
|
postal_code: nil
|
591
|
-
)
|
782
|
+
)
|
783
|
+
end
|
784
|
+
|
592
785
|
sig do
|
593
|
-
override
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
786
|
+
override.returns(
|
787
|
+
{
|
788
|
+
address1: T.nilable(String),
|
789
|
+
address2: T.nilable(String),
|
790
|
+
address3: T.nilable(String),
|
791
|
+
city: T.nilable(String),
|
792
|
+
country: T.nilable(String),
|
793
|
+
postal_code: T.nilable(String)
|
794
|
+
}
|
795
|
+
)
|
796
|
+
end
|
797
|
+
def to_hash
|
604
798
|
end
|
605
|
-
def to_hash; end
|
606
799
|
end
|
607
800
|
|
608
801
|
class ShippingAddress < Lithic::Internal::Type::BaseModel
|
802
|
+
OrHash =
|
803
|
+
T.type_alias do
|
804
|
+
T.any(
|
805
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Cardholder::ShippingAddress,
|
806
|
+
Lithic::Internal::AnyHash
|
807
|
+
)
|
808
|
+
end
|
809
|
+
|
609
810
|
# First line of the street address provided by the cardholder.
|
610
811
|
sig { returns(T.nilable(String)) }
|
611
812
|
attr_accessor :address1
|
@@ -640,8 +841,7 @@ module Lithic
|
|
640
841
|
city: T.nilable(String),
|
641
842
|
country: T.nilable(String),
|
642
843
|
postal_code: T.nilable(String)
|
643
|
-
)
|
644
|
-
.returns(T.attached_class)
|
844
|
+
).returns(T.attached_class)
|
645
845
|
end
|
646
846
|
def self.new(
|
647
847
|
# First line of the street address provided by the cardholder.
|
@@ -657,21 +857,23 @@ module Lithic
|
|
657
857
|
country: nil,
|
658
858
|
# Postal code (e.g., ZIP code) of the address provided by the cardholder
|
659
859
|
postal_code: nil
|
660
|
-
)
|
860
|
+
)
|
861
|
+
end
|
862
|
+
|
661
863
|
sig do
|
662
|
-
override
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
864
|
+
override.returns(
|
865
|
+
{
|
866
|
+
address1: T.nilable(String),
|
867
|
+
address2: T.nilable(String),
|
868
|
+
address3: T.nilable(String),
|
869
|
+
city: T.nilable(String),
|
870
|
+
country: T.nilable(String),
|
871
|
+
postal_code: T.nilable(String)
|
872
|
+
}
|
873
|
+
)
|
874
|
+
end
|
875
|
+
def to_hash
|
673
876
|
end
|
674
|
-
def to_hash; end
|
675
877
|
end
|
676
878
|
end
|
677
879
|
|
@@ -680,23 +882,50 @@ module Lithic
|
|
680
882
|
extend Lithic::Internal::Type::Enum
|
681
883
|
|
682
884
|
TaggedSymbol =
|
683
|
-
T.type_alias
|
885
|
+
T.type_alias do
|
886
|
+
T.all(
|
887
|
+
Symbol,
|
888
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Channel
|
889
|
+
)
|
890
|
+
end
|
684
891
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
685
892
|
|
686
893
|
APP_BASED =
|
687
|
-
T.let(
|
688
|
-
|
894
|
+
T.let(
|
895
|
+
:APP_BASED,
|
896
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Channel::TaggedSymbol
|
897
|
+
)
|
898
|
+
BROWSER =
|
899
|
+
T.let(
|
900
|
+
:BROWSER,
|
901
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Channel::TaggedSymbol
|
902
|
+
)
|
689
903
|
THREE_DS_REQUESTOR_INITIATED =
|
690
904
|
T.let(
|
691
905
|
:THREE_DS_REQUESTOR_INITIATED,
|
692
906
|
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Channel::TaggedSymbol
|
693
907
|
)
|
694
908
|
|
695
|
-
sig
|
696
|
-
|
909
|
+
sig do
|
910
|
+
override.returns(
|
911
|
+
T::Array[
|
912
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Channel::TaggedSymbol
|
913
|
+
]
|
914
|
+
)
|
915
|
+
end
|
916
|
+
def self.values
|
917
|
+
end
|
697
918
|
end
|
698
919
|
|
699
920
|
class Merchant < Lithic::Internal::Type::BaseModel
|
921
|
+
OrHash =
|
922
|
+
T.type_alias do
|
923
|
+
T.any(
|
924
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant,
|
925
|
+
Lithic::Internal::AnyHash
|
926
|
+
)
|
927
|
+
end
|
928
|
+
|
700
929
|
# Merchant identifier as assigned by the acquirer. Maps to EMV 3DS field
|
701
930
|
# acquirerMerchantId.
|
702
931
|
sig { returns(String) }
|
@@ -718,17 +947,18 @@ module Lithic
|
|
718
947
|
|
719
948
|
# Object containing additional data indicating additional risk factors related to
|
720
949
|
# the e-commerce transaction.
|
721
|
-
sig
|
950
|
+
sig do
|
951
|
+
returns(
|
952
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator
|
953
|
+
)
|
954
|
+
end
|
722
955
|
attr_reader :risk_indicator
|
723
956
|
|
724
957
|
sig do
|
725
958
|
params(
|
726
|
-
risk_indicator:
|
727
|
-
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator
|
728
|
-
|
729
|
-
)
|
730
|
-
)
|
731
|
-
.void
|
959
|
+
risk_indicator:
|
960
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::OrHash
|
961
|
+
).void
|
732
962
|
end
|
733
963
|
attr_writer :risk_indicator
|
734
964
|
|
@@ -740,12 +970,9 @@ module Lithic
|
|
740
970
|
country: String,
|
741
971
|
mcc: String,
|
742
972
|
name: String,
|
743
|
-
risk_indicator:
|
744
|
-
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator
|
745
|
-
|
746
|
-
)
|
747
|
-
)
|
748
|
-
.returns(T.attached_class)
|
973
|
+
risk_indicator:
|
974
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::OrHash
|
975
|
+
).returns(T.attached_class)
|
749
976
|
end
|
750
977
|
def self.new(
|
751
978
|
# Merchant identifier as assigned by the acquirer. Maps to EMV 3DS field
|
@@ -762,22 +989,33 @@ module Lithic
|
|
762
989
|
# Object containing additional data indicating additional risk factors related to
|
763
990
|
# the e-commerce transaction.
|
764
991
|
risk_indicator:
|
765
|
-
)
|
992
|
+
)
|
993
|
+
end
|
994
|
+
|
766
995
|
sig do
|
767
|
-
override
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
996
|
+
override.returns(
|
997
|
+
{
|
998
|
+
id: String,
|
999
|
+
country: String,
|
1000
|
+
mcc: String,
|
1001
|
+
name: String,
|
1002
|
+
risk_indicator:
|
1003
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator
|
1004
|
+
}
|
1005
|
+
)
|
1006
|
+
end
|
1007
|
+
def to_hash
|
777
1008
|
end
|
778
|
-
def to_hash; end
|
779
1009
|
|
780
1010
|
class RiskIndicator < Lithic::Internal::Type::BaseModel
|
1011
|
+
OrHash =
|
1012
|
+
T.type_alias do
|
1013
|
+
T.any(
|
1014
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator,
|
1015
|
+
Lithic::Internal::AnyHash
|
1016
|
+
)
|
1017
|
+
end
|
1018
|
+
|
781
1019
|
# In transactions with electronic delivery, email address to which merchandise is
|
782
1020
|
# delivered. Maps to EMV 3DS field deliveryEmailAddress.
|
783
1021
|
sig { returns(T.nilable(String)) }
|
@@ -855,24 +1093,27 @@ module Lithic
|
|
855
1093
|
sig do
|
856
1094
|
params(
|
857
1095
|
delivery_email_address: T.nilable(String),
|
858
|
-
delivery_time_frame:
|
859
|
-
|
860
|
-
|
1096
|
+
delivery_time_frame:
|
1097
|
+
T.nilable(
|
1098
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::DeliveryTimeFrame::OrSymbol
|
1099
|
+
),
|
861
1100
|
gift_card_amount: T.nilable(Integer),
|
862
1101
|
gift_card_count: T.nilable(Integer),
|
863
1102
|
gift_card_currency: T.nilable(String),
|
864
|
-
order_availability:
|
865
|
-
|
866
|
-
|
1103
|
+
order_availability:
|
1104
|
+
T.nilable(
|
1105
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::OrderAvailability::OrSymbol
|
1106
|
+
),
|
867
1107
|
pre_order_available_date: T.nilable(Time),
|
868
|
-
reorder_items:
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
1108
|
+
reorder_items:
|
1109
|
+
T.nilable(
|
1110
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::ReorderItems::OrSymbol
|
1111
|
+
),
|
1112
|
+
shipping_method:
|
1113
|
+
T.nilable(
|
1114
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::ShippingMethod::OrSymbol
|
1115
|
+
)
|
1116
|
+
).returns(T.attached_class)
|
876
1117
|
end
|
877
1118
|
def self.new(
|
878
1119
|
# In transactions with electronic delivery, email address to which merchandise is
|
@@ -905,32 +1146,38 @@ module Lithic
|
|
905
1146
|
# purchase only includes digital goods, this indicator is used to describe the
|
906
1147
|
# most expensive item purchased. Maps to EMV 3DS field shipIndicator.
|
907
1148
|
shipping_method: nil
|
908
|
-
)
|
1149
|
+
)
|
1150
|
+
end
|
1151
|
+
|
909
1152
|
sig do
|
910
|
-
override
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
1153
|
+
override.returns(
|
1154
|
+
{
|
1155
|
+
delivery_email_address: T.nilable(String),
|
1156
|
+
delivery_time_frame:
|
1157
|
+
T.nilable(
|
915
1158
|
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::DeliveryTimeFrame::TaggedSymbol
|
916
1159
|
),
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
1160
|
+
gift_card_amount: T.nilable(Integer),
|
1161
|
+
gift_card_count: T.nilable(Integer),
|
1162
|
+
gift_card_currency: T.nilable(String),
|
1163
|
+
order_availability:
|
1164
|
+
T.nilable(
|
921
1165
|
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::OrderAvailability::TaggedSymbol
|
922
1166
|
),
|
923
|
-
|
924
|
-
|
1167
|
+
pre_order_available_date: T.nilable(Time),
|
1168
|
+
reorder_items:
|
1169
|
+
T.nilable(
|
925
1170
|
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::ReorderItems::TaggedSymbol
|
926
1171
|
),
|
927
|
-
|
1172
|
+
shipping_method:
|
1173
|
+
T.nilable(
|
928
1174
|
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::ShippingMethod::TaggedSymbol
|
929
1175
|
)
|
930
|
-
|
931
|
-
|
1176
|
+
}
|
1177
|
+
)
|
1178
|
+
end
|
1179
|
+
def to_hash
|
932
1180
|
end
|
933
|
-
def to_hash; end
|
934
1181
|
|
935
1182
|
# The delivery time frame for the merchandise. Maps to EMV 3DS field
|
936
1183
|
# deliveryTimeframe.
|
@@ -939,7 +1186,10 @@ module Lithic
|
|
939
1186
|
|
940
1187
|
TaggedSymbol =
|
941
1188
|
T.type_alias do
|
942
|
-
T.all(
|
1189
|
+
T.all(
|
1190
|
+
Symbol,
|
1191
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::DeliveryTimeFrame
|
1192
|
+
)
|
943
1193
|
end
|
944
1194
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
945
1195
|
|
@@ -965,14 +1215,14 @@ module Lithic
|
|
965
1215
|
)
|
966
1216
|
|
967
1217
|
sig do
|
968
|
-
override
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
1218
|
+
override.returns(
|
1219
|
+
T::Array[
|
1220
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::DeliveryTimeFrame::TaggedSymbol
|
1221
|
+
]
|
1222
|
+
)
|
1223
|
+
end
|
1224
|
+
def self.values
|
974
1225
|
end
|
975
|
-
def self.values; end
|
976
1226
|
end
|
977
1227
|
|
978
1228
|
# Indicates whether the purchase is for merchandise that is available now or at a
|
@@ -982,7 +1232,10 @@ module Lithic
|
|
982
1232
|
|
983
1233
|
TaggedSymbol =
|
984
1234
|
T.type_alias do
|
985
|
-
T.all(
|
1235
|
+
T.all(
|
1236
|
+
Symbol,
|
1237
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::OrderAvailability
|
1238
|
+
)
|
986
1239
|
end
|
987
1240
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
988
1241
|
|
@@ -998,14 +1251,14 @@ module Lithic
|
|
998
1251
|
)
|
999
1252
|
|
1000
1253
|
sig do
|
1001
|
-
override
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1254
|
+
override.returns(
|
1255
|
+
T::Array[
|
1256
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::OrderAvailability::TaggedSymbol
|
1257
|
+
]
|
1258
|
+
)
|
1259
|
+
end
|
1260
|
+
def self.values
|
1007
1261
|
end
|
1008
|
-
def self.values; end
|
1009
1262
|
end
|
1010
1263
|
|
1011
1264
|
# Indicates whether the cardholder is reordering previously purchased merchandise.
|
@@ -1015,7 +1268,10 @@ module Lithic
|
|
1015
1268
|
|
1016
1269
|
TaggedSymbol =
|
1017
1270
|
T.type_alias do
|
1018
|
-
T.all(
|
1271
|
+
T.all(
|
1272
|
+
Symbol,
|
1273
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::ReorderItems
|
1274
|
+
)
|
1019
1275
|
end
|
1020
1276
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1021
1277
|
|
@@ -1031,14 +1287,14 @@ module Lithic
|
|
1031
1287
|
)
|
1032
1288
|
|
1033
1289
|
sig do
|
1034
|
-
override
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1290
|
+
override.returns(
|
1291
|
+
T::Array[
|
1292
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::ReorderItems::TaggedSymbol
|
1293
|
+
]
|
1294
|
+
)
|
1295
|
+
end
|
1296
|
+
def self.values
|
1040
1297
|
end
|
1041
|
-
def self.values; end
|
1042
1298
|
end
|
1043
1299
|
|
1044
1300
|
# Shipping method that the cardholder chose for the transaction. If purchase
|
@@ -1050,7 +1306,10 @@ module Lithic
|
|
1050
1306
|
|
1051
1307
|
TaggedSymbol =
|
1052
1308
|
T.type_alias do
|
1053
|
-
T.all(
|
1309
|
+
T.all(
|
1310
|
+
Symbol,
|
1311
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::ShippingMethod
|
1312
|
+
)
|
1054
1313
|
end
|
1055
1314
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1056
1315
|
|
@@ -1101,14 +1360,14 @@ module Lithic
|
|
1101
1360
|
)
|
1102
1361
|
|
1103
1362
|
sig do
|
1104
|
-
override
|
1105
|
-
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1363
|
+
override.returns(
|
1364
|
+
T::Array[
|
1365
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::ShippingMethod::TaggedSymbol
|
1366
|
+
]
|
1367
|
+
)
|
1368
|
+
end
|
1369
|
+
def self.values
|
1110
1370
|
end
|
1111
|
-
def self.values; end
|
1112
1371
|
end
|
1113
1372
|
end
|
1114
1373
|
end
|
@@ -1120,7 +1379,12 @@ module Lithic
|
|
1120
1379
|
extend Lithic::Internal::Type::Enum
|
1121
1380
|
|
1122
1381
|
TaggedSymbol =
|
1123
|
-
T.type_alias
|
1382
|
+
T.type_alias do
|
1383
|
+
T.all(
|
1384
|
+
Symbol,
|
1385
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::MessageCategory
|
1386
|
+
)
|
1387
|
+
end
|
1124
1388
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1125
1389
|
|
1126
1390
|
NON_PAYMENT_AUTHENTICATION =
|
@@ -1135,10 +1399,14 @@ module Lithic
|
|
1135
1399
|
)
|
1136
1400
|
|
1137
1401
|
sig do
|
1138
|
-
override
|
1139
|
-
|
1402
|
+
override.returns(
|
1403
|
+
T::Array[
|
1404
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::MessageCategory::TaggedSymbol
|
1405
|
+
]
|
1406
|
+
)
|
1407
|
+
end
|
1408
|
+
def self.values
|
1140
1409
|
end
|
1141
|
-
def self.values; end
|
1142
1410
|
end
|
1143
1411
|
|
1144
1412
|
# Indicates whether a challenge is requested for this transaction
|
@@ -1155,7 +1423,12 @@ module Lithic
|
|
1155
1423
|
extend Lithic::Internal::Type::Enum
|
1156
1424
|
|
1157
1425
|
TaggedSymbol =
|
1158
|
-
T.type_alias
|
1426
|
+
T.type_alias do
|
1427
|
+
T.all(
|
1428
|
+
Symbol,
|
1429
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ThreeDSRequestorChallengeIndicator
|
1430
|
+
)
|
1431
|
+
end
|
1159
1432
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1160
1433
|
|
1161
1434
|
NO_PREFERENCE =
|
@@ -1195,15 +1468,25 @@ module Lithic
|
|
1195
1468
|
)
|
1196
1469
|
|
1197
1470
|
sig do
|
1198
|
-
override
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1471
|
+
override.returns(
|
1472
|
+
T::Array[
|
1473
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ThreeDSRequestorChallengeIndicator::TaggedSymbol
|
1474
|
+
]
|
1475
|
+
)
|
1476
|
+
end
|
1477
|
+
def self.values
|
1202
1478
|
end
|
1203
|
-
def self.values; end
|
1204
1479
|
end
|
1205
1480
|
|
1206
1481
|
class AdditionalData < Lithic::Internal::Type::BaseModel
|
1482
|
+
OrHash =
|
1483
|
+
T.type_alias do
|
1484
|
+
T.any(
|
1485
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData,
|
1486
|
+
Lithic::Internal::AnyHash
|
1487
|
+
)
|
1488
|
+
end
|
1489
|
+
|
1207
1490
|
# Mastercard only: Indicates whether the network would have considered the
|
1208
1491
|
# authentication request to be low risk or not.
|
1209
1492
|
sig do
|
@@ -1225,12 +1508,12 @@ module Lithic
|
|
1225
1508
|
# but are not required across all 3DS requests).
|
1226
1509
|
sig do
|
1227
1510
|
params(
|
1228
|
-
network_decision:
|
1229
|
-
|
1230
|
-
|
1511
|
+
network_decision:
|
1512
|
+
T.nilable(
|
1513
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData::NetworkDecision::OrSymbol
|
1514
|
+
),
|
1231
1515
|
network_risk_score: T.nilable(Integer)
|
1232
|
-
)
|
1233
|
-
.returns(T.attached_class)
|
1516
|
+
).returns(T.attached_class)
|
1234
1517
|
end
|
1235
1518
|
def self.new(
|
1236
1519
|
# Mastercard only: Indicates whether the network would have considered the
|
@@ -1239,19 +1522,22 @@ module Lithic
|
|
1239
1522
|
# Mastercard only: Assessment by the network of the authentication risk level,
|
1240
1523
|
# with a higher value indicating a higher amount of risk.
|
1241
1524
|
network_risk_score: nil
|
1242
|
-
)
|
1525
|
+
)
|
1526
|
+
end
|
1527
|
+
|
1243
1528
|
sig do
|
1244
|
-
override
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1529
|
+
override.returns(
|
1530
|
+
{
|
1531
|
+
network_decision:
|
1532
|
+
T.nilable(
|
1248
1533
|
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData::NetworkDecision::TaggedSymbol
|
1249
1534
|
),
|
1250
|
-
|
1251
|
-
|
1252
|
-
|
1535
|
+
network_risk_score: T.nilable(Integer)
|
1536
|
+
}
|
1537
|
+
)
|
1538
|
+
end
|
1539
|
+
def to_hash
|
1253
1540
|
end
|
1254
|
-
def to_hash; end
|
1255
1541
|
|
1256
1542
|
# Mastercard only: Indicates whether the network would have considered the
|
1257
1543
|
# authentication request to be low risk or not.
|
@@ -1259,7 +1545,12 @@ module Lithic
|
|
1259
1545
|
extend Lithic::Internal::Type::Enum
|
1260
1546
|
|
1261
1547
|
TaggedSymbol =
|
1262
|
-
T.type_alias
|
1548
|
+
T.type_alias do
|
1549
|
+
T.all(
|
1550
|
+
Symbol,
|
1551
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData::NetworkDecision
|
1552
|
+
)
|
1553
|
+
end
|
1263
1554
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1264
1555
|
|
1265
1556
|
LOW_RISK =
|
@@ -1274,16 +1565,26 @@ module Lithic
|
|
1274
1565
|
)
|
1275
1566
|
|
1276
1567
|
sig do
|
1277
|
-
override
|
1278
|
-
|
1279
|
-
|
1280
|
-
|
1568
|
+
override.returns(
|
1569
|
+
T::Array[
|
1570
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData::NetworkDecision::TaggedSymbol
|
1571
|
+
]
|
1572
|
+
)
|
1573
|
+
end
|
1574
|
+
def self.values
|
1281
1575
|
end
|
1282
|
-
def self.values; end
|
1283
1576
|
end
|
1284
1577
|
end
|
1285
1578
|
|
1286
1579
|
class App < Lithic::Internal::Type::BaseModel
|
1580
|
+
OrHash =
|
1581
|
+
T.type_alias do
|
1582
|
+
T.any(
|
1583
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App,
|
1584
|
+
Lithic::Internal::AnyHash
|
1585
|
+
)
|
1586
|
+
end
|
1587
|
+
|
1287
1588
|
# Device information gathered from the cardholder's device - JSON name/value pairs
|
1288
1589
|
# that is Base64url encoded. Maps to EMV 3DS field deviceInfo.
|
1289
1590
|
sig { returns(T.nilable(String)) }
|
@@ -1299,7 +1600,11 @@ module Lithic
|
|
1299
1600
|
|
1300
1601
|
# Object containing data about the app used in the e-commerce transaction. Present
|
1301
1602
|
# if the channel is 'APP_BASED'.
|
1302
|
-
sig
|
1603
|
+
sig do
|
1604
|
+
params(device_info: T.nilable(String), ip: String).returns(
|
1605
|
+
T.attached_class
|
1606
|
+
)
|
1607
|
+
end
|
1303
1608
|
def self.new(
|
1304
1609
|
# Device information gathered from the cardholder's device - JSON name/value pairs
|
1305
1610
|
# that is Base64url encoded. Maps to EMV 3DS field deviceInfo.
|
@@ -1307,9 +1612,14 @@ module Lithic
|
|
1307
1612
|
# External IP address used by the app generating the 3DS authentication request.
|
1308
1613
|
# Maps to EMV 3DS field appIp.
|
1309
1614
|
ip: nil
|
1310
|
-
)
|
1311
|
-
|
1312
|
-
|
1615
|
+
)
|
1616
|
+
end
|
1617
|
+
|
1618
|
+
sig do
|
1619
|
+
override.returns({ device_info: T.nilable(String), ip: String })
|
1620
|
+
end
|
1621
|
+
def to_hash
|
1622
|
+
end
|
1313
1623
|
end
|
1314
1624
|
|
1315
1625
|
# Type of authentication request - i.e., the type of transaction or interaction is
|
@@ -1319,7 +1629,12 @@ module Lithic
|
|
1319
1629
|
extend Lithic::Internal::Type::Enum
|
1320
1630
|
|
1321
1631
|
TaggedSymbol =
|
1322
|
-
T.type_alias
|
1632
|
+
T.type_alias do
|
1633
|
+
T.all(
|
1634
|
+
Symbol,
|
1635
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AuthenticationRequestType
|
1636
|
+
)
|
1637
|
+
end
|
1323
1638
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1324
1639
|
|
1325
1640
|
ADD_CARD =
|
@@ -1374,15 +1689,25 @@ module Lithic
|
|
1374
1689
|
)
|
1375
1690
|
|
1376
1691
|
sig do
|
1377
|
-
override
|
1378
|
-
|
1379
|
-
|
1380
|
-
|
1692
|
+
override.returns(
|
1693
|
+
T::Array[
|
1694
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AuthenticationRequestType::TaggedSymbol
|
1695
|
+
]
|
1696
|
+
)
|
1697
|
+
end
|
1698
|
+
def self.values
|
1381
1699
|
end
|
1382
|
-
def self.values; end
|
1383
1700
|
end
|
1384
1701
|
|
1385
1702
|
class Browser < Lithic::Internal::Type::BaseModel
|
1703
|
+
OrHash =
|
1704
|
+
T.type_alias do
|
1705
|
+
T.any(
|
1706
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser,
|
1707
|
+
Lithic::Internal::AnyHash
|
1708
|
+
)
|
1709
|
+
end
|
1710
|
+
|
1386
1711
|
# IP address of the browser as returned by the HTTP headers to the 3DS requestor
|
1387
1712
|
# (e.g., merchant or digital wallet). Maps to EMV 3DS field browserIP.
|
1388
1713
|
sig { returns(T.nilable(String)) }
|
@@ -1423,8 +1748,7 @@ module Lithic
|
|
1423
1748
|
language: T.nilable(String),
|
1424
1749
|
time_zone: T.nilable(String),
|
1425
1750
|
user_agent: T.nilable(String)
|
1426
|
-
)
|
1427
|
-
.returns(T.attached_class)
|
1751
|
+
).returns(T.attached_class)
|
1428
1752
|
end
|
1429
1753
|
def self.new(
|
1430
1754
|
# IP address of the browser as returned by the HTTP headers to the 3DS requestor
|
@@ -1445,24 +1769,34 @@ module Lithic
|
|
1445
1769
|
time_zone: nil,
|
1446
1770
|
# Content of the HTTP user-agent header. Maps to EMV 3DS field browserUserAgent.
|
1447
1771
|
user_agent: nil
|
1448
|
-
)
|
1772
|
+
)
|
1773
|
+
end
|
1774
|
+
|
1449
1775
|
sig do
|
1450
|
-
override
|
1451
|
-
|
1452
|
-
|
1453
|
-
|
1454
|
-
|
1455
|
-
|
1456
|
-
|
1457
|
-
|
1458
|
-
|
1459
|
-
|
1460
|
-
|
1776
|
+
override.returns(
|
1777
|
+
{
|
1778
|
+
ip: T.nilable(String),
|
1779
|
+
java_enabled: T.nilable(T::Boolean),
|
1780
|
+
javascript_enabled: T.nilable(T::Boolean),
|
1781
|
+
language: T.nilable(String),
|
1782
|
+
time_zone: T.nilable(String),
|
1783
|
+
user_agent: T.nilable(String)
|
1784
|
+
}
|
1785
|
+
)
|
1786
|
+
end
|
1787
|
+
def to_hash
|
1461
1788
|
end
|
1462
|
-
def to_hash; end
|
1463
1789
|
end
|
1464
1790
|
|
1465
1791
|
class ChallengeMetadata < Lithic::Internal::Type::BaseModel
|
1792
|
+
OrHash =
|
1793
|
+
T.type_alias do
|
1794
|
+
T.any(
|
1795
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeMetadata,
|
1796
|
+
Lithic::Internal::AnyHash
|
1797
|
+
)
|
1798
|
+
end
|
1799
|
+
|
1466
1800
|
# The type of challenge method used for authentication.
|
1467
1801
|
sig do
|
1468
1802
|
returns(
|
@@ -1478,34 +1812,42 @@ module Lithic
|
|
1478
1812
|
# Metadata about the challenge method and delivery.
|
1479
1813
|
sig do
|
1480
1814
|
params(
|
1481
|
-
method_type:
|
1815
|
+
method_type:
|
1816
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeMetadata::MethodType::OrSymbol,
|
1482
1817
|
phone_number: T.nilable(String)
|
1483
|
-
)
|
1484
|
-
.returns(T.attached_class)
|
1818
|
+
).returns(T.attached_class)
|
1485
1819
|
end
|
1486
1820
|
def self.new(
|
1487
1821
|
# The type of challenge method used for authentication.
|
1488
1822
|
method_type:,
|
1489
1823
|
# The phone number used for delivering the OTP. Relevant only for SMS_OTP method.
|
1490
1824
|
phone_number: nil
|
1491
|
-
)
|
1825
|
+
)
|
1826
|
+
end
|
1827
|
+
|
1492
1828
|
sig do
|
1493
|
-
override
|
1494
|
-
|
1495
|
-
|
1496
|
-
|
1497
|
-
|
1498
|
-
|
1499
|
-
|
1829
|
+
override.returns(
|
1830
|
+
{
|
1831
|
+
method_type:
|
1832
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeMetadata::MethodType::TaggedSymbol,
|
1833
|
+
phone_number: T.nilable(String)
|
1834
|
+
}
|
1835
|
+
)
|
1836
|
+
end
|
1837
|
+
def to_hash
|
1500
1838
|
end
|
1501
|
-
def to_hash; end
|
1502
1839
|
|
1503
1840
|
# The type of challenge method used for authentication.
|
1504
1841
|
module MethodType
|
1505
1842
|
extend Lithic::Internal::Type::Enum
|
1506
1843
|
|
1507
1844
|
TaggedSymbol =
|
1508
|
-
T.type_alias
|
1845
|
+
T.type_alias do
|
1846
|
+
T.all(
|
1847
|
+
Symbol,
|
1848
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeMetadata::MethodType
|
1849
|
+
)
|
1850
|
+
end
|
1509
1851
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1510
1852
|
|
1511
1853
|
SMS_OTP =
|
@@ -1520,12 +1862,14 @@ module Lithic
|
|
1520
1862
|
)
|
1521
1863
|
|
1522
1864
|
sig do
|
1523
|
-
override
|
1524
|
-
|
1525
|
-
|
1526
|
-
|
1865
|
+
override.returns(
|
1866
|
+
T::Array[
|
1867
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeMetadata::MethodType::TaggedSymbol
|
1868
|
+
]
|
1869
|
+
)
|
1870
|
+
end
|
1871
|
+
def self.values
|
1527
1872
|
end
|
1528
|
-
def self.values; end
|
1529
1873
|
end
|
1530
1874
|
end
|
1531
1875
|
|
@@ -1534,7 +1878,12 @@ module Lithic
|
|
1534
1878
|
extend Lithic::Internal::Type::Enum
|
1535
1879
|
|
1536
1880
|
TaggedSymbol =
|
1537
|
-
T.type_alias
|
1881
|
+
T.type_alias do
|
1882
|
+
T.all(
|
1883
|
+
Symbol,
|
1884
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeOrchestratedBy
|
1885
|
+
)
|
1886
|
+
end
|
1538
1887
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1539
1888
|
|
1540
1889
|
LITHIC =
|
@@ -1554,12 +1903,14 @@ module Lithic
|
|
1554
1903
|
)
|
1555
1904
|
|
1556
1905
|
sig do
|
1557
|
-
override
|
1558
|
-
|
1559
|
-
|
1560
|
-
|
1906
|
+
override.returns(
|
1907
|
+
T::Array[
|
1908
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ChallengeOrchestratedBy::TaggedSymbol
|
1909
|
+
]
|
1910
|
+
)
|
1911
|
+
end
|
1912
|
+
def self.values
|
1561
1913
|
end
|
1562
|
-
def self.values; end
|
1563
1914
|
end
|
1564
1915
|
|
1565
1916
|
# Entity that made the authentication decision.
|
@@ -1567,7 +1918,12 @@ module Lithic
|
|
1567
1918
|
extend Lithic::Internal::Type::Enum
|
1568
1919
|
|
1569
1920
|
TaggedSymbol =
|
1570
|
-
T.type_alias
|
1921
|
+
T.type_alias do
|
1922
|
+
T.all(
|
1923
|
+
Symbol,
|
1924
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::DecisionMadeBy
|
1925
|
+
)
|
1926
|
+
end
|
1571
1927
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1572
1928
|
|
1573
1929
|
CUSTOMER_ENDPOINT =
|
@@ -1586,15 +1942,25 @@ module Lithic
|
|
1586
1942
|
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::DecisionMadeBy::TaggedSymbol
|
1587
1943
|
)
|
1588
1944
|
NETWORK =
|
1589
|
-
T.let(
|
1945
|
+
T.let(
|
1946
|
+
:NETWORK,
|
1947
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::DecisionMadeBy::TaggedSymbol
|
1948
|
+
)
|
1590
1949
|
UNKNOWN =
|
1591
|
-
T.let(
|
1950
|
+
T.let(
|
1951
|
+
:UNKNOWN,
|
1952
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::DecisionMadeBy::TaggedSymbol
|
1953
|
+
)
|
1592
1954
|
|
1593
1955
|
sig do
|
1594
|
-
override
|
1595
|
-
|
1956
|
+
override.returns(
|
1957
|
+
T::Array[
|
1958
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::DecisionMadeBy::TaggedSymbol
|
1959
|
+
]
|
1960
|
+
)
|
1961
|
+
end
|
1962
|
+
def self.values
|
1596
1963
|
end
|
1597
|
-
def self.values; end
|
1598
1964
|
end
|
1599
1965
|
|
1600
1966
|
# Type of 3DS Requestor Initiated (3RI) request i.e., a 3DS authentication that
|
@@ -1606,7 +1972,12 @@ module Lithic
|
|
1606
1972
|
extend Lithic::Internal::Type::Enum
|
1607
1973
|
|
1608
1974
|
TaggedSymbol =
|
1609
|
-
T.type_alias
|
1975
|
+
T.type_alias do
|
1976
|
+
T.all(
|
1977
|
+
Symbol,
|
1978
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ThreeRiRequestType
|
1979
|
+
)
|
1980
|
+
end
|
1610
1981
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1611
1982
|
|
1612
1983
|
ACCOUNT_VERIFICATION =
|
@@ -1680,7 +2051,10 @@ module Lithic
|
|
1680
2051
|
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ThreeRiRequestType::TaggedSymbol
|
1681
2052
|
)
|
1682
2053
|
TOP_UP =
|
1683
|
-
T.let(
|
2054
|
+
T.let(
|
2055
|
+
:TOP_UP,
|
2056
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ThreeRiRequestType::TaggedSymbol
|
2057
|
+
)
|
1684
2058
|
TRUST_LIST_STATUS_CHECK =
|
1685
2059
|
T.let(
|
1686
2060
|
:TRUST_LIST_STATUS_CHECK,
|
@@ -1688,20 +2062,35 @@ module Lithic
|
|
1688
2062
|
)
|
1689
2063
|
|
1690
2064
|
sig do
|
1691
|
-
override
|
1692
|
-
|
1693
|
-
|
1694
|
-
|
2065
|
+
override.returns(
|
2066
|
+
T::Array[
|
2067
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ThreeRiRequestType::TaggedSymbol
|
2068
|
+
]
|
2069
|
+
)
|
2070
|
+
end
|
2071
|
+
def self.values
|
1695
2072
|
end
|
1696
|
-
def self.values; end
|
1697
2073
|
end
|
1698
2074
|
|
1699
2075
|
class Transaction < Lithic::Internal::Type::BaseModel
|
2076
|
+
OrHash =
|
2077
|
+
T.type_alias do
|
2078
|
+
T.any(
|
2079
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Transaction,
|
2080
|
+
Lithic::Internal::AnyHash
|
2081
|
+
)
|
2082
|
+
end
|
2083
|
+
|
1700
2084
|
# Amount of the purchase in minor units of currency with all punctuation removed.
|
1701
2085
|
# Maps to EMV 3DS field purchaseAmount.
|
1702
2086
|
sig { returns(Float) }
|
1703
2087
|
attr_accessor :amount
|
1704
2088
|
|
2089
|
+
# Approximate amount of the purchase in minor units of cardholder currency.
|
2090
|
+
# Derived from `amount` using a daily conversion rate.
|
2091
|
+
sig { returns(T.nilable(Float)) }
|
2092
|
+
attr_accessor :cardholder_amount
|
2093
|
+
|
1705
2094
|
# Currency of the purchase. Maps to EMV 3DS field purchaseCurrency.
|
1706
2095
|
sig { returns(String) }
|
1707
2096
|
attr_accessor :currency
|
@@ -1720,7 +2109,9 @@ module Lithic
|
|
1720
2109
|
# Maps to EMV 3DS field transType.
|
1721
2110
|
sig do
|
1722
2111
|
returns(
|
1723
|
-
T.nilable(
|
2112
|
+
T.nilable(
|
2113
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Transaction::Type::TaggedSymbol
|
2114
|
+
)
|
1724
2115
|
)
|
1725
2116
|
end
|
1726
2117
|
attr_accessor :type
|
@@ -1730,17 +2121,23 @@ module Lithic
|
|
1730
2121
|
sig do
|
1731
2122
|
params(
|
1732
2123
|
amount: Float,
|
2124
|
+
cardholder_amount: T.nilable(Float),
|
1733
2125
|
currency: String,
|
1734
2126
|
currency_exponent: Float,
|
1735
2127
|
date_time: Time,
|
1736
|
-
type:
|
1737
|
-
|
1738
|
-
|
2128
|
+
type:
|
2129
|
+
T.nilable(
|
2130
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Transaction::Type::OrSymbol
|
2131
|
+
)
|
2132
|
+
).returns(T.attached_class)
|
1739
2133
|
end
|
1740
2134
|
def self.new(
|
1741
2135
|
# Amount of the purchase in minor units of currency with all punctuation removed.
|
1742
2136
|
# Maps to EMV 3DS field purchaseAmount.
|
1743
2137
|
amount:,
|
2138
|
+
# Approximate amount of the purchase in minor units of cardholder currency.
|
2139
|
+
# Derived from `amount` using a daily conversion rate.
|
2140
|
+
cardholder_amount:,
|
1744
2141
|
# Currency of the purchase. Maps to EMV 3DS field purchaseCurrency.
|
1745
2142
|
currency:,
|
1746
2143
|
# Minor units of currency, as specified in ISO 4217 currency exponent. Maps to EMV
|
@@ -1752,20 +2149,26 @@ module Lithic
|
|
1752
2149
|
# Type of the transaction for which a 3DS authentication request is occurring.
|
1753
2150
|
# Maps to EMV 3DS field transType.
|
1754
2151
|
type:
|
1755
|
-
)
|
2152
|
+
)
|
2153
|
+
end
|
2154
|
+
|
1756
2155
|
sig do
|
1757
|
-
override
|
1758
|
-
|
1759
|
-
|
1760
|
-
|
1761
|
-
|
1762
|
-
|
1763
|
-
|
1764
|
-
|
1765
|
-
|
1766
|
-
|
2156
|
+
override.returns(
|
2157
|
+
{
|
2158
|
+
amount: Float,
|
2159
|
+
cardholder_amount: T.nilable(Float),
|
2160
|
+
currency: String,
|
2161
|
+
currency_exponent: Float,
|
2162
|
+
date_time: Time,
|
2163
|
+
type:
|
2164
|
+
T.nilable(
|
2165
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Transaction::Type::TaggedSymbol
|
2166
|
+
)
|
2167
|
+
}
|
2168
|
+
)
|
2169
|
+
end
|
2170
|
+
def to_hash
|
1767
2171
|
end
|
1768
|
-
def to_hash; end
|
1769
2172
|
|
1770
2173
|
# Type of the transaction for which a 3DS authentication request is occurring.
|
1771
2174
|
# Maps to EMV 3DS field transType.
|
@@ -1773,7 +2176,12 @@ module Lithic
|
|
1773
2176
|
extend Lithic::Internal::Type::Enum
|
1774
2177
|
|
1775
2178
|
TaggedSymbol =
|
1776
|
-
T.type_alias
|
2179
|
+
T.type_alias do
|
2180
|
+
T.all(
|
2181
|
+
Symbol,
|
2182
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Transaction::Type
|
2183
|
+
)
|
2184
|
+
end
|
1777
2185
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1778
2186
|
|
1779
2187
|
ACCOUNT_FUNDING =
|
@@ -1803,12 +2211,14 @@ module Lithic
|
|
1803
2211
|
)
|
1804
2212
|
|
1805
2213
|
sig do
|
1806
|
-
override
|
1807
|
-
|
1808
|
-
|
1809
|
-
|
2214
|
+
override.returns(
|
2215
|
+
T::Array[
|
2216
|
+
Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Transaction::Type::TaggedSymbol
|
2217
|
+
]
|
2218
|
+
)
|
2219
|
+
end
|
2220
|
+
def self.values
|
1810
2221
|
end
|
1811
|
-
def self.values; end
|
1812
2222
|
end
|
1813
2223
|
end
|
1814
2224
|
end
|