lithic 0.1.0.pre.alpha.17 → 0.1.0.pre.alpha.18
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 +26 -0
- data/README.md +7 -7
- data/lib/lithic/file_part.rb +55 -0
- data/lib/lithic/internal/cursor_page.rb +1 -1
- data/lib/lithic/internal/single_page.rb +1 -1
- data/lib/lithic/internal/transport/base_client.rb +7 -7
- data/lib/lithic/internal/transport/pooled_net_requester.rb +1 -1
- data/lib/lithic/internal/type/array_of.rb +2 -0
- data/lib/lithic/internal/type/base_model.rb +1 -1
- data/lib/lithic/internal/type/base_page.rb +1 -1
- data/lib/lithic/internal/type/converter.rb +1 -1
- data/lib/lithic/internal/type/{io_like.rb → file_input.rb} +8 -4
- data/lib/lithic/internal/type/hash_of.rb +2 -0
- data/lib/lithic/internal/util.rb +69 -61
- data/lib/lithic/models/account.rb +50 -19
- data/lib/lithic/models/account_holder.rb +139 -59
- data/lib/lithic/models/account_holder_create_params.rb +144 -52
- data/lib/lithic/models/account_holder_create_response.rb +18 -7
- data/lib/lithic/models/account_holder_list_params.rb +33 -11
- data/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb +13 -4
- data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +10 -3
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +169 -60
- data/lib/lithic/models/account_holder_update_params.rb +147 -53
- data/lib/lithic/models/account_holder_update_response.rb +202 -74
- data/lib/lithic/models/account_holder_upload_document_params.rb +4 -2
- data/lib/lithic/models/account_list_params.rb +17 -5
- data/lib/lithic/models/account_spend_limits.rb +27 -9
- data/lib/lithic/models/account_update_params.rb +17 -5
- data/lib/lithic/models/address.rb +17 -6
- data/lib/lithic/models/address_update.rb +17 -6
- data/lib/lithic/models/aggregate_balance.rb +26 -10
- data/lib/lithic/models/aggregate_balance_list_params.rb +2 -1
- data/lib/lithic/models/auth_rules/auth_rule.rb +24 -9
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +8 -3
- data/lib/lithic/models/auth_rules/v2/backtest_create_params.rb +4 -2
- data/lib/lithic/models/auth_rules/v2/backtest_create_response.rb +1 -1
- data/lib/lithic/models/auth_rules/v2/backtest_results.rb +46 -18
- data/lib/lithic/models/auth_rules/v2_apply_params.rb +8 -4
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +31 -12
- data/lib/lithic/models/auth_rules/v2_create_params.rb +14 -7
- data/lib/lithic/models/auth_rules/v2_create_response.rb +31 -12
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +2 -1
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +31 -12
- data/lib/lithic/models/auth_rules/v2_list_params.rb +15 -5
- data/lib/lithic/models/auth_rules/v2_list_response.rb +31 -12
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +31 -12
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +32 -12
- data/lib/lithic/models/auth_rules/v2_update_params.rb +15 -6
- data/lib/lithic/models/auth_rules/v2_update_response.rb +31 -12
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +27 -7
- data/lib/lithic/models/auth_stream_secret.rb +1 -1
- data/lib/lithic/models/balance.rb +26 -10
- data/lib/lithic/models/balance_list_params.rb +12 -4
- data/lib/lithic/models/book_transfer_create_params.rb +23 -8
- data/lib/lithic/models/book_transfer_list_params.rb +28 -9
- data/lib/lithic/models/book_transfer_response.rb +54 -20
- data/lib/lithic/models/book_transfer_reverse_params.rb +2 -1
- data/lib/lithic/models/card.rb +7 -2
- data/lib/lithic/models/card_convert_physical_params.rb +12 -4
- data/lib/lithic/models/card_create_params.rb +45 -15
- data/lib/lithic/models/card_embed_params.rb +4 -2
- data/lib/lithic/models/card_list_params.rb +21 -7
- data/lib/lithic/models/card_program.rb +17 -7
- data/lib/lithic/models/card_program_list_params.rb +11 -3
- data/lib/lithic/models/card_provision_params.rb +20 -6
- data/lib/lithic/models/card_reissue_params.rb +12 -4
- data/lib/lithic/models/card_renew_params.rb +18 -6
- data/lib/lithic/models/card_search_by_pan_params.rb +2 -1
- data/lib/lithic/models/card_spend_limits.rb +27 -9
- data/lib/lithic/models/card_update_params.rb +21 -7
- data/lib/lithic/models/cards/aggregate_balance_list_params.rb +4 -2
- data/lib/lithic/models/cards/aggregate_balance_list_response.rb +24 -9
- data/lib/lithic/models/cards/balance_list_params.rb +7 -2
- data/lib/lithic/models/cards/balance_list_response.rb +26 -10
- data/lib/lithic/models/cards/financial_transaction_list_params.rb +21 -7
- data/lib/lithic/models/carrier.rb +1 -1
- data/lib/lithic/models/credit_products/prime_rate_create_params.rb +4 -2
- data/lib/lithic/models/credit_products/prime_rate_retrieve_params.rb +4 -2
- data/lib/lithic/models/credit_products/prime_rate_retrieve_response.rb +6 -4
- data/lib/lithic/models/digital_card_art.rb +13 -7
- data/lib/lithic/models/digital_card_art_list_params.rb +11 -3
- data/lib/lithic/models/dispute.rb +40 -18
- data/lib/lithic/models/dispute_create_params.rb +10 -5
- data/lib/lithic/models/dispute_evidence.rb +17 -7
- data/lib/lithic/models/dispute_initiate_evidence_upload_params.rb +2 -1
- data/lib/lithic/models/dispute_list_evidences_params.rb +17 -5
- data/lib/lithic/models/dispute_list_params.rb +21 -7
- data/lib/lithic/models/dispute_update_params.rb +8 -4
- data/lib/lithic/models/document.rb +31 -14
- data/lib/lithic/models/event.rb +9 -3
- data/lib/lithic/models/event_list_attempts_params.rb +18 -5
- data/lib/lithic/models/event_list_params.rb +21 -7
- data/lib/lithic/models/event_subscription.rb +7 -3
- data/lib/lithic/models/events/subscription_create_params.rb +12 -4
- data/lib/lithic/models/events/subscription_list_attempts_params.rb +18 -5
- data/lib/lithic/models/events/subscription_list_params.rb +11 -3
- data/lib/lithic/models/events/subscription_recover_params.rb +9 -2
- data/lib/lithic/models/events/subscription_replay_missing_params.rb +9 -2
- data/lib/lithic/models/events/subscription_retrieve_secret_response.rb +1 -1
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +2 -1
- data/lib/lithic/models/events/subscription_update_params.rb +12 -4
- data/lib/lithic/models/external_bank_account_create_params.rb +40 -16
- data/lib/lithic/models/external_bank_account_create_response.rb +53 -22
- data/lib/lithic/models/external_bank_account_list_params.rb +17 -3
- data/lib/lithic/models/external_bank_account_list_response.rb +53 -22
- data/lib/lithic/models/external_bank_account_retrieve_response.rb +53 -22
- data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +54 -22
- data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +53 -22
- data/lib/lithic/models/external_bank_account_update_params.rb +21 -8
- data/lib/lithic/models/external_bank_account_update_response.rb +53 -22
- data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +54 -22
- data/lib/lithic/models/external_payment_list_params.rb +27 -9
- data/lib/lithic/models/financial_account.rb +25 -8
- data/lib/lithic/models/financial_account_list_params.rb +6 -3
- data/lib/lithic/models/financial_account_update_status_params.rb +4 -2
- data/lib/lithic/models/financial_accounts/balance_list_params.rb +7 -2
- data/lib/lithic/models/financial_accounts/balance_list_response.rb +26 -10
- data/lib/lithic/models/financial_accounts/credit_configuration_update_params.rb +6 -2
- data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +12 -5
- data/lib/lithic/models/financial_accounts/financial_transaction_list_params.rb +22 -7
- data/lib/lithic/models/financial_accounts/loan_tape.rb +119 -47
- data/lib/lithic/models/financial_accounts/loan_tape_list_params.rb +17 -5
- data/lib/lithic/models/financial_accounts/loan_tape_retrieve_params.rb +2 -1
- data/lib/lithic/models/financial_accounts/statement.rb +97 -40
- data/lib/lithic/models/financial_accounts/statement_list_params.rb +19 -6
- data/lib/lithic/models/financial_accounts/statement_retrieve_params.rb +2 -1
- data/lib/lithic/models/financial_accounts/statements/line_item_list_params.rb +14 -4
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +25 -9
- data/lib/lithic/models/financial_transaction.rb +42 -15
- data/lib/lithic/models/kyb.rb +101 -36
- data/lib/lithic/models/kyb_business_entity.rb +35 -12
- data/lib/lithic/models/kyc.rb +34 -12
- data/lib/lithic/models/kyc_exempt.rb +23 -9
- data/lib/lithic/models/management_operation_list_params.rb +25 -8
- data/lib/lithic/models/message_attempt.rb +17 -7
- data/lib/lithic/models/non_pci_card.rb +73 -28
- data/lib/lithic/models/payment.rb +52 -18
- data/lib/lithic/models/payment_create_params.rb +14 -1
- data/lib/lithic/models/payment_create_response.rb +1 -1
- data/lib/lithic/models/payment_list_params.rb +23 -5
- data/lib/lithic/models/payment_retry_response.rb +1 -1
- data/lib/lithic/models/payment_simulate_action_params.rb +6 -3
- data/lib/lithic/models/payment_simulate_action_response.rb +5 -3
- data/lib/lithic/models/payment_simulate_receipt_params.rb +14 -5
- data/lib/lithic/models/payment_simulate_receipt_response.rb +5 -3
- data/lib/lithic/models/payment_simulate_release_params.rb +2 -1
- data/lib/lithic/models/payment_simulate_release_response.rb +5 -3
- data/lib/lithic/models/payment_simulate_return_params.rb +4 -2
- data/lib/lithic/models/payment_simulate_return_response.rb +5 -3
- data/lib/lithic/models/reports/settlement/network_total_list_params.rb +30 -11
- data/lib/lithic/models/reports/settlement/network_total_list_response.rb +39 -14
- data/lib/lithic/models/reports/settlement/network_total_retrieve_response.rb +39 -14
- data/lib/lithic/models/reports/settlement_list_details_params.rb +11 -3
- data/lib/lithic/models/required_document.rb +10 -3
- data/lib/lithic/models/responder_endpoint_check_status_params.rb +2 -1
- data/lib/lithic/models/responder_endpoint_create_params.rb +4 -2
- data/lib/lithic/models/responder_endpoint_create_response.rb +1 -1
- data/lib/lithic/models/responder_endpoint_delete_params.rb +2 -1
- data/lib/lithic/models/responder_endpoint_status.rb +3 -2
- data/lib/lithic/models/settlement_detail.rb +50 -21
- data/lib/lithic/models/settlement_report.rb +29 -10
- data/lib/lithic/models/settlement_summary_details.rb +21 -8
- data/lib/lithic/models/shipping_address.rb +31 -11
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +215 -71
- data/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rb +9 -2
- data/lib/lithic/models/three_ds/authentication_simulate_params.rb +28 -8
- data/lib/lithic/models/three_ds/authentication_simulate_response.rb +5 -1
- data/lib/lithic/models/three_ds/challenge_response.rb +7 -2
- data/lib/lithic/models/three_ds/decisioning_retrieve_secret_response.rb +1 -1
- data/lib/lithic/models/tokenization.rb +37 -17
- data/lib/lithic/models/tokenization_decisioning_rotate_secret_response.rb +1 -1
- data/lib/lithic/models/tokenization_list_params.rb +22 -8
- data/lib/lithic/models/tokenization_resend_activation_code_params.rb +6 -1
- data/lib/lithic/models/tokenization_secret.rb +1 -1
- data/lib/lithic/models/tokenization_simulate_params.rb +22 -8
- data/lib/lithic/models/tokenization_update_digital_card_art_params.rb +6 -1
- data/lib/lithic/models/transaction.rb +248 -89
- data/lib/lithic/models/transaction_list_params.rb +26 -9
- data/lib/lithic/models/transaction_simulate_authorization_advice_params.rb +8 -2
- data/lib/lithic/models/transaction_simulate_authorization_advice_response.rb +3 -2
- data/lib/lithic/models/transaction_simulate_authorization_params.rb +27 -10
- data/lib/lithic/models/transaction_simulate_authorization_response.rb +7 -2
- data/lib/lithic/models/transaction_simulate_clearing_params.rb +8 -2
- data/lib/lithic/models/transaction_simulate_clearing_response.rb +1 -1
- data/lib/lithic/models/transaction_simulate_credit_authorization_params.rb +15 -5
- data/lib/lithic/models/transaction_simulate_credit_authorization_response.rb +3 -2
- data/lib/lithic/models/transaction_simulate_return_params.rb +6 -3
- data/lib/lithic/models/transaction_simulate_return_response.rb +3 -2
- data/lib/lithic/models/transaction_simulate_return_reversal_params.rb +2 -1
- data/lib/lithic/models/transaction_simulate_return_reversal_response.rb +1 -1
- data/lib/lithic/models/transaction_simulate_void_params.rb +10 -3
- data/lib/lithic/models/transaction_simulate_void_response.rb +1 -1
- data/lib/lithic/models/transactions/events/enhanced_data.rb +52 -24
- data/lib/lithic/models/transfer.rb +46 -17
- data/lib/lithic/models/transfer_create_params.rb +17 -5
- data/lib/lithic/resources/account_holders.rb +166 -60
- data/lib/lithic/resources/accounts.rb +40 -13
- data/lib/lithic/resources/aggregate_balances.rb +2 -1
- data/lib/lithic/resources/auth_rules/v2/backtests.rb +10 -5
- data/lib/lithic/resources/auth_rules/v2.rb +68 -30
- data/lib/lithic/resources/balances.rb +12 -4
- data/lib/lithic/resources/book_transfers.rb +57 -20
- data/lib/lithic/resources/card_programs.rb +13 -4
- data/lib/lithic/resources/cards/aggregate_balances.rb +4 -2
- data/lib/lithic/resources/cards/balances.rb +8 -2
- data/lib/lithic/resources/cards/financial_transactions.rb +25 -8
- data/lib/lithic/resources/cards.rb +161 -53
- data/lib/lithic/resources/credit_products/extended_credit.rb +2 -1
- data/lib/lithic/resources/credit_products/prime_rates.rb +12 -6
- data/lib/lithic/resources/digital_card_art.rb +17 -4
- data/lib/lithic/resources/disputes.rb +61 -22
- data/lib/lithic/resources/events/subscriptions.rb +78 -21
- data/lib/lithic/resources/events.rb +40 -12
- data/lib/lithic/resources/external_bank_accounts.rb +79 -27
- data/lib/lithic/resources/external_payments.rb +46 -14
- data/lib/lithic/resources/financial_accounts/balances.rb +9 -3
- data/lib/lithic/resources/financial_accounts/credit_configuration.rb +10 -4
- data/lib/lithic/resources/financial_accounts/financial_transactions.rb +28 -10
- data/lib/lithic/resources/financial_accounts/loan_tapes.rb +23 -8
- data/lib/lithic/resources/financial_accounts/statements/line_items.rb +16 -5
- data/lib/lithic/resources/financial_accounts/statements.rb +25 -9
- data/lib/lithic/resources/financial_accounts.rb +22 -11
- data/lib/lithic/resources/management_operations.rb +31 -10
- data/lib/lithic/resources/payments.rb +64 -17
- data/lib/lithic/resources/reports/settlement/network_totals.rb +32 -12
- data/lib/lithic/resources/reports/settlement.rb +15 -5
- data/lib/lithic/resources/responder_endpoints.rb +8 -4
- data/lib/lithic/resources/three_ds/authentication.rb +21 -5
- data/lib/lithic/resources/three_ds/decisioning.rb +8 -2
- data/lib/lithic/resources/tokenizations.rb +70 -25
- data/lib/lithic/resources/transactions/enhanced_commercial_data.rb +2 -1
- data/lib/lithic/resources/transactions/events/enhanced_commercial_data.rb +2 -1
- data/lib/lithic/resources/transactions.rb +106 -37
- data/lib/lithic/resources/transfers.rb +17 -5
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +2 -1
- data/rbi/lib/lithic/file_part.rbi +34 -0
- data/rbi/lib/lithic/internal/transport/base_client.rbi +17 -3
- data/rbi/lib/lithic/internal/type/{io_like.rbi → file_input.rbi} +6 -2
- data/rbi/lib/lithic/internal/util.rbi +24 -19
- data/rbi/lib/lithic/models/account.rbi +62 -6
- data/rbi/lib/lithic/models/account_holder.rbi +139 -8
- data/rbi/lib/lithic/models/account_holder_create_params.rbi +131 -6
- data/rbi/lib/lithic/models/account_holder_create_response.rbi +14 -3
- data/rbi/lib/lithic/models/account_holder_list_params.rbi +19 -0
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rbi +5 -0
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_params.rbi +10 -2
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_response.rbi +172 -17
- data/rbi/lib/lithic/models/account_holder_update_params.rbi +99 -0
- data/rbi/lib/lithic/models/account_holder_update_response.rbi +176 -19
- data/rbi/lib/lithic/models/account_holder_upload_document_params.rbi +7 -2
- data/rbi/lib/lithic/models/account_list_params.rbi +10 -3
- data/rbi/lib/lithic/models/account_spend_limits.rbi +30 -6
- data/rbi/lib/lithic/models/account_update_params.rbi +16 -0
- data/rbi/lib/lithic/models/address.rbi +19 -2
- data/rbi/lib/lithic/models/address_update.rbi +17 -2
- data/rbi/lib/lithic/models/aggregate_balance.rbi +14 -0
- data/rbi/lib/lithic/models/aggregate_balance_list_params.rbi +5 -2
- data/rbi/lib/lithic/models/auth_rules/auth_rule.rbi +15 -0
- data/rbi/lib/lithic/models/auth_rules/auth_rule_condition.rbi +54 -2
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_create_params.rbi +7 -2
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_create_response.rbi +4 -2
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_results.rbi +60 -12
- data/rbi/lib/lithic/models/auth_rules/v2_apply_params.rbi +5 -3
- data/rbi/lib/lithic/models/auth_rules/v2_apply_response.rbi +22 -4
- data/rbi/lib/lithic/models/auth_rules/v2_create_params.rbi +7 -0
- data/rbi/lib/lithic/models/auth_rules/v2_create_response.rbi +22 -4
- data/rbi/lib/lithic/models/auth_rules/v2_draft_params.rbi +5 -2
- data/rbi/lib/lithic/models/auth_rules/v2_draft_response.rbi +22 -4
- data/rbi/lib/lithic/models/auth_rules/v2_list_params.rbi +7 -0
- data/rbi/lib/lithic/models/auth_rules/v2_list_response.rbi +22 -4
- data/rbi/lib/lithic/models/auth_rules/v2_promote_response.rbi +22 -4
- data/rbi/lib/lithic/models/auth_rules/v2_retrieve_response.rbi +22 -4
- data/rbi/lib/lithic/models/auth_rules/v2_update_params.rbi +10 -0
- data/rbi/lib/lithic/models/auth_rules/v2_update_response.rbi +22 -4
- data/rbi/lib/lithic/models/auth_rules/velocity_limit_params.rbi +33 -5
- data/rbi/lib/lithic/models/auth_stream_secret.rbi +4 -2
- data/rbi/lib/lithic/models/balance.rbi +14 -0
- data/rbi/lib/lithic/models/balance_list_params.rbi +5 -0
- data/rbi/lib/lithic/models/book_transfer_create_params.rbi +12 -0
- data/rbi/lib/lithic/models/book_transfer_list_params.rbi +14 -0
- data/rbi/lib/lithic/models/book_transfer_response.rbi +41 -2
- data/rbi/lib/lithic/models/book_transfer_reverse_params.rbi +5 -2
- data/rbi/lib/lithic/models/card.rbi +8 -2
- data/rbi/lib/lithic/models/card_convert_physical_params.rbi +18 -3
- data/rbi/lib/lithic/models/card_create_params.rbi +84 -0
- data/rbi/lib/lithic/models/card_embed_params.rbi +7 -2
- data/rbi/lib/lithic/models/card_list_params.rbi +11 -0
- data/rbi/lib/lithic/models/card_program.rbi +8 -0
- data/rbi/lib/lithic/models/card_program_list_params.rbi +11 -2
- data/rbi/lib/lithic/models/card_provision_params.rbi +17 -0
- data/rbi/lib/lithic/models/card_reissue_params.rbi +18 -3
- data/rbi/lib/lithic/models/card_renew_params.rbi +21 -0
- data/rbi/lib/lithic/models/card_search_by_pan_params.rbi +5 -2
- data/rbi/lib/lithic/models/card_spend_limits.rbi +30 -6
- data/rbi/lib/lithic/models/card_update_params.rbi +35 -0
- data/rbi/lib/lithic/models/cards/aggregate_balance_list_params.rbi +7 -2
- data/rbi/lib/lithic/models/cards/aggregate_balance_list_response.rbi +13 -0
- data/rbi/lib/lithic/models/cards/balance_list_params.rbi +9 -2
- data/rbi/lib/lithic/models/cards/balance_list_response.rbi +14 -0
- data/rbi/lib/lithic/models/cards/financial_transaction_list_params.rbi +11 -0
- data/rbi/lib/lithic/models/carrier.rbi +4 -2
- data/rbi/lib/lithic/models/credit_products/prime_rate_create_params.rbi +7 -2
- data/rbi/lib/lithic/models/credit_products/prime_rate_retrieve_params.rbi +7 -2
- data/rbi/lib/lithic/models/credit_products/prime_rate_retrieve_response.rbi +12 -4
- data/rbi/lib/lithic/models/digital_card_art.rbi +8 -3
- data/rbi/lib/lithic/models/digital_card_art_list_params.rbi +11 -2
- data/rbi/lib/lithic/models/dispute.rbi +66 -0
- data/rbi/lib/lithic/models/dispute_create_params.rbi +6 -3
- data/rbi/lib/lithic/models/dispute_evidence.rbi +15 -3
- data/rbi/lib/lithic/models/dispute_initiate_evidence_upload_params.rbi +5 -2
- data/rbi/lib/lithic/models/dispute_list_evidences_params.rbi +10 -3
- data/rbi/lib/lithic/models/dispute_list_params.rbi +11 -0
- data/rbi/lib/lithic/models/dispute_update_params.rbi +5 -3
- data/rbi/lib/lithic/models/document.rbi +27 -3
- data/rbi/lib/lithic/models/event.rbi +39 -2
- data/rbi/lib/lithic/models/event_list_attempts_params.rbi +9 -0
- data/rbi/lib/lithic/models/event_list_params.rbi +11 -0
- data/rbi/lib/lithic/models/event_subscription.rbi +10 -2
- data/rbi/lib/lithic/models/events/subscription_create_params.rbi +12 -2
- data/rbi/lib/lithic/models/events/subscription_list_attempts_params.rbi +9 -0
- data/rbi/lib/lithic/models/events/subscription_list_params.rbi +11 -2
- data/rbi/lib/lithic/models/events/subscription_recover_params.rbi +9 -2
- data/rbi/lib/lithic/models/events/subscription_replay_missing_params.rbi +9 -2
- data/rbi/lib/lithic/models/events/subscription_retrieve_secret_response.rbi +4 -2
- data/rbi/lib/lithic/models/events/subscription_send_simulated_example_params.rbi +5 -2
- data/rbi/lib/lithic/models/events/subscription_update_params.rbi +12 -2
- data/rbi/lib/lithic/models/external_bank_account_create_params.rbi +20 -0
- data/rbi/lib/lithic/models/external_bank_account_create_response.rbi +33 -0
- data/rbi/lib/lithic/models/external_bank_account_list_params.rbi +5 -0
- data/rbi/lib/lithic/models/external_bank_account_list_response.rbi +33 -0
- data/rbi/lib/lithic/models/external_bank_account_retrieve_response.rbi +33 -0
- data/rbi/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +33 -0
- data/rbi/lib/lithic/models/external_bank_account_retry_prenote_response.rbi +33 -0
- data/rbi/lib/lithic/models/external_bank_account_update_params.rbi +9 -0
- data/rbi/lib/lithic/models/external_bank_account_update_response.rbi +33 -0
- data/rbi/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +33 -0
- data/rbi/lib/lithic/models/external_payment_list_params.rbi +14 -0
- data/rbi/lib/lithic/models/financial_account.rbi +8 -0
- data/rbi/lib/lithic/models/financial_account_list_params.rbi +9 -2
- data/rbi/lib/lithic/models/financial_account_update_status_params.rbi +7 -2
- data/rbi/lib/lithic/models/financial_accounts/balance_list_params.rbi +9 -2
- data/rbi/lib/lithic/models/financial_accounts/balance_list_response.rbi +14 -0
- data/rbi/lib/lithic/models/financial_accounts/credit_configuration_update_params.rbi +2 -0
- data/rbi/lib/lithic/models/financial_accounts/financial_account_credit_config.rbi +5 -0
- data/rbi/lib/lithic/models/financial_accounts/financial_transaction_list_params.rbi +11 -0
- data/rbi/lib/lithic/models/financial_accounts/loan_tape.rbi +94 -13
- data/rbi/lib/lithic/models/financial_accounts/loan_tape_list_params.rbi +10 -3
- data/rbi/lib/lithic/models/financial_accounts/loan_tape_retrieve_params.rbi +5 -2
- data/rbi/lib/lithic/models/financial_accounts/statement.rbi +72 -10
- data/rbi/lib/lithic/models/financial_accounts/statement_list_params.rbi +10 -0
- data/rbi/lib/lithic/models/financial_accounts/statement_retrieve_params.rbi +5 -2
- data/rbi/lib/lithic/models/financial_accounts/statements/line_item_list_params.rbi +7 -3
- data/rbi/lib/lithic/models/financial_accounts/statements/statement_line_items.rbi +10 -0
- data/rbi/lib/lithic/models/financial_transaction.rbi +44 -2
- data/rbi/lib/lithic/models/kyb.rbi +94 -4
- data/rbi/lib/lithic/models/kyb_business_entity.rbi +28 -2
- data/rbi/lib/lithic/models/kyc.rbi +40 -4
- data/rbi/lib/lithic/models/kyc_exempt.rbi +13 -0
- data/rbi/lib/lithic/models/management_operation_list_params.rbi +13 -0
- data/rbi/lib/lithic/models/message_attempt.rbi +10 -3
- data/rbi/lib/lithic/models/non_pci_card.rbi +78 -2
- data/rbi/lib/lithic/models/payment.rbi +57 -2
- data/rbi/lib/lithic/models/payment_create_params.rbi +2 -0
- data/rbi/lib/lithic/models/payment_create_response.rbi +4 -2
- data/rbi/lib/lithic/models/payment_list_params.rbi +9 -0
- data/rbi/lib/lithic/models/payment_retry_response.rbi +4 -2
- data/rbi/lib/lithic/models/payment_simulate_action_params.rbi +9 -2
- data/rbi/lib/lithic/models/payment_simulate_action_response.rbi +8 -2
- data/rbi/lib/lithic/models/payment_simulate_receipt_params.rbi +13 -3
- data/rbi/lib/lithic/models/payment_simulate_receipt_response.rbi +8 -2
- data/rbi/lib/lithic/models/payment_simulate_release_params.rbi +5 -2
- data/rbi/lib/lithic/models/payment_simulate_release_response.rbi +8 -2
- data/rbi/lib/lithic/models/payment_simulate_return_params.rbi +7 -2
- data/rbi/lib/lithic/models/payment_simulate_return_response.rbi +8 -2
- data/rbi/lib/lithic/models/reports/settlement/network_total_list_params.rbi +16 -0
- data/rbi/lib/lithic/models/reports/settlement/network_total_list_response.rbi +26 -2
- data/rbi/lib/lithic/models/reports/settlement/network_total_retrieve_response.rbi +26 -2
- data/rbi/lib/lithic/models/reports/settlement_list_details_params.rbi +11 -2
- data/rbi/lib/lithic/models/required_document.rbi +10 -2
- data/rbi/lib/lithic/models/responder_endpoint_check_status_params.rbi +5 -2
- data/rbi/lib/lithic/models/responder_endpoint_create_params.rbi +7 -2
- data/rbi/lib/lithic/models/responder_endpoint_create_response.rbi +4 -2
- data/rbi/lib/lithic/models/responder_endpoint_delete_params.rbi +5 -2
- data/rbi/lib/lithic/models/responder_endpoint_status.rbi +6 -2
- data/rbi/lib/lithic/models/settlement_detail.rbi +26 -0
- data/rbi/lib/lithic/models/settlement_report.rbi +25 -0
- data/rbi/lib/lithic/models/settlement_summary_details.rbi +11 -0
- data/rbi/lib/lithic/models/shipping_address.rbi +20 -0
- data/rbi/lib/lithic/models/three_ds/authentication_retrieve_response.rbi +165 -19
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rbi +8 -2
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_params.rbi +31 -6
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_response.rbi +5 -2
- data/rbi/lib/lithic/models/three_ds/challenge_response.rbi +9 -2
- data/rbi/lib/lithic/models/three_ds/decisioning_retrieve_secret_response.rbi +4 -2
- data/rbi/lib/lithic/models/tokenization.rbi +27 -2
- data/rbi/lib/lithic/models/tokenization_decisioning_rotate_secret_response.rbi +4 -2
- data/rbi/lib/lithic/models/tokenization_list_params.rbi +11 -0
- data/rbi/lib/lithic/models/tokenization_resend_activation_code_params.rbi +7 -2
- data/rbi/lib/lithic/models/tokenization_secret.rbi +4 -2
- data/rbi/lib/lithic/models/tokenization_simulate_params.rbi +11 -0
- data/rbi/lib/lithic/models/tokenization_update_digital_card_art_params.rbi +8 -2
- data/rbi/lib/lithic/models/transaction.rbi +246 -35
- data/rbi/lib/lithic/models/transaction_list_params.rbi +14 -0
- data/rbi/lib/lithic/models/transaction_simulate_authorization_advice_params.rbi +8 -2
- data/rbi/lib/lithic/models/transaction_simulate_authorization_advice_response.rbi +6 -2
- data/rbi/lib/lithic/models/transaction_simulate_authorization_params.rbi +35 -0
- data/rbi/lib/lithic/models/transaction_simulate_authorization_response.rbi +7 -2
- data/rbi/lib/lithic/models/transaction_simulate_clearing_params.rbi +15 -2
- data/rbi/lib/lithic/models/transaction_simulate_clearing_response.rbi +4 -2
- data/rbi/lib/lithic/models/transaction_simulate_credit_authorization_params.rbi +17 -2
- data/rbi/lib/lithic/models/transaction_simulate_credit_authorization_response.rbi +6 -2
- data/rbi/lib/lithic/models/transaction_simulate_return_params.rbi +9 -2
- data/rbi/lib/lithic/models/transaction_simulate_return_response.rbi +6 -2
- data/rbi/lib/lithic/models/transaction_simulate_return_reversal_params.rbi +5 -2
- data/rbi/lib/lithic/models/transaction_simulate_return_reversal_response.rbi +4 -2
- data/rbi/lib/lithic/models/transaction_simulate_void_params.rbi +14 -2
- data/rbi/lib/lithic/models/transaction_simulate_void_response.rbi +4 -2
- data/rbi/lib/lithic/models/transactions/events/enhanced_data.rbi +57 -16
- data/rbi/lib/lithic/models/transfer.rbi +41 -2
- data/rbi/lib/lithic/models/transfer_create_params.rbi +17 -2
- data/sig/lithic/file_part.rbs +21 -0
- data/sig/lithic/internal/transport/base_client.rbs +9 -3
- data/sig/lithic/internal/type/{io_like.rbs → file_input.rbs} +1 -1
- data/sig/lithic/internal/util.rbs +14 -12
- metadata +8 -5
@@ -69,17 +69,21 @@ module Lithic
|
|
69
69
|
.returns(T.attached_class)
|
70
70
|
end
|
71
71
|
def self.new(
|
72
|
+
# Globally unique identifier for the account
|
72
73
|
token:,
|
73
74
|
account_token:,
|
74
75
|
created:,
|
75
76
|
credit_configuration:,
|
77
|
+
# Whether financial account is for the benefit of another entity
|
76
78
|
is_for_benefit_of:,
|
77
79
|
nickname:,
|
80
|
+
# Status of the financial account
|
78
81
|
status:,
|
79
82
|
type:,
|
80
83
|
updated:,
|
81
84
|
account_number: nil,
|
82
85
|
routing_number: nil,
|
86
|
+
# Substatus for the financial account
|
83
87
|
substatus: nil
|
84
88
|
); end
|
85
89
|
sig do
|
@@ -146,12 +150,16 @@ module Lithic
|
|
146
150
|
.returns(T.attached_class)
|
147
151
|
end
|
148
152
|
def self.new(
|
153
|
+
# Reason for the financial account being marked as Charged Off
|
149
154
|
charged_off_reason:,
|
150
155
|
credit_limit:,
|
156
|
+
# Globally unique identifier for the credit product
|
151
157
|
credit_product_token:,
|
152
158
|
external_bank_account_token:,
|
159
|
+
# State of the financial account
|
153
160
|
financial_account_state:,
|
154
161
|
is_spend_blocked:,
|
162
|
+
# Tier assigned to the financial account
|
155
163
|
tier:
|
156
164
|
); end
|
157
165
|
sig do
|
@@ -36,8 +36,15 @@ module Lithic
|
|
36
36
|
)
|
37
37
|
.returns(T.attached_class)
|
38
38
|
end
|
39
|
-
def self.new(
|
40
|
-
|
39
|
+
def self.new(
|
40
|
+
# List financial accounts for a given account_token or business_account_token
|
41
|
+
account_token: nil,
|
42
|
+
# List financial accounts for a given business_account_token
|
43
|
+
business_account_token: nil,
|
44
|
+
# List financial accounts of a given type
|
45
|
+
type: nil,
|
46
|
+
request_options: {}
|
47
|
+
); end
|
41
48
|
sig do
|
42
49
|
override
|
43
50
|
.returns(
|
@@ -22,8 +22,13 @@ module Lithic
|
|
22
22
|
)
|
23
23
|
.returns(T.attached_class)
|
24
24
|
end
|
25
|
-
def self.new(
|
26
|
-
|
25
|
+
def self.new(
|
26
|
+
# Status of the financial account
|
27
|
+
status:,
|
28
|
+
# Substatus for the financial account
|
29
|
+
substatus:,
|
30
|
+
request_options: {}
|
31
|
+
); end
|
27
32
|
sig do
|
28
33
|
override
|
29
34
|
.returns(
|
@@ -31,8 +31,15 @@ module Lithic
|
|
31
31
|
)
|
32
32
|
.returns(T.attached_class)
|
33
33
|
end
|
34
|
-
def self.new(
|
35
|
-
|
34
|
+
def self.new(
|
35
|
+
# UTC date of the balance to retrieve. Defaults to latest available balance
|
36
|
+
balance_date: nil,
|
37
|
+
# Balance after a given financial event occured. For example, passing the
|
38
|
+
# event_token of a $5 CARD_CLEARING financial event will return a balance
|
39
|
+
# decreased by $5
|
40
|
+
last_transaction_event_token: nil,
|
41
|
+
request_options: {}
|
42
|
+
); end
|
36
43
|
sig do
|
37
44
|
override
|
38
45
|
.returns(
|
@@ -65,15 +65,29 @@ module Lithic
|
|
65
65
|
.returns(T.attached_class)
|
66
66
|
end
|
67
67
|
def self.new(
|
68
|
+
# Globally unique identifier for the financial account that holds this balance.
|
68
69
|
token:,
|
70
|
+
# Funds available for spend in the currency's smallest unit (e.g., cents for USD)
|
69
71
|
available_amount:,
|
72
|
+
# Date and time for when the balance was first created.
|
70
73
|
created:,
|
74
|
+
# 3-character alphabetic ISO 4217 code for the local currency of the balance.
|
71
75
|
currency:,
|
76
|
+
# Globally unique identifier for the last financial transaction event that
|
77
|
+
# impacted this balance.
|
72
78
|
last_transaction_event_token:,
|
79
|
+
# Globally unique identifier for the last financial transaction that impacted this
|
80
|
+
# balance.
|
73
81
|
last_transaction_token:,
|
82
|
+
# Funds not available for spend due to card authorizations or pending ACH release.
|
83
|
+
# Shown in the currency's smallest unit (e.g., cents for USD).
|
74
84
|
pending_amount:,
|
85
|
+
# The sum of available and pending balance in the currency's smallest unit (e.g.,
|
86
|
+
# cents for USD).
|
75
87
|
total_amount:,
|
88
|
+
# Type of financial account.
|
76
89
|
type:,
|
90
|
+
# Date and time for when the balance was last updated.
|
77
91
|
updated:
|
78
92
|
); end
|
79
93
|
sig do
|
@@ -45,8 +45,10 @@ module Lithic
|
|
45
45
|
end
|
46
46
|
def self.new(
|
47
47
|
credit_limit: nil,
|
48
|
+
# Globally unique identifier for the credit product
|
48
49
|
credit_product_token: nil,
|
49
50
|
external_bank_account_token: nil,
|
51
|
+
# Tier to assign to a financial account
|
50
52
|
tier: nil,
|
51
53
|
request_options: {}
|
52
54
|
); end
|
@@ -55,13 +55,18 @@ module Lithic
|
|
55
55
|
.returns(T.attached_class)
|
56
56
|
end
|
57
57
|
def self.new(
|
58
|
+
# Globally unique identifier for the account
|
58
59
|
account_token:,
|
60
|
+
# Reason for the financial account being marked as Charged Off
|
59
61
|
charged_off_reason:,
|
60
62
|
credit_limit:,
|
63
|
+
# Globally unique identifier for the credit product
|
61
64
|
credit_product_token:,
|
62
65
|
external_bank_account_token:,
|
66
|
+
# State of the financial account
|
63
67
|
financial_account_state:,
|
64
68
|
is_spend_blocked:,
|
69
|
+
# Tier assigned to the financial account
|
65
70
|
tier:
|
66
71
|
); end
|
67
72
|
sig do
|
@@ -77,12 +77,23 @@ module Lithic
|
|
77
77
|
.returns(T.attached_class)
|
78
78
|
end
|
79
79
|
def self.new(
|
80
|
+
# Date string in RFC 3339 format. Only entries created after the specified time
|
81
|
+
# will be included. UTC time zone.
|
80
82
|
begin_: nil,
|
83
|
+
# Financial Transaction category to be returned.
|
81
84
|
category: nil,
|
85
|
+
# Date string in RFC 3339 format. Only entries created before the specified time
|
86
|
+
# will be included. UTC time zone.
|
82
87
|
end_: nil,
|
88
|
+
# A cursor representing an item's token before which a page of results should end.
|
89
|
+
# Used to retrieve the previous page of results before this item.
|
83
90
|
ending_before: nil,
|
91
|
+
# Financial Transaction result to be returned.
|
84
92
|
result: nil,
|
93
|
+
# A cursor representing an item's token after which a page of results should
|
94
|
+
# begin. Used to retrieve the next page of results after this item.
|
85
95
|
starting_after: nil,
|
96
|
+
# Financial Transaction status to be returned.
|
86
97
|
status: nil,
|
87
98
|
request_options: {}
|
88
99
|
); end
|
@@ -188,27 +188,44 @@ module Lithic
|
|
188
188
|
.returns(T.attached_class)
|
189
189
|
end
|
190
190
|
def self.new(
|
191
|
+
# Globally unique identifier for a loan tape
|
191
192
|
token:,
|
192
193
|
account_standing:,
|
194
|
+
# Amount of credit available to spend in cents
|
193
195
|
available_credit:,
|
194
196
|
balances:,
|
197
|
+
# Timestamp of when the loan tape was created
|
195
198
|
created:,
|
199
|
+
# For prepay accounts, this is the minimum prepay balance that must be maintained.
|
200
|
+
# For charge card accounts, this is the maximum credit balance extended by a
|
201
|
+
# lender
|
196
202
|
credit_limit:,
|
203
|
+
# Globally unique identifier for a credit product
|
197
204
|
credit_product_token:,
|
205
|
+
# Date of transactions that this loan tape covers
|
198
206
|
date:,
|
199
207
|
day_totals:,
|
208
|
+
# Balance at the end of the day
|
200
209
|
ending_balance:,
|
210
|
+
# Excess credits in the form of provisional credits, payments, or purchase
|
211
|
+
# refunds. If positive, the account is in net credit state with no outstanding
|
212
|
+
# balances. An overpayment could land an account in this state
|
201
213
|
excess_credits:,
|
214
|
+
# Globally unique identifier for a financial account
|
202
215
|
financial_account_token:,
|
203
216
|
interest_details:,
|
204
217
|
minimum_payment_balance:,
|
205
218
|
payment_allocation:,
|
206
219
|
period_totals:,
|
207
220
|
previous_statement_balance:,
|
221
|
+
# Balance at the start of the day
|
208
222
|
starting_balance:,
|
223
|
+
# Timestamp of when the loan tape was updated
|
209
224
|
updated:,
|
225
|
+
# Version number of the loan tape. This starts at 1
|
210
226
|
version:,
|
211
227
|
ytd_totals:,
|
228
|
+
# Interest tier to which this account belongs to
|
212
229
|
tier: nil
|
213
230
|
); end
|
214
231
|
sig do
|
@@ -302,12 +319,19 @@ module Lithic
|
|
302
319
|
.returns(T.attached_class)
|
303
320
|
end
|
304
321
|
def self.new(
|
322
|
+
# Number of consecutive full payments made
|
305
323
|
consecutive_full_payments_made:,
|
324
|
+
# Number of consecutive minimum payments made
|
306
325
|
consecutive_minimum_payments_made:,
|
326
|
+
# Number of consecutive minimum payments missed
|
307
327
|
consecutive_minimum_payments_missed:,
|
328
|
+
# Number of days past due
|
308
329
|
days_past_due:,
|
330
|
+
# Information about the financial account state
|
309
331
|
financial_account_state:,
|
332
|
+
# Whether the account currently has grace or not
|
310
333
|
has_grace:,
|
334
|
+
# Current overall period number
|
311
335
|
period_number:,
|
312
336
|
period_state:
|
313
337
|
); end
|
@@ -357,8 +381,12 @@ module Lithic
|
|
357
381
|
)
|
358
382
|
.returns(T.attached_class)
|
359
383
|
end
|
360
|
-
def self.new(
|
361
|
-
|
384
|
+
def self.new(
|
385
|
+
# Status of the financial account
|
386
|
+
status:,
|
387
|
+
# Substatus for the financial account
|
388
|
+
substatus: nil
|
389
|
+
); end
|
362
390
|
sig do
|
363
391
|
override
|
364
392
|
.returns(
|
@@ -539,8 +567,19 @@ module Lithic
|
|
539
567
|
)
|
540
568
|
.returns(T.attached_class)
|
541
569
|
end
|
542
|
-
def self.new(
|
543
|
-
|
570
|
+
def self.new(
|
571
|
+
# Amount due for the prior billing cycle. Any amounts not fully paid off on this
|
572
|
+
# due date will be considered past due the next day
|
573
|
+
due:,
|
574
|
+
# Amount due for the current billing cycle. Any amounts not paid off by early
|
575
|
+
# payments or credits will be considered due at the end of the current billing
|
576
|
+
# period
|
577
|
+
next_statement_due:,
|
578
|
+
# Amount not paid off on previous due dates
|
579
|
+
past_due:,
|
580
|
+
# Amount due for the past billing cycles.
|
581
|
+
past_statements_due:
|
582
|
+
); end
|
544
583
|
sig do
|
545
584
|
override
|
546
585
|
.returns(
|
@@ -672,9 +711,23 @@ module Lithic
|
|
672
711
|
)
|
673
712
|
.returns(T.attached_class)
|
674
713
|
end
|
675
|
-
def self.new(
|
676
|
-
|
677
|
-
|
714
|
+
def self.new(
|
715
|
+
# Opening balance transferred from previous account in cents
|
716
|
+
balance_transfers:,
|
717
|
+
# ATM and cashback transactions in cents
|
718
|
+
cash_advances:,
|
719
|
+
# Volume of credit management operation transactions less any balance transfers in
|
720
|
+
# cents
|
721
|
+
credits:,
|
722
|
+
# Volume of debit management operation transactions less any interest in cents
|
723
|
+
fees:,
|
724
|
+
# Interest accrued in cents
|
725
|
+
interest:,
|
726
|
+
# Any funds transfers which affective the balance in cents
|
727
|
+
payments:,
|
728
|
+
# Net card transaction volume less any cash advances in cents
|
729
|
+
purchases:
|
730
|
+
); end
|
678
731
|
sig do
|
679
732
|
override
|
680
733
|
.returns(
|
@@ -967,9 +1020,23 @@ module Lithic
|
|
967
1020
|
)
|
968
1021
|
.returns(T.attached_class)
|
969
1022
|
end
|
970
|
-
def self.new(
|
971
|
-
|
972
|
-
|
1023
|
+
def self.new(
|
1024
|
+
# Opening balance transferred from previous account in cents
|
1025
|
+
balance_transfers:,
|
1026
|
+
# ATM and cashback transactions in cents
|
1027
|
+
cash_advances:,
|
1028
|
+
# Volume of credit management operation transactions less any balance transfers in
|
1029
|
+
# cents
|
1030
|
+
credits:,
|
1031
|
+
# Volume of debit management operation transactions less any interest in cents
|
1032
|
+
fees:,
|
1033
|
+
# Interest accrued in cents
|
1034
|
+
interest:,
|
1035
|
+
# Any funds transfers which affective the balance in cents
|
1036
|
+
payments:,
|
1037
|
+
# Net card transaction volume less any cash advances in cents
|
1038
|
+
purchases:
|
1039
|
+
); end
|
973
1040
|
sig do
|
974
1041
|
override
|
975
1042
|
.returns(
|
@@ -1043,9 +1110,23 @@ module Lithic
|
|
1043
1110
|
)
|
1044
1111
|
.returns(T.attached_class)
|
1045
1112
|
end
|
1046
|
-
def self.new(
|
1047
|
-
|
1048
|
-
|
1113
|
+
def self.new(
|
1114
|
+
# Opening balance transferred from previous account in cents
|
1115
|
+
balance_transfers:,
|
1116
|
+
# ATM and cashback transactions in cents
|
1117
|
+
cash_advances:,
|
1118
|
+
# Volume of credit management operation transactions less any balance transfers in
|
1119
|
+
# cents
|
1120
|
+
credits:,
|
1121
|
+
# Volume of debit management operation transactions less any interest in cents
|
1122
|
+
fees:,
|
1123
|
+
# Interest accrued in cents
|
1124
|
+
interest:,
|
1125
|
+
# Any funds transfers which affective the balance in cents
|
1126
|
+
payments:,
|
1127
|
+
# Net card transaction volume less any cash advances in cents
|
1128
|
+
purchases:
|
1129
|
+
); end
|
1049
1130
|
sig do
|
1050
1131
|
override
|
1051
1132
|
.returns(
|
@@ -58,15 +58,22 @@ module Lithic
|
|
58
58
|
.returns(T.attached_class)
|
59
59
|
end
|
60
60
|
def self.new(
|
61
|
+
# Date string in RFC 3339 format. Only entries created after the specified date
|
62
|
+
# will be included.
|
61
63
|
begin_: nil,
|
64
|
+
# Date string in RFC 3339 format. Only entries created before the specified date
|
65
|
+
# will be included.
|
62
66
|
end_: nil,
|
67
|
+
# A cursor representing an item's token before which a page of results should end.
|
68
|
+
# Used to retrieve the previous page of results before this item.
|
63
69
|
ending_before: nil,
|
70
|
+
# Page size (for pagination).
|
64
71
|
page_size: nil,
|
72
|
+
# A cursor representing an item's token after which a page of results should
|
73
|
+
# begin. Used to retrieve the next page of results after this item.
|
65
74
|
starting_after: nil,
|
66
75
|
request_options: {}
|
67
|
-
)
|
68
|
-
end
|
69
|
-
|
76
|
+
); end
|
70
77
|
sig do
|
71
78
|
override
|
72
79
|
.returns(
|
@@ -18,8 +18,11 @@ module Lithic
|
|
18
18
|
)
|
19
19
|
.returns(T.attached_class)
|
20
20
|
end
|
21
|
-
def self.new(
|
22
|
-
|
21
|
+
def self.new(
|
22
|
+
# Globally unique identifier for financial account.
|
23
|
+
financial_account_token:,
|
24
|
+
request_options: {}
|
25
|
+
); end
|
23
26
|
sig { override.returns({financial_account_token: String, request_options: Lithic::RequestOptions}) }
|
24
27
|
def to_hash; end
|
25
28
|
end
|
@@ -156,26 +156,42 @@ module Lithic
|
|
156
156
|
.returns(T.attached_class)
|
157
157
|
end
|
158
158
|
def self.new(
|
159
|
+
# Globally unique identifier for a statement
|
159
160
|
token:,
|
160
161
|
account_standing:,
|
161
162
|
amount_due:,
|
163
|
+
# Amount of credit available to spend in cents
|
162
164
|
available_credit:,
|
165
|
+
# Timestamp of when the statement was created
|
163
166
|
created:,
|
167
|
+
# This is the maximum credit balance extended by the lender in cents
|
164
168
|
credit_limit:,
|
169
|
+
# Globally unique identifier for a credit product
|
165
170
|
credit_product_token:,
|
171
|
+
# Number of days in the billing cycle
|
166
172
|
days_in_billing_cycle:,
|
173
|
+
# Balance at the end of the billing period. For charge cards, this should be the
|
174
|
+
# same at the statement amount due in cents
|
167
175
|
ending_balance:,
|
176
|
+
# Globally unique identifier for a financial account
|
168
177
|
financial_account_token:,
|
178
|
+
# Date when the payment is due
|
169
179
|
payment_due_date:,
|
170
180
|
period_totals:,
|
181
|
+
# Balance at the start of the billing period
|
171
182
|
starting_balance:,
|
183
|
+
# Date when the billing period ended
|
172
184
|
statement_end_date:,
|
185
|
+
# Date when the billing period began
|
173
186
|
statement_start_date:,
|
174
187
|
statement_type:,
|
188
|
+
# Timestamp of when the statement was updated
|
175
189
|
updated:,
|
176
190
|
ytd_totals:,
|
177
191
|
interest_details: nil,
|
192
|
+
# Date when the next payment is due
|
178
193
|
next_payment_due_date: nil,
|
194
|
+
# Date when the next billing period will end
|
179
195
|
next_statement_end_date: nil
|
180
196
|
); end
|
181
197
|
sig do
|
@@ -268,12 +284,19 @@ module Lithic
|
|
268
284
|
.returns(T.attached_class)
|
269
285
|
end
|
270
286
|
def self.new(
|
287
|
+
# Number of consecutive full payments made
|
271
288
|
consecutive_full_payments_made:,
|
289
|
+
# Number of consecutive minimum payments made
|
272
290
|
consecutive_minimum_payments_made:,
|
291
|
+
# Number of consecutive minimum payments missed
|
273
292
|
consecutive_minimum_payments_missed:,
|
293
|
+
# Number of days past due
|
274
294
|
days_past_due:,
|
295
|
+
# Information about the financial account state
|
275
296
|
financial_account_state:,
|
297
|
+
# Whether the account currently has grace or not
|
276
298
|
has_grace:,
|
299
|
+
# Current overall period number
|
277
300
|
period_number:,
|
278
301
|
period_state:
|
279
302
|
); end
|
@@ -323,8 +346,12 @@ module Lithic
|
|
323
346
|
)
|
324
347
|
.returns(T.attached_class)
|
325
348
|
end
|
326
|
-
def self.new(
|
327
|
-
|
349
|
+
def self.new(
|
350
|
+
# Status of the financial account
|
351
|
+
status:,
|
352
|
+
# Substatus for the financial account
|
353
|
+
substatus: nil
|
354
|
+
); end
|
328
355
|
sig do
|
329
356
|
override
|
330
357
|
.returns(
|
@@ -463,8 +490,15 @@ module Lithic
|
|
463
490
|
attr_accessor :past_due
|
464
491
|
|
465
492
|
sig { params(amount: Integer, past_due: Integer).returns(T.attached_class) }
|
466
|
-
def self.new(
|
467
|
-
|
493
|
+
def self.new(
|
494
|
+
# Payment due at the end of the billing period in cents. Negative amount indicates
|
495
|
+
# something is owed. If the amount owed is positive there was a net credit. If
|
496
|
+
# auto-collections are enabled this is the amount that will be requested on the
|
497
|
+
# payment due date
|
498
|
+
amount:,
|
499
|
+
# Amount past due for statement in cents
|
500
|
+
past_due:
|
501
|
+
); end
|
468
502
|
sig { override.returns({amount: Integer, past_due: Integer}) }
|
469
503
|
def to_hash; end
|
470
504
|
end
|
@@ -511,9 +545,23 @@ module Lithic
|
|
511
545
|
)
|
512
546
|
.returns(T.attached_class)
|
513
547
|
end
|
514
|
-
def self.new(
|
515
|
-
|
516
|
-
|
548
|
+
def self.new(
|
549
|
+
# Opening balance transferred from previous account in cents
|
550
|
+
balance_transfers:,
|
551
|
+
# ATM and cashback transactions in cents
|
552
|
+
cash_advances:,
|
553
|
+
# Volume of credit management operation transactions less any balance transfers in
|
554
|
+
# cents
|
555
|
+
credits:,
|
556
|
+
# Volume of debit management operation transactions less any interest in cents
|
557
|
+
fees:,
|
558
|
+
# Interest accrued in cents
|
559
|
+
interest:,
|
560
|
+
# Any funds transfers which affective the balance in cents
|
561
|
+
payments:,
|
562
|
+
# Net card transaction volume less any cash advances in cents
|
563
|
+
purchases:
|
564
|
+
); end
|
517
565
|
sig do
|
518
566
|
override
|
519
567
|
.returns(
|
@@ -589,9 +637,23 @@ module Lithic
|
|
589
637
|
)
|
590
638
|
.returns(T.attached_class)
|
591
639
|
end
|
592
|
-
def self.new(
|
593
|
-
|
594
|
-
|
640
|
+
def self.new(
|
641
|
+
# Opening balance transferred from previous account in cents
|
642
|
+
balance_transfers:,
|
643
|
+
# ATM and cashback transactions in cents
|
644
|
+
cash_advances:,
|
645
|
+
# Volume of credit management operation transactions less any balance transfers in
|
646
|
+
# cents
|
647
|
+
credits:,
|
648
|
+
# Volume of debit management operation transactions less any interest in cents
|
649
|
+
fees:,
|
650
|
+
# Interest accrued in cents
|
651
|
+
interest:,
|
652
|
+
# Any funds transfers which affective the balance in cents
|
653
|
+
payments:,
|
654
|
+
# Net card transaction volume less any cash advances in cents
|
655
|
+
purchases:
|
656
|
+
); end
|
595
657
|
sig do
|
596
658
|
override
|
597
659
|
.returns(
|
@@ -66,11 +66,21 @@ module Lithic
|
|
66
66
|
.returns(T.attached_class)
|
67
67
|
end
|
68
68
|
def self.new(
|
69
|
+
# Date string in RFC 3339 format. Only entries created after the specified date
|
70
|
+
# will be included.
|
69
71
|
begin_: nil,
|
72
|
+
# Date string in RFC 3339 format. Only entries created before the specified date
|
73
|
+
# will be included.
|
70
74
|
end_: nil,
|
75
|
+
# A cursor representing an item's token before which a page of results should end.
|
76
|
+
# Used to retrieve the previous page of results before this item.
|
71
77
|
ending_before: nil,
|
78
|
+
# Whether to include the initial statement. It is not included by default.
|
72
79
|
include_initial_statements: nil,
|
80
|
+
# Page size (for pagination).
|
73
81
|
page_size: nil,
|
82
|
+
# A cursor representing an item's token after which a page of results should
|
83
|
+
# begin. Used to retrieve the next page of results after this item.
|
74
84
|
starting_after: nil,
|
75
85
|
request_options: {}
|
76
86
|
); end
|
@@ -18,8 +18,11 @@ module Lithic
|
|
18
18
|
)
|
19
19
|
.returns(T.attached_class)
|
20
20
|
end
|
21
|
-
def self.new(
|
22
|
-
|
21
|
+
def self.new(
|
22
|
+
# Globally unique identifier for financial account.
|
23
|
+
financial_account_token:,
|
24
|
+
request_options: {}
|
25
|
+
); end
|
23
26
|
sig { override.returns({financial_account_token: String, request_options: Lithic::RequestOptions}) }
|
24
27
|
def to_hash; end
|
25
28
|
end
|
@@ -46,14 +46,18 @@ module Lithic
|
|
46
46
|
.returns(T.attached_class)
|
47
47
|
end
|
48
48
|
def self.new(
|
49
|
+
# Globally unique identifier for financial account.
|
49
50
|
financial_account_token:,
|
51
|
+
# A cursor representing an item's token before which a page of results should end.
|
52
|
+
# Used to retrieve the previous page of results before this item.
|
50
53
|
ending_before: nil,
|
54
|
+
# Page size (for pagination).
|
51
55
|
page_size: nil,
|
56
|
+
# A cursor representing an item's token after which a page of results should
|
57
|
+
# begin. Used to retrieve the next page of results after this item.
|
52
58
|
starting_after: nil,
|
53
59
|
request_options: {}
|
54
|
-
)
|
55
|
-
end
|
56
|
-
|
60
|
+
); end
|
57
61
|
sig do
|
58
62
|
override
|
59
63
|
.returns(
|
@@ -102,16 +102,26 @@ module Lithic
|
|
102
102
|
.returns(T.attached_class)
|
103
103
|
end
|
104
104
|
def self.new(
|
105
|
+
# Globally unique identifier for a Statement Line Item
|
105
106
|
token:,
|
107
|
+
# Transaction amount in cents
|
106
108
|
amount:,
|
107
109
|
category:,
|
110
|
+
# Timestamp of when the line item was generated
|
108
111
|
created:,
|
112
|
+
# 3-character alphabetic ISO 4217 code for the settling currency of the
|
113
|
+
# transaction
|
109
114
|
currency:,
|
115
|
+
# Date that the transaction effected the account balance
|
110
116
|
effective_date:,
|
111
117
|
event_type:,
|
118
|
+
# Globally unique identifier for a financial account
|
112
119
|
financial_account_token:,
|
120
|
+
# Globally unique identifier for a financial transaction event
|
113
121
|
financial_transaction_event_token:,
|
122
|
+
# Globally unique identifier for a financial transaction
|
114
123
|
financial_transaction_token:,
|
124
|
+
# Globally unique identifier for a card
|
115
125
|
card_token: nil,
|
116
126
|
descriptor: nil
|
117
127
|
); end
|