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
@@ -17,33 +17,33 @@ module Lithic
|
|
17
17
|
#
|
18
18
|
# @overload create(beneficial_owner_individuals:, business_entity:, control_person:, nature_of_business:, tos_timestamp:, workflow:, individual:, address:, email:, first_name:, kyc_exemption_type:, last_name:, phone_number:, beneficial_owner_entities: nil, external_id: nil, kyb_passed_timestamp: nil, website_url: nil, kyc_passed_timestamp: nil, business_account_token: nil, request_options: {})
|
19
19
|
#
|
20
|
-
# @param beneficial_owner_individuals [Array<Lithic::AccountHolderCreateParams::BeneficialOwnerIndividual>] You must submit a list of all direct and indirect individuals with 25% or more o
|
20
|
+
# @param beneficial_owner_individuals [Array<Lithic::Models::AccountHolderCreateParams::BeneficialOwnerIndividual>] You must submit a list of all direct and indirect individuals with 25% or more o
|
21
21
|
#
|
22
|
-
# @param business_entity [Lithic::AccountHolderCreateParams::BusinessEntity] Information for business for which the account is being opened and KYB is being
|
22
|
+
# @param business_entity [Lithic::Models::AccountHolderCreateParams::BusinessEntity] Information for business for which the account is being opened and KYB is being
|
23
23
|
#
|
24
|
-
# @param control_person [Lithic::AccountHolderCreateParams::ControlPerson] An individual with significant responsibility for managing the legal entity (e.g
|
24
|
+
# @param control_person [Lithic::Models::AccountHolderCreateParams::ControlPerson] An individual with significant responsibility for managing the legal entity (e.g
|
25
25
|
#
|
26
26
|
# @param nature_of_business [String] Short description of the company's line of business (i.e., what does the company
|
27
27
|
#
|
28
28
|
# @param tos_timestamp [String] An RFC 3339 timestamp indicating when the account holder accepted the applicable
|
29
29
|
#
|
30
|
-
# @param workflow [Symbol, Lithic::AccountHolderCreateParams::Workflow] Specifies the workflow type. This must be 'KYC_EXEMPT'
|
30
|
+
# @param workflow [Symbol, Lithic::Models::AccountHolderCreateParams::Workflow] Specifies the workflow type. This must be 'KYC_EXEMPT'
|
31
31
|
#
|
32
|
-
# @param individual [Lithic::AccountHolderCreateParams::Individual] Information on individual for whom the account is being opened and KYC is being
|
32
|
+
# @param individual [Lithic::Models::AccountHolderCreateParams::Individual] Information on individual for whom the account is being opened and KYC is being
|
33
33
|
#
|
34
|
-
# @param address [Lithic::Address] KYC Exempt user's current address - PO boxes, UPS drops, and FedEx drops are not
|
34
|
+
# @param address [Lithic::Models::Address] KYC Exempt user's current address - PO boxes, UPS drops, and FedEx drops are not
|
35
35
|
#
|
36
36
|
# @param email [String] The KYC Exempt user's email
|
37
37
|
#
|
38
38
|
# @param first_name [String] The KYC Exempt user's first name
|
39
39
|
#
|
40
|
-
# @param kyc_exemption_type [Symbol, Lithic::AccountHolderCreateParams::KYCExemptionType] Specifies the type of KYC Exempt user
|
40
|
+
# @param kyc_exemption_type [Symbol, Lithic::Models::AccountHolderCreateParams::KYCExemptionType] Specifies the type of KYC Exempt user
|
41
41
|
#
|
42
42
|
# @param last_name [String] The KYC Exempt user's last name
|
43
43
|
#
|
44
44
|
# @param phone_number [String] The KYC Exempt user's phone number, entered in E.164 format.
|
45
45
|
#
|
46
|
-
# @param beneficial_owner_entities [Array<Lithic::AccountHolderCreateParams::BeneficialOwnerEntity>] Deprecated.
|
46
|
+
# @param beneficial_owner_entities [Array<Lithic::Models::AccountHolderCreateParams::BeneficialOwnerEntity>] Deprecated.
|
47
47
|
#
|
48
48
|
# @param external_id [String] A user provided id that can be used to link an account holder with an external s
|
49
49
|
#
|
@@ -80,7 +80,7 @@ module Lithic
|
|
80
80
|
#
|
81
81
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
82
82
|
#
|
83
|
-
# @return [Lithic::AccountHolder]
|
83
|
+
# @return [Lithic::Models::AccountHolder]
|
84
84
|
#
|
85
85
|
# @see Lithic::Models::AccountHolderRetrieveParams
|
86
86
|
def retrieve(account_holder_token, params = {})
|
@@ -110,13 +110,13 @@ module Lithic
|
|
110
110
|
#
|
111
111
|
# @param account_holder_token [String] Globally unique identifier for the account holder.
|
112
112
|
#
|
113
|
-
# @param beneficial_owner_entities [Array<Lithic::AccountHolderUpdateParams::BeneficialOwnerEntity>] Deprecated.
|
113
|
+
# @param beneficial_owner_entities [Array<Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerEntity>] Deprecated.
|
114
114
|
#
|
115
|
-
# @param beneficial_owner_individuals [Array<Lithic::AccountHolderUpdateParams::BeneficialOwnerIndividual>] You must submit a list of all direct and indirect individuals with 25% or more o
|
115
|
+
# @param beneficial_owner_individuals [Array<Lithic::Models::AccountHolderUpdateParams::BeneficialOwnerIndividual>] You must submit a list of all direct and indirect individuals with 25% or more o
|
116
116
|
#
|
117
|
-
# @param business_entity [Lithic::AccountHolderUpdateParams::BusinessEntity] Information for business for which the account is being opened and KYB is being
|
117
|
+
# @param business_entity [Lithic::Models::AccountHolderUpdateParams::BusinessEntity] Information for business for which the account is being opened and KYB is being
|
118
118
|
#
|
119
|
-
# @param control_person [Lithic::AccountHolderUpdateParams::ControlPerson] An individual with significant responsibility for managing the legal entity (e.g
|
119
|
+
# @param control_person [Lithic::Models::AccountHolderUpdateParams::ControlPerson] An individual with significant responsibility for managing the legal entity (e.g
|
120
120
|
#
|
121
121
|
# @param external_id [String] A user provided id that can be used to link an account holder with an external s
|
122
122
|
#
|
@@ -124,9 +124,9 @@ module Lithic
|
|
124
124
|
#
|
125
125
|
# @param website_url [String] Company website URL.
|
126
126
|
#
|
127
|
-
# @param individual [Lithic::AccountHolderUpdateParams::Individual] Information on the individual for whom the account is being opened and KYC is be
|
127
|
+
# @param individual [Lithic::Models::AccountHolderUpdateParams::Individual] Information on the individual for whom the account is being opened and KYC is be
|
128
128
|
#
|
129
|
-
# @param address [Lithic::AddressUpdate] Allowed for: KYC-Exempt, BYO-KYC, BYO-KYB.
|
129
|
+
# @param address [Lithic::Models::AddressUpdate] Allowed for: KYC-Exempt, BYO-KYC, BYO-KYB.
|
130
130
|
#
|
131
131
|
# @param business_account_token [String] Allowed for: KYC-Exempt, BYO-KYC. The token of the business account to which the
|
132
132
|
#
|
@@ -188,7 +188,7 @@ module Lithic
|
|
188
188
|
#
|
189
189
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
190
190
|
#
|
191
|
-
# @return [Lithic::Internal::SinglePage<Lithic::AccountHolder>]
|
191
|
+
# @return [Lithic::Internal::SinglePage<Lithic::Models::AccountHolder>]
|
192
192
|
#
|
193
193
|
# @see Lithic::Models::AccountHolderListParams
|
194
194
|
def list(params = {})
|
@@ -260,7 +260,7 @@ module Lithic
|
|
260
260
|
#
|
261
261
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
262
262
|
#
|
263
|
-
# @return [Lithic::Document]
|
263
|
+
# @return [Lithic::Models::Document]
|
264
264
|
#
|
265
265
|
# @see Lithic::Models::AccountHolderRetrieveDocumentParams
|
266
266
|
def retrieve_document(document_token, params)
|
@@ -287,15 +287,15 @@ module Lithic
|
|
287
287
|
#
|
288
288
|
# @param document_upload_token [String] The account holder document upload which to perform the simulation upon.
|
289
289
|
#
|
290
|
-
# @param status [Symbol, Lithic::AccountHolderSimulateEnrollmentDocumentReviewParams::Status] An account holder document's upload status for use within the simulation.
|
290
|
+
# @param status [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentDocumentReviewParams::Status] An account holder document's upload status for use within the simulation.
|
291
291
|
#
|
292
292
|
# @param accepted_entity_status_reasons [Array<String>] A list of status reasons associated with a KYB account holder in PENDING_REVIEW
|
293
293
|
#
|
294
|
-
# @param status_reason [Symbol, Lithic::AccountHolderSimulateEnrollmentDocumentReviewParams::StatusReason] Status reason that will be associated with the simulated account holder status.
|
294
|
+
# @param status_reason [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentDocumentReviewParams::StatusReason] Status reason that will be associated with the simulated account holder status.
|
295
295
|
#
|
296
296
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
297
297
|
#
|
298
|
-
# @return [Lithic::Document]
|
298
|
+
# @return [Lithic::Models::Document]
|
299
299
|
#
|
300
300
|
# @see Lithic::Models::AccountHolderSimulateEnrollmentDocumentReviewParams
|
301
301
|
def simulate_enrollment_document_review(params)
|
@@ -319,9 +319,9 @@ module Lithic
|
|
319
319
|
#
|
320
320
|
# @param account_holder_token [String] The account holder which to perform the simulation upon.
|
321
321
|
#
|
322
|
-
# @param status [Symbol, Lithic::AccountHolderSimulateEnrollmentReviewParams::Status] An account holder's status for use within the simulation.
|
322
|
+
# @param status [Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewParams::Status] An account holder's status for use within the simulation.
|
323
323
|
#
|
324
|
-
# @param status_reasons [Array<Symbol, Lithic::AccountHolderSimulateEnrollmentReviewParams::StatusReason>] Status reason that will be associated with the simulated account holder status.
|
324
|
+
# @param status_reasons [Array<Symbol, Lithic::Models::AccountHolderSimulateEnrollmentReviewParams::StatusReason>] Status reason that will be associated with the simulated account holder status.
|
325
325
|
#
|
326
326
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
327
327
|
#
|
@@ -362,13 +362,13 @@ module Lithic
|
|
362
362
|
#
|
363
363
|
# @param account_holder_token [String] Globally unique identifier for the account holder.
|
364
364
|
#
|
365
|
-
# @param document_type [Symbol, Lithic::AccountHolderUploadDocumentParams::DocumentType] The type of document to upload
|
365
|
+
# @param document_type [Symbol, Lithic::Models::AccountHolderUploadDocumentParams::DocumentType] The type of document to upload
|
366
366
|
#
|
367
367
|
# @param entity_token [String] Globally unique identifier for the entity.
|
368
368
|
#
|
369
369
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
370
370
|
#
|
371
|
-
# @return [Lithic::Document]
|
371
|
+
# @return [Lithic::Models::Document]
|
372
372
|
#
|
373
373
|
# @see Lithic::Models::AccountHolderUploadDocumentParams
|
374
374
|
def upload_document(account_holder_token, params)
|
@@ -11,7 +11,7 @@ module Lithic
|
|
11
11
|
#
|
12
12
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
13
13
|
#
|
14
|
-
# @return [Lithic::Account]
|
14
|
+
# @return [Lithic::Models::Account]
|
15
15
|
#
|
16
16
|
# @see Lithic::Models::AccountRetrieveParams
|
17
17
|
def retrieve(account_token, params = {})
|
@@ -40,13 +40,13 @@ module Lithic
|
|
40
40
|
#
|
41
41
|
# @param monthly_spend_limit [Integer] Amount (in cents) for the account's monthly spend limit (e.g. 100000 would be a
|
42
42
|
#
|
43
|
-
# @param state [Symbol, Lithic::AccountUpdateParams::State] Account states.
|
43
|
+
# @param state [Symbol, Lithic::Models::AccountUpdateParams::State] Account states.
|
44
44
|
#
|
45
|
-
# @param verification_address [Lithic::AccountUpdateParams::VerificationAddress] Address used during Address Verification Service (AVS) checks during transaction
|
45
|
+
# @param verification_address [Lithic::Models::AccountUpdateParams::VerificationAddress] Address used during Address Verification Service (AVS) checks during transaction
|
46
46
|
#
|
47
47
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
48
48
|
#
|
49
|
-
# @return [Lithic::Account]
|
49
|
+
# @return [Lithic::Models::Account]
|
50
50
|
#
|
51
51
|
# @see Lithic::Models::AccountUpdateParams
|
52
52
|
def update(account_token, params = {})
|
@@ -79,7 +79,7 @@ module Lithic
|
|
79
79
|
#
|
80
80
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
81
81
|
#
|
82
|
-
# @return [Lithic::Internal::CursorPage<Lithic::Account>]
|
82
|
+
# @return [Lithic::Internal::CursorPage<Lithic::Models::Account>]
|
83
83
|
#
|
84
84
|
# @see Lithic::Models::AccountListParams
|
85
85
|
def list(params = {})
|
@@ -106,7 +106,7 @@ module Lithic
|
|
106
106
|
#
|
107
107
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
108
108
|
#
|
109
|
-
# @return [Lithic::AccountSpendLimits]
|
109
|
+
# @return [Lithic::Models::AccountSpendLimits]
|
110
110
|
#
|
111
111
|
# @see Lithic::Models::AccountRetrieveSpendLimitsParams
|
112
112
|
def retrieve_spend_limits(account_token, params = {})
|
@@ -8,11 +8,11 @@ module Lithic
|
|
8
8
|
#
|
9
9
|
# @overload list(financial_account_type: nil, request_options: {})
|
10
10
|
#
|
11
|
-
# @param financial_account_type [Symbol, Lithic::AggregateBalanceListParams::FinancialAccountType] Get the aggregate balance for a given Financial Account type.
|
11
|
+
# @param financial_account_type [Symbol, Lithic::Models::AggregateBalanceListParams::FinancialAccountType] Get the aggregate balance for a given Financial Account type.
|
12
12
|
#
|
13
13
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
14
14
|
#
|
15
|
-
# @return [Lithic::Internal::SinglePage<Lithic::AggregateBalance>]
|
15
|
+
# @return [Lithic::Internal::SinglePage<Lithic::Models::AggregateBalance>]
|
16
16
|
#
|
17
17
|
# @see Lithic::Models::AggregateBalanceListParams
|
18
18
|
def list(params = {})
|
@@ -82,7 +82,7 @@ module Lithic
|
|
82
82
|
#
|
83
83
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
84
84
|
#
|
85
|
-
# @return [Lithic::AuthRules::V2::BacktestResults]
|
85
|
+
# @return [Lithic::Models::AuthRules::V2::BacktestResults]
|
86
86
|
#
|
87
87
|
# @see Lithic::Models::AuthRules::V2::BacktestRetrieveParams
|
88
88
|
def retrieve(auth_rule_backtest_token, params)
|
@@ -19,9 +19,9 @@ module Lithic
|
|
19
19
|
#
|
20
20
|
# @param name [String, nil] Auth Rule Name
|
21
21
|
#
|
22
|
-
# @param parameters [Lithic::AuthRules::ConditionalBlockParameters, Lithic::AuthRules::VelocityLimitParams, Lithic::AuthRules::V2CreateParams::Parameters::MerchantLockParameters] Parameters for the Auth Rule
|
22
|
+
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2CreateParams::Parameters::MerchantLockParameters] Parameters for the Auth Rule
|
23
23
|
#
|
24
|
-
# @param type [Symbol, Lithic::AuthRules::V2CreateParams::Type] The type of Auth Rule
|
24
|
+
# @param type [Symbol, Lithic::Models::AuthRules::V2CreateParams::Type] The type of Auth Rule
|
25
25
|
#
|
26
26
|
# @param excluded_card_tokens [Array<String>] Card tokens to which the Auth Rule does not apply.
|
27
27
|
#
|
@@ -78,7 +78,7 @@ module Lithic
|
|
78
78
|
#
|
79
79
|
# @param name [String, nil] Auth Rule Name
|
80
80
|
#
|
81
|
-
# @param state [Symbol, Lithic::AuthRules::V2UpdateParams::State] The desired state of the Auth Rule.
|
81
|
+
# @param state [Symbol, Lithic::Models::AuthRules::V2UpdateParams::State] The desired state of the Auth Rule.
|
82
82
|
#
|
83
83
|
# @param card_tokens [Array<String>] Card tokens to which the Auth Rule applies.
|
84
84
|
#
|
@@ -117,7 +117,7 @@ module Lithic
|
|
117
117
|
#
|
118
118
|
# @param page_size [Integer] Page size (for pagination).
|
119
119
|
#
|
120
|
-
# @param scope [Symbol, Lithic::AuthRules::V2ListParams::Scope] Only return Authorization Rules that are bound to the provided scope;
|
120
|
+
# @param scope [Symbol, Lithic::Models::AuthRules::V2ListParams::Scope] Only return Authorization Rules that are bound to the provided scope;
|
121
121
|
#
|
122
122
|
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
123
123
|
#
|
@@ -200,7 +200,7 @@ module Lithic
|
|
200
200
|
#
|
201
201
|
# @param auth_rule_token [String] Globally unique identifier for the Auth Rule.
|
202
202
|
#
|
203
|
-
# @param parameters [Lithic::AuthRules::ConditionalBlockParameters, Lithic::AuthRules::VelocityLimitParams, Lithic::AuthRules::V2DraftParams::Parameters::MerchantLockParameters, nil] Parameters for the Auth Rule
|
203
|
+
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2DraftParams::Parameters::MerchantLockParameters, nil] Parameters for the Auth Rule
|
204
204
|
#
|
205
205
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
206
206
|
#
|
@@ -14,7 +14,7 @@ module Lithic
|
|
14
14
|
#
|
15
15
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
16
16
|
#
|
17
|
-
# @return [Lithic::AuthStreamSecret]
|
17
|
+
# @return [Lithic::Models::AuthStreamSecret]
|
18
18
|
#
|
19
19
|
# @see Lithic::Models::AuthStreamEnrollmentRetrieveSecretParams
|
20
20
|
def retrieve_secret(params = {})
|
@@ -16,11 +16,11 @@ module Lithic
|
|
16
16
|
#
|
17
17
|
# @param business_account_token [String] List balances for all financial accounts of a given business_account_token.
|
18
18
|
#
|
19
|
-
# @param financial_account_type [Symbol, Lithic::BalanceListParams::FinancialAccountType] List balances for a given Financial Account type.
|
19
|
+
# @param financial_account_type [Symbol, Lithic::Models::BalanceListParams::FinancialAccountType] List balances for a given Financial Account type.
|
20
20
|
#
|
21
21
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
22
22
|
#
|
23
|
-
# @return [Lithic::Internal::SinglePage<Lithic::Balance>]
|
23
|
+
# @return [Lithic::Internal::SinglePage<Lithic::Models::Balance>]
|
24
24
|
#
|
25
25
|
# @see Lithic::Models::BalanceListParams
|
26
26
|
def list(params = {})
|
@@ -13,7 +13,7 @@ module Lithic
|
|
13
13
|
#
|
14
14
|
# @param amount [Integer] Amount to be transferred in the currency’s smallest unit (e.g., cents for USD).
|
15
15
|
#
|
16
|
-
# @param category [Symbol, Lithic::BookTransferCreateParams::Category] Category of the book transfer
|
16
|
+
# @param category [Symbol, Lithic::Models::BookTransferCreateParams::Category] Category of the book transfer
|
17
17
|
#
|
18
18
|
# @param from_financial_account_token [String] Globally unique identifier for the financial account or card that will send the
|
19
19
|
#
|
@@ -21,7 +21,7 @@ module Lithic
|
|
21
21
|
#
|
22
22
|
# @param to_financial_account_token [String] Globally unique identifier for the financial account or card that will receive t
|
23
23
|
#
|
24
|
-
# @param type [Symbol, Lithic::BookTransferCreateParams::Type] Type of book_transfer
|
24
|
+
# @param type [Symbol, Lithic::Models::BookTransferCreateParams::Type] Type of book_transfer
|
25
25
|
#
|
26
26
|
# @param token [String] Customer-provided token that will serve as an idempotency token. This token will
|
27
27
|
#
|
@@ -29,7 +29,7 @@ module Lithic
|
|
29
29
|
#
|
30
30
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
31
31
|
#
|
32
|
-
# @return [Lithic::BookTransferResponse]
|
32
|
+
# @return [Lithic::Models::BookTransferResponse]
|
33
33
|
#
|
34
34
|
# @see Lithic::Models::BookTransferCreateParams
|
35
35
|
def create(params)
|
@@ -51,7 +51,7 @@ module Lithic
|
|
51
51
|
#
|
52
52
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
53
53
|
#
|
54
|
-
# @return [Lithic::BookTransferResponse]
|
54
|
+
# @return [Lithic::Models::BookTransferResponse]
|
55
55
|
#
|
56
56
|
# @see Lithic::Models::BookTransferRetrieveParams
|
57
57
|
def retrieve(book_transfer_token, params = {})
|
@@ -76,7 +76,7 @@ module Lithic
|
|
76
76
|
#
|
77
77
|
# @param business_account_token [String]
|
78
78
|
#
|
79
|
-
# @param category [Symbol, Lithic::BookTransferListParams::Category] Book Transfer category to be returned.
|
79
|
+
# @param category [Symbol, Lithic::Models::BookTransferListParams::Category] Book Transfer category to be returned.
|
80
80
|
#
|
81
81
|
# @param end_ [Time] Date string in RFC 3339 format. Only entries created before the specified time w
|
82
82
|
#
|
@@ -86,15 +86,15 @@ module Lithic
|
|
86
86
|
#
|
87
87
|
# @param page_size [Integer] Page size (for pagination).
|
88
88
|
#
|
89
|
-
# @param result [Symbol, Lithic::BookTransferListParams::Result] Book transfer result to be returned.
|
89
|
+
# @param result [Symbol, Lithic::Models::BookTransferListParams::Result] Book transfer result to be returned.
|
90
90
|
#
|
91
91
|
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
92
92
|
#
|
93
|
-
# @param status [Symbol, Lithic::BookTransferListParams::Status] Book transfer status to be returned.
|
93
|
+
# @param status [Symbol, Lithic::Models::BookTransferListParams::Status] Book transfer status to be returned.
|
94
94
|
#
|
95
95
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
96
96
|
#
|
97
|
-
# @return [Lithic::Internal::CursorPage<Lithic::BookTransferResponse>]
|
97
|
+
# @return [Lithic::Internal::CursorPage<Lithic::Models::BookTransferResponse>]
|
98
98
|
#
|
99
99
|
# @see Lithic::Models::BookTransferListParams
|
100
100
|
def list(params = {})
|
@@ -119,7 +119,7 @@ module Lithic
|
|
119
119
|
#
|
120
120
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
121
121
|
#
|
122
|
-
# @return [Lithic::BookTransferResponse]
|
122
|
+
# @return [Lithic::Models::BookTransferResponse]
|
123
123
|
#
|
124
124
|
# @see Lithic::Models::BookTransferReverseParams
|
125
125
|
def reverse(book_transfer_token, params = {})
|
@@ -11,7 +11,7 @@ module Lithic
|
|
11
11
|
#
|
12
12
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
13
13
|
#
|
14
|
-
# @return [Lithic::CardProgram]
|
14
|
+
# @return [Lithic::Models::CardProgram]
|
15
15
|
#
|
16
16
|
# @see Lithic::Models::CardProgramRetrieveParams
|
17
17
|
def retrieve(card_program_token, params = {})
|
@@ -38,7 +38,7 @@ module Lithic
|
|
38
38
|
#
|
39
39
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
40
40
|
#
|
41
|
-
# @return [Lithic::Internal::CursorPage<Lithic::CardProgram>]
|
41
|
+
# @return [Lithic::Internal::CursorPage<Lithic::Models::CardProgram>]
|
42
42
|
#
|
43
43
|
# @see Lithic::Models::CardProgramListParams
|
44
44
|
def list(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::Cards::FinancialTransactionRetrieveParams
|
20
20
|
def retrieve(financial_transaction_token, params)
|
@@ -42,21 +42,21 @@ module Lithic
|
|
42
42
|
#
|
43
43
|
# @param begin_ [Time] Date string in RFC 3339 format. Only entries created after the specified time wi
|
44
44
|
#
|
45
|
-
# @param category [Symbol, Lithic::Cards::FinancialTransactionListParams::Category] Financial Transaction category to be returned.
|
45
|
+
# @param category [Symbol, Lithic::Models::Cards::FinancialTransactionListParams::Category] Financial Transaction category to be returned.
|
46
46
|
#
|
47
47
|
# @param end_ [Time] Date string in RFC 3339 format. Only entries created before the specified time w
|
48
48
|
#
|
49
49
|
# @param ending_before [String] A cursor representing an item's token before which a page of results should end.
|
50
50
|
#
|
51
|
-
# @param result [Symbol, Lithic::Cards::FinancialTransactionListParams::Result] Financial Transaction result to be returned.
|
51
|
+
# @param result [Symbol, Lithic::Models::Cards::FinancialTransactionListParams::Result] Financial Transaction result to be returned.
|
52
52
|
#
|
53
53
|
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
54
54
|
#
|
55
|
-
# @param status [Symbol, Lithic::Cards::FinancialTransactionListParams::Status] Financial Transaction status to be returned.
|
55
|
+
# @param status [Symbol, Lithic::Models::Cards::FinancialTransactionListParams::Status] Financial Transaction status to be returned.
|
56
56
|
#
|
57
57
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
58
58
|
#
|
59
|
-
# @return [Lithic::Internal::SinglePage<Lithic::FinancialTransaction>]
|
59
|
+
# @return [Lithic::Internal::SinglePage<Lithic::Models::FinancialTransaction>]
|
60
60
|
#
|
61
61
|
# @see Lithic::Models::Cards::FinancialTransactionListParams
|
62
62
|
def list(card_token, params = {})
|
@@ -20,13 +20,13 @@ module Lithic
|
|
20
20
|
#
|
21
21
|
# @overload create(type:, account_token: nil, card_program_token: nil, carrier: nil, digital_card_art_token: nil, exp_month: nil, exp_year: nil, memo: nil, pin: nil, product_id: nil, replacement_account_token: nil, replacement_for: nil, shipping_address: nil, shipping_method: nil, spend_limit: nil, spend_limit_duration: nil, state: nil, request_options: {})
|
22
22
|
#
|
23
|
-
# @param type [Symbol, Lithic::CardCreateParams::Type] Card types:
|
23
|
+
# @param type [Symbol, Lithic::Models::CardCreateParams::Type] Card types:
|
24
24
|
#
|
25
25
|
# @param account_token [String] Globally unique identifier for the account that the card will be associated with
|
26
26
|
#
|
27
27
|
# @param card_program_token [String] For card programs with more than one BIN range. This must be configured with Lit
|
28
28
|
#
|
29
|
-
# @param carrier [Lithic::Carrier]
|
29
|
+
# @param carrier [Lithic::Models::Carrier]
|
30
30
|
#
|
31
31
|
# @param digital_card_art_token [String] Specifies the digital card art to be displayed in the user’s digital wallet afte
|
32
32
|
#
|
@@ -44,19 +44,19 @@ module Lithic
|
|
44
44
|
#
|
45
45
|
# @param replacement_for [String] Globally unique identifier for the card that this card will replace. If the card
|
46
46
|
#
|
47
|
-
# @param shipping_address [Lithic::ShippingAddress]
|
47
|
+
# @param shipping_address [Lithic::Models::ShippingAddress]
|
48
48
|
#
|
49
|
-
# @param shipping_method [Symbol, Lithic::CardCreateParams::ShippingMethod] Shipping method for the card. Only applies to cards of type PHYSICAL.
|
49
|
+
# @param shipping_method [Symbol, Lithic::Models::CardCreateParams::ShippingMethod] Shipping method for the card. Only applies to cards of type PHYSICAL.
|
50
50
|
#
|
51
51
|
# @param spend_limit [Integer] Amount (in cents) to limit approved authorizations (e.g. 100000 would be a $1,00
|
52
52
|
#
|
53
|
-
# @param spend_limit_duration [Symbol, Lithic::SpendLimitDuration] Spend limit duration values:
|
53
|
+
# @param spend_limit_duration [Symbol, Lithic::Models::SpendLimitDuration] Spend limit duration values:
|
54
54
|
#
|
55
|
-
# @param state [Symbol, Lithic::CardCreateParams::State] Card state values:
|
55
|
+
# @param state [Symbol, Lithic::Models::CardCreateParams::State] Card state values:
|
56
56
|
#
|
57
57
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
58
58
|
#
|
59
|
-
# @return [Lithic::Card]
|
59
|
+
# @return [Lithic::Models::Card]
|
60
60
|
#
|
61
61
|
# @see Lithic::Models::CardCreateParams
|
62
62
|
def create(params)
|
@@ -71,7 +71,7 @@ module Lithic
|
|
71
71
|
# @param card_token [String]
|
72
72
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
73
73
|
#
|
74
|
-
# @return [Lithic::Card]
|
74
|
+
# @return [Lithic::Models::Card]
|
75
75
|
#
|
76
76
|
# @see Lithic::Models::CardRetrieveParams
|
77
77
|
def retrieve(card_token, params = {})
|
@@ -102,17 +102,17 @@ module Lithic
|
|
102
102
|
#
|
103
103
|
# @param pin [String] Encrypted PIN block (in base64). Only applies to cards of type `PHYSICAL` and `V
|
104
104
|
#
|
105
|
-
# @param pin_status [Symbol, Lithic::CardUpdateParams::PinStatus] Indicates if a card is blocked due a PIN status issue (e.g. excessive incorrect
|
105
|
+
# @param pin_status [Symbol, Lithic::Models::CardUpdateParams::PinStatus] Indicates if a card is blocked due a PIN status issue (e.g. excessive incorrect
|
106
106
|
#
|
107
107
|
# @param spend_limit [Integer] Amount (in cents) to limit approved authorizations (e.g. 100000 would be a $1,00
|
108
108
|
#
|
109
|
-
# @param spend_limit_duration [Symbol, Lithic::SpendLimitDuration] Spend limit duration values:
|
109
|
+
# @param spend_limit_duration [Symbol, Lithic::Models::SpendLimitDuration] Spend limit duration values:
|
110
110
|
#
|
111
|
-
# @param state [Symbol, Lithic::CardUpdateParams::State] Card state values:
|
111
|
+
# @param state [Symbol, Lithic::Models::CardUpdateParams::State] Card state values:
|
112
112
|
#
|
113
113
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
114
114
|
#
|
115
|
-
# @return [Lithic::Card]
|
115
|
+
# @return [Lithic::Models::Card]
|
116
116
|
#
|
117
117
|
# @see Lithic::Models::CardUpdateParams
|
118
118
|
def update(card_token, params = {})
|
@@ -147,11 +147,11 @@ module Lithic
|
|
147
147
|
#
|
148
148
|
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
149
149
|
#
|
150
|
-
# @param state [Symbol, Lithic::CardListParams::State] Returns cards with the specified state.
|
150
|
+
# @param state [Symbol, Lithic::Models::CardListParams::State] Returns cards with the specified state.
|
151
151
|
#
|
152
152
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
153
153
|
#
|
154
|
-
# @return [Lithic::Internal::CursorPage<Lithic::NonPCICard>]
|
154
|
+
# @return [Lithic::Internal::CursorPage<Lithic::Models::NonPCICard>]
|
155
155
|
#
|
156
156
|
# @see Lithic::Models::CardListParams
|
157
157
|
def list(params = {})
|
@@ -184,17 +184,17 @@ module Lithic
|
|
184
184
|
#
|
185
185
|
# @param card_token [String]
|
186
186
|
#
|
187
|
-
# @param shipping_address [Lithic::ShippingAddress] The shipping address this card will be sent to.
|
187
|
+
# @param shipping_address [Lithic::Models::ShippingAddress] The shipping address this card will be sent to.
|
188
188
|
#
|
189
|
-
# @param carrier [Lithic::Carrier] If omitted, the previous carrier will be used.
|
189
|
+
# @param carrier [Lithic::Models::Carrier] If omitted, the previous carrier will be used.
|
190
190
|
#
|
191
191
|
# @param product_id [String] Specifies the configuration (e.g. physical card art) that the card should be man
|
192
192
|
#
|
193
|
-
# @param shipping_method [Symbol, Lithic::CardConvertPhysicalParams::ShippingMethod] Shipping method for the card. Only applies to cards of type PHYSICAL.
|
193
|
+
# @param shipping_method [Symbol, Lithic::Models::CardConvertPhysicalParams::ShippingMethod] Shipping method for the card. Only applies to cards of type PHYSICAL.
|
194
194
|
#
|
195
195
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
196
196
|
#
|
197
|
-
# @return [Lithic::Card]
|
197
|
+
# @return [Lithic::Models::Card]
|
198
198
|
#
|
199
199
|
# @see Lithic::Models::CardConvertPhysicalParams
|
200
200
|
def convert_physical(card_token, params)
|
@@ -279,7 +279,7 @@ module Lithic
|
|
279
279
|
#
|
280
280
|
# @param client_wallet_account_id [String] Only applicable if `digital_wallet` is `GOOGLE_PAY` or `SAMSUNG_PAY` and the car
|
281
281
|
#
|
282
|
-
# @param digital_wallet [Symbol, Lithic::CardProvisionParams::DigitalWallet] Name of digital wallet provider.
|
282
|
+
# @param digital_wallet [Symbol, Lithic::Models::CardProvisionParams::DigitalWallet] Name of digital wallet provider.
|
283
283
|
#
|
284
284
|
# @param nonce [String] Only applicable if `digital_wallet` is `APPLE_PAY`. Omit to receive only `activa
|
285
285
|
#
|
@@ -314,17 +314,17 @@ module Lithic
|
|
314
314
|
#
|
315
315
|
# @param card_token [String]
|
316
316
|
#
|
317
|
-
# @param carrier [Lithic::Carrier] If omitted, the previous carrier will be used.
|
317
|
+
# @param carrier [Lithic::Models::Carrier] If omitted, the previous carrier will be used.
|
318
318
|
#
|
319
319
|
# @param product_id [String] Specifies the configuration (e.g. physical card art) that the card should be man
|
320
320
|
#
|
321
|
-
# @param shipping_address [Lithic::ShippingAddress] If omitted, the previous shipping address will be used.
|
321
|
+
# @param shipping_address [Lithic::Models::ShippingAddress] If omitted, the previous shipping address will be used.
|
322
322
|
#
|
323
|
-
# @param shipping_method [Symbol, Lithic::CardReissueParams::ShippingMethod] Shipping method for the card. Only applies to cards of type PHYSICAL.
|
323
|
+
# @param shipping_method [Symbol, Lithic::Models::CardReissueParams::ShippingMethod] Shipping method for the card. Only applies to cards of type PHYSICAL.
|
324
324
|
#
|
325
325
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
326
326
|
#
|
327
|
-
# @return [Lithic::Card]
|
327
|
+
# @return [Lithic::Models::Card]
|
328
328
|
#
|
329
329
|
# @see Lithic::Models::CardReissueParams
|
330
330
|
def reissue(card_token, params = {})
|
@@ -355,9 +355,9 @@ module Lithic
|
|
355
355
|
#
|
356
356
|
# @param card_token [String]
|
357
357
|
#
|
358
|
-
# @param shipping_address [Lithic::ShippingAddress] The shipping address this card will be sent to.
|
358
|
+
# @param shipping_address [Lithic::Models::ShippingAddress] The shipping address this card will be sent to.
|
359
359
|
#
|
360
|
-
# @param carrier [Lithic::Carrier] If omitted, the previous carrier will be used.
|
360
|
+
# @param carrier [Lithic::Models::Carrier] If omitted, the previous carrier will be used.
|
361
361
|
#
|
362
362
|
# @param exp_month [String] Two digit (MM) expiry month. If neither `exp_month` nor `exp_year` is provided,
|
363
363
|
#
|
@@ -365,11 +365,11 @@ module Lithic
|
|
365
365
|
#
|
366
366
|
# @param product_id [String] Specifies the configuration (e.g. physical card art) that the card should be man
|
367
367
|
#
|
368
|
-
# @param shipping_method [Symbol, Lithic::CardRenewParams::ShippingMethod] Shipping method for the card. Only applies to cards of type PHYSICAL.
|
368
|
+
# @param shipping_method [Symbol, Lithic::Models::CardRenewParams::ShippingMethod] Shipping method for the card. Only applies to cards of type PHYSICAL.
|
369
369
|
#
|
370
370
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
371
371
|
#
|
372
|
-
# @return [Lithic::Card]
|
372
|
+
# @return [Lithic::Models::Card]
|
373
373
|
#
|
374
374
|
# @see Lithic::Models::CardRenewParams
|
375
375
|
def renew(card_token, params)
|
@@ -393,7 +393,7 @@ module Lithic
|
|
393
393
|
# @param card_token [String]
|
394
394
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
395
395
|
#
|
396
|
-
# @return [Lithic::CardSpendLimits]
|
396
|
+
# @return [Lithic::Models::CardSpendLimits]
|
397
397
|
#
|
398
398
|
# @see Lithic::Models::CardRetrieveSpendLimitsParams
|
399
399
|
def retrieve_spend_limits(card_token, params = {})
|
@@ -417,7 +417,7 @@ module Lithic
|
|
417
417
|
#
|
418
418
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
419
419
|
#
|
420
|
-
# @return [Lithic::Card]
|
420
|
+
# @return [Lithic::Models::Card]
|
421
421
|
#
|
422
422
|
# @see Lithic::Models::CardSearchByPanParams
|
423
423
|
def search_by_pan(params)
|
@@ -442,7 +442,7 @@ module Lithic
|
|
442
442
|
#
|
443
443
|
# @param card_token [String] The unique token of the card to add to the device's digital wallet.
|
444
444
|
#
|
445
|
-
# @param digital_wallet [Symbol, Lithic::CardWebProvisionParams::DigitalWallet] Name of digital wallet provider.
|
445
|
+
# @param digital_wallet [Symbol, Lithic::Models::CardWebProvisionParams::DigitalWallet] Name of digital wallet provider.
|
446
446
|
#
|
447
447
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
448
448
|
#
|
@@ -12,7 +12,7 @@ module Lithic
|
|
12
12
|
#
|
13
13
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
14
14
|
#
|
15
|
-
# @return [Lithic::CreditProducts::CreditProductsExtendedCredit]
|
15
|
+
# @return [Lithic::Models::CreditProducts::CreditProductsExtendedCredit]
|
16
16
|
#
|
17
17
|
# @see Lithic::Models::CreditProducts::ExtendedCreditRetrieveParams
|
18
18
|
def retrieve(credit_product_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::DigitalCardArtAPI]
|
17
|
+
# @return [Lithic::Models::DigitalCardArtAPI]
|
18
18
|
#
|
19
19
|
# @see Lithic::Models::DigitalCardArtRetrieveParams
|
20
20
|
def retrieve(digital_card_art_token, 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::Internal::CursorPage<Lithic::DigitalCardArtAPI>]
|
44
|
+
# @return [Lithic::Internal::CursorPage<Lithic::Models::DigitalCardArtAPI>]
|
45
45
|
#
|
46
46
|
# @see Lithic::Models::DigitalCardArtListParams
|
47
47
|
def list(params = {})
|