lithic 0.1.0.pre.alpha.5 → 0.1.0.pre.alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +29 -5
- data/lib/lithic/client.rb +3 -3
- data/lib/lithic/internal/cursor_page.rb +5 -1
- data/lib/lithic/internal/single_page.rb +5 -1
- data/lib/lithic/internal/transport/base_client.rb +3 -3
- data/lib/lithic/internal/transport/pooled_net_requester.rb +2 -2
- data/lib/lithic/internal/type/array_of.rb +5 -3
- data/lib/lithic/internal/type/base_model.rb +19 -16
- data/lib/lithic/internal/type/base_page.rb +4 -1
- data/lib/lithic/internal/type/{boolean_model.rb → boolean.rb} +2 -2
- data/lib/lithic/internal/type/converter.rb +26 -23
- data/lib/lithic/internal/type/enum.rb +10 -8
- data/lib/lithic/internal/type/hash_of.rb +3 -1
- data/lib/lithic/internal/util.rb +29 -50
- data/lib/lithic/models/account.rb +37 -37
- data/lib/lithic/models/account_holder.rb +58 -56
- data/lib/lithic/models/account_holder_create_params.rb +140 -144
- data/lib/lithic/models/account_holder_create_response.rb +6 -6
- data/lib/lithic/models/account_holder_list_params.rb +10 -10
- data/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb +2 -2
- data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +1 -1
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +71 -71
- data/lib/lithic/models/account_holder_update_params.rb +56 -64
- data/lib/lithic/models/account_holder_update_response.rb +75 -75
- data/lib/lithic/models/account_list_params.rb +6 -6
- data/lib/lithic/models/account_spend_limits.rb +6 -6
- data/lib/lithic/models/account_update_params.rb +14 -14
- data/lib/lithic/models/address.rb +5 -5
- data/lib/lithic/models/address_update.rb +3 -3
- data/lib/lithic/models/aggregate_balance.rb +4 -4
- data/lib/lithic/models/auth_rules/auth_rule.rb +7 -7
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +44 -44
- data/lib/lithic/models/auth_rules/conditional_attribute.rb +44 -44
- data/lib/lithic/models/auth_rules/v2/backtest_results.rb +12 -12
- data/lib/lithic/models/auth_rules/v2_apply_params.rb +1 -1
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_create_params.rb +1 -1
- data/lib/lithic/models/auth_rules/v2_create_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_list_params.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_list_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_update_params.rb +7 -7
- data/lib/lithic/models/auth_rules/v2_update_response.rb +3 -3
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +14 -14
- data/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rb +5 -5
- data/lib/lithic/models/balance.rb +4 -4
- data/lib/lithic/models/balance_list_params.rb +1 -1
- data/lib/lithic/models/book_transfer_create_params.rb +4 -4
- data/lib/lithic/models/book_transfer_list_params.rb +7 -7
- data/lib/lithic/models/book_transfer_response.rb +14 -14
- data/lib/lithic/models/card.rb +110 -110
- data/lib/lithic/models/card_convert_physical_params.rb +25 -25
- data/lib/lithic/models/card_create_params.rb +93 -93
- data/lib/lithic/models/card_list_params.rb +6 -6
- data/lib/lithic/models/card_program.rb +1 -1
- data/lib/lithic/models/card_program_list_params.rb +2 -2
- data/lib/lithic/models/card_provision_params.rb +11 -11
- data/lib/lithic/models/card_reissue_params.rb +25 -25
- data/lib/lithic/models/card_renew_params.rb +27 -27
- data/lib/lithic/models/card_spend_limits.rb +6 -6
- data/lib/lithic/models/card_update_params.rb +33 -33
- data/lib/lithic/models/cards/aggregate_balance_list_response.rb +4 -4
- data/lib/lithic/models/cards/balance_list_params.rb +2 -2
- data/lib/lithic/models/cards/balance_list_response.rb +4 -4
- data/lib/lithic/models/cards/financial_transaction_list_params.rb +6 -6
- data/lib/lithic/models/credit_products/prime_rate_retrieve_response.rb +1 -1
- data/lib/lithic/models/digital_card_art.rb +2 -2
- data/lib/lithic/models/digital_card_art_list_params.rb +2 -2
- data/lib/lithic/models/dispute.rb +88 -88
- data/lib/lithic/models/dispute_evidence.rb +11 -11
- data/lib/lithic/models/dispute_list_evidences_params.rb +6 -6
- data/lib/lithic/models/dispute_list_params.rb +6 -6
- data/lib/lithic/models/document.rb +6 -6
- data/lib/lithic/models/event.rb +51 -51
- data/lib/lithic/models/event_list_attempts_params.rb +6 -6
- data/lib/lithic/models/event_list_params.rb +7 -7
- data/lib/lithic/models/event_subscription.rb +1 -1
- data/lib/lithic/models/events/event_subscription_resend_params.rb +27 -0
- data/lib/lithic/models/events/subscription_create_params.rb +2 -2
- data/lib/lithic/models/events/subscription_list_attempts_params.rb +6 -6
- data/lib/lithic/models/events/subscription_list_params.rb +2 -2
- data/lib/lithic/models/events/subscription_recover_params.rb +4 -4
- data/lib/lithic/models/events/subscription_replay_missing_params.rb +4 -4
- data/lib/lithic/models/events/subscription_update_params.rb +2 -2
- data/lib/lithic/models/external_bank_account_create_params.rb +5 -5
- data/lib/lithic/models/external_bank_account_create_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_list_params.rb +2 -2
- data/lib/lithic/models/external_bank_account_list_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_retrieve_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_update_params.rb +1 -1
- data/lib/lithic/models/external_bank_account_update_response.rb +11 -11
- data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +11 -11
- data/lib/lithic/models/external_payment_list_params.rb +7 -7
- data/lib/lithic/models/financial_account.rb +11 -13
- data/lib/lithic/models/financial_account_create_params.rb +2 -2
- data/lib/lithic/models/financial_account_update_status_params.rb +9 -9
- data/lib/lithic/models/financial_accounts/balance_list_params.rb +2 -2
- data/lib/lithic/models/financial_accounts/balance_list_response.rb +4 -4
- data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +1 -1
- data/lib/lithic/models/financial_accounts/financial_transaction_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/loan_tape.rb +24 -24
- data/lib/lithic/models/financial_accounts/loan_tape_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/statement.rb +17 -17
- data/lib/lithic/models/financial_accounts/statement_list_params.rb +7 -7
- data/lib/lithic/models/financial_accounts/statements/line_item_list_params.rb +2 -2
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +3 -2
- data/lib/lithic/models/financial_accounts/statements.rb +1 -1
- data/lib/lithic/models/financial_transaction.rb +35 -34
- data/lib/lithic/models/kyb.rb +128 -132
- data/lib/lithic/models/kyb_business_entity.rb +9 -9
- data/lib/lithic/models/kyc.rb +12 -12
- data/lib/lithic/models/kyc_exempt.rb +4 -4
- data/lib/lithic/models/management_operation_list_params.rb +7 -7
- data/lib/lithic/models/management_operation_transaction.rb +36 -0
- data/lib/lithic/models/message_attempt.rb +1 -1
- data/lib/lithic/models/payment.rb +66 -54
- data/lib/lithic/models/payment_create_params.rb +1 -1
- data/lib/lithic/models/payment_list_params.rb +6 -6
- data/lib/lithic/models/reports/settlement/network_total_list_params.rb +7 -7
- data/lib/lithic/models/reports/settlement/network_total_list_response.rb +7 -7
- data/lib/lithic/models/reports/settlement/network_total_retrieve_response.rb +7 -7
- data/lib/lithic/models/reports/settlement_list_details_params.rb +2 -2
- data/lib/lithic/models/required_document.rb +2 -2
- data/lib/lithic/models/responder_endpoint_create_response.rb +1 -1
- data/lib/lithic/models/responder_endpoint_status.rb +1 -1
- data/lib/lithic/models/settlement_detail.rb +5 -5
- data/lib/lithic/models/settlement_report.rb +16 -16
- data/lib/lithic/models/settlement_summary_details.rb +3 -3
- data/lib/lithic/models/shipping_address.rb +9 -9
- data/lib/lithic/models/spend_limit_duration.rb +10 -10
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +100 -100
- data/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rb +1 -1
- data/lib/lithic/models/three_ds/authentication_simulate_params.rb +7 -7
- data/lib/lithic/models/three_ds/authentication_simulate_response.rb +1 -1
- data/lib/lithic/models/three_ds/challenge_response.rb +3 -3
- data/lib/lithic/models/tokenization.rb +5 -5
- data/lib/lithic/models/tokenization_list_params.rb +6 -6
- data/lib/lithic/models/tokenization_resend_activation_code_params.rb +4 -4
- data/lib/lithic/models/tokenization_simulate_params.rb +3 -3
- data/lib/lithic/models/tokenization_update_digital_card_art_params.rb +3 -3
- data/lib/lithic/models/transaction.rb +100 -100
- data/lib/lithic/models/transaction_list_params.rb +8 -8
- data/lib/lithic/models/transaction_simulate_authorization_advice_params.rb +1 -1
- data/lib/lithic/models/transaction_simulate_authorization_params.rb +39 -39
- data/lib/lithic/models/transaction_simulate_authorization_response.rb +1 -1
- data/lib/lithic/models/transaction_simulate_clearing_params.rb +7 -7
- data/lib/lithic/models/transaction_simulate_credit_authorization_params.rb +4 -4
- data/lib/lithic/models/transaction_simulate_void_params.rb +7 -7
- data/lib/lithic/models/transactions/events/enhanced_data.rb +2 -2
- data/lib/lithic/models/transfer.rb +25 -24
- data/lib/lithic/models/transfer_create_params.rb +4 -4
- data/lib/lithic/request_options.rb +7 -7
- data/lib/lithic/resources/account_holders.rb +54 -54
- data/lib/lithic/resources/accounts.rb +7 -7
- data/lib/lithic/resources/aggregate_balances.rb +1 -1
- data/lib/lithic/resources/auth_rules/v2/backtests.rb +37 -37
- data/lib/lithic/resources/auth_rules/v2.rb +58 -58
- data/lib/lithic/resources/auth_stream_enrollment.rb +8 -8
- data/lib/lithic/resources/book_transfers.rb +2 -2
- data/lib/lithic/resources/cards/financial_transactions.rb +1 -1
- data/lib/lithic/resources/cards.rb +64 -61
- data/lib/lithic/resources/disputes.rb +6 -6
- data/lib/lithic/resources/events/event_subscriptions.rb +41 -0
- data/lib/lithic/resources/events/subscriptions.rb +8 -8
- data/lib/lithic/resources/events.rb +6 -2
- data/lib/lithic/resources/external_payments.rb +1 -1
- data/lib/lithic/resources/financial_accounts/financial_transactions.rb +1 -1
- data/lib/lithic/resources/financial_accounts/loan_tapes.rb +1 -1
- data/lib/lithic/resources/financial_accounts/statements.rb +1 -1
- data/lib/lithic/resources/financial_accounts.rb +6 -6
- data/lib/lithic/resources/management_operations.rb +1 -1
- data/lib/lithic/resources/payments.rb +1 -1
- data/lib/lithic/resources/reports/settlement/network_totals.rb +1 -1
- data/lib/lithic/resources/three_ds/authentication.rb +6 -6
- data/lib/lithic/resources/three_ds/decisioning.rb +8 -8
- data/lib/lithic/resources/tokenization_decisioning.rb +7 -7
- data/lib/lithic/resources/tokenizations.rb +46 -46
- data/lib/lithic/resources/transactions/enhanced_commercial_data.rb +1 -1
- data/lib/lithic/resources/transactions/events/enhanced_commercial_data.rb +1 -1
- data/lib/lithic/resources/transactions.rb +24 -24
- data/lib/lithic/resources/transfers.rb +1 -1
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +3 -1
- data/rbi/lib/lithic/client.rbi +6 -9
- data/rbi/lib/lithic/errors.rbi +3 -6
- data/rbi/lib/lithic/internal/cursor_page.rbi +1 -2
- data/rbi/lib/lithic/internal/single_page.rbi +1 -2
- data/rbi/lib/lithic/internal/transport/base_client.rbi +13 -27
- data/rbi/lib/lithic/internal/transport/pooled_net_requester.rbi +7 -13
- data/rbi/lib/lithic/internal/type/array_of.rbi +10 -18
- data/rbi/lib/lithic/internal/type/base_model.rbi +45 -64
- data/rbi/lib/lithic/internal/type/base_page.rbi +5 -10
- data/rbi/lib/lithic/internal/type/{boolean_model.rbi → boolean.rbi} +5 -9
- data/rbi/lib/lithic/internal/type/converter.rbi +25 -31
- data/rbi/lib/lithic/internal/type/enum.rbi +14 -20
- data/rbi/lib/lithic/internal/type/hash_of.rbi +8 -16
- data/rbi/lib/lithic/internal/type/request_parameters.rbi +1 -2
- data/rbi/lib/lithic/internal/type/union.rbi +10 -20
- data/rbi/lib/lithic/internal/type/unknown.rbi +4 -8
- data/rbi/lib/lithic/internal/util.rbi +40 -72
- data/rbi/lib/lithic/internal.rbi +1 -1
- data/rbi/lib/lithic/models/account.rbi +46 -56
- data/rbi/lib/lithic/models/account_financial_account_type.rbi +1 -2
- data/rbi/lib/lithic/models/account_holder.rbi +81 -100
- data/rbi/lib/lithic/models/account_holder_create_params.rbi +154 -171
- data/rbi/lib/lithic/models/account_holder_create_response.rbi +9 -12
- data/rbi/lib/lithic/models/account_holder_list_documents_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_list_documents_response.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_list_params.rbi +10 -13
- data/rbi/lib/lithic/models/account_holder_retrieve_document_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rbi +6 -11
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_params.rbi +5 -9
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_response.rbi +103 -123
- data/rbi/lib/lithic/models/account_holder_update_params.rbi +68 -94
- data/rbi/lib/lithic/models/account_holder_update_response.rbi +135 -140
- data/rbi/lib/lithic/models/account_holder_upload_document_params.rbi +3 -6
- data/rbi/lib/lithic/models/account_list_params.rbi +5 -6
- data/rbi/lib/lithic/models/account_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_retrieve_spend_limits_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_spend_limits.rbi +14 -22
- data/rbi/lib/lithic/models/account_update_params.rbi +19 -25
- data/rbi/lib/lithic/models/address.rbi +7 -9
- data/rbi/lib/lithic/models/address_update.rbi +5 -7
- data/rbi/lib/lithic/models/aggregate_balance.rbi +7 -11
- data/rbi/lib/lithic/models/aggregate_balance_list_params.rbi +3 -6
- data/rbi/lib/lithic/models/api_status.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/auth_rule.rbi +9 -13
- data/rbi/lib/lithic/models/auth_rules/auth_rule_condition.rbi +48 -52
- data/rbi/lib/lithic/models/auth_rules/conditional_attribute.rbi +45 -46
- data/rbi/lib/lithic/models/auth_rules/conditional_block_parameters.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_results.rbi +40 -54
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_apply_params.rbi +1 -2
- data/rbi/lib/lithic/models/auth_rules/v2_apply_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_create_params.rbi +4 -9
- data/rbi/lib/lithic/models/auth_rules/v2_create_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_delete_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_draft_params.rbi +3 -6
- data/rbi/lib/lithic/models/auth_rules/v2_draft_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_list_params.rbi +4 -7
- data/rbi/lib/lithic/models/auth_rules/v2_list_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_promote_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_promote_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_report_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_report_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_retrieve_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_update_params.rbi +9 -13
- data/rbi/lib/lithic/models/auth_rules/v2_update_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/velocity_limit_params.rbi +19 -24
- data/rbi/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rbi +6 -7
- data/rbi/lib/lithic/models/auth_stream_enrollment_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_stream_enrollment_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_stream_secret.rbi +2 -4
- data/rbi/lib/lithic/models/balance.rbi +7 -11
- data/rbi/lib/lithic/models/balance_list_params.rbi +4 -8
- data/rbi/lib/lithic/models/book_transfer_create_params.rbi +8 -13
- data/rbi/lib/lithic/models/book_transfer_list_params.rbi +10 -16
- data/rbi/lib/lithic/models/book_transfer_response.rbi +23 -33
- data/rbi/lib/lithic/models/book_transfer_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/book_transfer_reverse_params.rbi +2 -4
- data/rbi/lib/lithic/models/card.rbi +117 -127
- data/rbi/lib/lithic/models/card_convert_physical_params.rbi +27 -29
- data/rbi/lib/lithic/models/card_create_params.rbi +98 -104
- data/rbi/lib/lithic/models/card_embed_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/card_program.rbi +3 -6
- data/rbi/lib/lithic/models/card_program_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/card_program_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_provision_params.rbi +14 -18
- data/rbi/lib/lithic/models/card_provision_response.rbi +2 -4
- data/rbi/lib/lithic/models/card_reissue_params.rbi +27 -29
- data/rbi/lib/lithic/models/card_renew_params.rbi +30 -34
- data/rbi/lib/lithic/models/card_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_retrieve_spend_limits_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_search_by_pan_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_spend_limits.rbi +14 -22
- data/rbi/lib/lithic/models/card_update_params.rbi +37 -42
- data/rbi/lib/lithic/models/cards/aggregate_balance_list_params.rbi +2 -4
- data/rbi/lib/lithic/models/cards/aggregate_balance_list_response.rbi +6 -9
- data/rbi/lib/lithic/models/cards/balance_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/cards/balance_list_response.rbi +7 -11
- data/rbi/lib/lithic/models/cards/financial_transaction_list_params.rbi +9 -15
- data/rbi/lib/lithic/models/cards/financial_transaction_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/carrier.rbi +2 -4
- data/rbi/lib/lithic/models/client_api_status_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/extended_credit.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/extended_credit_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/prime_rate_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/prime_rate_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/prime_rate_retrieve_response.rbi +4 -8
- data/rbi/lib/lithic/models/digital_card_art.rbi +2 -4
- data/rbi/lib/lithic/models/digital_card_art_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/digital_card_art_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute.rbi +93 -99
- data/rbi/lib/lithic/models/dispute_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_delete_evidence_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_delete_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_evidence.rbi +13 -15
- data/rbi/lib/lithic/models/dispute_initiate_evidence_upload_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_list_evidences_params.rbi +5 -6
- data/rbi/lib/lithic/models/dispute_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/dispute_retrieve_evidence_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_update_params.rbi +2 -4
- data/rbi/lib/lithic/models/document.rbi +13 -21
- data/rbi/lib/lithic/models/event.rbi +58 -61
- data/rbi/lib/lithic/models/event_list_attempts_params.rbi +7 -11
- data/rbi/lib/lithic/models/event_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/event_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/event_subscription.rbi +3 -6
- data/rbi/lib/lithic/models/events/event_subscription_resend_params.rbi +27 -0
- data/rbi/lib/lithic/models/events/subscription_create_params.rbi +4 -7
- data/rbi/lib/lithic/models/events/subscription_delete_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_list_attempts_params.rbi +7 -11
- data/rbi/lib/lithic/models/events/subscription_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/events/subscription_recover_params.rbi +4 -6
- data/rbi/lib/lithic/models/events/subscription_replay_missing_params.rbi +4 -6
- data/rbi/lib/lithic/models/events/subscription_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_retrieve_secret_response.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_send_simulated_example_params.rbi +3 -6
- data/rbi/lib/lithic/models/events/subscription_update_params.rbi +4 -7
- data/rbi/lib/lithic/models/external_bank_account_address.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_create_params.rbi +8 -13
- data/rbi/lib/lithic/models/external_bank_account_create_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_list_params.rbi +7 -13
- data/rbi/lib/lithic/models/external_bank_account_list_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_retrieve_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_retry_micro_deposits_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_retry_prenote_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_retry_prenote_response.rbi +16 -22
- data/rbi/lib/lithic/models/external_bank_account_update_params.rbi +4 -8
- data/rbi/lib/lithic/models/external_bank_account_update_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_accounts/micro_deposit_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_payment.rbi +10 -21
- data/rbi/lib/lithic/models/external_payment_cancel_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_create_params.rbi +5 -11
- data/rbi/lib/lithic/models/external_payment_list_params.rbi +10 -16
- data/rbi/lib/lithic/models/external_payment_release_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_reverse_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_settle_params.rbi +3 -6
- data/rbi/lib/lithic/models/financial_account.rbi +26 -39
- data/rbi/lib/lithic/models/financial_account_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_account_list_params.rbi +3 -6
- data/rbi/lib/lithic/models/financial_account_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_account_update_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_account_update_status_params.rbi +18 -37
- data/rbi/lib/lithic/models/financial_accounts/balance_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/financial_accounts/balance_list_response.rbi +7 -11
- data/rbi/lib/lithic/models/financial_accounts/credit_configuration_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/credit_configuration_update_params.rbi +2 -5
- data/rbi/lib/lithic/models/financial_accounts/financial_account_credit_config.rbi +4 -9
- data/rbi/lib/lithic/models/financial_accounts/financial_transaction_list_params.rbi +9 -15
- data/rbi/lib/lithic/models/financial_accounts/financial_transaction_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/loan_tape.rbi +67 -107
- data/rbi/lib/lithic/models/financial_accounts/loan_tape_list_params.rbi +5 -6
- data/rbi/lib/lithic/models/financial_accounts/loan_tape_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/statement.rbi +46 -72
- data/rbi/lib/lithic/models/financial_accounts/statement_list_params.rbi +6 -9
- data/rbi/lib/lithic/models/financial_accounts/statement_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/statements/line_item_list_params.rbi +3 -4
- data/rbi/lib/lithic/models/financial_accounts/statements/statement_line_items.rbi +12 -14
- data/rbi/lib/lithic/models/financial_accounts/statements.rbi +2 -4
- data/rbi/lib/lithic/models/financial_transaction.rbi +44 -53
- data/rbi/lib/lithic/models/instance_financial_account_type.rbi +1 -2
- data/rbi/lib/lithic/models/kyb.rbi +139 -153
- data/rbi/lib/lithic/models/kyb_business_entity.rbi +13 -18
- data/rbi/lib/lithic/models/kyc.rbi +17 -22
- data/rbi/lib/lithic/models/kyc_exempt.rbi +8 -13
- data/rbi/lib/lithic/models/management_operation_create_params.rbi +5 -11
- data/rbi/lib/lithic/models/management_operation_list_params.rbi +9 -14
- data/rbi/lib/lithic/models/management_operation_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/management_operation_reverse_params.rbi +2 -4
- data/rbi/lib/lithic/models/management_operation_transaction.rbi +60 -20
- data/rbi/lib/lithic/models/message_attempt.rbi +3 -5
- data/rbi/lib/lithic/models/owner_type.rbi +1 -2
- data/rbi/lib/lithic/models/payment.rbi +85 -89
- data/rbi/lib/lithic/models/payment_create_params.rbi +8 -16
- data/rbi/lib/lithic/models/payment_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/payment_list_params.rbi +9 -15
- data/rbi/lib/lithic/models/payment_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_retry_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_retry_response.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_action_params.rbi +4 -8
- data/rbi/lib/lithic/models/payment_simulate_action_response.rbi +3 -6
- data/rbi/lib/lithic/models/payment_simulate_receipt_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_receipt_response.rbi +3 -6
- data/rbi/lib/lithic/models/payment_simulate_release_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_release_response.rbi +3 -6
- data/rbi/lib/lithic/models/payment_simulate_return_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_return_response.rbi +3 -6
- data/rbi/lib/lithic/models/reports/settlement/network_total_list_params.rbi +8 -12
- data/rbi/lib/lithic/models/reports/settlement/network_total_list_response.rbi +12 -18
- data/rbi/lib/lithic/models/reports/settlement/network_total_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/reports/settlement/network_total_retrieve_response.rbi +12 -18
- data/rbi/lib/lithic/models/reports/settlement_list_details_params.rbi +4 -6
- data/rbi/lib/lithic/models/reports/settlement_summary_params.rbi +2 -4
- data/rbi/lib/lithic/models/required_document.rbi +4 -6
- data/rbi/lib/lithic/models/responder_endpoint_check_status_params.rbi +3 -6
- data/rbi/lib/lithic/models/responder_endpoint_create_params.rbi +3 -6
- data/rbi/lib/lithic/models/responder_endpoint_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/responder_endpoint_delete_params.rbi +3 -6
- data/rbi/lib/lithic/models/responder_endpoint_status.rbi +2 -4
- data/rbi/lib/lithic/models/settlement_detail.rbi +11 -18
- data/rbi/lib/lithic/models/settlement_report.rbi +17 -20
- data/rbi/lib/lithic/models/settlement_summary_details.rbi +6 -10
- data/rbi/lib/lithic/models/shipping_address.rbi +11 -14
- data/rbi/lib/lithic/models/spend_limit_duration.rbi +11 -12
- data/rbi/lib/lithic/models/three_ds/authentication_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/authentication_retrieve_response.rbi +137 -176
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rbi +3 -5
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_params.rbi +14 -21
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_response.rbi +3 -5
- data/rbi/lib/lithic/models/three_ds/challenge_response.rbi +5 -7
- data/rbi/lib/lithic/models/three_ds/challenge_result.rbi +1 -2
- data/rbi/lib/lithic/models/three_ds/decisioning_challenge_response_params.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/decisioning_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/decisioning_retrieve_secret_response.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/decisioning_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization.rbi +14 -24
- data/rbi/lib/lithic/models/tokenization_activate_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_deactivate_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_decisioning_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_decisioning_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_decisioning_rotate_secret_response.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/tokenization_pause_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_resend_activation_code_params.rbi +7 -10
- data/rbi/lib/lithic/models/tokenization_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_retrieve_response.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_secret.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_simulate_params.rbi +7 -12
- data/rbi/lib/lithic/models/tokenization_simulate_response.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_unpause_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_update_digital_card_art_params.rbi +5 -7
- data/rbi/lib/lithic/models/tokenization_update_digital_card_art_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction.rbi +168 -236
- data/rbi/lib/lithic/models/transaction_expire_authorization_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_list_params.rbi +10 -15
- data/rbi/lib/lithic/models/transaction_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_authorization_advice_params.rbi +3 -5
- data/rbi/lib/lithic/models/transaction_simulate_authorization_advice_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_authorization_params.rbi +41 -45
- data/rbi/lib/lithic/models/transaction_simulate_authorization_response.rbi +3 -5
- data/rbi/lib/lithic/models/transaction_simulate_clearing_params.rbi +9 -11
- data/rbi/lib/lithic/models/transaction_simulate_clearing_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_credit_authorization_params.rbi +6 -8
- data/rbi/lib/lithic/models/transaction_simulate_credit_authorization_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_reversal_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_reversal_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_void_params.rbi +10 -13
- data/rbi/lib/lithic/models/transaction_simulate_void_response.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/events/enhanced_commercial_data_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/events/enhanced_data.rbi +21 -35
- data/rbi/lib/lithic/models/transfer.rbi +34 -43
- data/rbi/lib/lithic/models/transfer_create_params.rbi +6 -8
- data/rbi/lib/lithic/models/verification_method.rbi +1 -2
- data/rbi/lib/lithic/request_options.rbi +9 -11
- data/rbi/lib/lithic/resources/account_holders.rbi +121 -156
- data/rbi/lib/lithic/resources/accounts.rbi +26 -35
- data/rbi/lib/lithic/resources/aggregate_balances.rbi +3 -6
- data/rbi/lib/lithic/resources/auth_rules/v2/backtests.rbi +40 -45
- data/rbi/lib/lithic/resources/auth_rules/v2.rbi +69 -88
- data/rbi/lib/lithic/resources/auth_rules.rbi +1 -2
- data/rbi/lib/lithic/resources/auth_stream_enrollment.rbi +11 -14
- data/rbi/lib/lithic/resources/balances.rbi +3 -6
- data/rbi/lib/lithic/resources/book_transfers.rbi +15 -24
- data/rbi/lib/lithic/resources/card_programs.rbi +5 -10
- data/rbi/lib/lithic/resources/cards/aggregate_balances.rbi +2 -5
- data/rbi/lib/lithic/resources/cards/balances.rbi +4 -7
- data/rbi/lib/lithic/resources/cards/financial_transactions.rbi +7 -12
- data/rbi/lib/lithic/resources/cards.rbi +219 -237
- data/rbi/lib/lithic/resources/credit_products/extended_credit.rbi +2 -5
- data/rbi/lib/lithic/resources/credit_products/prime_rates.rbi +3 -8
- data/rbi/lib/lithic/resources/credit_products.rbi +1 -2
- data/rbi/lib/lithic/resources/digital_card_art.rbi +8 -13
- data/rbi/lib/lithic/resources/disputes.rbi +22 -37
- data/rbi/lib/lithic/resources/events/event_subscriptions.rbi +24 -0
- data/rbi/lib/lithic/resources/events/subscriptions.rbi +29 -48
- data/rbi/lib/lithic/resources/events.rbi +15 -18
- data/rbi/lib/lithic/resources/external_bank_accounts/micro_deposits.rbi +2 -4
- data/rbi/lib/lithic/resources/external_bank_accounts.rbi +18 -23
- data/rbi/lib/lithic/resources/external_payments.rbi +13 -28
- data/rbi/lib/lithic/resources/financial_accounts/balances.rbi +4 -7
- data/rbi/lib/lithic/resources/financial_accounts/credit_configuration.rbi +3 -8
- data/rbi/lib/lithic/resources/financial_accounts/financial_transactions.rbi +7 -12
- data/rbi/lib/lithic/resources/financial_accounts/loan_tapes.rbi +7 -12
- data/rbi/lib/lithic/resources/financial_accounts/statements/line_items.rbi +5 -8
- data/rbi/lib/lithic/resources/financial_accounts/statements.rbi +7 -12
- data/rbi/lib/lithic/resources/financial_accounts.rbi +10 -19
- data/rbi/lib/lithic/resources/management_operations.rbi +10 -19
- data/rbi/lib/lithic/resources/payments.rbi +14 -29
- data/rbi/lib/lithic/resources/reports/settlement/network_totals.rbi +8 -13
- data/rbi/lib/lithic/resources/reports/settlement.rbi +5 -10
- data/rbi/lib/lithic/resources/reports.rbi +1 -2
- data/rbi/lib/lithic/resources/responder_endpoints.rbi +4 -11
- data/rbi/lib/lithic/resources/three_ds/authentication.rbi +12 -19
- data/rbi/lib/lithic/resources/three_ds/decisioning.rbi +15 -20
- data/rbi/lib/lithic/resources/three_ds.rbi +1 -2
- data/rbi/lib/lithic/resources/tokenization_decisioning.rbi +10 -13
- data/rbi/lib/lithic/resources/tokenizations.rbi +66 -85
- data/rbi/lib/lithic/resources/transactions/enhanced_commercial_data.rbi +3 -6
- data/rbi/lib/lithic/resources/transactions/events/enhanced_commercial_data.rbi +3 -6
- data/rbi/lib/lithic/resources/transactions/events.rbi +1 -2
- data/rbi/lib/lithic/resources/transactions.rbi +79 -100
- data/rbi/lib/lithic/resources/transfers.rbi +7 -10
- data/rbi/lib/lithic/version.rbi +1 -1
- data/sig/lithic/internal/type/array_of.rbs +2 -2
- data/sig/lithic/internal/type/{boolean_model.rbs → boolean.rbs} +1 -1
- data/sig/lithic/internal/util.rbs +5 -5
- data/sig/lithic/models/account_holder_create_params.rbs +47 -43
- data/sig/lithic/models/card_convert_physical_params.rbs +2 -2
- data/sig/lithic/models/card_reissue_params.rbs +2 -2
- data/sig/lithic/models/card_renew_params.rbs +2 -2
- data/sig/lithic/models/events/event_subscription_resend_params.rbs +22 -0
- data/sig/lithic/models/financial_account.rbs +6 -6
- data/sig/lithic/models/financial_account_update_status_params.rbs +6 -6
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +6 -6
- data/sig/lithic/models/financial_accounts/statement.rbs +6 -6
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +2 -0
- data/sig/lithic/models/financial_transaction.rbs +2 -0
- data/sig/lithic/models/kyb.rbs +47 -43
- data/sig/lithic/models/management_operation_transaction.rbs +27 -0
- data/sig/lithic/models/payment.rbs +8 -2
- data/sig/lithic/models/transfer.rbs +2 -0
- data/sig/lithic/resources/account_holders.rbs +1 -1
- data/sig/lithic/resources/events/event_subscriptions.rbs +15 -0
- data/sig/lithic/resources/events.rbs +2 -0
- data/sig/lithic/resources/financial_accounts.rbs +1 -1
- data/sig/lithic/version.rbs +1 -1
- metadata +11 -5
@@ -11,29 +11,29 @@ module Lithic
|
|
11
11
|
# @!attribute type
|
12
12
|
# Card types:
|
13
13
|
#
|
14
|
-
#
|
15
|
-
#
|
16
|
-
#
|
17
|
-
#
|
18
|
-
#
|
19
|
-
#
|
20
|
-
#
|
21
|
-
#
|
22
|
-
#
|
23
|
-
#
|
24
|
-
#
|
25
|
-
#
|
26
|
-
#
|
27
|
-
#
|
14
|
+
# - `VIRTUAL` - Card will authorize at any merchant and can be added to a digital
|
15
|
+
# wallet like Apple Pay or Google Pay (if the card program is digital
|
16
|
+
# wallet-enabled).
|
17
|
+
# - `PHYSICAL` - Manufactured and sent to the cardholder. We offer white label
|
18
|
+
# branding, credit, ATM, PIN debit, chip/EMV, NFC and magstripe functionality.
|
19
|
+
# Reach out at [lithic.com/contact](https://lithic.com/contact) for more
|
20
|
+
# information.
|
21
|
+
# - `SINGLE_USE` - Card is closed upon first successful authorization.
|
22
|
+
# - `MERCHANT_LOCKED` - _[Deprecated]_ Card is locked to the first merchant that
|
23
|
+
# successfully authorizes the card.
|
24
|
+
# - `UNLOCKED` - _[Deprecated]_ Similar behavior to VIRTUAL cards, please use
|
25
|
+
# VIRTUAL instead.
|
26
|
+
# - `DIGITAL_WALLET` - _[Deprecated]_ Similar behavior to VIRTUAL cards, please
|
27
|
+
# use VIRTUAL instead.
|
28
28
|
#
|
29
29
|
# @return [Symbol, Lithic::Models::CardCreateParams::Type]
|
30
30
|
required :type, enum: -> { Lithic::Models::CardCreateParams::Type }
|
31
31
|
|
32
32
|
# @!attribute [r] account_token
|
33
33
|
# Globally unique identifier for the account that the card will be associated
|
34
|
-
#
|
35
|
-
#
|
36
|
-
#
|
34
|
+
# with. Required for programs enrolling users using the
|
35
|
+
# [/account_holders endpoint](https://docs.lithic.com/docs/account-holders-kyc).
|
36
|
+
# See [Managing Your Program](doc:managing-your-program) for more information.
|
37
37
|
#
|
38
38
|
# @return [String, nil]
|
39
39
|
optional :account_token, String
|
@@ -44,11 +44,11 @@ module Lithic
|
|
44
44
|
|
45
45
|
# @!attribute [r] card_program_token
|
46
46
|
# For card programs with more than one BIN range. This must be configured with
|
47
|
-
#
|
48
|
-
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
47
|
+
# Lithic before use. Identifies the card program/BIN range under which to create
|
48
|
+
# the card. If omitted, will utilize the program's default `card_program_token`.
|
49
|
+
# In Sandbox, use 00000000-0000-0000-1000-000000000000 and
|
50
|
+
# 00000000-0000-0000-2000-000000000000 to test creating cards on specific card
|
51
|
+
# programs.
|
52
52
|
#
|
53
53
|
# @return [String, nil]
|
54
54
|
optional :card_program_token, String
|
@@ -68,9 +68,9 @@ module Lithic
|
|
68
68
|
|
69
69
|
# @!attribute [r] digital_card_art_token
|
70
70
|
# Specifies the digital card art to be displayed in the user’s digital wallet
|
71
|
-
#
|
72
|
-
#
|
73
|
-
#
|
71
|
+
# after tokenization. This artwork must be approved by Mastercard and configured
|
72
|
+
# by Lithic to use. See
|
73
|
+
# [Flexible Card Art Guide](https://docs.lithic.com/docs/about-digital-wallets#flexible-card-art).
|
74
74
|
#
|
75
75
|
# @return [String, nil]
|
76
76
|
optional :digital_card_art_token, String
|
@@ -81,7 +81,7 @@ module Lithic
|
|
81
81
|
|
82
82
|
# @!attribute [r] exp_month
|
83
83
|
# Two digit (MM) expiry month. If neither `exp_month` nor `exp_year` is provided,
|
84
|
-
#
|
84
|
+
# an expiration date will be generated.
|
85
85
|
#
|
86
86
|
# @return [String, nil]
|
87
87
|
optional :exp_month, String
|
@@ -92,7 +92,7 @@ module Lithic
|
|
92
92
|
|
93
93
|
# @!attribute [r] exp_year
|
94
94
|
# Four digit (yyyy) expiry year. If neither `exp_month` nor `exp_year` is
|
95
|
-
#
|
95
|
+
# provided, an expiration date will be generated.
|
96
96
|
#
|
97
97
|
# @return [String, nil]
|
98
98
|
optional :exp_year, String
|
@@ -113,8 +113,8 @@ module Lithic
|
|
113
113
|
|
114
114
|
# @!attribute [r] pin
|
115
115
|
# Encrypted PIN block (in base64). Applies to cards of type `PHYSICAL` and
|
116
|
-
#
|
117
|
-
#
|
116
|
+
# `VIRTUAL`. See
|
117
|
+
# [Encrypted PIN Block](https://docs.lithic.com/docs/cards#encrypted-pin-block).
|
118
118
|
#
|
119
119
|
# @return [String, nil]
|
120
120
|
optional :pin, String
|
@@ -125,8 +125,8 @@ module Lithic
|
|
125
125
|
|
126
126
|
# @!attribute [r] product_id
|
127
127
|
# Only applicable to cards of type `PHYSICAL`. This must be configured with Lithic
|
128
|
-
#
|
129
|
-
#
|
128
|
+
# before use. Specifies the configuration (i.e., physical card art) that the card
|
129
|
+
# should be manufactured with.
|
130
130
|
#
|
131
131
|
# @return [String, nil]
|
132
132
|
optional :product_id, String
|
@@ -137,10 +137,10 @@ module Lithic
|
|
137
137
|
|
138
138
|
# @!attribute [r] replacement_account_token
|
139
139
|
# Restricted field limited to select use cases. Lithic will reach out directly if
|
140
|
-
#
|
141
|
-
#
|
142
|
-
#
|
143
|
-
#
|
140
|
+
# this field should be used. Globally unique identifier for the replacement card's
|
141
|
+
# account. If this field is specified, `replacement_for` must also be specified.
|
142
|
+
# If `replacement_for` is specified and this field is omitted, the replacement
|
143
|
+
# card's account will be inferred from the card being replaced.
|
144
144
|
#
|
145
145
|
# @return [String, nil]
|
146
146
|
optional :replacement_account_token, String
|
@@ -151,8 +151,8 @@ module Lithic
|
|
151
151
|
|
152
152
|
# @!attribute [r] replacement_for
|
153
153
|
# Globally unique identifier for the card that this card will replace. If the card
|
154
|
-
#
|
155
|
-
#
|
154
|
+
# type is `PHYSICAL` it will be replaced by a `PHYSICAL` card. If the card type is
|
155
|
+
# `VIRTUAL` it will be replaced by a `VIRTUAL` card.
|
156
156
|
#
|
157
157
|
# @return [String, nil]
|
158
158
|
optional :replacement_for, String
|
@@ -172,17 +172,17 @@ module Lithic
|
|
172
172
|
|
173
173
|
# @!attribute [r] shipping_method
|
174
174
|
# Shipping method for the card. Only applies to cards of type PHYSICAL. Use of
|
175
|
-
#
|
175
|
+
# options besides `STANDARD` require additional permissions.
|
176
176
|
#
|
177
|
-
#
|
178
|
-
#
|
179
|
-
#
|
180
|
-
#
|
181
|
-
#
|
182
|
-
#
|
183
|
-
#
|
184
|
-
#
|
185
|
-
#
|
177
|
+
# - `STANDARD` - USPS regular mail or similar international option, with no
|
178
|
+
# tracking
|
179
|
+
# - `STANDARD_WITH_TRACKING` - USPS regular mail or similar international option,
|
180
|
+
# with tracking
|
181
|
+
# - `PRIORITY` - USPS Priority, 1-3 day shipping, with tracking
|
182
|
+
# - `EXPRESS` - FedEx Express, 3-day shipping, with tracking
|
183
|
+
# - `2_DAY` - FedEx 2-day shipping, with tracking
|
184
|
+
# - `EXPEDITED` - FedEx Standard Overnight or similar international option, with
|
185
|
+
# tracking
|
186
186
|
#
|
187
187
|
# @return [Symbol, Lithic::Models::CardCreateParams::ShippingMethod, nil]
|
188
188
|
optional :shipping_method, enum: -> { Lithic::Models::CardCreateParams::ShippingMethod }
|
@@ -193,10 +193,10 @@ module Lithic
|
|
193
193
|
|
194
194
|
# @!attribute [r] spend_limit
|
195
195
|
# Amount (in cents) to limit approved authorizations (e.g. 100000 would be a
|
196
|
-
#
|
197
|
-
#
|
198
|
-
#
|
199
|
-
#
|
196
|
+
# $1,000 limit). Transaction requests above the spend limit will be declined. Note
|
197
|
+
# that a spend limit of 0 is effectively no limit, and should only be used to
|
198
|
+
# reset or remove a prior limit. Only a limit of 1 or above will result in
|
199
|
+
# declined transactions due to checks against the card limit.
|
200
200
|
#
|
201
201
|
# @return [Integer, nil]
|
202
202
|
optional :spend_limit, Integer
|
@@ -208,16 +208,16 @@ module Lithic
|
|
208
208
|
# @!attribute [r] spend_limit_duration
|
209
209
|
# Spend limit duration values:
|
210
210
|
#
|
211
|
-
#
|
212
|
-
#
|
213
|
-
#
|
214
|
-
#
|
215
|
-
#
|
216
|
-
#
|
217
|
-
#
|
218
|
-
#
|
219
|
-
#
|
220
|
-
#
|
211
|
+
# - `ANNUALLY` - Card will authorize transactions up to spend limit for the
|
212
|
+
# trailing year.
|
213
|
+
# - `FOREVER` - Card will authorize only up to spend limit for the entire lifetime
|
214
|
+
# of the card.
|
215
|
+
# - `MONTHLY` - Card will authorize transactions up to spend limit for the
|
216
|
+
# trailing month. To support recurring monthly payments, which can occur on
|
217
|
+
# different day every month, the time window we consider for monthly velocity
|
218
|
+
# starts 6 days after the current calendar date one month prior.
|
219
|
+
# - `TRANSACTION` - Card will authorize multiple transactions if each individual
|
220
|
+
# transaction is under the spend limit.
|
221
221
|
#
|
222
222
|
# @return [Symbol, Lithic::Models::SpendLimitDuration, nil]
|
223
223
|
optional :spend_limit_duration, enum: -> { Lithic::Models::SpendLimitDuration }
|
@@ -229,10 +229,10 @@ module Lithic
|
|
229
229
|
# @!attribute [r] state
|
230
230
|
# Card state values:
|
231
231
|
#
|
232
|
-
#
|
233
|
-
#
|
234
|
-
#
|
235
|
-
#
|
232
|
+
# - `OPEN` - Card will approve authorizations (if they match card and account
|
233
|
+
# parameters).
|
234
|
+
# - `PAUSED` - Card will decline authorizations, but can be resumed at a later
|
235
|
+
# time.
|
236
236
|
#
|
237
237
|
# @return [Symbol, Lithic::Models::CardCreateParams::State, nil]
|
238
238
|
optional :state, enum: -> { Lithic::Models::CardCreateParams::State }
|
@@ -289,20 +289,20 @@ module Lithic
|
|
289
289
|
|
290
290
|
# Card types:
|
291
291
|
#
|
292
|
-
#
|
293
|
-
#
|
294
|
-
#
|
295
|
-
#
|
296
|
-
#
|
297
|
-
#
|
298
|
-
#
|
299
|
-
#
|
300
|
-
#
|
301
|
-
#
|
302
|
-
#
|
303
|
-
#
|
304
|
-
#
|
305
|
-
#
|
292
|
+
# - `VIRTUAL` - Card will authorize at any merchant and can be added to a digital
|
293
|
+
# wallet like Apple Pay or Google Pay (if the card program is digital
|
294
|
+
# wallet-enabled).
|
295
|
+
# - `PHYSICAL` - Manufactured and sent to the cardholder. We offer white label
|
296
|
+
# branding, credit, ATM, PIN debit, chip/EMV, NFC and magstripe functionality.
|
297
|
+
# Reach out at [lithic.com/contact](https://lithic.com/contact) for more
|
298
|
+
# information.
|
299
|
+
# - `SINGLE_USE` - Card is closed upon first successful authorization.
|
300
|
+
# - `MERCHANT_LOCKED` - _[Deprecated]_ Card is locked to the first merchant that
|
301
|
+
# successfully authorizes the card.
|
302
|
+
# - `UNLOCKED` - _[Deprecated]_ Similar behavior to VIRTUAL cards, please use
|
303
|
+
# VIRTUAL instead.
|
304
|
+
# - `DIGITAL_WALLET` - _[Deprecated]_ Similar behavior to VIRTUAL cards, please
|
305
|
+
# use VIRTUAL instead.
|
306
306
|
module Type
|
307
307
|
extend Lithic::Internal::Type::Enum
|
308
308
|
|
@@ -321,17 +321,17 @@ module Lithic
|
|
321
321
|
end
|
322
322
|
|
323
323
|
# Shipping method for the card. Only applies to cards of type PHYSICAL. Use of
|
324
|
-
#
|
324
|
+
# options besides `STANDARD` require additional permissions.
|
325
325
|
#
|
326
|
-
#
|
327
|
-
#
|
328
|
-
#
|
329
|
-
#
|
330
|
-
#
|
331
|
-
#
|
332
|
-
#
|
333
|
-
#
|
334
|
-
#
|
326
|
+
# - `STANDARD` - USPS regular mail or similar international option, with no
|
327
|
+
# tracking
|
328
|
+
# - `STANDARD_WITH_TRACKING` - USPS regular mail or similar international option,
|
329
|
+
# with tracking
|
330
|
+
# - `PRIORITY` - USPS Priority, 1-3 day shipping, with tracking
|
331
|
+
# - `EXPRESS` - FedEx Express, 3-day shipping, with tracking
|
332
|
+
# - `2_DAY` - FedEx 2-day shipping, with tracking
|
333
|
+
# - `EXPEDITED` - FedEx Standard Overnight or similar international option, with
|
334
|
+
# tracking
|
335
335
|
module ShippingMethod
|
336
336
|
extend Lithic::Internal::Type::Enum
|
337
337
|
|
@@ -351,10 +351,10 @@ module Lithic
|
|
351
351
|
|
352
352
|
# Card state values:
|
353
353
|
#
|
354
|
-
#
|
355
|
-
#
|
356
|
-
#
|
357
|
-
#
|
354
|
+
# - `OPEN` - Card will approve authorizations (if they match card and account
|
355
|
+
# parameters).
|
356
|
+
# - `PAUSED` - Card will decline authorizations, but can be resumed at a later
|
357
|
+
# time.
|
358
358
|
module State
|
359
359
|
extend Lithic::Internal::Type::Enum
|
360
360
|
|
@@ -20,10 +20,10 @@ module Lithic
|
|
20
20
|
|
21
21
|
# @!attribute [r] begin_
|
22
22
|
# Date string in RFC 3339 format. Only entries created after the specified time
|
23
|
-
#
|
23
|
+
# will be included. UTC time zone.
|
24
24
|
#
|
25
25
|
# @return [Time, nil]
|
26
|
-
optional :begin_, Time
|
26
|
+
optional :begin_, Time
|
27
27
|
|
28
28
|
# @!parse
|
29
29
|
# # @return [Time]
|
@@ -31,10 +31,10 @@ module Lithic
|
|
31
31
|
|
32
32
|
# @!attribute [r] end_
|
33
33
|
# Date string in RFC 3339 format. Only entries created before the specified time
|
34
|
-
#
|
34
|
+
# will be included. UTC time zone.
|
35
35
|
#
|
36
36
|
# @return [Time, nil]
|
37
|
-
optional :end_, Time
|
37
|
+
optional :end_, Time
|
38
38
|
|
39
39
|
# @!parse
|
40
40
|
# # @return [Time]
|
@@ -42,7 +42,7 @@ module Lithic
|
|
42
42
|
|
43
43
|
# @!attribute [r] ending_before
|
44
44
|
# A cursor representing an item's token before which a page of results should end.
|
45
|
-
#
|
45
|
+
# Used to retrieve the previous page of results before this item.
|
46
46
|
#
|
47
47
|
# @return [String, nil]
|
48
48
|
optional :ending_before, String
|
@@ -63,7 +63,7 @@ module Lithic
|
|
63
63
|
|
64
64
|
# @!attribute [r] starting_after
|
65
65
|
# A cursor representing an item's token after which a page of results should
|
66
|
-
#
|
66
|
+
# begin. Used to retrieve the next page of results after this item.
|
67
67
|
#
|
68
68
|
# @return [String, nil]
|
69
69
|
optional :starting_after, String
|
@@ -46,7 +46,7 @@ module Lithic
|
|
46
46
|
|
47
47
|
# @!attribute [r] settlement_currencies
|
48
48
|
# List of 3-character alphabetic ISO 4217 codes for the currencies that the card
|
49
|
-
#
|
49
|
+
# program supports for settlement.
|
50
50
|
#
|
51
51
|
# @return [Array<String>, nil]
|
52
52
|
optional :settlement_currencies, Lithic::Internal::Type::ArrayOf[String]
|
@@ -10,7 +10,7 @@ module Lithic
|
|
10
10
|
|
11
11
|
# @!attribute [r] ending_before
|
12
12
|
# A cursor representing an item's token before which a page of results should end.
|
13
|
-
#
|
13
|
+
# Used to retrieve the previous page of results before this item.
|
14
14
|
#
|
15
15
|
# @return [String, nil]
|
16
16
|
optional :ending_before, String
|
@@ -31,7 +31,7 @@ module Lithic
|
|
31
31
|
|
32
32
|
# @!attribute [r] starting_after
|
33
33
|
# A cursor representing an item's token after which a page of results should
|
34
|
-
#
|
34
|
+
# begin. Used to retrieve the next page of results after this item.
|
35
35
|
#
|
36
36
|
# @return [String, nil]
|
37
37
|
optional :starting_after, String
|
@@ -10,9 +10,9 @@ module Lithic
|
|
10
10
|
|
11
11
|
# @!attribute [r] certificate
|
12
12
|
# Only applicable if `digital_wallet` is `APPLE_PAY`. Omit to receive only
|
13
|
-
#
|
14
|
-
#
|
15
|
-
#
|
13
|
+
# `activationData` in the response. Apple's public leaf certificate. Base64
|
14
|
+
# encoded in PEM format with headers `(-----BEGIN CERTIFICATE-----)` and trailers
|
15
|
+
# omitted. Provided by the device's wallet.
|
16
16
|
#
|
17
17
|
# @return [String, nil]
|
18
18
|
optional :certificate, String
|
@@ -23,8 +23,8 @@ module Lithic
|
|
23
23
|
|
24
24
|
# @!attribute [r] client_device_id
|
25
25
|
# Only applicable if `digital_wallet` is `GOOGLE_PAY` or `SAMSUNG_PAY` and the
|
26
|
-
#
|
27
|
-
#
|
26
|
+
# card is on the Visa network. Stable device identification set by the wallet
|
27
|
+
# provider.
|
28
28
|
#
|
29
29
|
# @return [String, nil]
|
30
30
|
optional :client_device_id, String
|
@@ -35,8 +35,8 @@ module Lithic
|
|
35
35
|
|
36
36
|
# @!attribute [r] client_wallet_account_id
|
37
37
|
# Only applicable if `digital_wallet` is `GOOGLE_PAY` or `SAMSUNG_PAY` and the
|
38
|
-
#
|
39
|
-
#
|
38
|
+
# card is on the Visa network. Consumer ID that identifies the wallet account
|
39
|
+
# holder entity.
|
40
40
|
#
|
41
41
|
# @return [String, nil]
|
42
42
|
optional :client_wallet_account_id, String
|
@@ -57,8 +57,8 @@ module Lithic
|
|
57
57
|
|
58
58
|
# @!attribute [r] nonce
|
59
59
|
# Only applicable if `digital_wallet` is `APPLE_PAY`. Omit to receive only
|
60
|
-
#
|
61
|
-
#
|
60
|
+
# `activationData` in the response. Base64 cryptographic nonce provided by the
|
61
|
+
# device's wallet.
|
62
62
|
#
|
63
63
|
# @return [String, nil]
|
64
64
|
optional :nonce, String
|
@@ -69,8 +69,8 @@ module Lithic
|
|
69
69
|
|
70
70
|
# @!attribute [r] nonce_signature
|
71
71
|
# Only applicable if `digital_wallet` is `APPLE_PAY`. Omit to receive only
|
72
|
-
#
|
73
|
-
#
|
72
|
+
# `activationData` in the response. Base64 cryptographic nonce provided by the
|
73
|
+
# device's wallet.
|
74
74
|
#
|
75
75
|
# @return [String, nil]
|
76
76
|
optional :nonce_signature, String
|
@@ -20,8 +20,8 @@ module Lithic
|
|
20
20
|
|
21
21
|
# @!attribute [r] product_id
|
22
22
|
# Specifies the configuration (e.g. physical card art) that the card should be
|
23
|
-
#
|
24
|
-
#
|
23
|
+
# manufactured with, and only applies to cards of type `PHYSICAL`. This must be
|
24
|
+
# configured with Lithic before use.
|
25
25
|
#
|
26
26
|
# @return [String, nil]
|
27
27
|
optional :product_id, String
|
@@ -41,18 +41,18 @@ module Lithic
|
|
41
41
|
# attr_writer :shipping_address
|
42
42
|
|
43
43
|
# @!attribute [r] shipping_method
|
44
|
-
# Shipping method for the card.
|
45
|
-
#
|
44
|
+
# Shipping method for the card. Only applies to cards of type PHYSICAL. Use of
|
45
|
+
# options besides `STANDARD` require additional permissions.
|
46
46
|
#
|
47
|
-
#
|
48
|
-
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
52
|
-
#
|
53
|
-
#
|
54
|
-
#
|
55
|
-
#
|
47
|
+
# - `STANDARD` - USPS regular mail or similar international option, with no
|
48
|
+
# tracking
|
49
|
+
# - `STANDARD_WITH_TRACKING` - USPS regular mail or similar international option,
|
50
|
+
# with tracking
|
51
|
+
# - `PRIORITY` - USPS Priority, 1-3 day shipping, with tracking
|
52
|
+
# - `EXPRESS` - FedEx Express, 3-day shipping, with tracking
|
53
|
+
# - `2_DAY` - FedEx 2-day shipping, with tracking
|
54
|
+
# - `EXPEDITED` - FedEx Standard Overnight or similar international option, with
|
55
|
+
# tracking
|
56
56
|
#
|
57
57
|
# @return [Symbol, Lithic::Models::CardReissueParams::ShippingMethod, nil]
|
58
58
|
optional :shipping_method, enum: -> { Lithic::Models::CardReissueParams::ShippingMethod }
|
@@ -72,22 +72,22 @@ module Lithic
|
|
72
72
|
|
73
73
|
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
74
74
|
|
75
|
-
# Shipping method for the card.
|
76
|
-
#
|
75
|
+
# Shipping method for the card. Only applies to cards of type PHYSICAL. Use of
|
76
|
+
# options besides `STANDARD` require additional permissions.
|
77
77
|
#
|
78
|
-
#
|
79
|
-
#
|
80
|
-
#
|
81
|
-
#
|
82
|
-
#
|
83
|
-
#
|
84
|
-
#
|
85
|
-
#
|
86
|
-
#
|
78
|
+
# - `STANDARD` - USPS regular mail or similar international option, with no
|
79
|
+
# tracking
|
80
|
+
# - `STANDARD_WITH_TRACKING` - USPS regular mail or similar international option,
|
81
|
+
# with tracking
|
82
|
+
# - `PRIORITY` - USPS Priority, 1-3 day shipping, with tracking
|
83
|
+
# - `EXPRESS` - FedEx Express, 3-day shipping, with tracking
|
84
|
+
# - `2_DAY` - FedEx 2-day shipping, with tracking
|
85
|
+
# - `EXPEDITED` - FedEx Standard Overnight or similar international option, with
|
86
|
+
# tracking
|
87
87
|
module ShippingMethod
|
88
88
|
extend Lithic::Internal::Type::Enum
|
89
89
|
|
90
|
-
SHIPPING_METHOD_2_DAY = :"
|
90
|
+
SHIPPING_METHOD_2_DAY = :"2_DAY"
|
91
91
|
EXPEDITED = :EXPEDITED
|
92
92
|
EXPRESS = :EXPRESS
|
93
93
|
PRIORITY = :PRIORITY
|
@@ -26,7 +26,7 @@ module Lithic
|
|
26
26
|
|
27
27
|
# @!attribute [r] exp_month
|
28
28
|
# Two digit (MM) expiry month. If neither `exp_month` nor `exp_year` is provided,
|
29
|
-
#
|
29
|
+
# an expiration date six years in the future will be generated.
|
30
30
|
#
|
31
31
|
# @return [String, nil]
|
32
32
|
optional :exp_month, String
|
@@ -37,7 +37,7 @@ module Lithic
|
|
37
37
|
|
38
38
|
# @!attribute [r] exp_year
|
39
39
|
# Four digit (yyyy) expiry year. If neither `exp_month` nor `exp_year` is
|
40
|
-
#
|
40
|
+
# provided, an expiration date six years in the future will be generated.
|
41
41
|
#
|
42
42
|
# @return [String, nil]
|
43
43
|
optional :exp_year, String
|
@@ -48,8 +48,8 @@ module Lithic
|
|
48
48
|
|
49
49
|
# @!attribute [r] product_id
|
50
50
|
# Specifies the configuration (e.g. physical card art) that the card should be
|
51
|
-
#
|
52
|
-
#
|
51
|
+
# manufactured with, and only applies to cards of type `PHYSICAL`. This must be
|
52
|
+
# configured with Lithic before use.
|
53
53
|
#
|
54
54
|
# @return [String, nil]
|
55
55
|
optional :product_id, String
|
@@ -59,18 +59,18 @@ module Lithic
|
|
59
59
|
# attr_writer :product_id
|
60
60
|
|
61
61
|
# @!attribute [r] shipping_method
|
62
|
-
# Shipping method for the card.
|
63
|
-
#
|
62
|
+
# Shipping method for the card. Only applies to cards of type PHYSICAL. Use of
|
63
|
+
# options besides `STANDARD` require additional permissions.
|
64
64
|
#
|
65
|
-
#
|
66
|
-
#
|
67
|
-
#
|
68
|
-
#
|
69
|
-
#
|
70
|
-
#
|
71
|
-
#
|
72
|
-
#
|
73
|
-
#
|
65
|
+
# - `STANDARD` - USPS regular mail or similar international option, with no
|
66
|
+
# tracking
|
67
|
+
# - `STANDARD_WITH_TRACKING` - USPS regular mail or similar international option,
|
68
|
+
# with tracking
|
69
|
+
# - `PRIORITY` - USPS Priority, 1-3 day shipping, with tracking
|
70
|
+
# - `EXPRESS` - FedEx Express, 3-day shipping, with tracking
|
71
|
+
# - `2_DAY` - FedEx 2-day shipping, with tracking
|
72
|
+
# - `EXPEDITED` - FedEx Standard Overnight or similar international option, with
|
73
|
+
# tracking
|
74
74
|
#
|
75
75
|
# @return [Symbol, Lithic::Models::CardRenewParams::ShippingMethod, nil]
|
76
76
|
optional :shipping_method, enum: -> { Lithic::Models::CardRenewParams::ShippingMethod }
|
@@ -103,22 +103,22 @@ module Lithic
|
|
103
103
|
|
104
104
|
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
105
105
|
|
106
|
-
# Shipping method for the card.
|
107
|
-
#
|
106
|
+
# Shipping method for the card. Only applies to cards of type PHYSICAL. Use of
|
107
|
+
# options besides `STANDARD` require additional permissions.
|
108
108
|
#
|
109
|
-
#
|
110
|
-
#
|
111
|
-
#
|
112
|
-
#
|
113
|
-
#
|
114
|
-
#
|
115
|
-
#
|
116
|
-
#
|
117
|
-
#
|
109
|
+
# - `STANDARD` - USPS regular mail or similar international option, with no
|
110
|
+
# tracking
|
111
|
+
# - `STANDARD_WITH_TRACKING` - USPS regular mail or similar international option,
|
112
|
+
# with tracking
|
113
|
+
# - `PRIORITY` - USPS Priority, 1-3 day shipping, with tracking
|
114
|
+
# - `EXPRESS` - FedEx Express, 3-day shipping, with tracking
|
115
|
+
# - `2_DAY` - FedEx 2-day shipping, with tracking
|
116
|
+
# - `EXPEDITED` - FedEx Standard Overnight or similar international option, with
|
117
|
+
# tracking
|
118
118
|
module ShippingMethod
|
119
119
|
extend Lithic::Internal::Type::Enum
|
120
120
|
|
121
|
-
SHIPPING_METHOD_2_DAY = :"
|
121
|
+
SHIPPING_METHOD_2_DAY = :"2_DAY"
|
122
122
|
EXPEDITED = :EXPEDITED
|
123
123
|
EXPRESS = :EXPRESS
|
124
124
|
PRIORITY = :PRIORITY
|
@@ -40,7 +40,7 @@ module Lithic
|
|
40
40
|
class AvailableSpendLimit < Lithic::Internal::Type::BaseModel
|
41
41
|
# @!attribute [r] annually
|
42
42
|
# The available spend limit (in cents) relative to the annual limit configured on
|
43
|
-
#
|
43
|
+
# the Card (e.g. 100000 would be a $1,000 limit).
|
44
44
|
#
|
45
45
|
# @return [Integer, nil]
|
46
46
|
optional :annually, Integer
|
@@ -51,7 +51,7 @@ module Lithic
|
|
51
51
|
|
52
52
|
# @!attribute [r] forever
|
53
53
|
# The available spend limit (in cents) relative to the forever limit configured on
|
54
|
-
#
|
54
|
+
# the Card.
|
55
55
|
#
|
56
56
|
# @return [Integer, nil]
|
57
57
|
optional :forever, Integer
|
@@ -62,7 +62,7 @@ module Lithic
|
|
62
62
|
|
63
63
|
# @!attribute [r] monthly
|
64
64
|
# The available spend limit (in cents) relative to the monthly limit configured on
|
65
|
-
#
|
65
|
+
# the Card.
|
66
66
|
#
|
67
67
|
# @return [Integer, nil]
|
68
68
|
optional :monthly, Integer
|
@@ -127,7 +127,7 @@ module Lithic
|
|
127
127
|
class SpendVelocity < Lithic::Internal::Type::BaseModel
|
128
128
|
# @!attribute [r] annually
|
129
129
|
# Current annual spend velocity (in cents) on the Card. Present if annual spend
|
130
|
-
#
|
130
|
+
# limit is set.
|
131
131
|
#
|
132
132
|
# @return [Integer, nil]
|
133
133
|
optional :annually, Integer
|
@@ -138,7 +138,7 @@ module Lithic
|
|
138
138
|
|
139
139
|
# @!attribute [r] forever
|
140
140
|
# Current forever spend velocity (in cents) on the Card. Present if forever spend
|
141
|
-
#
|
141
|
+
# limit is set.
|
142
142
|
#
|
143
143
|
# @return [Integer, nil]
|
144
144
|
optional :forever, Integer
|
@@ -149,7 +149,7 @@ module Lithic
|
|
149
149
|
|
150
150
|
# @!attribute [r] monthly
|
151
151
|
# Current monthly spend velocity (in cents) on the Card. Present if monthly spend
|
152
|
-
#
|
152
|
+
# limit is set.
|
153
153
|
#
|
154
154
|
# @return [Integer, nil]
|
155
155
|
optional :monthly, Integer
|