lithic 0.1.0.pre.alpha.6 → 0.1.0.pre.alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/lithic/client.rb +3 -3
- data/lib/lithic/internal/transport/base_client.rb +1 -1
- data/lib/lithic/internal/transport/pooled_net_requester.rb +1 -1
- data/lib/lithic/internal/type/base_model.rb +14 -17
- data/lib/lithic/internal/type/converter.rb +20 -22
- data/lib/lithic/internal/type/enum.rb +8 -8
- data/lib/lithic/internal/util.rb +1 -5
- data/lib/lithic/models/account.rb +37 -37
- data/lib/lithic/models/account_holder.rb +58 -55
- data/lib/lithic/models/account_holder_create_params.rb +59 -59
- data/lib/lithic/models/account_holder_create_response.rb +6 -6
- data/lib/lithic/models/account_holder_list_params.rb +10 -10
- data/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb +2 -2
- data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +1 -1
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +71 -71
- data/lib/lithic/models/account_holder_update_params.rb +56 -64
- data/lib/lithic/models/account_holder_update_response.rb +75 -75
- data/lib/lithic/models/account_list_params.rb +6 -6
- data/lib/lithic/models/account_spend_limits.rb +6 -6
- data/lib/lithic/models/account_update_params.rb +14 -14
- data/lib/lithic/models/address.rb +5 -5
- data/lib/lithic/models/address_update.rb +3 -3
- data/lib/lithic/models/aggregate_balance.rb +4 -4
- data/lib/lithic/models/auth_rules/auth_rule.rb +6 -6
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +44 -44
- data/lib/lithic/models/auth_rules/conditional_attribute.rb +44 -44
- data/lib/lithic/models/auth_rules/v2/backtest_results.rb +10 -10
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_create_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_list_params.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_list_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_update_params.rb +6 -6
- data/lib/lithic/models/auth_rules/v2_update_response.rb +2 -2
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +14 -14
- data/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rb +5 -5
- data/lib/lithic/models/balance.rb +4 -4
- data/lib/lithic/models/balance_list_params.rb +1 -1
- data/lib/lithic/models/book_transfer_create_params.rb +4 -4
- data/lib/lithic/models/book_transfer_list_params.rb +7 -7
- data/lib/lithic/models/book_transfer_response.rb +14 -14
- data/lib/lithic/models/card.rb +110 -110
- data/lib/lithic/models/card_convert_physical_params.rb +22 -22
- data/lib/lithic/models/card_create_params.rb +93 -93
- data/lib/lithic/models/card_list_params.rb +6 -6
- data/lib/lithic/models/card_program.rb +1 -1
- data/lib/lithic/models/card_program_list_params.rb +2 -2
- data/lib/lithic/models/card_provision_params.rb +11 -11
- data/lib/lithic/models/card_reissue_params.rb +22 -22
- data/lib/lithic/models/card_renew_params.rb +24 -24
- data/lib/lithic/models/card_spend_limits.rb +6 -6
- data/lib/lithic/models/card_update_params.rb +33 -33
- data/lib/lithic/models/cards/aggregate_balance_list_response.rb +4 -4
- data/lib/lithic/models/cards/balance_list_params.rb +2 -2
- data/lib/lithic/models/cards/balance_list_response.rb +4 -4
- data/lib/lithic/models/cards/financial_transaction_list_params.rb +6 -6
- data/lib/lithic/models/digital_card_art_list_params.rb +2 -2
- data/lib/lithic/models/dispute.rb +88 -88
- data/lib/lithic/models/dispute_evidence.rb +11 -11
- data/lib/lithic/models/dispute_list_evidences_params.rb +6 -6
- data/lib/lithic/models/dispute_list_params.rb +6 -6
- data/lib/lithic/models/document.rb +6 -6
- data/lib/lithic/models/event.rb +51 -51
- data/lib/lithic/models/event_list_attempts_params.rb +6 -6
- data/lib/lithic/models/event_list_params.rb +6 -6
- data/lib/lithic/models/events/subscription_create_params.rb +1 -1
- data/lib/lithic/models/events/subscription_list_attempts_params.rb +6 -6
- data/lib/lithic/models/events/subscription_list_params.rb +2 -2
- data/lib/lithic/models/events/subscription_recover_params.rb +4 -4
- data/lib/lithic/models/events/subscription_replay_missing_params.rb +4 -4
- data/lib/lithic/models/events/subscription_update_params.rb +1 -1
- data/lib/lithic/models/external_bank_account_create_params.rb +4 -4
- data/lib/lithic/models/external_bank_account_create_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_list_params.rb +2 -2
- data/lib/lithic/models/external_bank_account_list_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_retrieve_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_update_params.rb +1 -1
- data/lib/lithic/models/external_bank_account_update_response.rb +11 -11
- data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +11 -11
- data/lib/lithic/models/external_payment_list_params.rb +7 -7
- data/lib/lithic/models/financial_account_create_params.rb +1 -1
- data/lib/lithic/models/financial_accounts/balance_list_params.rb +2 -2
- data/lib/lithic/models/financial_accounts/balance_list_response.rb +4 -4
- data/lib/lithic/models/financial_accounts/financial_transaction_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/loan_tape.rb +13 -13
- data/lib/lithic/models/financial_accounts/loan_tape_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/statement.rb +6 -6
- data/lib/lithic/models/financial_accounts/statement_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/statements/line_item_list_params.rb +2 -2
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +2 -1
- data/lib/lithic/models/financial_transaction.rb +35 -34
- data/lib/lithic/models/kyb.rb +47 -47
- data/lib/lithic/models/kyb_business_entity.rb +9 -9
- data/lib/lithic/models/kyc.rb +12 -12
- data/lib/lithic/models/kyc_exempt.rb +4 -4
- data/lib/lithic/models/management_operation_list_params.rb +7 -7
- data/lib/lithic/models/management_operation_transaction.rb +36 -0
- data/lib/lithic/models/message_attempt.rb +1 -1
- data/lib/lithic/models/payment.rb +66 -54
- data/lib/lithic/models/payment_create_params.rb +1 -1
- data/lib/lithic/models/payment_list_params.rb +6 -6
- data/lib/lithic/models/reports/settlement/network_total_list_params.rb +7 -7
- data/lib/lithic/models/reports/settlement/network_total_list_response.rb +7 -7
- data/lib/lithic/models/reports/settlement/network_total_retrieve_response.rb +7 -7
- data/lib/lithic/models/reports/settlement_list_details_params.rb +2 -2
- data/lib/lithic/models/required_document.rb +2 -2
- data/lib/lithic/models/settlement_detail.rb +5 -5
- data/lib/lithic/models/settlement_report.rb +15 -15
- data/lib/lithic/models/settlement_summary_details.rb +3 -3
- data/lib/lithic/models/shipping_address.rb +9 -9
- data/lib/lithic/models/spend_limit_duration.rb +10 -10
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +97 -97
- data/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rb +1 -1
- data/lib/lithic/models/three_ds/authentication_simulate_params.rb +7 -7
- data/lib/lithic/models/three_ds/authentication_simulate_response.rb +1 -1
- data/lib/lithic/models/three_ds/challenge_response.rb +3 -3
- data/lib/lithic/models/tokenization.rb +5 -5
- data/lib/lithic/models/tokenization_list_params.rb +6 -6
- data/lib/lithic/models/tokenization_resend_activation_code_params.rb +4 -4
- data/lib/lithic/models/tokenization_simulate_params.rb +3 -3
- data/lib/lithic/models/tokenization_update_digital_card_art_params.rb +3 -3
- data/lib/lithic/models/transaction.rb +95 -95
- data/lib/lithic/models/transaction_list_params.rb +8 -8
- data/lib/lithic/models/transaction_simulate_authorization_advice_params.rb +1 -1
- data/lib/lithic/models/transaction_simulate_authorization_params.rb +38 -38
- data/lib/lithic/models/transaction_simulate_authorization_response.rb +1 -1
- data/lib/lithic/models/transaction_simulate_clearing_params.rb +7 -7
- data/lib/lithic/models/transaction_simulate_credit_authorization_params.rb +4 -4
- data/lib/lithic/models/transaction_simulate_void_params.rb +7 -7
- data/lib/lithic/models/transactions/events/enhanced_data.rb +2 -2
- data/lib/lithic/models/transfer.rb +25 -24
- data/lib/lithic/models/transfer_create_params.rb +4 -4
- data/lib/lithic/request_options.rb +7 -7
- data/lib/lithic/resources/account_holders.rb +52 -52
- data/lib/lithic/resources/accounts.rb +7 -7
- data/lib/lithic/resources/aggregate_balances.rb +1 -1
- data/lib/lithic/resources/auth_rules/v2/backtests.rb +38 -38
- data/lib/lithic/resources/auth_rules/v2.rb +58 -58
- data/lib/lithic/resources/auth_stream_enrollment.rb +8 -8
- data/lib/lithic/resources/book_transfers.rb +2 -2
- data/lib/lithic/resources/cards/financial_transactions.rb +1 -1
- data/lib/lithic/resources/cards.rb +63 -63
- data/lib/lithic/resources/disputes.rb +6 -6
- data/lib/lithic/resources/events/subscriptions.rb +8 -8
- data/lib/lithic/resources/events.rb +2 -2
- data/lib/lithic/resources/external_payments.rb +1 -1
- data/lib/lithic/resources/financial_accounts/financial_transactions.rb +1 -1
- data/lib/lithic/resources/financial_accounts/loan_tapes.rb +1 -1
- data/lib/lithic/resources/financial_accounts/statements.rb +1 -1
- data/lib/lithic/resources/financial_accounts.rb +1 -1
- data/lib/lithic/resources/management_operations.rb +1 -1
- data/lib/lithic/resources/payments.rb +2 -2
- data/lib/lithic/resources/reports/settlement/network_totals.rb +1 -1
- data/lib/lithic/resources/three_ds/authentication.rb +6 -6
- data/lib/lithic/resources/three_ds/decisioning.rb +8 -8
- data/lib/lithic/resources/tokenization_decisioning.rb +7 -7
- data/lib/lithic/resources/tokenizations.rb +46 -46
- data/lib/lithic/resources/transactions/enhanced_commercial_data.rb +1 -1
- data/lib/lithic/resources/transactions/events/enhanced_commercial_data.rb +1 -1
- data/lib/lithic/resources/transactions.rb +24 -24
- data/lib/lithic/resources/transfers.rb +1 -1
- data/lib/lithic/version.rb +1 -1
- data/rbi/lib/lithic/client.rbi +6 -9
- data/rbi/lib/lithic/errors.rbi +3 -6
- data/rbi/lib/lithic/internal/cursor_page.rbi +1 -2
- data/rbi/lib/lithic/internal/single_page.rbi +1 -2
- data/rbi/lib/lithic/internal/transport/base_client.rbi +13 -27
- data/rbi/lib/lithic/internal/transport/pooled_net_requester.rbi +7 -13
- data/rbi/lib/lithic/internal/type/array_of.rbi +8 -16
- data/rbi/lib/lithic/internal/type/base_model.rbi +45 -64
- data/rbi/lib/lithic/internal/type/base_page.rbi +5 -10
- data/rbi/lib/lithic/internal/type/boolean.rbi +4 -8
- data/rbi/lib/lithic/internal/type/converter.rbi +25 -31
- data/rbi/lib/lithic/internal/type/enum.rbi +14 -20
- data/rbi/lib/lithic/internal/type/hash_of.rbi +8 -16
- data/rbi/lib/lithic/internal/type/request_parameters.rbi +1 -2
- data/rbi/lib/lithic/internal/type/union.rbi +10 -20
- data/rbi/lib/lithic/internal/type/unknown.rbi +4 -8
- data/rbi/lib/lithic/internal/util.rbi +34 -68
- data/rbi/lib/lithic/internal.rbi +1 -1
- data/rbi/lib/lithic/models/account.rbi +46 -56
- data/rbi/lib/lithic/models/account_financial_account_type.rbi +1 -2
- data/rbi/lib/lithic/models/account_holder.rbi +81 -99
- data/rbi/lib/lithic/models/account_holder_create_params.rbi +73 -90
- data/rbi/lib/lithic/models/account_holder_create_response.rbi +9 -12
- data/rbi/lib/lithic/models/account_holder_list_documents_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_list_documents_response.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_list_params.rbi +10 -13
- data/rbi/lib/lithic/models/account_holder_retrieve_document_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rbi +6 -11
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_params.rbi +5 -9
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_response.rbi +103 -123
- data/rbi/lib/lithic/models/account_holder_update_params.rbi +68 -94
- data/rbi/lib/lithic/models/account_holder_update_response.rbi +135 -140
- data/rbi/lib/lithic/models/account_holder_upload_document_params.rbi +3 -6
- data/rbi/lib/lithic/models/account_list_params.rbi +5 -6
- data/rbi/lib/lithic/models/account_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_retrieve_spend_limits_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_spend_limits.rbi +14 -22
- data/rbi/lib/lithic/models/account_update_params.rbi +19 -25
- data/rbi/lib/lithic/models/address.rbi +7 -9
- data/rbi/lib/lithic/models/address_update.rbi +5 -7
- data/rbi/lib/lithic/models/aggregate_balance.rbi +7 -11
- data/rbi/lib/lithic/models/aggregate_balance_list_params.rbi +3 -6
- data/rbi/lib/lithic/models/api_status.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/auth_rule.rbi +9 -13
- data/rbi/lib/lithic/models/auth_rules/auth_rule_condition.rbi +48 -52
- data/rbi/lib/lithic/models/auth_rules/conditional_attribute.rbi +45 -46
- data/rbi/lib/lithic/models/auth_rules/conditional_block_parameters.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_results.rbi +40 -54
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_apply_params.rbi +1 -2
- data/rbi/lib/lithic/models/auth_rules/v2_apply_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_create_params.rbi +4 -9
- data/rbi/lib/lithic/models/auth_rules/v2_create_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_delete_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_draft_params.rbi +3 -6
- data/rbi/lib/lithic/models/auth_rules/v2_draft_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_list_params.rbi +4 -7
- data/rbi/lib/lithic/models/auth_rules/v2_list_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_promote_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_promote_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_report_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_report_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_retrieve_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_update_params.rbi +9 -13
- data/rbi/lib/lithic/models/auth_rules/v2_update_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/velocity_limit_params.rbi +19 -24
- data/rbi/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rbi +6 -7
- data/rbi/lib/lithic/models/auth_stream_enrollment_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_stream_enrollment_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_stream_secret.rbi +2 -4
- data/rbi/lib/lithic/models/balance.rbi +7 -11
- data/rbi/lib/lithic/models/balance_list_params.rbi +4 -8
- data/rbi/lib/lithic/models/book_transfer_create_params.rbi +8 -13
- data/rbi/lib/lithic/models/book_transfer_list_params.rbi +10 -16
- data/rbi/lib/lithic/models/book_transfer_response.rbi +23 -33
- data/rbi/lib/lithic/models/book_transfer_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/book_transfer_reverse_params.rbi +2 -4
- data/rbi/lib/lithic/models/card.rbi +117 -127
- data/rbi/lib/lithic/models/card_convert_physical_params.rbi +24 -26
- data/rbi/lib/lithic/models/card_create_params.rbi +98 -104
- data/rbi/lib/lithic/models/card_embed_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/card_program.rbi +3 -6
- data/rbi/lib/lithic/models/card_program_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/card_program_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_provision_params.rbi +14 -18
- data/rbi/lib/lithic/models/card_provision_response.rbi +2 -4
- data/rbi/lib/lithic/models/card_reissue_params.rbi +24 -26
- data/rbi/lib/lithic/models/card_renew_params.rbi +27 -31
- data/rbi/lib/lithic/models/card_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_retrieve_spend_limits_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_search_by_pan_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_spend_limits.rbi +14 -22
- data/rbi/lib/lithic/models/card_update_params.rbi +37 -42
- data/rbi/lib/lithic/models/cards/aggregate_balance_list_params.rbi +2 -4
- data/rbi/lib/lithic/models/cards/aggregate_balance_list_response.rbi +6 -9
- data/rbi/lib/lithic/models/cards/balance_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/cards/balance_list_response.rbi +7 -11
- data/rbi/lib/lithic/models/cards/financial_transaction_list_params.rbi +9 -15
- data/rbi/lib/lithic/models/cards/financial_transaction_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/carrier.rbi +2 -4
- data/rbi/lib/lithic/models/client_api_status_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/extended_credit.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/extended_credit_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/prime_rate_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/prime_rate_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/prime_rate_retrieve_response.rbi +4 -8
- data/rbi/lib/lithic/models/digital_card_art.rbi +2 -4
- data/rbi/lib/lithic/models/digital_card_art_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/digital_card_art_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute.rbi +93 -99
- data/rbi/lib/lithic/models/dispute_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_delete_evidence_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_delete_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_evidence.rbi +13 -15
- data/rbi/lib/lithic/models/dispute_initiate_evidence_upload_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_list_evidences_params.rbi +5 -6
- data/rbi/lib/lithic/models/dispute_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/dispute_retrieve_evidence_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_update_params.rbi +2 -4
- data/rbi/lib/lithic/models/document.rbi +13 -21
- data/rbi/lib/lithic/models/event.rbi +58 -61
- data/rbi/lib/lithic/models/event_list_attempts_params.rbi +7 -11
- data/rbi/lib/lithic/models/event_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/event_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/event_subscription.rbi +3 -6
- data/rbi/lib/lithic/models/events/event_subscription_resend_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_create_params.rbi +4 -7
- data/rbi/lib/lithic/models/events/subscription_delete_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_list_attempts_params.rbi +7 -11
- data/rbi/lib/lithic/models/events/subscription_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/events/subscription_recover_params.rbi +4 -6
- data/rbi/lib/lithic/models/events/subscription_replay_missing_params.rbi +4 -6
- data/rbi/lib/lithic/models/events/subscription_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_retrieve_secret_response.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_send_simulated_example_params.rbi +3 -6
- data/rbi/lib/lithic/models/events/subscription_update_params.rbi +4 -7
- data/rbi/lib/lithic/models/external_bank_account_address.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_create_params.rbi +8 -13
- data/rbi/lib/lithic/models/external_bank_account_create_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_list_params.rbi +7 -13
- data/rbi/lib/lithic/models/external_bank_account_list_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_retrieve_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_retry_micro_deposits_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_retry_prenote_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_retry_prenote_response.rbi +16 -22
- data/rbi/lib/lithic/models/external_bank_account_update_params.rbi +4 -8
- data/rbi/lib/lithic/models/external_bank_account_update_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_accounts/micro_deposit_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_payment.rbi +10 -21
- data/rbi/lib/lithic/models/external_payment_cancel_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_create_params.rbi +5 -11
- data/rbi/lib/lithic/models/external_payment_list_params.rbi +10 -16
- data/rbi/lib/lithic/models/external_payment_release_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_reverse_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_settle_params.rbi +3 -6
- data/rbi/lib/lithic/models/financial_account.rbi +9 -20
- data/rbi/lib/lithic/models/financial_account_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_account_list_params.rbi +3 -6
- data/rbi/lib/lithic/models/financial_account_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_account_update_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_account_update_status_params.rbi +4 -8
- data/rbi/lib/lithic/models/financial_accounts/balance_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/financial_accounts/balance_list_response.rbi +7 -11
- data/rbi/lib/lithic/models/financial_accounts/credit_configuration_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/credit_configuration_update_params.rbi +2 -5
- data/rbi/lib/lithic/models/financial_accounts/financial_account_credit_config.rbi +4 -9
- data/rbi/lib/lithic/models/financial_accounts/financial_transaction_list_params.rbi +9 -15
- data/rbi/lib/lithic/models/financial_accounts/financial_transaction_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/loan_tape.rbi +51 -91
- data/rbi/lib/lithic/models/financial_accounts/loan_tape_list_params.rbi +5 -6
- data/rbi/lib/lithic/models/financial_accounts/loan_tape_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/statement.rbi +30 -56
- data/rbi/lib/lithic/models/financial_accounts/statement_list_params.rbi +6 -9
- data/rbi/lib/lithic/models/financial_accounts/statement_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/statements/line_item_list_params.rbi +3 -4
- data/rbi/lib/lithic/models/financial_accounts/statements/statement_line_items.rbi +12 -14
- data/rbi/lib/lithic/models/financial_accounts/statements.rbi +2 -4
- data/rbi/lib/lithic/models/financial_transaction.rbi +44 -53
- data/rbi/lib/lithic/models/instance_financial_account_type.rbi +1 -2
- data/rbi/lib/lithic/models/kyb.rbi +58 -72
- data/rbi/lib/lithic/models/kyb_business_entity.rbi +13 -18
- data/rbi/lib/lithic/models/kyc.rbi +17 -22
- data/rbi/lib/lithic/models/kyc_exempt.rbi +8 -13
- data/rbi/lib/lithic/models/management_operation_create_params.rbi +5 -11
- data/rbi/lib/lithic/models/management_operation_list_params.rbi +9 -14
- data/rbi/lib/lithic/models/management_operation_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/management_operation_reverse_params.rbi +2 -4
- data/rbi/lib/lithic/models/management_operation_transaction.rbi +60 -20
- data/rbi/lib/lithic/models/message_attempt.rbi +3 -5
- data/rbi/lib/lithic/models/owner_type.rbi +1 -2
- data/rbi/lib/lithic/models/payment.rbi +85 -89
- data/rbi/lib/lithic/models/payment_create_params.rbi +8 -16
- data/rbi/lib/lithic/models/payment_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/payment_list_params.rbi +9 -15
- data/rbi/lib/lithic/models/payment_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_retry_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_retry_response.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_action_params.rbi +4 -8
- data/rbi/lib/lithic/models/payment_simulate_action_response.rbi +3 -6
- data/rbi/lib/lithic/models/payment_simulate_receipt_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_receipt_response.rbi +3 -6
- data/rbi/lib/lithic/models/payment_simulate_release_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_release_response.rbi +3 -6
- data/rbi/lib/lithic/models/payment_simulate_return_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_return_response.rbi +3 -6
- data/rbi/lib/lithic/models/reports/settlement/network_total_list_params.rbi +8 -12
- data/rbi/lib/lithic/models/reports/settlement/network_total_list_response.rbi +12 -18
- data/rbi/lib/lithic/models/reports/settlement/network_total_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/reports/settlement/network_total_retrieve_response.rbi +12 -18
- data/rbi/lib/lithic/models/reports/settlement_list_details_params.rbi +4 -6
- data/rbi/lib/lithic/models/reports/settlement_summary_params.rbi +2 -4
- data/rbi/lib/lithic/models/required_document.rbi +4 -6
- data/rbi/lib/lithic/models/responder_endpoint_check_status_params.rbi +3 -6
- data/rbi/lib/lithic/models/responder_endpoint_create_params.rbi +3 -6
- data/rbi/lib/lithic/models/responder_endpoint_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/responder_endpoint_delete_params.rbi +3 -6
- data/rbi/lib/lithic/models/responder_endpoint_status.rbi +2 -4
- data/rbi/lib/lithic/models/settlement_detail.rbi +11 -18
- data/rbi/lib/lithic/models/settlement_report.rbi +17 -20
- data/rbi/lib/lithic/models/settlement_summary_details.rbi +6 -10
- data/rbi/lib/lithic/models/shipping_address.rbi +11 -14
- data/rbi/lib/lithic/models/spend_limit_duration.rbi +11 -12
- data/rbi/lib/lithic/models/three_ds/authentication_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/authentication_retrieve_response.rbi +137 -176
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rbi +3 -5
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_params.rbi +14 -21
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_response.rbi +3 -5
- data/rbi/lib/lithic/models/three_ds/challenge_response.rbi +5 -7
- data/rbi/lib/lithic/models/three_ds/challenge_result.rbi +1 -2
- data/rbi/lib/lithic/models/three_ds/decisioning_challenge_response_params.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/decisioning_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/decisioning_retrieve_secret_response.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/decisioning_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization.rbi +14 -24
- data/rbi/lib/lithic/models/tokenization_activate_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_deactivate_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_decisioning_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_decisioning_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_decisioning_rotate_secret_response.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/tokenization_pause_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_resend_activation_code_params.rbi +7 -10
- data/rbi/lib/lithic/models/tokenization_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_retrieve_response.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_secret.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_simulate_params.rbi +7 -12
- data/rbi/lib/lithic/models/tokenization_simulate_response.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_unpause_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_update_digital_card_art_params.rbi +5 -7
- data/rbi/lib/lithic/models/tokenization_update_digital_card_art_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction.rbi +168 -236
- data/rbi/lib/lithic/models/transaction_expire_authorization_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_list_params.rbi +10 -15
- data/rbi/lib/lithic/models/transaction_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_authorization_advice_params.rbi +3 -5
- data/rbi/lib/lithic/models/transaction_simulate_authorization_advice_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_authorization_params.rbi +41 -45
- data/rbi/lib/lithic/models/transaction_simulate_authorization_response.rbi +3 -5
- data/rbi/lib/lithic/models/transaction_simulate_clearing_params.rbi +9 -11
- data/rbi/lib/lithic/models/transaction_simulate_clearing_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_credit_authorization_params.rbi +6 -8
- data/rbi/lib/lithic/models/transaction_simulate_credit_authorization_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_reversal_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_reversal_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_void_params.rbi +10 -13
- data/rbi/lib/lithic/models/transaction_simulate_void_response.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/events/enhanced_commercial_data_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/events/enhanced_data.rbi +21 -35
- data/rbi/lib/lithic/models/transfer.rbi +34 -43
- data/rbi/lib/lithic/models/transfer_create_params.rbi +6 -8
- data/rbi/lib/lithic/models/verification_method.rbi +1 -2
- data/rbi/lib/lithic/request_options.rbi +9 -11
- data/rbi/lib/lithic/resources/account_holders.rbi +118 -145
- data/rbi/lib/lithic/resources/accounts.rbi +26 -35
- data/rbi/lib/lithic/resources/aggregate_balances.rbi +3 -6
- data/rbi/lib/lithic/resources/auth_rules/v2/backtests.rbi +40 -45
- data/rbi/lib/lithic/resources/auth_rules/v2.rbi +69 -88
- data/rbi/lib/lithic/resources/auth_rules.rbi +1 -2
- data/rbi/lib/lithic/resources/auth_stream_enrollment.rbi +11 -14
- data/rbi/lib/lithic/resources/balances.rbi +3 -6
- data/rbi/lib/lithic/resources/book_transfers.rbi +15 -24
- data/rbi/lib/lithic/resources/card_programs.rbi +5 -10
- data/rbi/lib/lithic/resources/cards/aggregate_balances.rbi +2 -5
- data/rbi/lib/lithic/resources/cards/balances.rbi +4 -7
- data/rbi/lib/lithic/resources/cards/financial_transactions.rbi +7 -12
- data/rbi/lib/lithic/resources/cards.rbi +215 -236
- data/rbi/lib/lithic/resources/credit_products/extended_credit.rbi +2 -5
- data/rbi/lib/lithic/resources/credit_products/prime_rates.rbi +3 -8
- data/rbi/lib/lithic/resources/credit_products.rbi +1 -2
- data/rbi/lib/lithic/resources/digital_card_art.rbi +8 -13
- data/rbi/lib/lithic/resources/disputes.rbi +22 -37
- data/rbi/lib/lithic/resources/events/event_subscriptions.rbi +2 -4
- data/rbi/lib/lithic/resources/events/subscriptions.rbi +29 -48
- data/rbi/lib/lithic/resources/events.rbi +12 -18
- data/rbi/lib/lithic/resources/external_bank_accounts/micro_deposits.rbi +2 -4
- data/rbi/lib/lithic/resources/external_bank_accounts.rbi +18 -23
- data/rbi/lib/lithic/resources/external_payments.rbi +13 -28
- data/rbi/lib/lithic/resources/financial_accounts/balances.rbi +4 -7
- data/rbi/lib/lithic/resources/financial_accounts/credit_configuration.rbi +3 -8
- data/rbi/lib/lithic/resources/financial_accounts/financial_transactions.rbi +7 -12
- data/rbi/lib/lithic/resources/financial_accounts/loan_tapes.rbi +7 -12
- data/rbi/lib/lithic/resources/financial_accounts/statements/line_items.rbi +5 -8
- data/rbi/lib/lithic/resources/financial_accounts/statements.rbi +7 -12
- data/rbi/lib/lithic/resources/financial_accounts.rbi +7 -16
- data/rbi/lib/lithic/resources/management_operations.rbi +10 -19
- data/rbi/lib/lithic/resources/payments.rbi +14 -29
- data/rbi/lib/lithic/resources/reports/settlement/network_totals.rbi +8 -13
- data/rbi/lib/lithic/resources/reports/settlement.rbi +5 -10
- data/rbi/lib/lithic/resources/reports.rbi +1 -2
- data/rbi/lib/lithic/resources/responder_endpoints.rbi +4 -11
- data/rbi/lib/lithic/resources/three_ds/authentication.rbi +12 -19
- data/rbi/lib/lithic/resources/three_ds/decisioning.rbi +15 -20
- data/rbi/lib/lithic/resources/three_ds.rbi +1 -2
- data/rbi/lib/lithic/resources/tokenization_decisioning.rbi +10 -13
- data/rbi/lib/lithic/resources/tokenizations.rbi +66 -85
- data/rbi/lib/lithic/resources/transactions/enhanced_commercial_data.rbi +3 -6
- data/rbi/lib/lithic/resources/transactions/events/enhanced_commercial_data.rbi +3 -6
- data/rbi/lib/lithic/resources/transactions/events.rbi +1 -2
- data/rbi/lib/lithic/resources/transactions.rbi +79 -100
- data/rbi/lib/lithic/resources/transfers.rbi +7 -10
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +2 -0
- data/sig/lithic/models/financial_transaction.rbs +2 -0
- data/sig/lithic/models/management_operation_transaction.rbs +27 -0
- data/sig/lithic/models/payment.rbs +8 -2
- data/sig/lithic/models/transfer.rbs +2 -0
- metadata +2 -2
@@ -60,6 +60,13 @@ module Lithic
|
|
60
60
|
# @return [Symbol, Lithic::Models::ManagementOperationTransaction::Status]
|
61
61
|
required :status, enum: -> { Lithic::Models::ManagementOperationTransaction::Status }
|
62
62
|
|
63
|
+
# @!attribute transaction_series
|
64
|
+
#
|
65
|
+
# @return [Lithic::Models::ManagementOperationTransaction::TransactionSeries, nil]
|
66
|
+
required :transaction_series,
|
67
|
+
-> { Lithic::Models::ManagementOperationTransaction::TransactionSeries },
|
68
|
+
nil?: true
|
69
|
+
|
63
70
|
# @!attribute updated
|
64
71
|
#
|
65
72
|
# @return [Time]
|
@@ -86,6 +93,7 @@ module Lithic
|
|
86
93
|
# # @param result [Symbol, Lithic::Models::ManagementOperationTransaction::Result]
|
87
94
|
# # @param settled_amount [Integer]
|
88
95
|
# # @param status [Symbol, Lithic::Models::ManagementOperationTransaction::Status]
|
96
|
+
# # @param transaction_series [Lithic::Models::ManagementOperationTransaction::TransactionSeries, nil]
|
89
97
|
# # @param updated [Time]
|
90
98
|
# # @param user_defined_id [String]
|
91
99
|
# #
|
@@ -101,6 +109,7 @@ module Lithic
|
|
101
109
|
# result:,
|
102
110
|
# settled_amount:,
|
103
111
|
# status:,
|
112
|
+
# transaction_series:,
|
104
113
|
# updated:,
|
105
114
|
# user_defined_id: nil,
|
106
115
|
# **
|
@@ -290,6 +299,33 @@ module Lithic
|
|
290
299
|
# # @return [Array<Symbol>]
|
291
300
|
# def self.values; end
|
292
301
|
end
|
302
|
+
|
303
|
+
# @see Lithic::Models::ManagementOperationTransaction#transaction_series
|
304
|
+
class TransactionSeries < Lithic::Internal::Type::BaseModel
|
305
|
+
# @!attribute related_transaction_event_token
|
306
|
+
#
|
307
|
+
# @return [String, nil]
|
308
|
+
required :related_transaction_event_token, String, nil?: true
|
309
|
+
|
310
|
+
# @!attribute related_transaction_token
|
311
|
+
#
|
312
|
+
# @return [String, nil]
|
313
|
+
required :related_transaction_token, String, nil?: true
|
314
|
+
|
315
|
+
# @!attribute type
|
316
|
+
#
|
317
|
+
# @return [String]
|
318
|
+
required :type, String
|
319
|
+
|
320
|
+
# @!parse
|
321
|
+
# # @param related_transaction_event_token [String, nil]
|
322
|
+
# # @param related_transaction_token [String, nil]
|
323
|
+
# # @param type [String]
|
324
|
+
# #
|
325
|
+
# def initialize(related_transaction_event_token:, related_transaction_token:, type:, **) = super
|
326
|
+
|
327
|
+
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
328
|
+
end
|
293
329
|
end
|
294
330
|
end
|
295
331
|
end
|
@@ -13,7 +13,7 @@ module Lithic
|
|
13
13
|
# @!attribute created
|
14
14
|
# An RFC 3339 timestamp for when the event was created. UTC time zone.
|
15
15
|
#
|
16
|
-
#
|
16
|
+
# If no timezone is specified, UTC will be used.
|
17
17
|
#
|
18
18
|
# @return [Time]
|
19
19
|
required :created, Time
|
@@ -30,7 +30,7 @@ module Lithic
|
|
30
30
|
|
31
31
|
# @!attribute descriptor
|
32
32
|
# A string that provides a description of the payment; may be useful to display to
|
33
|
-
#
|
33
|
+
# users.
|
34
34
|
#
|
35
35
|
# @return [String]
|
36
36
|
required :descriptor, String
|
@@ -68,21 +68,21 @@ module Lithic
|
|
68
68
|
|
69
69
|
# @!attribute pending_amount
|
70
70
|
# Pending amount of the payment in the currency's smallest unit (e.g., cents). The
|
71
|
-
#
|
71
|
+
# value of this field will go to zero over time once the payment is settled.
|
72
72
|
#
|
73
73
|
# @return [Integer]
|
74
74
|
required :pending_amount, Integer
|
75
75
|
|
76
76
|
# @!attribute result
|
77
77
|
# APPROVED payments were successful while DECLINED payments were declined by
|
78
|
-
#
|
78
|
+
# Lithic or returned.
|
79
79
|
#
|
80
80
|
# @return [Symbol, Lithic::Models::Payment::Result]
|
81
81
|
required :result, enum: -> { Lithic::Models::Payment::Result }
|
82
82
|
|
83
83
|
# @!attribute settled_amount
|
84
84
|
# Amount of the payment that has been settled in the currency's smallest unit
|
85
|
-
#
|
85
|
+
# (e.g., cents).
|
86
86
|
#
|
87
87
|
# @return [Integer]
|
88
88
|
required :settled_amount, Integer
|
@@ -95,11 +95,11 @@ module Lithic
|
|
95
95
|
# @!attribute status
|
96
96
|
# Status types:
|
97
97
|
#
|
98
|
-
#
|
99
|
-
#
|
100
|
-
#
|
101
|
-
#
|
102
|
-
#
|
98
|
+
# - `DECLINED` - The payment was declined.
|
99
|
+
# - `PENDING` - The payment is being processed and has yet to settle or release
|
100
|
+
# (origination debit).
|
101
|
+
# - `RETURNED` - The payment has been returned.
|
102
|
+
# - `SETTLED` - The payment is completed.
|
103
103
|
#
|
104
104
|
# @return [Symbol, Lithic::Models::Payment::Status]
|
105
105
|
required :status, enum: -> { Lithic::Models::Payment::Status }
|
@@ -115,6 +115,16 @@ module Lithic
|
|
115
115
|
# @return [String, nil]
|
116
116
|
required :user_defined_id, String, nil?: true
|
117
117
|
|
118
|
+
# @!attribute [r] expected_release_date
|
119
|
+
# Date when the financial transaction expected to be released after settlement
|
120
|
+
#
|
121
|
+
# @return [Date, nil]
|
122
|
+
optional :expected_release_date, Date
|
123
|
+
|
124
|
+
# @!parse
|
125
|
+
# # @return [Date]
|
126
|
+
# attr_writer :expected_release_date
|
127
|
+
|
118
128
|
# @!parse
|
119
129
|
# # @param token [String]
|
120
130
|
# # @param category [Symbol, Lithic::Models::Payment::Category]
|
@@ -134,6 +144,7 @@ module Lithic
|
|
134
144
|
# # @param status [Symbol, Lithic::Models::Payment::Status]
|
135
145
|
# # @param updated [Time]
|
136
146
|
# # @param user_defined_id [String, nil]
|
147
|
+
# # @param expected_release_date [Date]
|
137
148
|
# #
|
138
149
|
# def initialize(
|
139
150
|
# token:,
|
@@ -154,6 +165,7 @@ module Lithic
|
|
154
165
|
# status:,
|
155
166
|
# updated:,
|
156
167
|
# user_defined_id:,
|
168
|
+
# expected_release_date: nil,
|
157
169
|
# **
|
158
170
|
# )
|
159
171
|
# super
|
@@ -199,7 +211,7 @@ module Lithic
|
|
199
211
|
|
200
212
|
# @!attribute amount
|
201
213
|
# Amount of the financial event that has been settled in the currency's smallest
|
202
|
-
#
|
214
|
+
# unit (e.g., cents).
|
203
215
|
#
|
204
216
|
# @return [Integer]
|
205
217
|
required :amount, Integer
|
@@ -212,7 +224,7 @@ module Lithic
|
|
212
224
|
|
213
225
|
# @!attribute result
|
214
226
|
# APPROVED financial events were successful while DECLINED financial events were
|
215
|
-
#
|
227
|
+
# declined by user, Lithic, or the network.
|
216
228
|
#
|
217
229
|
# @return [Symbol, Lithic::Models::Payment::Event::Result]
|
218
230
|
required :result, enum: -> { Lithic::Models::Payment::Event::Result }
|
@@ -220,24 +232,24 @@ module Lithic
|
|
220
232
|
# @!attribute type
|
221
233
|
# Event types:
|
222
234
|
#
|
223
|
-
#
|
224
|
-
#
|
225
|
-
#
|
226
|
-
#
|
227
|
-
#
|
228
|
-
#
|
229
|
-
#
|
230
|
-
#
|
231
|
-
#
|
232
|
-
#
|
233
|
-
#
|
234
|
-
#
|
235
|
-
#
|
236
|
-
#
|
237
|
-
#
|
238
|
-
#
|
239
|
-
#
|
240
|
-
#
|
235
|
+
# - `ACH_ORIGINATION_INITIATED` - ACH origination received and pending
|
236
|
+
# approval/release from an ACH hold.
|
237
|
+
# - `ACH_ORIGINATION_REVIEWED` - ACH origination has completed the review process.
|
238
|
+
# - `ACH_ORIGINATION_CANCELLED` - ACH origination has been cancelled.
|
239
|
+
# - `ACH_ORIGINATION_PROCESSED` - ACH origination has been processed and sent to
|
240
|
+
# the fed.
|
241
|
+
# - `ACH_ORIGINATION_SETTLED` - ACH origination has settled.
|
242
|
+
# - `ACH_ORIGINATION_RELEASED` - ACH origination released from pending to
|
243
|
+
# available balance.
|
244
|
+
# - `ACH_RETURN_PROCESSED` - ACH origination returned by the Receiving Depository
|
245
|
+
# Financial Institution.
|
246
|
+
# - `ACH_RECEIPT_PROCESSED` - ACH receipt pending release from an ACH holder.
|
247
|
+
# - `ACH_RETURN_INITIATED` - ACH initiated return for a ACH receipt.
|
248
|
+
# - `ACH_RECEIPT_SETTLED` - ACH receipt funds have settled.
|
249
|
+
# - `ACH_RECEIPT_RELEASED` - ACH receipt released from pending to available
|
250
|
+
# balance.
|
251
|
+
# - `ACH_RETURN_SETTLED` - ACH receipt return settled by the Receiving Depository
|
252
|
+
# Financial Institution.
|
241
253
|
#
|
242
254
|
# @return [Symbol, Lithic::Models::Payment::Event::Type]
|
243
255
|
required :type, enum: -> { Lithic::Models::Payment::Event::Type }
|
@@ -266,7 +278,7 @@ module Lithic
|
|
266
278
|
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
267
279
|
|
268
280
|
# APPROVED financial events were successful while DECLINED financial events were
|
269
|
-
#
|
281
|
+
# declined by user, Lithic, or the network.
|
270
282
|
#
|
271
283
|
# @see Lithic::Models::Payment::Event#result
|
272
284
|
module Result
|
@@ -284,24 +296,24 @@ module Lithic
|
|
284
296
|
|
285
297
|
# Event types:
|
286
298
|
#
|
287
|
-
#
|
288
|
-
#
|
289
|
-
#
|
290
|
-
#
|
291
|
-
#
|
292
|
-
#
|
293
|
-
#
|
294
|
-
#
|
295
|
-
#
|
296
|
-
#
|
297
|
-
#
|
298
|
-
#
|
299
|
-
#
|
300
|
-
#
|
301
|
-
#
|
302
|
-
#
|
303
|
-
#
|
304
|
-
#
|
299
|
+
# - `ACH_ORIGINATION_INITIATED` - ACH origination received and pending
|
300
|
+
# approval/release from an ACH hold.
|
301
|
+
# - `ACH_ORIGINATION_REVIEWED` - ACH origination has completed the review process.
|
302
|
+
# - `ACH_ORIGINATION_CANCELLED` - ACH origination has been cancelled.
|
303
|
+
# - `ACH_ORIGINATION_PROCESSED` - ACH origination has been processed and sent to
|
304
|
+
# the fed.
|
305
|
+
# - `ACH_ORIGINATION_SETTLED` - ACH origination has settled.
|
306
|
+
# - `ACH_ORIGINATION_RELEASED` - ACH origination released from pending to
|
307
|
+
# available balance.
|
308
|
+
# - `ACH_RETURN_PROCESSED` - ACH origination returned by the Receiving Depository
|
309
|
+
# Financial Institution.
|
310
|
+
# - `ACH_RECEIPT_PROCESSED` - ACH receipt pending release from an ACH holder.
|
311
|
+
# - `ACH_RETURN_INITIATED` - ACH initiated return for a ACH receipt.
|
312
|
+
# - `ACH_RECEIPT_SETTLED` - ACH receipt funds have settled.
|
313
|
+
# - `ACH_RECEIPT_RELEASED` - ACH receipt released from pending to available
|
314
|
+
# balance.
|
315
|
+
# - `ACH_RETURN_SETTLED` - ACH receipt return settled by the Receiving Depository
|
316
|
+
# Financial Institution.
|
305
317
|
#
|
306
318
|
# @see Lithic::Models::Payment::Event#type
|
307
319
|
module Type
|
@@ -419,7 +431,7 @@ module Lithic
|
|
419
431
|
end
|
420
432
|
|
421
433
|
# APPROVED payments were successful while DECLINED payments were declined by
|
422
|
-
#
|
434
|
+
# Lithic or returned.
|
423
435
|
#
|
424
436
|
# @see Lithic::Models::Payment#result
|
425
437
|
module Result
|
@@ -451,11 +463,11 @@ module Lithic
|
|
451
463
|
|
452
464
|
# Status types:
|
453
465
|
#
|
454
|
-
#
|
455
|
-
#
|
456
|
-
#
|
457
|
-
#
|
458
|
-
#
|
466
|
+
# - `DECLINED` - The payment was declined.
|
467
|
+
# - `PENDING` - The payment is being processed and has yet to settle or release
|
468
|
+
# (origination debit).
|
469
|
+
# - `RETURNED` - The payment has been returned.
|
470
|
+
# - `SETTLED` - The payment is completed.
|
459
471
|
#
|
460
472
|
# @see Lithic::Models::Payment#status
|
461
473
|
module Status
|
@@ -19,10 +19,10 @@ module Lithic
|
|
19
19
|
|
20
20
|
# @!attribute [r] begin_
|
21
21
|
# Date string in RFC 3339 format. Only entries created after the specified time
|
22
|
-
#
|
22
|
+
# will be included. UTC time zone.
|
23
23
|
#
|
24
24
|
# @return [Time, nil]
|
25
|
-
optional :begin_, Time
|
25
|
+
optional :begin_, Time
|
26
26
|
|
27
27
|
# @!parse
|
28
28
|
# # @return [Time]
|
@@ -48,10 +48,10 @@ module Lithic
|
|
48
48
|
|
49
49
|
# @!attribute [r] end_
|
50
50
|
# Date string in RFC 3339 format. Only entries created before the specified time
|
51
|
-
#
|
51
|
+
# will be included. UTC time zone.
|
52
52
|
#
|
53
53
|
# @return [Time, nil]
|
54
|
-
optional :end_, Time
|
54
|
+
optional :end_, Time
|
55
55
|
|
56
56
|
# @!parse
|
57
57
|
# # @return [Time]
|
@@ -59,7 +59,7 @@ module Lithic
|
|
59
59
|
|
60
60
|
# @!attribute [r] ending_before
|
61
61
|
# A cursor representing an item's token before which a page of results should end.
|
62
|
-
#
|
62
|
+
# Used to retrieve the previous page of results before this item.
|
63
63
|
#
|
64
64
|
# @return [String, nil]
|
65
65
|
optional :ending_before, String
|
@@ -98,7 +98,7 @@ module Lithic
|
|
98
98
|
|
99
99
|
# @!attribute [r] starting_after
|
100
100
|
# A cursor representing an item's token after which a page of results should
|
101
|
-
#
|
101
|
+
# begin. Used to retrieve the next page of results after this item.
|
102
102
|
#
|
103
103
|
# @return [String, nil]
|
104
104
|
optional :starting_after, String
|
@@ -12,10 +12,10 @@ module Lithic
|
|
12
12
|
|
13
13
|
# @!attribute [r] begin_
|
14
14
|
# Datetime in RFC 3339 format. Only entries created after the specified time will
|
15
|
-
#
|
15
|
+
# be included. UTC time zone.
|
16
16
|
#
|
17
17
|
# @return [Time, nil]
|
18
|
-
optional :begin_, Time
|
18
|
+
optional :begin_, Time
|
19
19
|
|
20
20
|
# @!parse
|
21
21
|
# # @return [Time]
|
@@ -23,10 +23,10 @@ module Lithic
|
|
23
23
|
|
24
24
|
# @!attribute [r] end_
|
25
25
|
# Datetime in RFC 3339 format. Only entries created before the specified time will
|
26
|
-
#
|
26
|
+
# be included. UTC time zone.
|
27
27
|
#
|
28
28
|
# @return [Time, nil]
|
29
|
-
optional :end_, Time
|
29
|
+
optional :end_, Time
|
30
30
|
|
31
31
|
# @!parse
|
32
32
|
# # @return [Time]
|
@@ -34,7 +34,7 @@ module Lithic
|
|
34
34
|
|
35
35
|
# @!attribute [r] ending_before
|
36
36
|
# A cursor representing an item's token before which a page of results should end.
|
37
|
-
#
|
37
|
+
# Used to retrieve the previous page of results before this item.
|
38
38
|
#
|
39
39
|
# @return [String, nil]
|
40
40
|
optional :ending_before, String
|
@@ -75,7 +75,7 @@ module Lithic
|
|
75
75
|
|
76
76
|
# @!attribute [r] report_date
|
77
77
|
# Singular report date to filter on (YYYY-MM-DD). Cannot be populated in
|
78
|
-
#
|
78
|
+
# conjunction with report_date_begin or report_date_end.
|
79
79
|
#
|
80
80
|
# @return [Date, nil]
|
81
81
|
optional :report_date, Date
|
@@ -116,7 +116,7 @@ module Lithic
|
|
116
116
|
|
117
117
|
# @!attribute [r] starting_after
|
118
118
|
# A cursor representing an item's token after which a page of results should
|
119
|
-
#
|
119
|
+
# begin. Used to retrieve the next page of results after this item.
|
120
120
|
#
|
121
121
|
# @return [String, nil]
|
122
122
|
optional :starting_after, String
|
@@ -31,15 +31,15 @@ module Lithic
|
|
31
31
|
|
32
32
|
# @!attribute institution_id
|
33
33
|
# The institution that activity occurred on. For Mastercard: ICA (Interbank Card
|
34
|
-
#
|
35
|
-
#
|
34
|
+
# Association). For Maestro: institution ID. For Visa: lowest level SRE
|
35
|
+
# (Settlement Reporting Entity).
|
36
36
|
#
|
37
37
|
# @return [String]
|
38
38
|
required :institution_id, String
|
39
39
|
|
40
40
|
# @!attribute network
|
41
41
|
# Card network where the transaction took place. VISA, MASTERCARD, MAESTRO, or
|
42
|
-
#
|
42
|
+
# INTERLINK.
|
43
43
|
#
|
44
44
|
# @return [Symbol, Lithic::Models::Reports::Settlement::NetworkTotalListResponse::Network]
|
45
45
|
required :network, enum: -> { Lithic::Models::Reports::Settlement::NetworkTotalListResponse::Network }
|
@@ -52,8 +52,8 @@ module Lithic
|
|
52
52
|
|
53
53
|
# @!attribute settlement_institution_id
|
54
54
|
# The institution responsible for settlement. For Mastercard: same as
|
55
|
-
#
|
56
|
-
#
|
55
|
+
# `institution_id`. For Maestro: billing ICA. For Visa: Funds Transfer SRE
|
56
|
+
# (FTSRE).
|
57
57
|
#
|
58
58
|
# @return [String]
|
59
59
|
required :settlement_institution_id, String
|
@@ -128,7 +128,7 @@ module Lithic
|
|
128
128
|
|
129
129
|
# @!attribute net_settlement
|
130
130
|
# `gross_settlement` net of `interchange_fees` and `visa_charges` (if applicable),
|
131
|
-
#
|
131
|
+
# in currency's smallest unit.
|
132
132
|
#
|
133
133
|
# @return [Integer]
|
134
134
|
required :net_settlement, Integer
|
@@ -155,7 +155,7 @@ module Lithic
|
|
155
155
|
end
|
156
156
|
|
157
157
|
# Card network where the transaction took place. VISA, MASTERCARD, MAESTRO, or
|
158
|
-
#
|
158
|
+
# INTERLINK.
|
159
159
|
#
|
160
160
|
# @see Lithic::Models::Reports::Settlement::NetworkTotalListResponse#network
|
161
161
|
module Network
|
@@ -31,15 +31,15 @@ module Lithic
|
|
31
31
|
|
32
32
|
# @!attribute institution_id
|
33
33
|
# The institution that activity occurred on. For Mastercard: ICA (Interbank Card
|
34
|
-
#
|
35
|
-
#
|
34
|
+
# Association). For Maestro: institution ID. For Visa: lowest level SRE
|
35
|
+
# (Settlement Reporting Entity).
|
36
36
|
#
|
37
37
|
# @return [String]
|
38
38
|
required :institution_id, String
|
39
39
|
|
40
40
|
# @!attribute network
|
41
41
|
# Card network where the transaction took place. VISA, MASTERCARD, MAESTRO, or
|
42
|
-
#
|
42
|
+
# INTERLINK.
|
43
43
|
#
|
44
44
|
# @return [Symbol, Lithic::Models::Reports::Settlement::NetworkTotalRetrieveResponse::Network]
|
45
45
|
required :network, enum: -> { Lithic::Models::Reports::Settlement::NetworkTotalRetrieveResponse::Network }
|
@@ -52,8 +52,8 @@ module Lithic
|
|
52
52
|
|
53
53
|
# @!attribute settlement_institution_id
|
54
54
|
# The institution responsible for settlement. For Mastercard: same as
|
55
|
-
#
|
56
|
-
#
|
55
|
+
# `institution_id`. For Maestro: billing ICA. For Visa: Funds Transfer SRE
|
56
|
+
# (FTSRE).
|
57
57
|
#
|
58
58
|
# @return [String]
|
59
59
|
required :settlement_institution_id, String
|
@@ -128,7 +128,7 @@ module Lithic
|
|
128
128
|
|
129
129
|
# @!attribute net_settlement
|
130
130
|
# `gross_settlement` net of `interchange_fees` and `visa_charges` (if applicable),
|
131
|
-
#
|
131
|
+
# in currency's smallest unit.
|
132
132
|
#
|
133
133
|
# @return [Integer]
|
134
134
|
required :net_settlement, Integer
|
@@ -155,7 +155,7 @@ module Lithic
|
|
155
155
|
end
|
156
156
|
|
157
157
|
# Card network where the transaction took place. VISA, MASTERCARD, MAESTRO, or
|
158
|
-
#
|
158
|
+
# INTERLINK.
|
159
159
|
#
|
160
160
|
# @see Lithic::Models::Reports::Settlement::NetworkTotalRetrieveResponse#network
|
161
161
|
module Network
|
@@ -11,7 +11,7 @@ module Lithic
|
|
11
11
|
|
12
12
|
# @!attribute [r] ending_before
|
13
13
|
# A cursor representing an item's token before which a page of results should end.
|
14
|
-
#
|
14
|
+
# Used to retrieve the previous page of results before this item.
|
15
15
|
#
|
16
16
|
# @return [String, nil]
|
17
17
|
optional :ending_before, String
|
@@ -32,7 +32,7 @@ module Lithic
|
|
32
32
|
|
33
33
|
# @!attribute [r] starting_after
|
34
34
|
# A cursor representing an item's token after which a page of results should
|
35
|
-
#
|
35
|
+
# begin. Used to retrieve the next page of results after this item.
|
36
36
|
#
|
37
37
|
# @return [String, nil]
|
38
38
|
optional :starting_after, String
|
@@ -11,14 +11,14 @@ module Lithic
|
|
11
11
|
|
12
12
|
# @!attribute status_reasons
|
13
13
|
# rovides the status reasons that will be satisfied by providing one of the valid
|
14
|
-
#
|
14
|
+
# documents.
|
15
15
|
#
|
16
16
|
# @return [Array<String>]
|
17
17
|
required :status_reasons, Lithic::Internal::Type::ArrayOf[String]
|
18
18
|
|
19
19
|
# @!attribute valid_documents
|
20
20
|
# A list of valid documents that will satisfy the KYC requirements for the
|
21
|
-
#
|
21
|
+
# specified entity.
|
22
22
|
#
|
23
23
|
# @return [Array<String>]
|
24
24
|
required :valid_documents, Lithic::Internal::Type::ArrayOf[String]
|
@@ -11,21 +11,21 @@ module Lithic
|
|
11
11
|
|
12
12
|
# @!attribute account_token
|
13
13
|
# The most granular ID the network settles with (e.g., ICA for Mastercard, FTSRE
|
14
|
-
#
|
14
|
+
# for Visa).
|
15
15
|
#
|
16
16
|
# @return [String]
|
17
17
|
required :account_token, String
|
18
18
|
|
19
19
|
# @!attribute card_program_token
|
20
20
|
# Globally unique identifier denoting the card program that the associated
|
21
|
-
#
|
21
|
+
# Transaction occurred on.
|
22
22
|
#
|
23
23
|
# @return [String]
|
24
24
|
required :card_program_token, String
|
25
25
|
|
26
26
|
# @!attribute card_token
|
27
27
|
# Globally unique identifier denoting the card that the associated Transaction
|
28
|
-
#
|
28
|
+
# occurred on.
|
29
29
|
#
|
30
30
|
# @return [String]
|
31
31
|
required :card_token, String
|
@@ -56,7 +56,7 @@ module Lithic
|
|
56
56
|
|
57
57
|
# @!attribute institution
|
58
58
|
# The most granular ID the network settles with (e.g., ICA for Mastercard, FTSRE
|
59
|
-
#
|
59
|
+
# for Visa).
|
60
60
|
#
|
61
61
|
# @return [String]
|
62
62
|
required :institution, String
|
@@ -111,7 +111,7 @@ module Lithic
|
|
111
111
|
|
112
112
|
# @!attribute transactions_gross_amount
|
113
113
|
# The total amount of settlement impacting transactions (excluding interchange,
|
114
|
-
#
|
114
|
+
# fees, and disputes).
|
115
115
|
#
|
116
116
|
# @return [Integer]
|
117
117
|
required :transactions_gross_amount, Integer
|
@@ -11,7 +11,7 @@ module Lithic
|
|
11
11
|
|
12
12
|
# @!attribute currency
|
13
13
|
# 3-character alphabetic ISO 4217 code. (This field is deprecated and will be
|
14
|
-
#
|
14
|
+
# removed in a future version of the API.)
|
15
15
|
#
|
16
16
|
# @return [String]
|
17
17
|
required :currency, String
|
@@ -23,17 +23,17 @@ module Lithic
|
|
23
23
|
|
24
24
|
# @!attribute disputes_gross_amount
|
25
25
|
# The total gross amount of disputes settlements. (This field is deprecated and
|
26
|
-
#
|
27
|
-
#
|
28
|
-
#
|
26
|
+
# will be removed in a future version of the API. To compute total amounts, Lithic
|
27
|
+
# recommends that customers sum the relevant settlement amounts found within
|
28
|
+
# `details`.)
|
29
29
|
#
|
30
30
|
# @return [Integer]
|
31
31
|
required :disputes_gross_amount, Integer
|
32
32
|
|
33
33
|
# @!attribute interchange_gross_amount
|
34
34
|
# The total amount of interchange. (This field is deprecated and will be removed
|
35
|
-
#
|
36
|
-
#
|
35
|
+
# in a future version of the API. To compute total amounts, Lithic recommends that
|
36
|
+
# customers sum the relevant settlement amounts found within `details`.)
|
37
37
|
#
|
38
38
|
# @return [Integer]
|
39
39
|
required :interchange_gross_amount, Integer
|
@@ -46,9 +46,9 @@ module Lithic
|
|
46
46
|
|
47
47
|
# @!attribute other_fees_gross_amount
|
48
48
|
# Total amount of gross other fees outside of interchange. (This field is
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
49
|
+
# deprecated and will be removed in a future version of the API. To compute total
|
50
|
+
# amounts, Lithic recommends that customers sum the relevant settlement amounts
|
51
|
+
# found within `details`.)
|
52
52
|
#
|
53
53
|
# @return [Integer]
|
54
54
|
required :other_fees_gross_amount, Integer
|
@@ -61,18 +61,18 @@ module Lithic
|
|
61
61
|
|
62
62
|
# @!attribute settled_net_amount
|
63
63
|
# The total net amount of cash moved. (net value of settled_gross_amount,
|
64
|
-
#
|
65
|
-
#
|
66
|
-
#
|
64
|
+
# interchange, fees). (This field is deprecated and will be removed in a future
|
65
|
+
# version of the API. To compute total amounts, Lithic recommends that customers
|
66
|
+
# sum the relevant settlement amounts found within `details`.)
|
67
67
|
#
|
68
68
|
# @return [Integer]
|
69
69
|
required :settled_net_amount, Integer
|
70
70
|
|
71
71
|
# @!attribute transactions_gross_amount
|
72
72
|
# The total amount of settlement impacting transactions (excluding interchange,
|
73
|
-
#
|
74
|
-
#
|
75
|
-
#
|
73
|
+
# fees, and disputes). (This field is deprecated and will be removed in a future
|
74
|
+
# version of the API. To compute total amounts, Lithic recommends that customers
|
75
|
+
# sum the relevant settlement amounts found within `details`.)
|
76
76
|
#
|
77
77
|
# @return [Integer]
|
78
78
|
required :transactions_gross_amount, Integer
|