lithic 0.1.0.pre.alpha.5 → 0.1.0.pre.alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +29 -5
- data/lib/lithic/client.rb +3 -3
- data/lib/lithic/internal/cursor_page.rb +5 -1
- data/lib/lithic/internal/single_page.rb +5 -1
- data/lib/lithic/internal/transport/base_client.rb +3 -3
- data/lib/lithic/internal/transport/pooled_net_requester.rb +2 -2
- data/lib/lithic/internal/type/array_of.rb +5 -3
- data/lib/lithic/internal/type/base_model.rb +19 -16
- data/lib/lithic/internal/type/base_page.rb +4 -1
- data/lib/lithic/internal/type/{boolean_model.rb → boolean.rb} +2 -2
- data/lib/lithic/internal/type/converter.rb +26 -23
- data/lib/lithic/internal/type/enum.rb +10 -8
- data/lib/lithic/internal/type/hash_of.rb +3 -1
- data/lib/lithic/internal/util.rb +29 -50
- data/lib/lithic/models/account.rb +37 -37
- data/lib/lithic/models/account_holder.rb +58 -56
- data/lib/lithic/models/account_holder_create_params.rb +140 -144
- data/lib/lithic/models/account_holder_create_response.rb +6 -6
- data/lib/lithic/models/account_holder_list_params.rb +10 -10
- data/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb +2 -2
- data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +1 -1
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +71 -71
- data/lib/lithic/models/account_holder_update_params.rb +56 -64
- data/lib/lithic/models/account_holder_update_response.rb +75 -75
- data/lib/lithic/models/account_list_params.rb +6 -6
- data/lib/lithic/models/account_spend_limits.rb +6 -6
- data/lib/lithic/models/account_update_params.rb +14 -14
- data/lib/lithic/models/address.rb +5 -5
- data/lib/lithic/models/address_update.rb +3 -3
- data/lib/lithic/models/aggregate_balance.rb +4 -4
- data/lib/lithic/models/auth_rules/auth_rule.rb +7 -7
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +44 -44
- data/lib/lithic/models/auth_rules/conditional_attribute.rb +44 -44
- data/lib/lithic/models/auth_rules/v2/backtest_results.rb +12 -12
- data/lib/lithic/models/auth_rules/v2_apply_params.rb +1 -1
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_create_params.rb +1 -1
- data/lib/lithic/models/auth_rules/v2_create_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_list_params.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_list_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_update_params.rb +7 -7
- data/lib/lithic/models/auth_rules/v2_update_response.rb +3 -3
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +14 -14
- data/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rb +5 -5
- data/lib/lithic/models/balance.rb +4 -4
- data/lib/lithic/models/balance_list_params.rb +1 -1
- data/lib/lithic/models/book_transfer_create_params.rb +4 -4
- data/lib/lithic/models/book_transfer_list_params.rb +7 -7
- data/lib/lithic/models/book_transfer_response.rb +14 -14
- data/lib/lithic/models/card.rb +110 -110
- data/lib/lithic/models/card_convert_physical_params.rb +25 -25
- data/lib/lithic/models/card_create_params.rb +93 -93
- data/lib/lithic/models/card_list_params.rb +6 -6
- data/lib/lithic/models/card_program.rb +1 -1
- data/lib/lithic/models/card_program_list_params.rb +2 -2
- data/lib/lithic/models/card_provision_params.rb +11 -11
- data/lib/lithic/models/card_reissue_params.rb +25 -25
- data/lib/lithic/models/card_renew_params.rb +27 -27
- data/lib/lithic/models/card_spend_limits.rb +6 -6
- data/lib/lithic/models/card_update_params.rb +33 -33
- data/lib/lithic/models/cards/aggregate_balance_list_response.rb +4 -4
- data/lib/lithic/models/cards/balance_list_params.rb +2 -2
- data/lib/lithic/models/cards/balance_list_response.rb +4 -4
- data/lib/lithic/models/cards/financial_transaction_list_params.rb +6 -6
- data/lib/lithic/models/credit_products/prime_rate_retrieve_response.rb +1 -1
- data/lib/lithic/models/digital_card_art.rb +2 -2
- data/lib/lithic/models/digital_card_art_list_params.rb +2 -2
- data/lib/lithic/models/dispute.rb +88 -88
- data/lib/lithic/models/dispute_evidence.rb +11 -11
- data/lib/lithic/models/dispute_list_evidences_params.rb +6 -6
- data/lib/lithic/models/dispute_list_params.rb +6 -6
- data/lib/lithic/models/document.rb +6 -6
- data/lib/lithic/models/event.rb +51 -51
- data/lib/lithic/models/event_list_attempts_params.rb +6 -6
- data/lib/lithic/models/event_list_params.rb +7 -7
- data/lib/lithic/models/event_subscription.rb +1 -1
- data/lib/lithic/models/events/event_subscription_resend_params.rb +27 -0
- data/lib/lithic/models/events/subscription_create_params.rb +2 -2
- data/lib/lithic/models/events/subscription_list_attempts_params.rb +6 -6
- data/lib/lithic/models/events/subscription_list_params.rb +2 -2
- data/lib/lithic/models/events/subscription_recover_params.rb +4 -4
- data/lib/lithic/models/events/subscription_replay_missing_params.rb +4 -4
- data/lib/lithic/models/events/subscription_update_params.rb +2 -2
- data/lib/lithic/models/external_bank_account_create_params.rb +5 -5
- data/lib/lithic/models/external_bank_account_create_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_list_params.rb +2 -2
- data/lib/lithic/models/external_bank_account_list_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_retrieve_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_update_params.rb +1 -1
- data/lib/lithic/models/external_bank_account_update_response.rb +11 -11
- data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +11 -11
- data/lib/lithic/models/external_payment_list_params.rb +7 -7
- data/lib/lithic/models/financial_account.rb +11 -13
- data/lib/lithic/models/financial_account_create_params.rb +2 -2
- data/lib/lithic/models/financial_account_update_status_params.rb +9 -9
- data/lib/lithic/models/financial_accounts/balance_list_params.rb +2 -2
- data/lib/lithic/models/financial_accounts/balance_list_response.rb +4 -4
- data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +1 -1
- data/lib/lithic/models/financial_accounts/financial_transaction_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/loan_tape.rb +24 -24
- data/lib/lithic/models/financial_accounts/loan_tape_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/statement.rb +17 -17
- data/lib/lithic/models/financial_accounts/statement_list_params.rb +7 -7
- data/lib/lithic/models/financial_accounts/statements/line_item_list_params.rb +2 -2
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +3 -2
- data/lib/lithic/models/financial_accounts/statements.rb +1 -1
- data/lib/lithic/models/financial_transaction.rb +35 -34
- data/lib/lithic/models/kyb.rb +128 -132
- data/lib/lithic/models/kyb_business_entity.rb +9 -9
- data/lib/lithic/models/kyc.rb +12 -12
- data/lib/lithic/models/kyc_exempt.rb +4 -4
- data/lib/lithic/models/management_operation_list_params.rb +7 -7
- data/lib/lithic/models/management_operation_transaction.rb +36 -0
- data/lib/lithic/models/message_attempt.rb +1 -1
- data/lib/lithic/models/payment.rb +66 -54
- data/lib/lithic/models/payment_create_params.rb +1 -1
- data/lib/lithic/models/payment_list_params.rb +6 -6
- data/lib/lithic/models/reports/settlement/network_total_list_params.rb +7 -7
- data/lib/lithic/models/reports/settlement/network_total_list_response.rb +7 -7
- data/lib/lithic/models/reports/settlement/network_total_retrieve_response.rb +7 -7
- data/lib/lithic/models/reports/settlement_list_details_params.rb +2 -2
- data/lib/lithic/models/required_document.rb +2 -2
- data/lib/lithic/models/responder_endpoint_create_response.rb +1 -1
- data/lib/lithic/models/responder_endpoint_status.rb +1 -1
- data/lib/lithic/models/settlement_detail.rb +5 -5
- data/lib/lithic/models/settlement_report.rb +16 -16
- data/lib/lithic/models/settlement_summary_details.rb +3 -3
- data/lib/lithic/models/shipping_address.rb +9 -9
- data/lib/lithic/models/spend_limit_duration.rb +10 -10
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +100 -100
- data/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rb +1 -1
- data/lib/lithic/models/three_ds/authentication_simulate_params.rb +7 -7
- data/lib/lithic/models/three_ds/authentication_simulate_response.rb +1 -1
- data/lib/lithic/models/three_ds/challenge_response.rb +3 -3
- data/lib/lithic/models/tokenization.rb +5 -5
- data/lib/lithic/models/tokenization_list_params.rb +6 -6
- data/lib/lithic/models/tokenization_resend_activation_code_params.rb +4 -4
- data/lib/lithic/models/tokenization_simulate_params.rb +3 -3
- data/lib/lithic/models/tokenization_update_digital_card_art_params.rb +3 -3
- data/lib/lithic/models/transaction.rb +100 -100
- data/lib/lithic/models/transaction_list_params.rb +8 -8
- data/lib/lithic/models/transaction_simulate_authorization_advice_params.rb +1 -1
- data/lib/lithic/models/transaction_simulate_authorization_params.rb +39 -39
- data/lib/lithic/models/transaction_simulate_authorization_response.rb +1 -1
- data/lib/lithic/models/transaction_simulate_clearing_params.rb +7 -7
- data/lib/lithic/models/transaction_simulate_credit_authorization_params.rb +4 -4
- data/lib/lithic/models/transaction_simulate_void_params.rb +7 -7
- data/lib/lithic/models/transactions/events/enhanced_data.rb +2 -2
- data/lib/lithic/models/transfer.rb +25 -24
- data/lib/lithic/models/transfer_create_params.rb +4 -4
- data/lib/lithic/request_options.rb +7 -7
- data/lib/lithic/resources/account_holders.rb +54 -54
- data/lib/lithic/resources/accounts.rb +7 -7
- data/lib/lithic/resources/aggregate_balances.rb +1 -1
- data/lib/lithic/resources/auth_rules/v2/backtests.rb +37 -37
- data/lib/lithic/resources/auth_rules/v2.rb +58 -58
- data/lib/lithic/resources/auth_stream_enrollment.rb +8 -8
- data/lib/lithic/resources/book_transfers.rb +2 -2
- data/lib/lithic/resources/cards/financial_transactions.rb +1 -1
- data/lib/lithic/resources/cards.rb +64 -61
- data/lib/lithic/resources/disputes.rb +6 -6
- data/lib/lithic/resources/events/event_subscriptions.rb +41 -0
- data/lib/lithic/resources/events/subscriptions.rb +8 -8
- data/lib/lithic/resources/events.rb +6 -2
- data/lib/lithic/resources/external_payments.rb +1 -1
- data/lib/lithic/resources/financial_accounts/financial_transactions.rb +1 -1
- data/lib/lithic/resources/financial_accounts/loan_tapes.rb +1 -1
- data/lib/lithic/resources/financial_accounts/statements.rb +1 -1
- data/lib/lithic/resources/financial_accounts.rb +6 -6
- data/lib/lithic/resources/management_operations.rb +1 -1
- data/lib/lithic/resources/payments.rb +1 -1
- data/lib/lithic/resources/reports/settlement/network_totals.rb +1 -1
- data/lib/lithic/resources/three_ds/authentication.rb +6 -6
- data/lib/lithic/resources/three_ds/decisioning.rb +8 -8
- data/lib/lithic/resources/tokenization_decisioning.rb +7 -7
- data/lib/lithic/resources/tokenizations.rb +46 -46
- data/lib/lithic/resources/transactions/enhanced_commercial_data.rb +1 -1
- data/lib/lithic/resources/transactions/events/enhanced_commercial_data.rb +1 -1
- data/lib/lithic/resources/transactions.rb +24 -24
- data/lib/lithic/resources/transfers.rb +1 -1
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +3 -1
- data/rbi/lib/lithic/client.rbi +6 -9
- data/rbi/lib/lithic/errors.rbi +3 -6
- data/rbi/lib/lithic/internal/cursor_page.rbi +1 -2
- data/rbi/lib/lithic/internal/single_page.rbi +1 -2
- data/rbi/lib/lithic/internal/transport/base_client.rbi +13 -27
- data/rbi/lib/lithic/internal/transport/pooled_net_requester.rbi +7 -13
- data/rbi/lib/lithic/internal/type/array_of.rbi +10 -18
- data/rbi/lib/lithic/internal/type/base_model.rbi +45 -64
- data/rbi/lib/lithic/internal/type/base_page.rbi +5 -10
- data/rbi/lib/lithic/internal/type/{boolean_model.rbi → boolean.rbi} +5 -9
- data/rbi/lib/lithic/internal/type/converter.rbi +25 -31
- data/rbi/lib/lithic/internal/type/enum.rbi +14 -20
- data/rbi/lib/lithic/internal/type/hash_of.rbi +8 -16
- data/rbi/lib/lithic/internal/type/request_parameters.rbi +1 -2
- data/rbi/lib/lithic/internal/type/union.rbi +10 -20
- data/rbi/lib/lithic/internal/type/unknown.rbi +4 -8
- data/rbi/lib/lithic/internal/util.rbi +40 -72
- data/rbi/lib/lithic/internal.rbi +1 -1
- data/rbi/lib/lithic/models/account.rbi +46 -56
- data/rbi/lib/lithic/models/account_financial_account_type.rbi +1 -2
- data/rbi/lib/lithic/models/account_holder.rbi +81 -100
- data/rbi/lib/lithic/models/account_holder_create_params.rbi +154 -171
- data/rbi/lib/lithic/models/account_holder_create_response.rbi +9 -12
- data/rbi/lib/lithic/models/account_holder_list_documents_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_list_documents_response.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_list_params.rbi +10 -13
- data/rbi/lib/lithic/models/account_holder_retrieve_document_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rbi +6 -11
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_params.rbi +5 -9
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_response.rbi +103 -123
- data/rbi/lib/lithic/models/account_holder_update_params.rbi +68 -94
- data/rbi/lib/lithic/models/account_holder_update_response.rbi +135 -140
- data/rbi/lib/lithic/models/account_holder_upload_document_params.rbi +3 -6
- data/rbi/lib/lithic/models/account_list_params.rbi +5 -6
- data/rbi/lib/lithic/models/account_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_retrieve_spend_limits_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_spend_limits.rbi +14 -22
- data/rbi/lib/lithic/models/account_update_params.rbi +19 -25
- data/rbi/lib/lithic/models/address.rbi +7 -9
- data/rbi/lib/lithic/models/address_update.rbi +5 -7
- data/rbi/lib/lithic/models/aggregate_balance.rbi +7 -11
- data/rbi/lib/lithic/models/aggregate_balance_list_params.rbi +3 -6
- data/rbi/lib/lithic/models/api_status.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/auth_rule.rbi +9 -13
- data/rbi/lib/lithic/models/auth_rules/auth_rule_condition.rbi +48 -52
- data/rbi/lib/lithic/models/auth_rules/conditional_attribute.rbi +45 -46
- data/rbi/lib/lithic/models/auth_rules/conditional_block_parameters.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_results.rbi +40 -54
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_apply_params.rbi +1 -2
- data/rbi/lib/lithic/models/auth_rules/v2_apply_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_create_params.rbi +4 -9
- data/rbi/lib/lithic/models/auth_rules/v2_create_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_delete_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_draft_params.rbi +3 -6
- data/rbi/lib/lithic/models/auth_rules/v2_draft_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_list_params.rbi +4 -7
- data/rbi/lib/lithic/models/auth_rules/v2_list_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_promote_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_promote_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_report_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_report_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_retrieve_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_update_params.rbi +9 -13
- data/rbi/lib/lithic/models/auth_rules/v2_update_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/velocity_limit_params.rbi +19 -24
- data/rbi/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rbi +6 -7
- data/rbi/lib/lithic/models/auth_stream_enrollment_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_stream_enrollment_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_stream_secret.rbi +2 -4
- data/rbi/lib/lithic/models/balance.rbi +7 -11
- data/rbi/lib/lithic/models/balance_list_params.rbi +4 -8
- data/rbi/lib/lithic/models/book_transfer_create_params.rbi +8 -13
- data/rbi/lib/lithic/models/book_transfer_list_params.rbi +10 -16
- data/rbi/lib/lithic/models/book_transfer_response.rbi +23 -33
- data/rbi/lib/lithic/models/book_transfer_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/book_transfer_reverse_params.rbi +2 -4
- data/rbi/lib/lithic/models/card.rbi +117 -127
- data/rbi/lib/lithic/models/card_convert_physical_params.rbi +27 -29
- data/rbi/lib/lithic/models/card_create_params.rbi +98 -104
- data/rbi/lib/lithic/models/card_embed_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/card_program.rbi +3 -6
- data/rbi/lib/lithic/models/card_program_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/card_program_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_provision_params.rbi +14 -18
- data/rbi/lib/lithic/models/card_provision_response.rbi +2 -4
- data/rbi/lib/lithic/models/card_reissue_params.rbi +27 -29
- data/rbi/lib/lithic/models/card_renew_params.rbi +30 -34
- data/rbi/lib/lithic/models/card_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_retrieve_spend_limits_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_search_by_pan_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_spend_limits.rbi +14 -22
- data/rbi/lib/lithic/models/card_update_params.rbi +37 -42
- data/rbi/lib/lithic/models/cards/aggregate_balance_list_params.rbi +2 -4
- data/rbi/lib/lithic/models/cards/aggregate_balance_list_response.rbi +6 -9
- data/rbi/lib/lithic/models/cards/balance_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/cards/balance_list_response.rbi +7 -11
- data/rbi/lib/lithic/models/cards/financial_transaction_list_params.rbi +9 -15
- data/rbi/lib/lithic/models/cards/financial_transaction_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/carrier.rbi +2 -4
- data/rbi/lib/lithic/models/client_api_status_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/extended_credit.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/extended_credit_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/prime_rate_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/prime_rate_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/prime_rate_retrieve_response.rbi +4 -8
- data/rbi/lib/lithic/models/digital_card_art.rbi +2 -4
- data/rbi/lib/lithic/models/digital_card_art_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/digital_card_art_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute.rbi +93 -99
- data/rbi/lib/lithic/models/dispute_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_delete_evidence_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_delete_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_evidence.rbi +13 -15
- data/rbi/lib/lithic/models/dispute_initiate_evidence_upload_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_list_evidences_params.rbi +5 -6
- data/rbi/lib/lithic/models/dispute_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/dispute_retrieve_evidence_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_update_params.rbi +2 -4
- data/rbi/lib/lithic/models/document.rbi +13 -21
- data/rbi/lib/lithic/models/event.rbi +58 -61
- data/rbi/lib/lithic/models/event_list_attempts_params.rbi +7 -11
- data/rbi/lib/lithic/models/event_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/event_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/event_subscription.rbi +3 -6
- data/rbi/lib/lithic/models/events/event_subscription_resend_params.rbi +27 -0
- data/rbi/lib/lithic/models/events/subscription_create_params.rbi +4 -7
- data/rbi/lib/lithic/models/events/subscription_delete_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_list_attempts_params.rbi +7 -11
- data/rbi/lib/lithic/models/events/subscription_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/events/subscription_recover_params.rbi +4 -6
- data/rbi/lib/lithic/models/events/subscription_replay_missing_params.rbi +4 -6
- data/rbi/lib/lithic/models/events/subscription_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_retrieve_secret_response.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_send_simulated_example_params.rbi +3 -6
- data/rbi/lib/lithic/models/events/subscription_update_params.rbi +4 -7
- data/rbi/lib/lithic/models/external_bank_account_address.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_create_params.rbi +8 -13
- data/rbi/lib/lithic/models/external_bank_account_create_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_list_params.rbi +7 -13
- data/rbi/lib/lithic/models/external_bank_account_list_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_retrieve_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_retry_micro_deposits_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_retry_prenote_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_retry_prenote_response.rbi +16 -22
- data/rbi/lib/lithic/models/external_bank_account_update_params.rbi +4 -8
- data/rbi/lib/lithic/models/external_bank_account_update_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_accounts/micro_deposit_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_payment.rbi +10 -21
- data/rbi/lib/lithic/models/external_payment_cancel_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_create_params.rbi +5 -11
- data/rbi/lib/lithic/models/external_payment_list_params.rbi +10 -16
- data/rbi/lib/lithic/models/external_payment_release_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_reverse_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_settle_params.rbi +3 -6
- data/rbi/lib/lithic/models/financial_account.rbi +26 -39
- data/rbi/lib/lithic/models/financial_account_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_account_list_params.rbi +3 -6
- data/rbi/lib/lithic/models/financial_account_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_account_update_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_account_update_status_params.rbi +18 -37
- data/rbi/lib/lithic/models/financial_accounts/balance_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/financial_accounts/balance_list_response.rbi +7 -11
- data/rbi/lib/lithic/models/financial_accounts/credit_configuration_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/credit_configuration_update_params.rbi +2 -5
- data/rbi/lib/lithic/models/financial_accounts/financial_account_credit_config.rbi +4 -9
- data/rbi/lib/lithic/models/financial_accounts/financial_transaction_list_params.rbi +9 -15
- data/rbi/lib/lithic/models/financial_accounts/financial_transaction_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/loan_tape.rbi +67 -107
- data/rbi/lib/lithic/models/financial_accounts/loan_tape_list_params.rbi +5 -6
- data/rbi/lib/lithic/models/financial_accounts/loan_tape_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/statement.rbi +46 -72
- data/rbi/lib/lithic/models/financial_accounts/statement_list_params.rbi +6 -9
- data/rbi/lib/lithic/models/financial_accounts/statement_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/statements/line_item_list_params.rbi +3 -4
- data/rbi/lib/lithic/models/financial_accounts/statements/statement_line_items.rbi +12 -14
- data/rbi/lib/lithic/models/financial_accounts/statements.rbi +2 -4
- data/rbi/lib/lithic/models/financial_transaction.rbi +44 -53
- data/rbi/lib/lithic/models/instance_financial_account_type.rbi +1 -2
- data/rbi/lib/lithic/models/kyb.rbi +139 -153
- data/rbi/lib/lithic/models/kyb_business_entity.rbi +13 -18
- data/rbi/lib/lithic/models/kyc.rbi +17 -22
- data/rbi/lib/lithic/models/kyc_exempt.rbi +8 -13
- data/rbi/lib/lithic/models/management_operation_create_params.rbi +5 -11
- data/rbi/lib/lithic/models/management_operation_list_params.rbi +9 -14
- data/rbi/lib/lithic/models/management_operation_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/management_operation_reverse_params.rbi +2 -4
- data/rbi/lib/lithic/models/management_operation_transaction.rbi +60 -20
- data/rbi/lib/lithic/models/message_attempt.rbi +3 -5
- data/rbi/lib/lithic/models/owner_type.rbi +1 -2
- data/rbi/lib/lithic/models/payment.rbi +85 -89
- data/rbi/lib/lithic/models/payment_create_params.rbi +8 -16
- data/rbi/lib/lithic/models/payment_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/payment_list_params.rbi +9 -15
- data/rbi/lib/lithic/models/payment_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_retry_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_retry_response.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_action_params.rbi +4 -8
- data/rbi/lib/lithic/models/payment_simulate_action_response.rbi +3 -6
- data/rbi/lib/lithic/models/payment_simulate_receipt_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_receipt_response.rbi +3 -6
- data/rbi/lib/lithic/models/payment_simulate_release_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_release_response.rbi +3 -6
- data/rbi/lib/lithic/models/payment_simulate_return_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_return_response.rbi +3 -6
- data/rbi/lib/lithic/models/reports/settlement/network_total_list_params.rbi +8 -12
- data/rbi/lib/lithic/models/reports/settlement/network_total_list_response.rbi +12 -18
- data/rbi/lib/lithic/models/reports/settlement/network_total_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/reports/settlement/network_total_retrieve_response.rbi +12 -18
- data/rbi/lib/lithic/models/reports/settlement_list_details_params.rbi +4 -6
- data/rbi/lib/lithic/models/reports/settlement_summary_params.rbi +2 -4
- data/rbi/lib/lithic/models/required_document.rbi +4 -6
- data/rbi/lib/lithic/models/responder_endpoint_check_status_params.rbi +3 -6
- data/rbi/lib/lithic/models/responder_endpoint_create_params.rbi +3 -6
- data/rbi/lib/lithic/models/responder_endpoint_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/responder_endpoint_delete_params.rbi +3 -6
- data/rbi/lib/lithic/models/responder_endpoint_status.rbi +2 -4
- data/rbi/lib/lithic/models/settlement_detail.rbi +11 -18
- data/rbi/lib/lithic/models/settlement_report.rbi +17 -20
- data/rbi/lib/lithic/models/settlement_summary_details.rbi +6 -10
- data/rbi/lib/lithic/models/shipping_address.rbi +11 -14
- data/rbi/lib/lithic/models/spend_limit_duration.rbi +11 -12
- data/rbi/lib/lithic/models/three_ds/authentication_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/authentication_retrieve_response.rbi +137 -176
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rbi +3 -5
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_params.rbi +14 -21
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_response.rbi +3 -5
- data/rbi/lib/lithic/models/three_ds/challenge_response.rbi +5 -7
- data/rbi/lib/lithic/models/three_ds/challenge_result.rbi +1 -2
- data/rbi/lib/lithic/models/three_ds/decisioning_challenge_response_params.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/decisioning_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/decisioning_retrieve_secret_response.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/decisioning_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization.rbi +14 -24
- data/rbi/lib/lithic/models/tokenization_activate_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_deactivate_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_decisioning_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_decisioning_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_decisioning_rotate_secret_response.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/tokenization_pause_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_resend_activation_code_params.rbi +7 -10
- data/rbi/lib/lithic/models/tokenization_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_retrieve_response.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_secret.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_simulate_params.rbi +7 -12
- data/rbi/lib/lithic/models/tokenization_simulate_response.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_unpause_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_update_digital_card_art_params.rbi +5 -7
- data/rbi/lib/lithic/models/tokenization_update_digital_card_art_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction.rbi +168 -236
- data/rbi/lib/lithic/models/transaction_expire_authorization_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_list_params.rbi +10 -15
- data/rbi/lib/lithic/models/transaction_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_authorization_advice_params.rbi +3 -5
- data/rbi/lib/lithic/models/transaction_simulate_authorization_advice_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_authorization_params.rbi +41 -45
- data/rbi/lib/lithic/models/transaction_simulate_authorization_response.rbi +3 -5
- data/rbi/lib/lithic/models/transaction_simulate_clearing_params.rbi +9 -11
- data/rbi/lib/lithic/models/transaction_simulate_clearing_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_credit_authorization_params.rbi +6 -8
- data/rbi/lib/lithic/models/transaction_simulate_credit_authorization_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_reversal_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_reversal_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_void_params.rbi +10 -13
- data/rbi/lib/lithic/models/transaction_simulate_void_response.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/events/enhanced_commercial_data_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/events/enhanced_data.rbi +21 -35
- data/rbi/lib/lithic/models/transfer.rbi +34 -43
- data/rbi/lib/lithic/models/transfer_create_params.rbi +6 -8
- data/rbi/lib/lithic/models/verification_method.rbi +1 -2
- data/rbi/lib/lithic/request_options.rbi +9 -11
- data/rbi/lib/lithic/resources/account_holders.rbi +121 -156
- data/rbi/lib/lithic/resources/accounts.rbi +26 -35
- data/rbi/lib/lithic/resources/aggregate_balances.rbi +3 -6
- data/rbi/lib/lithic/resources/auth_rules/v2/backtests.rbi +40 -45
- data/rbi/lib/lithic/resources/auth_rules/v2.rbi +69 -88
- data/rbi/lib/lithic/resources/auth_rules.rbi +1 -2
- data/rbi/lib/lithic/resources/auth_stream_enrollment.rbi +11 -14
- data/rbi/lib/lithic/resources/balances.rbi +3 -6
- data/rbi/lib/lithic/resources/book_transfers.rbi +15 -24
- data/rbi/lib/lithic/resources/card_programs.rbi +5 -10
- data/rbi/lib/lithic/resources/cards/aggregate_balances.rbi +2 -5
- data/rbi/lib/lithic/resources/cards/balances.rbi +4 -7
- data/rbi/lib/lithic/resources/cards/financial_transactions.rbi +7 -12
- data/rbi/lib/lithic/resources/cards.rbi +219 -237
- data/rbi/lib/lithic/resources/credit_products/extended_credit.rbi +2 -5
- data/rbi/lib/lithic/resources/credit_products/prime_rates.rbi +3 -8
- data/rbi/lib/lithic/resources/credit_products.rbi +1 -2
- data/rbi/lib/lithic/resources/digital_card_art.rbi +8 -13
- data/rbi/lib/lithic/resources/disputes.rbi +22 -37
- data/rbi/lib/lithic/resources/events/event_subscriptions.rbi +24 -0
- data/rbi/lib/lithic/resources/events/subscriptions.rbi +29 -48
- data/rbi/lib/lithic/resources/events.rbi +15 -18
- data/rbi/lib/lithic/resources/external_bank_accounts/micro_deposits.rbi +2 -4
- data/rbi/lib/lithic/resources/external_bank_accounts.rbi +18 -23
- data/rbi/lib/lithic/resources/external_payments.rbi +13 -28
- data/rbi/lib/lithic/resources/financial_accounts/balances.rbi +4 -7
- data/rbi/lib/lithic/resources/financial_accounts/credit_configuration.rbi +3 -8
- data/rbi/lib/lithic/resources/financial_accounts/financial_transactions.rbi +7 -12
- data/rbi/lib/lithic/resources/financial_accounts/loan_tapes.rbi +7 -12
- data/rbi/lib/lithic/resources/financial_accounts/statements/line_items.rbi +5 -8
- data/rbi/lib/lithic/resources/financial_accounts/statements.rbi +7 -12
- data/rbi/lib/lithic/resources/financial_accounts.rbi +10 -19
- data/rbi/lib/lithic/resources/management_operations.rbi +10 -19
- data/rbi/lib/lithic/resources/payments.rbi +14 -29
- data/rbi/lib/lithic/resources/reports/settlement/network_totals.rbi +8 -13
- data/rbi/lib/lithic/resources/reports/settlement.rbi +5 -10
- data/rbi/lib/lithic/resources/reports.rbi +1 -2
- data/rbi/lib/lithic/resources/responder_endpoints.rbi +4 -11
- data/rbi/lib/lithic/resources/three_ds/authentication.rbi +12 -19
- data/rbi/lib/lithic/resources/three_ds/decisioning.rbi +15 -20
- data/rbi/lib/lithic/resources/three_ds.rbi +1 -2
- data/rbi/lib/lithic/resources/tokenization_decisioning.rbi +10 -13
- data/rbi/lib/lithic/resources/tokenizations.rbi +66 -85
- data/rbi/lib/lithic/resources/transactions/enhanced_commercial_data.rbi +3 -6
- data/rbi/lib/lithic/resources/transactions/events/enhanced_commercial_data.rbi +3 -6
- data/rbi/lib/lithic/resources/transactions/events.rbi +1 -2
- data/rbi/lib/lithic/resources/transactions.rbi +79 -100
- data/rbi/lib/lithic/resources/transfers.rbi +7 -10
- data/rbi/lib/lithic/version.rbi +1 -1
- data/sig/lithic/internal/type/array_of.rbs +2 -2
- data/sig/lithic/internal/type/{boolean_model.rbs → boolean.rbs} +1 -1
- data/sig/lithic/internal/util.rbs +5 -5
- data/sig/lithic/models/account_holder_create_params.rbs +47 -43
- data/sig/lithic/models/card_convert_physical_params.rbs +2 -2
- data/sig/lithic/models/card_reissue_params.rbs +2 -2
- data/sig/lithic/models/card_renew_params.rbs +2 -2
- data/sig/lithic/models/events/event_subscription_resend_params.rbs +22 -0
- data/sig/lithic/models/financial_account.rbs +6 -6
- data/sig/lithic/models/financial_account_update_status_params.rbs +6 -6
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +6 -6
- data/sig/lithic/models/financial_accounts/statement.rbs +6 -6
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +2 -0
- data/sig/lithic/models/financial_transaction.rbs +2 -0
- data/sig/lithic/models/kyb.rbs +47 -43
- data/sig/lithic/models/management_operation_transaction.rbs +27 -0
- data/sig/lithic/models/payment.rbs +8 -2
- data/sig/lithic/models/transfer.rbs +2 -0
- data/sig/lithic/resources/account_holders.rbs +1 -1
- data/sig/lithic/resources/events/event_subscriptions.rbs +15 -0
- data/sig/lithic/resources/events.rbs +2 -0
- data/sig/lithic/resources/financial_accounts.rbs +1 -1
- data/sig/lithic/version.rbs +1 -1
- metadata +11 -5
@@ -10,7 +10,7 @@ module Lithic
|
|
10
10
|
attr_reader :events
|
11
11
|
|
12
12
|
# Get a specific card transaction. All amounts are in the smallest unit of their
|
13
|
-
#
|
13
|
+
# respective currency (e.g., cents for USD).
|
14
14
|
sig do
|
15
15
|
params(
|
16
16
|
transaction_token: String,
|
@@ -22,11 +22,9 @@ module Lithic
|
|
22
22
|
# Globally unique identifier for the transaction.
|
23
23
|
transaction_token,
|
24
24
|
request_options: {}
|
25
|
-
)
|
26
|
-
end
|
27
|
-
|
25
|
+
); end
|
28
26
|
# List card transactions. All amounts are in the smallest unit of their respective
|
29
|
-
#
|
27
|
+
# currency (e.g., cents for USD) and inclusive of any acquirer fees.
|
30
28
|
sig do
|
31
29
|
params(
|
32
30
|
account_token: String,
|
@@ -46,30 +44,28 @@ module Lithic
|
|
46
44
|
# Filters for transactions associated with a specific account.
|
47
45
|
account_token: nil,
|
48
46
|
# Date string in RFC 3339 format. Only entries created after the specified time
|
49
|
-
#
|
47
|
+
# will be included. UTC time zone.
|
50
48
|
begin_: nil,
|
51
49
|
# Filters for transactions associated with a specific card.
|
52
50
|
card_token: nil,
|
53
51
|
# Date string in RFC 3339 format. Only entries created before the specified time
|
54
|
-
#
|
52
|
+
# will be included. UTC time zone.
|
55
53
|
end_: nil,
|
56
54
|
# A cursor representing an item's token before which a page of results should end.
|
57
|
-
#
|
55
|
+
# Used to retrieve the previous page of results before this item.
|
58
56
|
ending_before: nil,
|
59
57
|
# Page size (for pagination).
|
60
58
|
page_size: nil,
|
61
59
|
# Filters for transactions using transaction result field. Can filter by
|
62
|
-
#
|
60
|
+
# `APPROVED`, and `DECLINED`.
|
63
61
|
result: nil,
|
64
62
|
# A cursor representing an item's token after which a page of results should
|
65
|
-
#
|
63
|
+
# begin. Used to retrieve the next page of results after this item.
|
66
64
|
starting_after: nil,
|
67
65
|
# Filters for transactions using transaction status field.
|
68
66
|
status: nil,
|
69
67
|
request_options: {}
|
70
|
-
)
|
71
|
-
end
|
72
|
-
|
68
|
+
); end
|
73
69
|
# Expire authorization
|
74
70
|
sig do
|
75
71
|
params(
|
@@ -82,17 +78,15 @@ module Lithic
|
|
82
78
|
# The token of the transaction to expire.
|
83
79
|
transaction_token,
|
84
80
|
request_options: {}
|
85
|
-
)
|
86
|
-
end
|
87
|
-
|
81
|
+
); end
|
88
82
|
# Simulates an authorization request from the card network as if it came from a
|
89
|
-
#
|
90
|
-
#
|
91
|
-
#
|
92
|
-
#
|
93
|
-
#
|
94
|
-
#
|
95
|
-
#
|
83
|
+
# merchant acquirer. If you are configured for ASA, simulating authorizations
|
84
|
+
# requires your ASA client to be set up properly, i.e. be able to respond to the
|
85
|
+
# ASA request with a valid JSON. For users that are not configured for ASA, a
|
86
|
+
# daily transaction limit of $5000 USD is applied by default. You can update this
|
87
|
+
# limit via the
|
88
|
+
# [update account](https://docs.lithic.com/reference/patchaccountbytoken)
|
89
|
+
# endpoint.
|
96
90
|
sig do
|
97
91
|
params(
|
98
92
|
amount: Integer,
|
@@ -111,57 +105,55 @@ module Lithic
|
|
111
105
|
end
|
112
106
|
def simulate_authorization(
|
113
107
|
# Amount (in cents) to authorize. For credit authorizations and financial credit
|
114
|
-
#
|
115
|
-
#
|
116
|
-
#
|
117
|
-
#
|
108
|
+
# authorizations, any value entered will be converted into a negative amount in
|
109
|
+
# the simulated transaction. For example, entering 100 in this field will result
|
110
|
+
# in a -100 amount in the transaction. For balance inquiries, this field must be
|
111
|
+
# set to 0.
|
118
112
|
amount:,
|
119
113
|
# Merchant descriptor.
|
120
114
|
descriptor:,
|
121
115
|
# Sixteen digit card number.
|
122
116
|
pan:,
|
123
117
|
# Merchant category code for the transaction to be simulated. A four-digit number
|
124
|
-
#
|
125
|
-
#
|
118
|
+
# listed in ISO 18245. Supported merchant category codes can be found
|
119
|
+
# [here](https://docs.lithic.com/docs/transactions#merchant-category-codes-mccs).
|
126
120
|
mcc: nil,
|
127
121
|
# Unique identifier to identify the payment card acceptor.
|
128
122
|
merchant_acceptor_id: nil,
|
129
123
|
# Amount of the transaction to be simulated in currency specified in
|
130
|
-
#
|
124
|
+
# merchant_currency, including any acquirer fees.
|
131
125
|
merchant_amount: nil,
|
132
126
|
# 3-character alphabetic ISO 4217 currency code. Note: Simulator only accepts USD,
|
133
|
-
#
|
127
|
+
# GBP, EUR and defaults to GBP if another ISO 4217 code is provided
|
134
128
|
merchant_currency: nil,
|
135
129
|
# Set to true if the terminal is capable of partial approval otherwise false.
|
136
|
-
#
|
137
|
-
#
|
130
|
+
# Partial approval is when part of a transaction is approved and another payment
|
131
|
+
# must be used for the remainder.
|
138
132
|
partial_approval_capable: nil,
|
139
133
|
# Simulate entering a PIN. If omitted, PIN check will not be performed.
|
140
134
|
pin: nil,
|
141
135
|
# Type of event to simulate.
|
142
136
|
#
|
143
|
-
#
|
144
|
-
#
|
145
|
-
#
|
146
|
-
#
|
147
|
-
#
|
148
|
-
#
|
149
|
-
#
|
150
|
-
#
|
151
|
-
#
|
152
|
-
#
|
153
|
-
#
|
154
|
-
#
|
155
|
-
#
|
156
|
-
#
|
137
|
+
# - `AUTHORIZATION` is a dual message purchase authorization, meaning a subsequent
|
138
|
+
# clearing step is required to settle the transaction.
|
139
|
+
# - `BALANCE_INQUIRY` is a $0 authorization requesting the balance held on the
|
140
|
+
# card, and is most often observed when a cardholder requests to view a card's
|
141
|
+
# balance at an ATM.
|
142
|
+
# - `CREDIT_AUTHORIZATION` is a dual message request from a merchant to authorize
|
143
|
+
# a refund, meaning a subsequent clearing step is required to settle the
|
144
|
+
# transaction.
|
145
|
+
# - `FINANCIAL_AUTHORIZATION` is a single message request from a merchant to debit
|
146
|
+
# funds immediately (such as an ATM withdrawal), and no subsequent clearing is
|
147
|
+
# required to settle the transaction.
|
148
|
+
# - `FINANCIAL_CREDIT_AUTHORIZATION` is a single message request from a merchant
|
149
|
+
# to credit funds immediately, and no subsequent clearing is required to settle
|
150
|
+
# the transaction.
|
157
151
|
status: nil,
|
158
152
|
request_options: {}
|
159
|
-
)
|
160
|
-
end
|
161
|
-
|
153
|
+
); end
|
162
154
|
# Simulates an authorization advice from the card network as if it came from a
|
163
|
-
#
|
164
|
-
#
|
155
|
+
# merchant acquirer. An authorization advice changes the pending amount of the
|
156
|
+
# transaction.
|
165
157
|
sig do
|
166
158
|
params(
|
167
159
|
token: String,
|
@@ -174,18 +166,16 @@ module Lithic
|
|
174
166
|
# The transaction token returned from the /v1/simulate/authorize. response.
|
175
167
|
token:,
|
176
168
|
# Amount (in cents) to authorize. This amount will override the transaction's
|
177
|
-
#
|
169
|
+
# amount that was originally set by /v1/simulate/authorize.
|
178
170
|
amount:,
|
179
171
|
request_options: {}
|
180
|
-
)
|
181
|
-
end
|
182
|
-
|
172
|
+
); end
|
183
173
|
# Clears an existing authorization, either debit or credit. After this event, the
|
184
|
-
#
|
174
|
+
# transaction transitions from `PENDING` to `SETTLED` status.
|
185
175
|
#
|
186
|
-
#
|
187
|
-
#
|
188
|
-
#
|
176
|
+
# If `amount` is not set, the full amount of the transaction will be cleared.
|
177
|
+
# Transactions that have already cleared, either partially or fully, cannot be
|
178
|
+
# cleared again using this endpoint.
|
189
179
|
sig do
|
190
180
|
params(
|
191
181
|
token: String,
|
@@ -198,21 +188,19 @@ module Lithic
|
|
198
188
|
# The transaction token returned from the /v1/simulate/authorize response.
|
199
189
|
token:,
|
200
190
|
# Amount (in cents) to clear. Typically this will match the amount in the original
|
201
|
-
#
|
202
|
-
#
|
203
|
-
#
|
204
|
-
#
|
191
|
+
# authorization, but can be higher or lower. The sign of this amount will
|
192
|
+
# automatically match the sign of the original authorization's amount. For
|
193
|
+
# example, entering 100 in this field will result in a -100 amount in the
|
194
|
+
# transaction, if the original authorization is a credit authorization.
|
205
195
|
#
|
206
|
-
#
|
207
|
-
#
|
208
|
-
#
|
196
|
+
# If `amount` is not set, the full amount of the transaction will be cleared.
|
197
|
+
# Transactions that have already cleared, either partially or fully, cannot be
|
198
|
+
# cleared again using this endpoint.
|
209
199
|
amount: nil,
|
210
200
|
request_options: {}
|
211
|
-
)
|
212
|
-
end
|
213
|
-
|
201
|
+
); end
|
214
202
|
# Simulates a credit authorization advice from the card network. This message
|
215
|
-
#
|
203
|
+
# indicates that the network approved a credit authorization on your behalf.
|
216
204
|
sig do
|
217
205
|
params(
|
218
206
|
amount: Integer,
|
@@ -226,26 +214,24 @@ module Lithic
|
|
226
214
|
end
|
227
215
|
def simulate_credit_authorization(
|
228
216
|
# Amount (in cents). Any value entered will be converted into a negative amount in
|
229
|
-
#
|
230
|
-
#
|
217
|
+
# the simulated transaction. For example, entering 100 in this field will appear
|
218
|
+
# as a -100 amount in the transaction.
|
231
219
|
amount:,
|
232
220
|
# Merchant descriptor.
|
233
221
|
descriptor:,
|
234
222
|
# Sixteen digit card number.
|
235
223
|
pan:,
|
236
224
|
# Merchant category code for the transaction to be simulated. A four-digit number
|
237
|
-
#
|
238
|
-
#
|
225
|
+
# listed in ISO 18245. Supported merchant category codes can be found
|
226
|
+
# [here](https://docs.lithic.com/docs/transactions#merchant-category-codes-mccs).
|
239
227
|
mcc: nil,
|
240
228
|
# Unique identifier to identify the payment card acceptor.
|
241
229
|
merchant_acceptor_id: nil,
|
242
230
|
request_options: {}
|
243
|
-
)
|
244
|
-
end
|
245
|
-
|
231
|
+
); end
|
246
232
|
# Returns, or refunds, an amount back to a card. Returns simulated via this
|
247
|
-
#
|
248
|
-
#
|
233
|
+
# endpoint clear immediately, without prior authorization, and result in a
|
234
|
+
# `SETTLED` transaction status.
|
249
235
|
sig do
|
250
236
|
params(
|
251
237
|
amount: Integer,
|
@@ -263,12 +249,10 @@ module Lithic
|
|
263
249
|
# Sixteen digit card number.
|
264
250
|
pan:,
|
265
251
|
request_options: {}
|
266
|
-
)
|
267
|
-
end
|
268
|
-
|
252
|
+
); end
|
269
253
|
# Reverses a return, i.e. a credit transaction with a `SETTLED` status. Returns
|
270
|
-
#
|
271
|
-
#
|
254
|
+
# can be financial credit authorizations, or credit authorizations that have
|
255
|
+
# cleared.
|
272
256
|
sig do
|
273
257
|
params(
|
274
258
|
token: String,
|
@@ -280,13 +264,11 @@ module Lithic
|
|
280
264
|
# The transaction token returned from the /v1/simulate/authorize response.
|
281
265
|
token:,
|
282
266
|
request_options: {}
|
283
|
-
)
|
284
|
-
end
|
285
|
-
|
267
|
+
); end
|
286
268
|
# Voids a pending authorization. If `amount` is not set, the full amount will be
|
287
|
-
#
|
288
|
-
#
|
289
|
-
#
|
269
|
+
# voided. Can be used on partially voided transactions but not partially cleared
|
270
|
+
# transactions. _Simulating an authorization expiry on credit authorizations or
|
271
|
+
# credit authorization advice is not currently supported but will be added soon._
|
290
272
|
sig do
|
291
273
|
params(
|
292
274
|
token: String,
|
@@ -300,22 +282,19 @@ module Lithic
|
|
300
282
|
# The transaction token returned from the /v1/simulate/authorize response.
|
301
283
|
token:,
|
302
284
|
# Amount (in cents) to void. Typically this will match the amount in the original
|
303
|
-
#
|
285
|
+
# authorization, but can be less.
|
304
286
|
amount: nil,
|
305
287
|
# Type of event to simulate. Defaults to `AUTHORIZATION_REVERSAL`.
|
306
288
|
#
|
307
|
-
#
|
308
|
-
#
|
309
|
-
#
|
289
|
+
# - `AUTHORIZATION_EXPIRY` indicates authorization has expired and been reversed
|
290
|
+
# by Lithic.
|
291
|
+
# - `AUTHORIZATION_REVERSAL` indicates authorization was reversed by the merchant.
|
310
292
|
type: nil,
|
311
293
|
request_options: {}
|
312
|
-
)
|
313
|
-
end
|
314
|
-
|
294
|
+
); end
|
315
295
|
# @api private
|
316
296
|
sig { params(client: Lithic::Client).returns(T.attached_class) }
|
317
|
-
def self.new(client:)
|
318
|
-
end
|
297
|
+
def self.new(client:); end
|
319
298
|
end
|
320
299
|
end
|
321
300
|
end
|
@@ -4,7 +4,7 @@ module Lithic
|
|
4
4
|
module Resources
|
5
5
|
class Transfers
|
6
6
|
# Transfer funds between two financial accounts or between a financial account and
|
7
|
-
#
|
7
|
+
# card
|
8
8
|
sig do
|
9
9
|
params(
|
10
10
|
amount: Integer,
|
@@ -18,27 +18,24 @@ module Lithic
|
|
18
18
|
end
|
19
19
|
def create(
|
20
20
|
# Amount to be transferred in the currency’s smallest unit (e.g., cents for USD).
|
21
|
-
#
|
21
|
+
# This should always be a positive value.
|
22
22
|
amount:,
|
23
23
|
# Globally unique identifier for the financial account or card that will send the
|
24
|
-
#
|
24
|
+
# funds. Accepted type dependent on the program's use case.
|
25
25
|
from:,
|
26
26
|
# Globally unique identifier for the financial account or card that will receive
|
27
|
-
#
|
27
|
+
# the funds. Accepted type dependent on the program's use case.
|
28
28
|
to:,
|
29
29
|
# Customer-provided token that will serve as an idempotency token. This token will
|
30
|
-
#
|
30
|
+
# become the transaction token.
|
31
31
|
token: nil,
|
32
32
|
# Optional descriptor for the transfer.
|
33
33
|
memo: nil,
|
34
34
|
request_options: {}
|
35
|
-
)
|
36
|
-
end
|
37
|
-
|
35
|
+
); end
|
38
36
|
# @api private
|
39
37
|
sig { params(client: Lithic::Client).returns(T.attached_class) }
|
40
|
-
def self.new(client:)
|
41
|
-
end
|
38
|
+
def self.new(client:); end
|
42
39
|
end
|
43
40
|
end
|
44
41
|
end
|
data/rbi/lib/lithic/version.rbi
CHANGED
@@ -16,11 +16,11 @@ module Lithic
|
|
16
16
|
def ==: (top other) -> bool
|
17
17
|
|
18
18
|
def coerce: (
|
19
|
-
|
19
|
+
::Array[top] | top value,
|
20
20
|
state: Lithic::Internal::Type::Converter::state
|
21
21
|
) -> (::Array[top] | top)
|
22
22
|
|
23
|
-
def dump: (
|
23
|
+
def dump: (::Array[top] | top value) -> (::Array[top] | top)
|
24
24
|
|
25
25
|
def item_type: -> Elem
|
26
26
|
|
@@ -9,13 +9,13 @@ module Lithic
|
|
9
9
|
|
10
10
|
def self?.primitive?: (top input) -> bool
|
11
11
|
|
12
|
-
def self?.coerce_boolean: (
|
12
|
+
def self?.coerce_boolean: (String | bool input) -> (bool | top)
|
13
13
|
|
14
|
-
def self?.coerce_boolean!: (
|
14
|
+
def self?.coerce_boolean!: (String | bool input) -> bool?
|
15
15
|
|
16
|
-
def self?.coerce_integer: (
|
16
|
+
def self?.coerce_integer: (String | Integer input) -> (Integer | top)
|
17
17
|
|
18
|
-
def self?.coerce_float: (
|
18
|
+
def self?.coerce_float: (String | Integer | Float input) -> (Float | top)
|
19
19
|
|
20
20
|
def self?.coerce_hash: (top input) -> (::Hash[top, top] | top)
|
21
21
|
|
@@ -133,7 +133,7 @@ module Lithic
|
|
133
133
|
|
134
134
|
def self?.decode_sse: (
|
135
135
|
Enumerable[String] lines
|
136
|
-
) -> Lithic::Internal::Util::server_sent_event
|
136
|
+
) -> Enumerable[Lithic::Internal::Util::server_sent_event]
|
137
137
|
end
|
138
138
|
end
|
139
139
|
end
|
@@ -2,13 +2,13 @@ module Lithic
|
|
2
2
|
module Models
|
3
3
|
type account_holder_create_params =
|
4
4
|
{
|
5
|
-
beneficial_owner_entities: ::Array[Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity],
|
6
5
|
beneficial_owner_individuals: ::Array[Lithic::Models::AccountHolderCreateParams::BeneficialOwnerIndividual],
|
7
6
|
business_entity: Lithic::Models::AccountHolderCreateParams::BusinessEntity,
|
8
7
|
control_person: Lithic::Models::AccountHolderCreateParams::ControlPerson,
|
9
8
|
nature_of_business: String,
|
10
9
|
tos_timestamp: String,
|
11
10
|
workflow: Lithic::Models::AccountHolderCreateParams::workflow,
|
11
|
+
beneficial_owner_entities: ::Array[Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity],
|
12
12
|
external_id: String,
|
13
13
|
kyb_passed_timestamp: String,
|
14
14
|
website_url: String,
|
@@ -28,8 +28,6 @@ module Lithic
|
|
28
28
|
extend Lithic::Internal::Type::RequestParameters::Converter
|
29
29
|
include Lithic::Internal::Type::RequestParameters
|
30
30
|
|
31
|
-
attr_accessor beneficial_owner_entities: ::Array[Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity]
|
32
|
-
|
33
31
|
attr_accessor beneficial_owner_individuals: ::Array[Lithic::Models::AccountHolderCreateParams::BeneficialOwnerIndividual]
|
34
32
|
|
35
33
|
attr_accessor business_entity: Lithic::Models::AccountHolderCreateParams::BusinessEntity
|
@@ -42,6 +40,12 @@ module Lithic
|
|
42
40
|
|
43
41
|
attr_accessor workflow: Lithic::Models::AccountHolderCreateParams::workflow
|
44
42
|
|
43
|
+
attr_reader beneficial_owner_entities: ::Array[Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity]?
|
44
|
+
|
45
|
+
def beneficial_owner_entities=: (
|
46
|
+
::Array[Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity]
|
47
|
+
) -> ::Array[Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity]
|
48
|
+
|
45
49
|
attr_reader external_id: String?
|
46
50
|
|
47
51
|
def external_id=: (String) -> String
|
@@ -77,7 +81,6 @@ module Lithic
|
|
77
81
|
def business_account_token=: (String) -> String
|
78
82
|
|
79
83
|
def initialize: (
|
80
|
-
beneficial_owner_entities: ::Array[Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity],
|
81
84
|
beneficial_owner_individuals: ::Array[Lithic::Models::AccountHolderCreateParams::BeneficialOwnerIndividual],
|
82
85
|
business_entity: Lithic::Models::AccountHolderCreateParams::BusinessEntity,
|
83
86
|
control_person: Lithic::Models::AccountHolderCreateParams::ControlPerson,
|
@@ -91,6 +94,7 @@ module Lithic
|
|
91
94
|
kyc_exemption_type: Lithic::Models::AccountHolderCreateParams::kyc_exemption_type,
|
92
95
|
last_name: String,
|
93
96
|
phone_number: String,
|
97
|
+
?beneficial_owner_entities: ::Array[Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity],
|
94
98
|
?external_id: String,
|
95
99
|
?kyb_passed_timestamp: String,
|
96
100
|
?website_url: String,
|
@@ -101,45 +105,6 @@ module Lithic
|
|
101
105
|
|
102
106
|
def to_hash: -> Lithic::Models::account_holder_create_params
|
103
107
|
|
104
|
-
type beneficial_owner_entity =
|
105
|
-
{
|
106
|
-
address: Lithic::Models::Address,
|
107
|
-
government_id: String,
|
108
|
-
legal_business_name: String,
|
109
|
-
phone_numbers: ::Array[String],
|
110
|
-
dba_business_name: String,
|
111
|
-
parent_company: String
|
112
|
-
}
|
113
|
-
|
114
|
-
class BeneficialOwnerEntity < Lithic::Internal::Type::BaseModel
|
115
|
-
attr_accessor address: Lithic::Models::Address
|
116
|
-
|
117
|
-
attr_accessor government_id: String
|
118
|
-
|
119
|
-
attr_accessor legal_business_name: String
|
120
|
-
|
121
|
-
attr_accessor phone_numbers: ::Array[String]
|
122
|
-
|
123
|
-
attr_reader dba_business_name: String?
|
124
|
-
|
125
|
-
def dba_business_name=: (String) -> String
|
126
|
-
|
127
|
-
attr_reader parent_company: String?
|
128
|
-
|
129
|
-
def parent_company=: (String) -> String
|
130
|
-
|
131
|
-
def initialize: (
|
132
|
-
address: Lithic::Models::Address,
|
133
|
-
government_id: String,
|
134
|
-
legal_business_name: String,
|
135
|
-
phone_numbers: ::Array[String],
|
136
|
-
?dba_business_name: String,
|
137
|
-
?parent_company: String
|
138
|
-
) -> void
|
139
|
-
|
140
|
-
def to_hash: -> Lithic::Models::AccountHolderCreateParams::beneficial_owner_entity
|
141
|
-
end
|
142
|
-
|
143
108
|
type beneficial_owner_individual =
|
144
109
|
{
|
145
110
|
address: Lithic::Models::Address,
|
@@ -271,6 +236,45 @@ module Lithic
|
|
271
236
|
def self?.values: -> ::Array[Lithic::Models::AccountHolderCreateParams::workflow]
|
272
237
|
end
|
273
238
|
|
239
|
+
type beneficial_owner_entity =
|
240
|
+
{
|
241
|
+
address: Lithic::Models::Address,
|
242
|
+
government_id: String,
|
243
|
+
legal_business_name: String,
|
244
|
+
phone_numbers: ::Array[String],
|
245
|
+
dba_business_name: String,
|
246
|
+
parent_company: String
|
247
|
+
}
|
248
|
+
|
249
|
+
class BeneficialOwnerEntity < Lithic::Internal::Type::BaseModel
|
250
|
+
attr_accessor address: Lithic::Models::Address
|
251
|
+
|
252
|
+
attr_accessor government_id: String
|
253
|
+
|
254
|
+
attr_accessor legal_business_name: String
|
255
|
+
|
256
|
+
attr_accessor phone_numbers: ::Array[String]
|
257
|
+
|
258
|
+
attr_reader dba_business_name: String?
|
259
|
+
|
260
|
+
def dba_business_name=: (String) -> String
|
261
|
+
|
262
|
+
attr_reader parent_company: String?
|
263
|
+
|
264
|
+
def parent_company=: (String) -> String
|
265
|
+
|
266
|
+
def initialize: (
|
267
|
+
address: Lithic::Models::Address,
|
268
|
+
government_id: String,
|
269
|
+
legal_business_name: String,
|
270
|
+
phone_numbers: ::Array[String],
|
271
|
+
?dba_business_name: String,
|
272
|
+
?parent_company: String
|
273
|
+
) -> void
|
274
|
+
|
275
|
+
def to_hash: -> Lithic::Models::AccountHolderCreateParams::beneficial_owner_entity
|
276
|
+
end
|
277
|
+
|
274
278
|
type individual =
|
275
279
|
{
|
276
280
|
address: Lithic::Models::Address,
|
@@ -40,7 +40,7 @@ module Lithic
|
|
40
40
|
def to_hash: -> Lithic::Models::card_convert_physical_params
|
41
41
|
|
42
42
|
type shipping_method =
|
43
|
-
:"
|
43
|
+
:"2_DAY"
|
44
44
|
| :EXPEDITED
|
45
45
|
| :EXPRESS
|
46
46
|
| :PRIORITY
|
@@ -50,7 +50,7 @@ module Lithic
|
|
50
50
|
module ShippingMethod
|
51
51
|
extend Lithic::Internal::Type::Enum
|
52
52
|
|
53
|
-
SHIPPING_METHOD_2_DAY: :"
|
53
|
+
SHIPPING_METHOD_2_DAY: :"2_DAY"
|
54
54
|
EXPEDITED: :EXPEDITED
|
55
55
|
EXPRESS: :EXPRESS
|
56
56
|
PRIORITY: :PRIORITY
|
@@ -44,7 +44,7 @@ module Lithic
|
|
44
44
|
def to_hash: -> Lithic::Models::card_reissue_params
|
45
45
|
|
46
46
|
type shipping_method =
|
47
|
-
:"
|
47
|
+
:"2_DAY"
|
48
48
|
| :EXPEDITED
|
49
49
|
| :EXPRESS
|
50
50
|
| :PRIORITY
|
@@ -54,7 +54,7 @@ module Lithic
|
|
54
54
|
module ShippingMethod
|
55
55
|
extend Lithic::Internal::Type::Enum
|
56
56
|
|
57
|
-
SHIPPING_METHOD_2_DAY: :"
|
57
|
+
SHIPPING_METHOD_2_DAY: :"2_DAY"
|
58
58
|
EXPEDITED: :EXPEDITED
|
59
59
|
EXPRESS: :EXPRESS
|
60
60
|
PRIORITY: :PRIORITY
|
@@ -52,7 +52,7 @@ module Lithic
|
|
52
52
|
def to_hash: -> Lithic::Models::card_renew_params
|
53
53
|
|
54
54
|
type shipping_method =
|
55
|
-
:"
|
55
|
+
:"2_DAY"
|
56
56
|
| :EXPEDITED
|
57
57
|
| :EXPRESS
|
58
58
|
| :PRIORITY
|
@@ -62,7 +62,7 @@ module Lithic
|
|
62
62
|
module ShippingMethod
|
63
63
|
extend Lithic::Internal::Type::Enum
|
64
64
|
|
65
|
-
SHIPPING_METHOD_2_DAY: :"
|
65
|
+
SHIPPING_METHOD_2_DAY: :"2_DAY"
|
66
66
|
EXPEDITED: :EXPEDITED
|
67
67
|
EXPRESS: :EXPRESS
|
68
68
|
PRIORITY: :PRIORITY
|
@@ -0,0 +1,22 @@
|
|
1
|
+
module Lithic
|
2
|
+
module Models
|
3
|
+
module Events
|
4
|
+
type event_subscription_resend_params =
|
5
|
+
{ event_token: String } & Lithic::Internal::Type::request_parameters
|
6
|
+
|
7
|
+
class EventSubscriptionResendParams < Lithic::Internal::Type::BaseModel
|
8
|
+
extend Lithic::Internal::Type::RequestParameters::Converter
|
9
|
+
include Lithic::Internal::Type::RequestParameters
|
10
|
+
|
11
|
+
attr_accessor event_token: String
|
12
|
+
|
13
|
+
def initialize: (
|
14
|
+
event_token: String,
|
15
|
+
?request_options: Lithic::request_opts
|
16
|
+
) -> void
|
17
|
+
|
18
|
+
def to_hash: -> Lithic::Models::Events::event_subscription_resend_params
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|