lithic 0.1.0.pre.alpha.26 → 0.1.0.pre.alpha.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +35 -0
- data/README.md +94 -54
- data/SECURITY.md +2 -2
- data/lib/lithic/client.rb +1 -1
- data/lib/lithic/internal/type/array_of.rb +8 -0
- data/lib/lithic/internal/type/base_model.rb +15 -0
- data/lib/lithic/internal/type/boolean.rb +8 -0
- data/lib/lithic/internal/type/enum.rb +12 -0
- data/lib/lithic/internal/type/file_input.rb +7 -0
- data/lib/lithic/internal/type/hash_of.rb +8 -0
- data/lib/lithic/internal/type/union.rb +12 -0
- data/lib/lithic/internal/type/unknown.rb +8 -0
- data/lib/lithic/internal/util.rb +50 -1
- data/lib/lithic/internal.rb +3 -0
- data/lib/lithic/models/account.rb +16 -16
- data/lib/lithic/models/account_holder.rb +49 -49
- data/lib/lithic/models/account_holder_create_params.rb +33 -31
- data/lib/lithic/models/account_holder_create_response.rb +2 -2
- data/lib/lithic/models/account_holder_list_documents_response.rb +2 -2
- data/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb +4 -4
- data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +4 -4
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +6 -6
- data/lib/lithic/models/account_holder_update_params.rb +29 -27
- data/lib/lithic/models/account_holder_update_response.rb +6 -15
- data/lib/lithic/models/account_holder_upload_document_params.rb +2 -2
- data/lib/lithic/models/account_spend_limits.rb +11 -11
- data/lib/lithic/models/account_update_params.rb +4 -4
- data/lib/lithic/models/address.rb +2 -2
- data/lib/lithic/models/address_update.rb +2 -2
- data/lib/lithic/models/aggregate_balance.rb +5 -5
- data/lib/lithic/models/aggregate_balance_list_params.rb +2 -2
- data/lib/lithic/models/auth_rules/auth_rule.rb +4 -4
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +8 -12
- data/lib/lithic/models/auth_rules/conditional_block_parameters.rb +2 -2
- data/lib/lithic/models/auth_rules/v2/backtest_results.rb +19 -19
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +6 -26
- data/lib/lithic/models/auth_rules/v2_create_params.rb +10 -20
- data/lib/lithic/models/auth_rules/v2_create_response.rb +6 -26
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +8 -18
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +6 -26
- data/lib/lithic/models/auth_rules/v2_list_params.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_list_response.rb +6 -26
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +6 -26
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +6 -26
- data/lib/lithic/models/auth_rules/v2_update_params.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_update_response.rb +6 -26
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +12 -16
- data/lib/lithic/models/balance.rb +5 -5
- data/lib/lithic/models/balance_list_params.rb +2 -2
- data/lib/lithic/models/book_transfer_create_params.rb +4 -4
- data/lib/lithic/models/book_transfer_list_params.rb +6 -6
- data/lib/lithic/models/book_transfer_response.rb +18 -18
- data/lib/lithic/models/card.rb +2 -2
- data/lib/lithic/models/card_convert_physical_params.rb +6 -6
- data/lib/lithic/models/card_create_params.rb +12 -12
- data/lib/lithic/models/card_list_params.rb +2 -2
- data/lib/lithic/models/card_program.rb +2 -2
- data/lib/lithic/models/card_provision_params.rb +2 -2
- data/lib/lithic/models/card_reissue_params.rb +6 -6
- data/lib/lithic/models/card_renew_params.rb +6 -6
- data/lib/lithic/models/card_spend_limits.rb +11 -11
- data/lib/lithic/models/card_update_params.rb +6 -6
- data/lib/lithic/models/card_web_provision_params.rb +2 -2
- data/lib/lithic/models/cards/financial_transaction_list_params.rb +6 -6
- data/lib/lithic/models/digital_card_art.rb +3 -3
- data/lib/lithic/models/dispute.rb +11 -11
- data/lib/lithic/models/dispute_create_params.rb +2 -2
- data/lib/lithic/models/dispute_evidence.rb +5 -5
- data/lib/lithic/models/dispute_list_params.rb +2 -2
- data/lib/lithic/models/dispute_update_params.rb +2 -2
- data/lib/lithic/models/document.rb +14 -14
- data/lib/lithic/models/event.rb +5 -5
- data/lib/lithic/models/event_list_attempts_params.rb +2 -2
- data/lib/lithic/models/event_list_params.rb +2 -2
- data/lib/lithic/models/event_subscription.rb +2 -2
- data/lib/lithic/models/events/subscription_create_params.rb +2 -2
- data/lib/lithic/models/events/subscription_list_attempts_params.rb +2 -2
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +2 -2
- data/lib/lithic/models/events/subscription_update_params.rb +2 -2
- data/lib/lithic/models/external_bank_account_create_params.rb +8 -8
- data/lib/lithic/models/external_bank_account_create_response.rb +2 -2
- data/lib/lithic/models/external_bank_account_list_params.rb +8 -8
- data/lib/lithic/models/external_bank_account_list_response.rb +2 -2
- data/lib/lithic/models/external_bank_account_retrieve_response.rb +2 -2
- data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +2 -2
- data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +6 -6
- data/lib/lithic/models/external_bank_account_update_params.rb +6 -6
- data/lib/lithic/models/external_bank_account_update_response.rb +2 -2
- data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +2 -2
- data/lib/lithic/models/external_payment.rb +22 -22
- data/lib/lithic/models/external_payment_create_params.rb +6 -6
- data/lib/lithic/models/external_payment_list_params.rb +6 -6
- data/lib/lithic/models/external_payment_settle_params.rb +2 -2
- data/lib/lithic/models/financial_account.rb +18 -18
- data/lib/lithic/models/financial_account_create_params.rb +2 -2
- data/lib/lithic/models/financial_account_list_params.rb +2 -2
- data/lib/lithic/models/financial_account_update_status_params.rb +4 -4
- data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +6 -6
- data/lib/lithic/models/financial_accounts/financial_transaction_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/loan_tape.rb +68 -68
- data/lib/lithic/models/financial_accounts/statement.rb +46 -46
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +10 -10
- data/lib/lithic/models/financial_accounts/statements.rb +2 -2
- data/lib/lithic/models/financial_transaction.rb +19 -19
- data/lib/lithic/models/kyb.rb +27 -27
- data/lib/lithic/models/kyb_business_entity.rb +5 -5
- data/lib/lithic/models/kyc.rb +12 -12
- data/lib/lithic/models/kyc_exempt.rb +10 -10
- data/lib/lithic/models/management_operation_create_params.rb +6 -6
- data/lib/lithic/models/management_operation_list_params.rb +4 -4
- data/lib/lithic/models/management_operation_transaction.rb +25 -25
- data/lib/lithic/models/message_attempt.rb +5 -5
- data/lib/lithic/models/non_pci_card.rb +24 -24
- data/lib/lithic/models/payment.rb +38 -38
- data/lib/lithic/models/payment_create_params.rb +9 -9
- data/lib/lithic/models/payment_create_response.rb +2 -2
- data/lib/lithic/models/payment_list_params.rb +6 -6
- data/lib/lithic/models/payment_retry_response.rb +2 -2
- data/lib/lithic/models/payment_simulate_action_params.rb +4 -4
- data/lib/lithic/models/payment_simulate_receipt_params.rb +2 -2
- data/lib/lithic/models/reports/settlement/network_total_list_params.rb +2 -2
- data/lib/lithic/models/required_document.rb +2 -2
- data/lib/lithic/models/responder_endpoint_check_status_params.rb +2 -2
- data/lib/lithic/models/responder_endpoint_create_params.rb +2 -2
- data/lib/lithic/models/responder_endpoint_delete_params.rb +2 -2
- data/lib/lithic/models/settlement_detail.rb +11 -11
- data/lib/lithic/models/settlement_report.rb +4 -4
- data/lib/lithic/models/settlement_summary_details.rb +4 -4
- data/lib/lithic/models/shipping_address.rb +2 -2
- data/lib/lithic/models/three_ds/authentication_simulate_params.rb +8 -7
- data/lib/lithic/models/three_ds/challenge_response.rb +3 -3
- data/lib/lithic/models/tokenization.rb +19 -19
- data/lib/lithic/models/tokenization_list_params.rb +2 -2
- data/lib/lithic/models/tokenization_resend_activation_code_params.rb +2 -2
- data/lib/lithic/models/tokenization_retrieve_response.rb +2 -2
- data/lib/lithic/models/tokenization_simulate_params.rb +4 -4
- data/lib/lithic/models/tokenization_simulate_response.rb +2 -2
- data/lib/lithic/models/tokenization_update_digital_card_art_response.rb +2 -2
- data/lib/lithic/models/transaction.rb +162 -160
- data/lib/lithic/models/transaction_list_params.rb +4 -4
- data/lib/lithic/models/transaction_simulate_authorization_params.rb +2 -2
- data/lib/lithic/models/transaction_simulate_void_params.rb +2 -2
- data/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rb +2 -2
- data/lib/lithic/models/transactions/events/enhanced_data.rb +29 -29
- data/lib/lithic/models/transfer.rb +25 -25
- data/lib/lithic/models.rb +30 -19
- data/lib/lithic/resources/account_holders.rb +24 -24
- data/lib/lithic/resources/accounts.rb +6 -6
- data/lib/lithic/resources/aggregate_balances.rb +2 -2
- data/lib/lithic/resources/auth_rules/v2/backtests.rb +1 -1
- data/lib/lithic/resources/auth_rules/v2.rb +5 -5
- data/lib/lithic/resources/auth_stream_enrollment.rb +1 -1
- data/lib/lithic/resources/balances.rb +2 -2
- data/lib/lithic/resources/book_transfers.rb +9 -9
- data/lib/lithic/resources/card_programs.rb +2 -2
- data/lib/lithic/resources/cards/financial_transactions.rb +5 -5
- data/lib/lithic/resources/cards.rb +30 -30
- data/lib/lithic/resources/credit_products/extended_credit.rb +1 -1
- data/lib/lithic/resources/digital_card_art.rb +2 -2
- data/lib/lithic/resources/disputes.rb +12 -12
- data/lib/lithic/resources/events/subscriptions.rb +9 -9
- data/lib/lithic/resources/events.rb +5 -5
- data/lib/lithic/resources/external_bank_accounts.rb +11 -11
- data/lib/lithic/resources/external_payments.rb +14 -14
- data/lib/lithic/resources/financial_accounts/credit_configuration.rb +2 -2
- data/lib/lithic/resources/financial_accounts/financial_transactions.rb +5 -5
- data/lib/lithic/resources/financial_accounts/loan_tapes.rb +2 -2
- data/lib/lithic/resources/financial_accounts/statements/line_items.rb +1 -1
- data/lib/lithic/resources/financial_accounts/statements.rb +2 -2
- data/lib/lithic/resources/financial_accounts.rb +9 -9
- data/lib/lithic/resources/management_operations.rb +9 -9
- data/lib/lithic/resources/payments.rb +11 -11
- data/lib/lithic/resources/reports/settlement/network_totals.rb +1 -1
- data/lib/lithic/resources/reports/settlement.rb +2 -2
- data/lib/lithic/resources/responder_endpoints.rb +4 -4
- data/lib/lithic/resources/three_ds/authentication.rb +3 -3
- data/lib/lithic/resources/three_ds/decisioning.rb +1 -1
- data/lib/lithic/resources/tokenization_decisioning.rb +1 -1
- data/lib/lithic/resources/tokenizations.rb +5 -5
- data/lib/lithic/resources/transactions/events/enhanced_commercial_data.rb +1 -1
- data/lib/lithic/resources/transactions.rb +6 -6
- data/lib/lithic/resources/transfers.rb +1 -1
- data/lib/lithic/version.rb +1 -1
- data/rbi/lithic/internal/type/array_of.rbi +6 -0
- data/rbi/lithic/internal/type/base_model.rbi +5 -0
- data/rbi/lithic/internal/type/boolean.rbi +6 -0
- data/rbi/lithic/internal/type/enum.rbi +5 -0
- data/rbi/lithic/internal/type/file_input.rbi +5 -0
- data/rbi/lithic/internal/type/hash_of.rbi +6 -0
- data/rbi/lithic/internal/type/union.rbi +5 -0
- data/rbi/lithic/internal/type/unknown.rbi +6 -0
- data/rbi/lithic/internal/util.rbi +31 -0
- data/rbi/lithic/internal.rbi +3 -0
- data/rbi/lithic/models/auth_rules/auth_rule_condition.rbi +12 -4
- data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +4 -20
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +4 -20
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +4 -20
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +4 -20
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +4 -20
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +4 -20
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +4 -20
- data/rbi/lithic/resources/account_holders.rbi +1 -6
- data/sig/lithic/internal/type/array_of.rbs +3 -0
- data/sig/lithic/internal/type/base_model.rbs +2 -0
- data/sig/lithic/internal/type/boolean.rbs +3 -0
- data/sig/lithic/internal/type/enum.rbs +2 -0
- data/sig/lithic/internal/type/file_input.rbs +2 -0
- data/sig/lithic/internal/type/hash_of.rbs +3 -0
- data/sig/lithic/internal/type/union.rbs +2 -0
- data/sig/lithic/internal/type/unknown.rbs +3 -0
- data/sig/lithic/internal/util.rbs +12 -0
- data/sig/lithic/internal.rbs +2 -0
- data/sig/lithic/models/account.rbs +33 -4
- data/sig/lithic/models/account_holder.rbs +116 -36
- data/sig/lithic/models/account_holder_create_params.rbs +71 -0
- data/sig/lithic/models/account_holder_create_response.rbs +10 -0
- data/sig/lithic/models/account_holder_list_documents_params.rbs +2 -0
- data/sig/lithic/models/account_holder_list_documents_response.rbs +2 -0
- data/sig/lithic/models/account_holder_list_params.rbs +15 -0
- data/sig/lithic/models/account_holder_retrieve_document_params.rbs +5 -0
- data/sig/lithic/models/account_holder_retrieve_params.rbs +2 -0
- data/sig/lithic/models/account_holder_simulate_enrollment_document_review_params.rbs +8 -0
- data/sig/lithic/models/account_holder_simulate_enrollment_review_params.rbs +13 -6
- data/sig/lithic/models/account_holder_simulate_enrollment_review_response.rbs +87 -0
- data/sig/lithic/models/account_holder_update_params.rbs +72 -0
- data/sig/lithic/models/account_holder_update_response.rbs +107 -0
- data/sig/lithic/models/account_holder_upload_document_params.rbs +6 -0
- data/sig/lithic/models/account_list_params.rbs +9 -0
- data/sig/lithic/models/account_retrieve_params.rbs +2 -0
- data/sig/lithic/models/account_retrieve_spend_limits_params.rbs +2 -0
- data/sig/lithic/models/account_spend_limits.rbs +12 -0
- data/sig/lithic/models/account_update_params.rbs +18 -0
- data/sig/lithic/models/address.rbs +9 -0
- data/sig/lithic/models/address_update.rbs +9 -0
- data/sig/lithic/models/aggregate_balance.rbs +17 -4
- data/sig/lithic/models/aggregate_balance_list_params.rbs +5 -0
- data/sig/lithic/models/api_status.rbs +2 -0
- data/sig/lithic/models/auth_rules/auth_rule.rbs +16 -4
- data/sig/lithic/models/auth_rules/auth_rule_condition.rbs +18 -12
- data/sig/lithic/models/auth_rules/conditional_block_parameters.rbs +4 -0
- data/sig/lithic/models/auth_rules/v2/backtest_create_params.rbs +6 -0
- data/sig/lithic/models/auth_rules/v2/backtest_create_response.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2/backtest_results.rbs +39 -0
- data/sig/lithic/models/auth_rules/v2/backtest_retrieve_params.rbs +5 -0
- data/sig/lithic/models/auth_rules/v2_apply_params.rbs +8 -0
- data/sig/lithic/models/auth_rules/v2_apply_response.rbs +43 -0
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +21 -0
- data/sig/lithic/models/auth_rules/v2_create_response.rbs +43 -0
- data/sig/lithic/models/auth_rules/v2_delete_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +15 -0
- data/sig/lithic/models/auth_rules/v2_draft_response.rbs +43 -0
- data/sig/lithic/models/auth_rules/v2_list_params.rbs +10 -0
- data/sig/lithic/models/auth_rules/v2_list_response.rbs +43 -0
- data/sig/lithic/models/auth_rules/v2_promote_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_promote_response.rbs +43 -0
- data/sig/lithic/models/auth_rules/v2_report_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_report_response.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_retrieve_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +43 -0
- data/sig/lithic/models/auth_rules/v2_update_params.rbs +10 -0
- data/sig/lithic/models/auth_rules/v2_update_response.rbs +43 -0
- data/sig/lithic/models/auth_rules/velocity_limit_params.rbs +23 -8
- data/sig/lithic/models/auth_stream_enrollment_retrieve_secret_params.rbs +2 -0
- data/sig/lithic/models/auth_stream_enrollment_rotate_secret_params.rbs +2 -0
- data/sig/lithic/models/auth_stream_secret.rbs +2 -0
- data/sig/lithic/models/balance.rbs +17 -4
- data/sig/lithic/models/balance_list_params.rbs +8 -0
- data/sig/lithic/models/book_transfer_create_params.rbs +12 -0
- data/sig/lithic/models/book_transfer_list_params.rbs +15 -0
- data/sig/lithic/models/book_transfer_response.rbs +46 -20
- data/sig/lithic/models/book_transfer_retrieve_params.rbs +2 -0
- data/sig/lithic/models/book_transfer_reverse_params.rbs +2 -0
- data/sig/lithic/models/card.rbs +2 -0
- data/sig/lithic/models/card_convert_physical_params.rbs +8 -0
- data/sig/lithic/models/card_create_params.rbs +21 -0
- data/sig/lithic/models/card_embed_params.rbs +6 -0
- data/sig/lithic/models/card_list_params.rbs +12 -0
- data/sig/lithic/models/card_program.rbs +10 -0
- data/sig/lithic/models/card_program_list_params.rbs +7 -0
- data/sig/lithic/models/card_program_retrieve_params.rbs +2 -0
- data/sig/lithic/models/card_provision_params.rbs +10 -0
- data/sig/lithic/models/card_provision_response.rbs +2 -0
- data/sig/lithic/models/card_reissue_params.rbs +8 -0
- data/sig/lithic/models/card_renew_params.rbs +10 -0
- data/sig/lithic/models/card_retrieve_params.rbs +2 -0
- data/sig/lithic/models/card_retrieve_spend_limits_params.rbs +2 -0
- data/sig/lithic/models/card_search_by_pan_params.rbs +2 -0
- data/sig/lithic/models/card_spend_limits.rbs +24 -0
- data/sig/lithic/models/card_update_params.rbs +11 -0
- data/sig/lithic/models/card_web_provision_params.rbs +5 -0
- data/sig/lithic/models/card_web_provision_response.rbs +14 -0
- data/sig/lithic/models/cards/aggregate_balance_list_params.rbs +6 -0
- data/sig/lithic/models/cards/aggregate_balance_list_response.rbs +12 -0
- data/sig/lithic/models/cards/balance_list_params.rbs +6 -0
- data/sig/lithic/models/cards/balance_list_response.rbs +13 -0
- data/sig/lithic/models/cards/financial_transaction_list_params.rbs +11 -0
- data/sig/lithic/models/cards/financial_transaction_retrieve_params.rbs +5 -0
- data/sig/lithic/models/carrier.rbs +2 -0
- data/sig/lithic/models/client_api_status_params.rbs +2 -0
- data/sig/lithic/models/credit_products/extended_credit.rbs +2 -0
- data/sig/lithic/models/credit_products/extended_credit_retrieve_params.rbs +2 -0
- data/sig/lithic/models/credit_products/prime_rate_create_params.rbs +6 -0
- data/sig/lithic/models/credit_products/prime_rate_retrieve_params.rbs +6 -0
- data/sig/lithic/models/credit_products/prime_rate_retrieve_response.rbs +7 -0
- data/sig/lithic/models/digital_card_art.rbs +14 -4
- data/sig/lithic/models/digital_card_art_list_params.rbs +7 -0
- data/sig/lithic/models/digital_card_art_retrieve_params.rbs +2 -0
- data/sig/lithic/models/dispute.rbs +33 -12
- data/sig/lithic/models/dispute_create_params.rbs +9 -0
- data/sig/lithic/models/dispute_delete_evidence_params.rbs +5 -0
- data/sig/lithic/models/dispute_delete_params.rbs +2 -0
- data/sig/lithic/models/dispute_evidence.rbs +14 -4
- data/sig/lithic/models/dispute_initiate_evidence_upload_params.rbs +5 -0
- data/sig/lithic/models/dispute_list_evidences_params.rbs +9 -0
- data/sig/lithic/models/dispute_list_params.rbs +11 -0
- data/sig/lithic/models/dispute_retrieve_evidence_params.rbs +5 -0
- data/sig/lithic/models/dispute_retrieve_params.rbs +2 -0
- data/sig/lithic/models/dispute_update_params.rbs +8 -0
- data/sig/lithic/models/document.rbs +36 -16
- data/sig/lithic/models/event.rbs +11 -4
- data/sig/lithic/models/event_list_attempts_params.rbs +10 -0
- data/sig/lithic/models/event_list_params.rbs +17 -6
- data/sig/lithic/models/event_retrieve_params.rbs +2 -0
- data/sig/lithic/models/event_subscription.rbs +12 -4
- data/sig/lithic/models/events/event_subscription_resend_params.rbs +5 -0
- data/sig/lithic/models/events/subscription_create_params.rbs +14 -6
- data/sig/lithic/models/events/subscription_delete_params.rbs +2 -0
- data/sig/lithic/models/events/subscription_list_attempts_params.rbs +10 -0
- data/sig/lithic/models/events/subscription_list_params.rbs +7 -0
- data/sig/lithic/models/events/subscription_recover_params.rbs +6 -0
- data/sig/lithic/models/events/subscription_replay_missing_params.rbs +6 -0
- data/sig/lithic/models/events/subscription_retrieve_params.rbs +2 -0
- data/sig/lithic/models/events/subscription_retrieve_secret_params.rbs +2 -0
- data/sig/lithic/models/events/subscription_retrieve_secret_response.rbs +2 -0
- data/sig/lithic/models/events/subscription_rotate_secret_params.rbs +2 -0
- data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +5 -0
- data/sig/lithic/models/events/subscription_update_params.rbs +14 -6
- data/sig/lithic/models/external_bank_account_address.rbs +9 -0
- data/sig/lithic/models/external_bank_account_create_params.rbs +22 -0
- data/sig/lithic/models/external_bank_account_create_response.rbs +25 -0
- data/sig/lithic/models/external_bank_account_list_params.rbs +31 -18
- data/sig/lithic/models/external_bank_account_list_response.rbs +25 -0
- data/sig/lithic/models/external_bank_account_retrieve_params.rbs +2 -0
- data/sig/lithic/models/external_bank_account_retrieve_response.rbs +25 -0
- data/sig/lithic/models/external_bank_account_retry_micro_deposits_params.rbs +5 -0
- data/sig/lithic/models/external_bank_account_retry_micro_deposits_response.rbs +25 -0
- data/sig/lithic/models/external_bank_account_retry_prenote_params.rbs +5 -0
- data/sig/lithic/models/external_bank_account_retry_prenote_response.rbs +25 -0
- data/sig/lithic/models/external_bank_account_update_params.rbs +13 -0
- data/sig/lithic/models/external_bank_account_update_response.rbs +25 -0
- data/sig/lithic/models/external_bank_accounts/micro_deposit_create_params.rbs +5 -0
- data/sig/lithic/models/external_bank_accounts/micro_deposit_create_response.rbs +25 -0
- data/sig/lithic/models/external_payment.rbs +55 -28
- data/sig/lithic/models/external_payment_cancel_params.rbs +6 -0
- data/sig/lithic/models/external_payment_create_params.rbs +13 -0
- data/sig/lithic/models/external_payment_list_params.rbs +14 -0
- data/sig/lithic/models/external_payment_release_params.rbs +6 -0
- data/sig/lithic/models/external_payment_retrieve_params.rbs +2 -0
- data/sig/lithic/models/external_payment_reverse_params.rbs +6 -0
- data/sig/lithic/models/external_payment_settle_params.rbs +7 -0
- data/sig/lithic/models/financial_account.rbs +45 -20
- data/sig/lithic/models/financial_account_create_params.rbs +9 -0
- data/sig/lithic/models/financial_account_list_params.rbs +7 -0
- data/sig/lithic/models/financial_account_retrieve_params.rbs +2 -0
- data/sig/lithic/models/financial_account_update_params.rbs +5 -0
- data/sig/lithic/models/financial_account_update_status_params.rbs +6 -0
- data/sig/lithic/models/financial_accounts/balance_list_params.rbs +6 -0
- data/sig/lithic/models/financial_accounts/balance_list_response.rbs +13 -0
- data/sig/lithic/models/financial_accounts/credit_configuration_retrieve_params.rbs +2 -0
- data/sig/lithic/models/financial_accounts/credit_configuration_update_params.rbs +8 -0
- data/sig/lithic/models/financial_accounts/financial_account_credit_config.rbs +19 -8
- data/sig/lithic/models/financial_accounts/financial_transaction_list_params.rbs +11 -0
- data/sig/lithic/models/financial_accounts/financial_transaction_retrieve_params.rbs +5 -0
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +156 -16
- data/sig/lithic/models/financial_accounts/loan_tape_list_params.rbs +9 -0
- data/sig/lithic/models/financial_accounts/loan_tape_retrieve_params.rbs +5 -0
- data/sig/lithic/models/financial_accounts/statement.rbs +110 -20
- data/sig/lithic/models/financial_accounts/statement_list_params.rbs +10 -0
- data/sig/lithic/models/financial_accounts/statement_retrieve_params.rbs +5 -0
- data/sig/lithic/models/financial_accounts/statements/line_item_list_params.rbs +8 -0
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +28 -8
- data/sig/lithic/models/financial_accounts/statements.rbs +5 -0
- data/sig/lithic/models/financial_transaction.rbs +46 -24
- data/sig/lithic/models/funding_event_list_params.rbs +7 -0
- data/sig/lithic/models/funding_event_list_response.rbs +13 -0
- data/sig/lithic/models/funding_event_retrieve_details_params.rbs +2 -0
- data/sig/lithic/models/funding_event_retrieve_details_response.rbs +6 -0
- data/sig/lithic/models/funding_event_retrieve_params.rbs +2 -0
- data/sig/lithic/models/funding_event_retrieve_response.rbs +13 -0
- data/sig/lithic/models/kyb.rbs +55 -4
- data/sig/lithic/models/kyb_business_entity.rbs +18 -0
- data/sig/lithic/models/kyc.rbs +22 -4
- data/sig/lithic/models/kyc_exempt.rbs +20 -8
- data/sig/lithic/models/management_operation_create_params.rbs +14 -0
- data/sig/lithic/models/management_operation_list_params.rbs +13 -0
- data/sig/lithic/models/management_operation_retrieve_params.rbs +2 -0
- data/sig/lithic/models/management_operation_reverse_params.rbs +6 -0
- data/sig/lithic/models/management_operation_transaction.rbs +63 -28
- data/sig/lithic/models/message_attempt.rbs +15 -4
- data/sig/lithic/models/non_pci_card.rbs +58 -24
- data/sig/lithic/models/payment.rbs +82 -42
- data/sig/lithic/models/payment_create_params.rbs +23 -4
- data/sig/lithic/models/payment_create_response.rbs +2 -0
- data/sig/lithic/models/payment_list_params.rbs +15 -0
- data/sig/lithic/models/payment_retrieve_params.rbs +2 -0
- data/sig/lithic/models/payment_retry_params.rbs +2 -0
- data/sig/lithic/models/payment_retry_response.rbs +2 -0
- data/sig/lithic/models/payment_simulate_action_params.rbs +7 -0
- data/sig/lithic/models/payment_simulate_action_response.rbs +6 -0
- data/sig/lithic/models/payment_simulate_receipt_params.rbs +9 -0
- data/sig/lithic/models/payment_simulate_receipt_response.rbs +6 -0
- data/sig/lithic/models/payment_simulate_release_params.rbs +5 -0
- data/sig/lithic/models/payment_simulate_release_response.rbs +6 -0
- data/sig/lithic/models/payment_simulate_return_params.rbs +6 -0
- data/sig/lithic/models/payment_simulate_return_response.rbs +6 -0
- data/sig/lithic/models/reports/settlement/network_total_list_params.rbs +15 -0
- data/sig/lithic/models/reports/settlement/network_total_list_response.rbs +21 -0
- data/sig/lithic/models/reports/settlement/network_total_retrieve_params.rbs +2 -0
- data/sig/lithic/models/reports/settlement/network_total_retrieve_response.rbs +21 -0
- data/sig/lithic/models/reports/settlement_list_details_params.rbs +7 -0
- data/sig/lithic/models/reports/settlement_summary_params.rbs +2 -0
- data/sig/lithic/models/required_document.rbs +6 -0
- data/sig/lithic/models/responder_endpoint_check_status_params.rbs +5 -0
- data/sig/lithic/models/responder_endpoint_create_params.rbs +6 -0
- data/sig/lithic/models/responder_endpoint_create_response.rbs +2 -0
- data/sig/lithic/models/responder_endpoint_delete_params.rbs +5 -0
- data/sig/lithic/models/responder_endpoint_status.rbs +2 -0
- data/sig/lithic/models/settlement_detail.rbs +34 -8
- data/sig/lithic/models/settlement_report.rbs +14 -0
- data/sig/lithic/models/settlement_summary_details.rbs +17 -6
- data/sig/lithic/models/shipping_address.rbs +14 -0
- data/sig/lithic/models/three_ds/authentication_retrieve_params.rbs +2 -0
- data/sig/lithic/models/three_ds/authentication_retrieve_response.rbs +102 -0
- data/sig/lithic/models/three_ds/authentication_simulate_otp_entry_params.rbs +6 -0
- data/sig/lithic/models/three_ds/authentication_simulate_params.rbs +17 -0
- data/sig/lithic/models/three_ds/authentication_simulate_response.rbs +2 -0
- data/sig/lithic/models/three_ds/challenge_response.rbs +5 -0
- data/sig/lithic/models/three_ds/decisioning_challenge_response_params.rbs +2 -0
- data/sig/lithic/models/three_ds/decisioning_retrieve_secret_params.rbs +2 -0
- data/sig/lithic/models/three_ds/decisioning_retrieve_secret_response.rbs +2 -0
- data/sig/lithic/models/three_ds/decisioning_rotate_secret_params.rbs +2 -0
- data/sig/lithic/models/tokenization.rbs +47 -24
- data/sig/lithic/models/tokenization_activate_params.rbs +2 -0
- data/sig/lithic/models/tokenization_deactivate_params.rbs +2 -0
- data/sig/lithic/models/tokenization_decisioning_retrieve_secret_params.rbs +2 -0
- data/sig/lithic/models/tokenization_decisioning_rotate_secret_params.rbs +2 -0
- data/sig/lithic/models/tokenization_decisioning_rotate_secret_response.rbs +2 -0
- data/sig/lithic/models/tokenization_list_params.rbs +12 -0
- data/sig/lithic/models/tokenization_pause_params.rbs +2 -0
- data/sig/lithic/models/tokenization_resend_activation_code_params.rbs +5 -0
- data/sig/lithic/models/tokenization_retrieve_params.rbs +2 -0
- data/sig/lithic/models/tokenization_retrieve_response.rbs +2 -0
- data/sig/lithic/models/tokenization_secret.rbs +2 -0
- data/sig/lithic/models/tokenization_simulate_params.rbs +12 -0
- data/sig/lithic/models/tokenization_simulate_response.rbs +2 -0
- data/sig/lithic/models/tokenization_unpause_params.rbs +2 -0
- data/sig/lithic/models/tokenization_update_digital_card_art_params.rbs +5 -0
- data/sig/lithic/models/tokenization_update_digital_card_art_response.rbs +2 -0
- data/sig/lithic/models/transaction.rbs +277 -90
- data/sig/lithic/models/transaction_expire_authorization_params.rbs +2 -0
- data/sig/lithic/models/transaction_list_params.rbs +13 -0
- data/sig/lithic/models/transaction_retrieve_params.rbs +2 -0
- data/sig/lithic/models/transaction_simulate_authorization_advice_params.rbs +6 -0
- data/sig/lithic/models/transaction_simulate_authorization_advice_response.rbs +2 -0
- data/sig/lithic/models/transaction_simulate_authorization_params.rbs +14 -0
- data/sig/lithic/models/transaction_simulate_authorization_response.rbs +2 -0
- data/sig/lithic/models/transaction_simulate_clearing_params.rbs +6 -0
- data/sig/lithic/models/transaction_simulate_clearing_response.rbs +2 -0
- data/sig/lithic/models/transaction_simulate_credit_authorization_params.rbs +9 -0
- data/sig/lithic/models/transaction_simulate_credit_authorization_response.rbs +2 -0
- data/sig/lithic/models/transaction_simulate_return_params.rbs +7 -0
- data/sig/lithic/models/transaction_simulate_return_response.rbs +2 -0
- data/sig/lithic/models/transaction_simulate_return_reversal_params.rbs +2 -0
- data/sig/lithic/models/transaction_simulate_return_reversal_response.rbs +2 -0
- data/sig/lithic/models/transaction_simulate_void_params.rbs +7 -0
- data/sig/lithic/models/transaction_simulate_void_response.rbs +2 -0
- data/sig/lithic/models/transactions/enhanced_commercial_data_retrieve_params.rbs +2 -0
- data/sig/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rbs +4 -0
- data/sig/lithic/models/transactions/events/enhanced_commercial_data_retrieve_params.rbs +2 -0
- data/sig/lithic/models/transactions/events/enhanced_data.rbs +75 -24
- data/sig/lithic/models/transfer.rbs +57 -27
- data/sig/lithic/models/transfer_create_params.rbs +9 -0
- data/sig/lithic/resources/account_holders.rbs +1 -1
- data/sig/lithic/resources/events/subscriptions.rbs +2 -2
- data/sig/lithic/resources/events.rbs +1 -1
- data/sig/lithic/resources/external_bank_accounts.rbs +3 -3
- metadata +2 -2
@@ -9,7 +9,7 @@ module Lithic
|
|
9
9
|
#
|
10
10
|
# @param amount [Integer] Amount to dispute
|
11
11
|
#
|
12
|
-
# @param reason [Symbol, Lithic::DisputeCreateParams::Reason] Reason for dispute
|
12
|
+
# @param reason [Symbol, Lithic::Models::DisputeCreateParams::Reason] Reason for dispute
|
13
13
|
#
|
14
14
|
# @param transaction_token [String] Transaction to dispute
|
15
15
|
#
|
@@ -19,7 +19,7 @@ module Lithic
|
|
19
19
|
#
|
20
20
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
21
21
|
#
|
22
|
-
# @return [Lithic::Dispute]
|
22
|
+
# @return [Lithic::Models::Dispute]
|
23
23
|
#
|
24
24
|
# @see Lithic::Models::DisputeCreateParams
|
25
25
|
def create(params)
|
@@ -40,7 +40,7 @@ module Lithic
|
|
40
40
|
# @param dispute_token [String]
|
41
41
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
42
42
|
#
|
43
|
-
# @return [Lithic::Dispute]
|
43
|
+
# @return [Lithic::Models::Dispute]
|
44
44
|
#
|
45
45
|
# @see Lithic::Models::DisputeRetrieveParams
|
46
46
|
def retrieve(dispute_token, params = {})
|
@@ -64,11 +64,11 @@ module Lithic
|
|
64
64
|
#
|
65
65
|
# @param customer_note [String] Customer description of dispute
|
66
66
|
#
|
67
|
-
# @param reason [Symbol, Lithic::DisputeUpdateParams::Reason] Reason for dispute
|
67
|
+
# @param reason [Symbol, Lithic::Models::DisputeUpdateParams::Reason] Reason for dispute
|
68
68
|
#
|
69
69
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
70
70
|
#
|
71
|
-
# @return [Lithic::Dispute]
|
71
|
+
# @return [Lithic::Models::Dispute]
|
72
72
|
#
|
73
73
|
# @see Lithic::Models::DisputeUpdateParams
|
74
74
|
def update(dispute_token, params = {})
|
@@ -99,13 +99,13 @@ module Lithic
|
|
99
99
|
#
|
100
100
|
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
101
101
|
#
|
102
|
-
# @param status [Symbol, Lithic::DisputeListParams::Status] List disputes of a specific status.
|
102
|
+
# @param status [Symbol, Lithic::Models::DisputeListParams::Status] List disputes of a specific status.
|
103
103
|
#
|
104
104
|
# @param transaction_tokens [Array<String>] Transaction tokens to filter by.
|
105
105
|
#
|
106
106
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
107
107
|
#
|
108
|
-
# @return [Lithic::Internal::CursorPage<Lithic::Dispute>]
|
108
|
+
# @return [Lithic::Internal::CursorPage<Lithic::Models::Dispute>]
|
109
109
|
#
|
110
110
|
# @see Lithic::Models::DisputeListParams
|
111
111
|
def list(params = {})
|
@@ -127,7 +127,7 @@ module Lithic
|
|
127
127
|
# @param dispute_token [String]
|
128
128
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
129
129
|
#
|
130
|
-
# @return [Lithic::Dispute]
|
130
|
+
# @return [Lithic::Models::Dispute]
|
131
131
|
#
|
132
132
|
# @see Lithic::Models::DisputeDeleteParams
|
133
133
|
def delete(dispute_token, params = {})
|
@@ -148,7 +148,7 @@ module Lithic
|
|
148
148
|
# @param dispute_token [String]
|
149
149
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
150
150
|
#
|
151
|
-
# @return [Lithic::DisputeEvidence]
|
151
|
+
# @return [Lithic::Models::DisputeEvidence]
|
152
152
|
#
|
153
153
|
# @see Lithic::Models::DisputeDeleteEvidenceParams
|
154
154
|
def delete_evidence(evidence_token, params)
|
@@ -179,7 +179,7 @@ module Lithic
|
|
179
179
|
#
|
180
180
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
181
181
|
#
|
182
|
-
# @return [Lithic::DisputeEvidence]
|
182
|
+
# @return [Lithic::Models::DisputeEvidence]
|
183
183
|
#
|
184
184
|
# @see Lithic::Models::DisputeInitiateEvidenceUploadParams
|
185
185
|
def initiate_evidence_upload(dispute_token, params = {})
|
@@ -214,7 +214,7 @@ module Lithic
|
|
214
214
|
#
|
215
215
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
216
216
|
#
|
217
|
-
# @return [Lithic::Internal::CursorPage<Lithic::DisputeEvidence>]
|
217
|
+
# @return [Lithic::Internal::CursorPage<Lithic::Models::DisputeEvidence>]
|
218
218
|
#
|
219
219
|
# @see Lithic::Models::DisputeListEvidencesParams
|
220
220
|
def list_evidences(dispute_token, params = {})
|
@@ -237,7 +237,7 @@ module Lithic
|
|
237
237
|
# @param dispute_token [String]
|
238
238
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
239
239
|
#
|
240
|
-
# @return [Lithic::DisputeEvidence]
|
240
|
+
# @return [Lithic::Models::DisputeEvidence]
|
241
241
|
#
|
242
242
|
# @see Lithic::Models::DisputeRetrieveEvidenceParams
|
243
243
|
def retrieve_evidence(evidence_token, params)
|
@@ -17,11 +17,11 @@ module Lithic
|
|
17
17
|
#
|
18
18
|
# @param disabled [Boolean] Whether the event subscription is active (false) or inactive (true).
|
19
19
|
#
|
20
|
-
# @param event_types [Array<Symbol, Lithic::Events::SubscriptionCreateParams::EventType>] Indicates types of events that will be sent to this subscription. If left blank,
|
20
|
+
# @param event_types [Array<Symbol, Lithic::Models::Events::SubscriptionCreateParams::EventType>] Indicates types of events that will be sent to this subscription. If left blank,
|
21
21
|
#
|
22
22
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
23
23
|
#
|
24
|
-
# @return [Lithic::EventSubscription]
|
24
|
+
# @return [Lithic::Models::EventSubscription]
|
25
25
|
#
|
26
26
|
# @see Lithic::Models::Events::SubscriptionCreateParams
|
27
27
|
def create(params)
|
@@ -42,7 +42,7 @@ module Lithic
|
|
42
42
|
# @param event_subscription_token [String]
|
43
43
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
44
44
|
#
|
45
|
-
# @return [Lithic::EventSubscription]
|
45
|
+
# @return [Lithic::Models::EventSubscription]
|
46
46
|
#
|
47
47
|
# @see Lithic::Models::Events::SubscriptionRetrieveParams
|
48
48
|
def retrieve(event_subscription_token, params = {})
|
@@ -69,11 +69,11 @@ module Lithic
|
|
69
69
|
#
|
70
70
|
# @param disabled [Boolean] Whether the event subscription is active (false) or inactive (true).
|
71
71
|
#
|
72
|
-
# @param event_types [Array<Symbol, Lithic::Events::SubscriptionUpdateParams::EventType>] Indicates types of events that will be sent to this subscription. If left blank,
|
72
|
+
# @param event_types [Array<Symbol, Lithic::Models::Events::SubscriptionUpdateParams::EventType>] Indicates types of events that will be sent to this subscription. If left blank,
|
73
73
|
#
|
74
74
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
75
75
|
#
|
76
|
-
# @return [Lithic::EventSubscription]
|
76
|
+
# @return [Lithic::Models::EventSubscription]
|
77
77
|
#
|
78
78
|
# @see Lithic::Models::Events::SubscriptionUpdateParams
|
79
79
|
def update(event_subscription_token, params)
|
@@ -102,7 +102,7 @@ module Lithic
|
|
102
102
|
#
|
103
103
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
104
104
|
#
|
105
|
-
# @return [Lithic::Internal::CursorPage<Lithic::EventSubscription>]
|
105
|
+
# @return [Lithic::Internal::CursorPage<Lithic::Models::EventSubscription>]
|
106
106
|
#
|
107
107
|
# @see Lithic::Models::Events::SubscriptionListParams
|
108
108
|
def list(params = {})
|
@@ -155,11 +155,11 @@ module Lithic
|
|
155
155
|
#
|
156
156
|
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
157
157
|
#
|
158
|
-
# @param status [Symbol, Lithic::Events::SubscriptionListAttemptsParams::Status]
|
158
|
+
# @param status [Symbol, Lithic::Models::Events::SubscriptionListAttemptsParams::Status]
|
159
159
|
#
|
160
160
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
161
161
|
#
|
162
|
-
# @return [Lithic::Internal::CursorPage<Lithic::MessageAttempt>]
|
162
|
+
# @return [Lithic::Internal::CursorPage<Lithic::Models::MessageAttempt>]
|
163
163
|
#
|
164
164
|
# @see Lithic::Models::Events::SubscriptionListAttemptsParams
|
165
165
|
def list_attempts(event_subscription_token, params = {})
|
@@ -281,7 +281,7 @@ module Lithic
|
|
281
281
|
#
|
282
282
|
# @param event_subscription_token [String]
|
283
283
|
#
|
284
|
-
# @param event_type [Symbol, Lithic::Events::SubscriptionSendSimulatedExampleParams::EventType] Event type to send example message for.
|
284
|
+
# @param event_type [Symbol, Lithic::Models::Events::SubscriptionSendSimulatedExampleParams::EventType] Event type to send example message for.
|
285
285
|
#
|
286
286
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
287
287
|
#
|
@@ -16,7 +16,7 @@ module Lithic
|
|
16
16
|
# @param event_token [String]
|
17
17
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
18
18
|
#
|
19
|
-
# @return [Lithic::Event]
|
19
|
+
# @return [Lithic::Models::Event]
|
20
20
|
#
|
21
21
|
# @see Lithic::Models::EventRetrieveParams
|
22
22
|
def retrieve(event_token, params = {})
|
@@ -41,7 +41,7 @@ module Lithic
|
|
41
41
|
#
|
42
42
|
# @param ending_before [String] A cursor representing an item's token before which a page of results should end.
|
43
43
|
#
|
44
|
-
# @param event_types [Array<Symbol, Lithic::EventListParams::EventType>] Event types to filter events by.
|
44
|
+
# @param event_types [Array<Symbol, Lithic::Models::EventListParams::EventType>] Event types to filter events by.
|
45
45
|
#
|
46
46
|
# @param page_size [Integer] Page size (for pagination).
|
47
47
|
#
|
@@ -51,7 +51,7 @@ module Lithic
|
|
51
51
|
#
|
52
52
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
53
53
|
#
|
54
|
-
# @return [Lithic::Internal::CursorPage<Lithic::Event>]
|
54
|
+
# @return [Lithic::Internal::CursorPage<Lithic::Models::Event>]
|
55
55
|
#
|
56
56
|
# @see Lithic::Models::EventListParams
|
57
57
|
def list(params = {})
|
@@ -85,11 +85,11 @@ module Lithic
|
|
85
85
|
#
|
86
86
|
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
87
87
|
#
|
88
|
-
# @param status [Symbol, Lithic::EventListAttemptsParams::Status]
|
88
|
+
# @param status [Symbol, Lithic::Models::EventListAttemptsParams::Status]
|
89
89
|
#
|
90
90
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
91
91
|
#
|
92
|
-
# @return [Lithic::Internal::CursorPage<Lithic::MessageAttempt>]
|
92
|
+
# @return [Lithic::Internal::CursorPage<Lithic::Models::MessageAttempt>]
|
93
93
|
#
|
94
94
|
# @see Lithic::Models::EventListAttemptsParams
|
95
95
|
def list_attempts(event_token, params = {})
|
@@ -23,19 +23,19 @@ module Lithic
|
|
23
23
|
#
|
24
24
|
# @param owner [String] Legal Name of the business or individual who owns the external account. This wil
|
25
25
|
#
|
26
|
-
# @param owner_type [Symbol, Lithic::OwnerType] Owner Type
|
26
|
+
# @param owner_type [Symbol, Lithic::Models::OwnerType] Owner Type
|
27
27
|
#
|
28
28
|
# @param routing_number [String] Routing Number
|
29
29
|
#
|
30
|
-
# @param type [Symbol, Lithic::ExternalBankAccountCreateParams::Type] Account Type
|
30
|
+
# @param type [Symbol, Lithic::Models::ExternalBankAccountCreateParams::Type] Account Type
|
31
31
|
#
|
32
|
-
# @param verification_method [Symbol, Lithic::ExternalBankAccountCreateParams::VerificationMethod] Verification Method
|
32
|
+
# @param verification_method [Symbol, Lithic::Models::ExternalBankAccountCreateParams::VerificationMethod] Verification Method
|
33
33
|
#
|
34
34
|
# @param processor_token [String]
|
35
35
|
#
|
36
36
|
# @param account_token [String] Indicates which Lithic account the external account is associated with. For exte
|
37
37
|
#
|
38
|
-
# @param address [Lithic::ExternalBankAccountAddress] Address
|
38
|
+
# @param address [Lithic::Models::ExternalBankAccountAddress] Address
|
39
39
|
#
|
40
40
|
# @param company_id [String] Optional field that helps identify bank accounts in receipts
|
41
41
|
#
|
@@ -93,7 +93,7 @@ module Lithic
|
|
93
93
|
#
|
94
94
|
# @param external_bank_account_token [String]
|
95
95
|
#
|
96
|
-
# @param address [Lithic::ExternalBankAccountAddress] Address
|
96
|
+
# @param address [Lithic::Models::ExternalBankAccountAddress] Address
|
97
97
|
#
|
98
98
|
# @param company_id [String] Optional field that helps identify bank accounts in receipts
|
99
99
|
#
|
@@ -105,9 +105,9 @@ module Lithic
|
|
105
105
|
#
|
106
106
|
# @param owner [String] Legal Name of the business or individual who owns the external account. This wil
|
107
107
|
#
|
108
|
-
# @param owner_type [Symbol, Lithic::OwnerType] Owner Type
|
108
|
+
# @param owner_type [Symbol, Lithic::Models::OwnerType] Owner Type
|
109
109
|
#
|
110
|
-
# @param type [Symbol, Lithic::ExternalBankAccountUpdateParams::Type]
|
110
|
+
# @param type [Symbol, Lithic::Models::ExternalBankAccountUpdateParams::Type]
|
111
111
|
#
|
112
112
|
# @param user_defined_id [String] User Defined ID
|
113
113
|
#
|
@@ -136,21 +136,21 @@ module Lithic
|
|
136
136
|
#
|
137
137
|
# @param account_token [String]
|
138
138
|
#
|
139
|
-
# @param account_types [Array<Symbol, Lithic::ExternalBankAccountListParams::AccountType>]
|
139
|
+
# @param account_types [Array<Symbol, Lithic::Models::ExternalBankAccountListParams::AccountType>]
|
140
140
|
#
|
141
141
|
# @param countries [Array<String>]
|
142
142
|
#
|
143
143
|
# @param ending_before [String] A cursor representing an item's token before which a page of results should end.
|
144
144
|
#
|
145
|
-
# @param owner_types [Array<Symbol, Lithic::OwnerType>]
|
145
|
+
# @param owner_types [Array<Symbol, Lithic::Models::OwnerType>]
|
146
146
|
#
|
147
147
|
# @param page_size [Integer] Page size (for pagination).
|
148
148
|
#
|
149
149
|
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
150
150
|
#
|
151
|
-
# @param states [Array<Symbol, Lithic::ExternalBankAccountListParams::State>]
|
151
|
+
# @param states [Array<Symbol, Lithic::Models::ExternalBankAccountListParams::State>]
|
152
152
|
#
|
153
|
-
# @param verification_states [Array<Symbol, Lithic::ExternalBankAccountListParams::VerificationState>]
|
153
|
+
# @param verification_states [Array<Symbol, Lithic::Models::ExternalBankAccountListParams::VerificationState>]
|
154
154
|
#
|
155
155
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
156
156
|
#
|
@@ -8,17 +8,17 @@ module Lithic
|
|
8
8
|
# @overload create(amount:, category:, effective_date:, financial_account_token:, payment_type:, token: nil, memo: nil, progress_to: nil, user_defined_id: nil, request_options: {})
|
9
9
|
#
|
10
10
|
# @param amount [Integer]
|
11
|
-
# @param category [Symbol, Lithic::ExternalPaymentCreateParams::Category]
|
11
|
+
# @param category [Symbol, Lithic::Models::ExternalPaymentCreateParams::Category]
|
12
12
|
# @param effective_date [Date]
|
13
13
|
# @param financial_account_token [String]
|
14
|
-
# @param payment_type [Symbol, Lithic::ExternalPaymentCreateParams::PaymentType]
|
14
|
+
# @param payment_type [Symbol, Lithic::Models::ExternalPaymentCreateParams::PaymentType]
|
15
15
|
# @param token [String]
|
16
16
|
# @param memo [String]
|
17
|
-
# @param progress_to [Symbol, Lithic::ExternalPaymentCreateParams::ProgressTo]
|
17
|
+
# @param progress_to [Symbol, Lithic::Models::ExternalPaymentCreateParams::ProgressTo]
|
18
18
|
# @param user_defined_id [String]
|
19
19
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
20
20
|
#
|
21
|
-
# @return [Lithic::ExternalPayment]
|
21
|
+
# @return [Lithic::Models::ExternalPayment]
|
22
22
|
#
|
23
23
|
# @see Lithic::Models::ExternalPaymentCreateParams
|
24
24
|
def create(params)
|
@@ -40,7 +40,7 @@ module Lithic
|
|
40
40
|
#
|
41
41
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
42
42
|
#
|
43
|
-
# @return [Lithic::ExternalPayment]
|
43
|
+
# @return [Lithic::Models::ExternalPayment]
|
44
44
|
#
|
45
45
|
# @see Lithic::Models::ExternalPaymentRetrieveParams
|
46
46
|
def retrieve(external_payment_token, params = {})
|
@@ -63,7 +63,7 @@ module Lithic
|
|
63
63
|
#
|
64
64
|
# @param business_account_token [String]
|
65
65
|
#
|
66
|
-
# @param category [Symbol, Lithic::ExternalPaymentListParams::Category] External Payment category to be returned.
|
66
|
+
# @param category [Symbol, Lithic::Models::ExternalPaymentListParams::Category] External Payment category to be returned.
|
67
67
|
#
|
68
68
|
# @param end_ [Time] Date string in RFC 3339 format. Only entries created before the specified time w
|
69
69
|
#
|
@@ -73,15 +73,15 @@ module Lithic
|
|
73
73
|
#
|
74
74
|
# @param page_size [Integer] Page size (for pagination).
|
75
75
|
#
|
76
|
-
# @param result [Symbol, Lithic::ExternalPaymentListParams::Result] External Payment result to be returned.
|
76
|
+
# @param result [Symbol, Lithic::Models::ExternalPaymentListParams::Result] External Payment result to be returned.
|
77
77
|
#
|
78
78
|
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
79
79
|
#
|
80
|
-
# @param status [Symbol, Lithic::ExternalPaymentListParams::Status] Book transfer status to be returned.
|
80
|
+
# @param status [Symbol, Lithic::Models::ExternalPaymentListParams::Status] Book transfer status to be returned.
|
81
81
|
#
|
82
82
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
83
83
|
#
|
84
|
-
# @return [Lithic::Internal::CursorPage<Lithic::ExternalPayment>]
|
84
|
+
# @return [Lithic::Internal::CursorPage<Lithic::Models::ExternalPayment>]
|
85
85
|
#
|
86
86
|
# @see Lithic::Models::ExternalPaymentListParams
|
87
87
|
def list(params = {})
|
@@ -108,7 +108,7 @@ module Lithic
|
|
108
108
|
#
|
109
109
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
110
110
|
#
|
111
|
-
# @return [Lithic::ExternalPayment]
|
111
|
+
# @return [Lithic::Models::ExternalPayment]
|
112
112
|
#
|
113
113
|
# @see Lithic::Models::ExternalPaymentCancelParams
|
114
114
|
def cancel(external_payment_token, params)
|
@@ -134,7 +134,7 @@ module Lithic
|
|
134
134
|
#
|
135
135
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
136
136
|
#
|
137
|
-
# @return [Lithic::ExternalPayment]
|
137
|
+
# @return [Lithic::Models::ExternalPayment]
|
138
138
|
#
|
139
139
|
# @see Lithic::Models::ExternalPaymentReleaseParams
|
140
140
|
def release(external_payment_token, params)
|
@@ -160,7 +160,7 @@ module Lithic
|
|
160
160
|
#
|
161
161
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
162
162
|
#
|
163
|
-
# @return [Lithic::ExternalPayment]
|
163
|
+
# @return [Lithic::Models::ExternalPayment]
|
164
164
|
#
|
165
165
|
# @see Lithic::Models::ExternalPaymentReverseParams
|
166
166
|
def reverse(external_payment_token, params)
|
@@ -184,11 +184,11 @@ module Lithic
|
|
184
184
|
#
|
185
185
|
# @param memo [String]
|
186
186
|
#
|
187
|
-
# @param progress_to [Symbol, Lithic::ExternalPaymentSettleParams::ProgressTo]
|
187
|
+
# @param progress_to [Symbol, Lithic::Models::ExternalPaymentSettleParams::ProgressTo]
|
188
188
|
#
|
189
189
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
190
190
|
#
|
191
|
-
# @return [Lithic::ExternalPayment]
|
191
|
+
# @return [Lithic::Models::ExternalPayment]
|
192
192
|
#
|
193
193
|
# @see Lithic::Models::ExternalPaymentSettleParams
|
194
194
|
def settle(external_payment_token, params)
|
@@ -12,7 +12,7 @@ module Lithic
|
|
12
12
|
#
|
13
13
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
14
14
|
#
|
15
|
-
# @return [Lithic::FinancialAccounts::FinancialAccountCreditConfig]
|
15
|
+
# @return [Lithic::Models::FinancialAccounts::FinancialAccountCreditConfig]
|
16
16
|
#
|
17
17
|
# @see Lithic::Models::FinancialAccounts::CreditConfigurationRetrieveParams
|
18
18
|
def retrieve(financial_account_token, params = {})
|
@@ -40,7 +40,7 @@ module Lithic
|
|
40
40
|
#
|
41
41
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
42
42
|
#
|
43
|
-
# @return [Lithic::FinancialAccounts::FinancialAccountCreditConfig]
|
43
|
+
# @return [Lithic::Models::FinancialAccounts::FinancialAccountCreditConfig]
|
44
44
|
#
|
45
45
|
# @see Lithic::Models::FinancialAccounts::CreditConfigurationUpdateParams
|
46
46
|
def update(financial_account_token, params = {})
|
@@ -14,7 +14,7 @@ module Lithic
|
|
14
14
|
#
|
15
15
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
16
16
|
#
|
17
|
-
# @return [Lithic::FinancialTransaction]
|
17
|
+
# @return [Lithic::Models::FinancialTransaction]
|
18
18
|
#
|
19
19
|
# @see Lithic::Models::FinancialAccounts::FinancialTransactionRetrieveParams
|
20
20
|
def retrieve(financial_transaction_token, params)
|
@@ -47,21 +47,21 @@ module Lithic
|
|
47
47
|
#
|
48
48
|
# @param begin_ [Time] Date string in RFC 3339 format. Only entries created after the specified time wi
|
49
49
|
#
|
50
|
-
# @param category [Symbol, Lithic::FinancialAccounts::FinancialTransactionListParams::Category] Financial Transaction category to be returned.
|
50
|
+
# @param category [Symbol, Lithic::Models::FinancialAccounts::FinancialTransactionListParams::Category] Financial Transaction category to be returned.
|
51
51
|
#
|
52
52
|
# @param end_ [Time] Date string in RFC 3339 format. Only entries created before the specified time w
|
53
53
|
#
|
54
54
|
# @param ending_before [String] A cursor representing an item's token before which a page of results should end.
|
55
55
|
#
|
56
|
-
# @param result [Symbol, Lithic::FinancialAccounts::FinancialTransactionListParams::Result] Financial Transaction result to be returned.
|
56
|
+
# @param result [Symbol, Lithic::Models::FinancialAccounts::FinancialTransactionListParams::Result] Financial Transaction result to be returned.
|
57
57
|
#
|
58
58
|
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
59
59
|
#
|
60
|
-
# @param status [Symbol, Lithic::FinancialAccounts::FinancialTransactionListParams::Status] Financial Transaction status to be returned.
|
60
|
+
# @param status [Symbol, Lithic::Models::FinancialAccounts::FinancialTransactionListParams::Status] Financial Transaction status to be returned.
|
61
61
|
#
|
62
62
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
63
63
|
#
|
64
|
-
# @return [Lithic::Internal::SinglePage<Lithic::FinancialTransaction>]
|
64
|
+
# @return [Lithic::Internal::SinglePage<Lithic::Models::FinancialTransaction>]
|
65
65
|
#
|
66
66
|
# @see Lithic::Models::FinancialAccounts::FinancialTransactionListParams
|
67
67
|
def list(financial_account_token, params = {})
|
@@ -14,7 +14,7 @@ module Lithic
|
|
14
14
|
#
|
15
15
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
16
16
|
#
|
17
|
-
# @return [Lithic::FinancialAccounts::LoanTape]
|
17
|
+
# @return [Lithic::Models::FinancialAccounts::LoanTape]
|
18
18
|
#
|
19
19
|
# @see Lithic::Models::FinancialAccounts::LoanTapeRetrieveParams
|
20
20
|
def retrieve(loan_tape_token, params)
|
@@ -52,7 +52,7 @@ module Lithic
|
|
52
52
|
#
|
53
53
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
54
54
|
#
|
55
|
-
# @return [Lithic::Internal::CursorPage<Lithic::FinancialAccounts::LoanTape>]
|
55
|
+
# @return [Lithic::Internal::CursorPage<Lithic::Models::FinancialAccounts::LoanTape>]
|
56
56
|
#
|
57
57
|
# @see Lithic::Models::FinancialAccounts::LoanTapeListParams
|
58
58
|
def list(financial_account_token, params = {})
|
@@ -25,7 +25,7 @@ module Lithic
|
|
25
25
|
#
|
26
26
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
27
27
|
#
|
28
|
-
# @return [Lithic::Internal::CursorPage<Lithic::FinancialAccounts::Statements::StatementLineItems::Data>]
|
28
|
+
# @return [Lithic::Internal::CursorPage<Lithic::Models::FinancialAccounts::Statements::StatementLineItems::Data>]
|
29
29
|
#
|
30
30
|
# @see Lithic::Models::FinancialAccounts::Statements::LineItemListParams
|
31
31
|
def list(statement_token, params)
|
@@ -17,7 +17,7 @@ module Lithic
|
|
17
17
|
#
|
18
18
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
19
19
|
#
|
20
|
-
# @return [Lithic::FinancialAccounts::Statement]
|
20
|
+
# @return [Lithic::Models::FinancialAccounts::Statement]
|
21
21
|
#
|
22
22
|
# @see Lithic::Models::FinancialAccounts::StatementRetrieveParams
|
23
23
|
def retrieve(statement_token, params)
|
@@ -57,7 +57,7 @@ module Lithic
|
|
57
57
|
#
|
58
58
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
59
59
|
#
|
60
|
-
# @return [Lithic::Internal::CursorPage<Lithic::FinancialAccounts::Statement>]
|
60
|
+
# @return [Lithic::Internal::CursorPage<Lithic::Models::FinancialAccounts::Statement>]
|
61
61
|
#
|
62
62
|
# @see Lithic::Models::FinancialAccounts::StatementListParams
|
63
63
|
def list(financial_account_token, params = {})
|
@@ -24,7 +24,7 @@ module Lithic
|
|
24
24
|
#
|
25
25
|
# @param nickname [String] Body param:
|
26
26
|
#
|
27
|
-
# @param type [Symbol, Lithic::FinancialAccountCreateParams::Type] Body param:
|
27
|
+
# @param type [Symbol, Lithic::Models::FinancialAccountCreateParams::Type] Body param:
|
28
28
|
#
|
29
29
|
# @param account_token [String] Body param:
|
30
30
|
#
|
@@ -34,7 +34,7 @@ module Lithic
|
|
34
34
|
#
|
35
35
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
36
36
|
#
|
37
|
-
# @return [Lithic::FinancialAccount]
|
37
|
+
# @return [Lithic::Models::FinancialAccount]
|
38
38
|
#
|
39
39
|
# @see Lithic::Models::FinancialAccountCreateParams
|
40
40
|
def create(params)
|
@@ -57,7 +57,7 @@ module Lithic
|
|
57
57
|
# @param financial_account_token [String]
|
58
58
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
59
59
|
#
|
60
|
-
# @return [Lithic::FinancialAccount]
|
60
|
+
# @return [Lithic::Models::FinancialAccount]
|
61
61
|
#
|
62
62
|
# @see Lithic::Models::FinancialAccountRetrieveParams
|
63
63
|
def retrieve(financial_account_token, params = {})
|
@@ -77,7 +77,7 @@ module Lithic
|
|
77
77
|
# @param nickname [String]
|
78
78
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
79
79
|
#
|
80
|
-
# @return [Lithic::FinancialAccount]
|
80
|
+
# @return [Lithic::Models::FinancialAccount]
|
81
81
|
#
|
82
82
|
# @see Lithic::Models::FinancialAccountUpdateParams
|
83
83
|
def update(financial_account_token, params = {})
|
@@ -100,11 +100,11 @@ module Lithic
|
|
100
100
|
#
|
101
101
|
# @param business_account_token [String] List financial accounts for a given business_account_token
|
102
102
|
#
|
103
|
-
# @param type [Symbol, Lithic::FinancialAccountListParams::Type] List financial accounts of a given type
|
103
|
+
# @param type [Symbol, Lithic::Models::FinancialAccountListParams::Type] List financial accounts of a given type
|
104
104
|
#
|
105
105
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
106
106
|
#
|
107
|
-
# @return [Lithic::Internal::SinglePage<Lithic::FinancialAccount>]
|
107
|
+
# @return [Lithic::Internal::SinglePage<Lithic::Models::FinancialAccount>]
|
108
108
|
#
|
109
109
|
# @see Lithic::Models::FinancialAccountListParams
|
110
110
|
def list(params = {})
|
@@ -125,13 +125,13 @@ module Lithic
|
|
125
125
|
#
|
126
126
|
# @param financial_account_token [String] Globally unique identifier for financial account.
|
127
127
|
#
|
128
|
-
# @param status [Symbol, Lithic::FinancialAccountUpdateStatusParams::Status] Status of the financial account
|
128
|
+
# @param status [Symbol, Lithic::Models::FinancialAccountUpdateStatusParams::Status] Status of the financial account
|
129
129
|
#
|
130
|
-
# @param substatus [Symbol, Lithic::FinancialAccountUpdateStatusParams::Substatus, nil] Substatus for the financial account
|
130
|
+
# @param substatus [Symbol, Lithic::Models::FinancialAccountUpdateStatusParams::Substatus, nil] Substatus for the financial account
|
131
131
|
#
|
132
132
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
133
133
|
#
|
134
|
-
# @return [Lithic::FinancialAccount]
|
134
|
+
# @return [Lithic::Models::FinancialAccount]
|
135
135
|
#
|
136
136
|
# @see Lithic::Models::FinancialAccountUpdateStatusParams
|
137
137
|
def update_status(financial_account_token, params)
|
@@ -8,10 +8,10 @@ module Lithic
|
|
8
8
|
# @overload create(amount:, category:, direction:, effective_date:, event_type:, financial_account_token:, token: nil, memo: nil, subtype: nil, user_defined_id: nil, request_options: {})
|
9
9
|
#
|
10
10
|
# @param amount [Integer]
|
11
|
-
# @param category [Symbol, Lithic::ManagementOperationCreateParams::Category]
|
12
|
-
# @param direction [Symbol, Lithic::ManagementOperationCreateParams::Direction]
|
11
|
+
# @param category [Symbol, Lithic::Models::ManagementOperationCreateParams::Category]
|
12
|
+
# @param direction [Symbol, Lithic::Models::ManagementOperationCreateParams::Direction]
|
13
13
|
# @param effective_date [Date]
|
14
|
-
# @param event_type [Symbol, Lithic::ManagementOperationCreateParams::EventType]
|
14
|
+
# @param event_type [Symbol, Lithic::Models::ManagementOperationCreateParams::EventType]
|
15
15
|
# @param financial_account_token [String]
|
16
16
|
# @param token [String]
|
17
17
|
# @param memo [String]
|
@@ -19,7 +19,7 @@ module Lithic
|
|
19
19
|
# @param user_defined_id [String]
|
20
20
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
21
21
|
#
|
22
|
-
# @return [Lithic::ManagementOperationTransaction]
|
22
|
+
# @return [Lithic::Models::ManagementOperationTransaction]
|
23
23
|
#
|
24
24
|
# @see Lithic::Models::ManagementOperationCreateParams
|
25
25
|
def create(params)
|
@@ -41,7 +41,7 @@ module Lithic
|
|
41
41
|
#
|
42
42
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
43
43
|
#
|
44
|
-
# @return [Lithic::ManagementOperationTransaction]
|
44
|
+
# @return [Lithic::Models::ManagementOperationTransaction]
|
45
45
|
#
|
46
46
|
# @see Lithic::Models::ManagementOperationRetrieveParams
|
47
47
|
def retrieve(management_operation_token, params = {})
|
@@ -64,7 +64,7 @@ module Lithic
|
|
64
64
|
#
|
65
65
|
# @param business_account_token [String]
|
66
66
|
#
|
67
|
-
# @param category [Symbol, Lithic::ManagementOperationListParams::Category] Management operation category to be returned.
|
67
|
+
# @param category [Symbol, Lithic::Models::ManagementOperationListParams::Category] Management operation category to be returned.
|
68
68
|
#
|
69
69
|
# @param end_ [Time] Date string in RFC 3339 format. Only entries created before the specified time w
|
70
70
|
#
|
@@ -76,11 +76,11 @@ module Lithic
|
|
76
76
|
#
|
77
77
|
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
78
78
|
#
|
79
|
-
# @param status [Symbol, Lithic::ManagementOperationListParams::Status] Management operation status to be returned.
|
79
|
+
# @param status [Symbol, Lithic::Models::ManagementOperationListParams::Status] Management operation status to be returned.
|
80
80
|
#
|
81
81
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
82
82
|
#
|
83
|
-
# @return [Lithic::Internal::CursorPage<Lithic::ManagementOperationTransaction>]
|
83
|
+
# @return [Lithic::Internal::CursorPage<Lithic::Models::ManagementOperationTransaction>]
|
84
84
|
#
|
85
85
|
# @see Lithic::Models::ManagementOperationListParams
|
86
86
|
def list(params = {})
|
@@ -107,7 +107,7 @@ module Lithic
|
|
107
107
|
#
|
108
108
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
109
109
|
#
|
110
|
-
# @return [Lithic::ManagementOperationTransaction]
|
110
|
+
# @return [Lithic::Models::ManagementOperationTransaction]
|
111
111
|
#
|
112
112
|
# @see Lithic::Models::ManagementOperationReverseParams
|
113
113
|
def reverse(management_operation_token, params)
|