lithic 0.1.0.pre.alpha.55 → 0.1.0
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 +53 -0
- data/README.md +1 -1
- data/lib/lithic/client.rb +12 -0
- data/lib/lithic/models/account_activity_list_params.rb +2 -0
- data/lib/lithic/models/account_activity_list_response.rb +62 -148
- data/lib/lithic/models/account_activity_retrieve_transaction_response.rb +62 -151
- data/lib/lithic/models/auth_rules/auth_rule.rb +208 -49
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +9 -52
- data/lib/lithic/models/auth_rules/conditional_3ds_action_parameters.rb +9 -52
- data/lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb +260 -0
- data/lib/lithic/models/auth_rules/conditional_authorization_action_parameters.rb +9 -54
- data/lib/lithic/models/auth_rules/conditional_operation.rb +31 -0
- data/lib/lithic/models/auth_rules/conditional_tokenization_action_parameters.rb +271 -0
- data/lib/lithic/models/auth_rules/conditional_value.rb +30 -0
- data/lib/lithic/models/auth_rules/event_stream.rb +21 -0
- data/lib/lithic/models/auth_rules/v2_create_params.rb +14 -19
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +7 -3
- data/lib/lithic/models/auth_rules/v2_list_params.rb +16 -16
- data/lib/lithic/models/book_transfer_response.rb +1 -0
- data/lib/lithic/models/card_bulk_order.rb +106 -0
- data/lib/lithic/models/card_bulk_order_create_params.rb +52 -0
- data/lib/lithic/models/card_bulk_order_list_params.rb +61 -0
- data/lib/lithic/models/card_bulk_order_retrieve_params.rb +14 -0
- data/lib/lithic/models/card_bulk_order_update_params.rb +32 -0
- data/lib/lithic/models/card_convert_physical_params.rb +3 -0
- data/lib/lithic/models/card_create_params.rb +14 -1
- data/lib/lithic/models/card_program.rb +10 -10
- data/lib/lithic/models/card_reissue_params.rb +3 -0
- data/lib/lithic/models/card_renew_params.rb +3 -0
- data/lib/lithic/models/card_web_provision_params.rb +32 -1
- data/lib/lithic/models/card_web_provision_response.rb +98 -60
- data/lib/lithic/models/cardholder_authentication.rb +132 -0
- data/lib/lithic/models/category_details.rb +27 -0
- data/lib/lithic/models/device.rb +37 -0
- data/lib/lithic/models/digital_wallet_token_metadata.rb +141 -0
- data/lib/lithic/models/dispute.rb +242 -510
- data/lib/lithic/models/dispute_v2.rb +555 -0
- data/lib/lithic/models/disputes_v2_list_params.rb +84 -0
- data/lib/lithic/models/disputes_v2_retrieve_params.rb +14 -0
- data/lib/lithic/models/{external_bank_account_retry_prenote_response.rb → external_bank_account.rb} +32 -33
- data/lib/lithic/models/external_bank_account_address.rb +2 -2
- data/lib/lithic/models/external_bank_account_create_response.rb +18 -18
- data/lib/lithic/models/external_bank_account_list_response.rb +18 -18
- data/lib/lithic/models/external_bank_account_retrieve_response.rb +18 -18
- data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +18 -18
- data/lib/lithic/models/external_bank_account_unpause_params.rb +14 -0
- data/lib/lithic/models/external_bank_account_update_response.rb +18 -18
- data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +18 -18
- data/lib/lithic/models/external_payment.rb +15 -2
- data/lib/lithic/models/external_payment_create_params.rb +2 -0
- data/lib/lithic/models/external_payment_list_params.rb +3 -0
- data/lib/lithic/models/financial_account.rb +4 -3
- data/lib/lithic/models/financial_account_balance.rb +112 -0
- data/lib/lithic/models/financial_accounts/category_balances.rb +29 -0
- data/lib/lithic/models/financial_accounts/loan_tape.rb +35 -520
- data/lib/lithic/models/financial_accounts/statement.rb +73 -275
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +18 -0
- data/lib/lithic/models/financial_event.rb +164 -0
- data/lib/lithic/models/financial_transaction.rb +3 -146
- data/lib/lithic/models/{funding_event_retrieve_response.rb → funding_event.rb} +9 -10
- data/lib/lithic/models/internal_transaction.rb +166 -0
- data/lib/lithic/models/management_operation_create_params.rb +6 -0
- data/lib/lithic/models/management_operation_list_params.rb +1 -0
- data/lib/lithic/models/management_operation_transaction.rb +11 -4
- data/lib/lithic/models/merchant.rb +70 -0
- data/lib/lithic/models/network_total.rb +169 -0
- data/lib/lithic/models/non_pci_card.rb +10 -1
- data/lib/lithic/models/payment.rb +18 -6
- data/lib/lithic/models/payment_create_params.rb +10 -1
- data/lib/lithic/models/payment_return_params.rb +62 -0
- data/lib/lithic/models/statement_totals.rb +100 -0
- data/lib/lithic/models/three_ds_authentication.rb +1259 -0
- data/lib/lithic/models/token_info.rb +42 -0
- data/lib/lithic/models/tokenization.rb +9 -111
- data/lib/lithic/models/tokenization_decline_reason.rb +27 -0
- data/lib/lithic/models/tokenization_rule_result.rb +61 -0
- data/lib/lithic/models/tokenization_tfa_reason.rb +29 -0
- data/lib/lithic/models/transaction.rb +9 -243
- data/lib/lithic/models/transactions/events/enhanced_data.rb +49 -40
- data/lib/lithic/models/transfer.rb +3 -146
- data/lib/lithic/models/wallet_decisioning_info.rb +44 -0
- data/lib/lithic/models.rb +56 -0
- data/lib/lithic/resources/auth_rules/v2.rb +19 -17
- data/lib/lithic/resources/card_bulk_orders.rb +127 -0
- data/lib/lithic/resources/cards/balances.rb +2 -2
- data/lib/lithic/resources/cards.rb +14 -3
- data/lib/lithic/resources/disputes.rb +10 -10
- data/lib/lithic/resources/disputes_v2.rb +74 -0
- data/lib/lithic/resources/external_bank_accounts.rb +21 -2
- data/lib/lithic/resources/financial_accounts/balances.rb +2 -2
- data/lib/lithic/resources/funding_events.rb +4 -4
- data/lib/lithic/resources/internal_transaction.rb +14 -0
- data/lib/lithic/resources/payments.rb +48 -0
- data/lib/lithic/resources/reports/settlement/network_totals.rb +4 -4
- data/lib/lithic/resources/three_ds/authentication.rb +2 -2
- data/lib/lithic/resources/tokenizations.rb +4 -4
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +38 -21
- data/manifest.yaml +1 -0
- data/rbi/lithic/client.rbi +9 -0
- data/rbi/lithic/models/account_activity_list_params.rbi +10 -0
- data/rbi/lithic/models/account_activity_list_response.rbi +131 -544
- data/rbi/lithic/models/account_activity_retrieve_transaction_response.rbi +131 -544
- data/rbi/lithic/models/auth_rules/auth_rule.rbi +339 -80
- data/rbi/lithic/models/auth_rules/auth_rule_condition.rbi +13 -139
- data/rbi/lithic/models/auth_rules/conditional_3ds_action_parameters.rbi +13 -153
- data/rbi/lithic/models/auth_rules/conditional_ach_action_parameters.rbi +789 -0
- data/rbi/lithic/models/auth_rules/conditional_authorization_action_parameters.rbi +13 -153
- data/rbi/lithic/models/auth_rules/conditional_operation.rbi +99 -0
- data/rbi/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbi +703 -0
- data/rbi/lithic/models/auth_rules/conditional_value.rbi +29 -0
- data/rbi/lithic/models/auth_rules/event_stream.rbi +44 -0
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +22 -52
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +12 -4
- data/rbi/lithic/models/auth_rules/v2_list_params.rbi +27 -44
- data/rbi/lithic/models/book_transfer_response.rbi +2 -0
- data/rbi/lithic/models/card_bulk_order.rbi +141 -0
- data/rbi/lithic/models/card_bulk_order_create_params.rbi +92 -0
- data/rbi/lithic/models/card_bulk_order_list_params.rbi +98 -0
- data/rbi/lithic/models/card_bulk_order_retrieve_params.rbi +27 -0
- data/rbi/lithic/models/card_bulk_order_update_params.rbi +68 -0
- data/rbi/lithic/models/card_convert_physical_params.rbi +8 -0
- data/rbi/lithic/models/card_create_params.rbi +23 -0
- data/rbi/lithic/models/card_program.rbi +10 -13
- data/rbi/lithic/models/card_reissue_params.rbi +8 -0
- data/rbi/lithic/models/card_renew_params.rbi +8 -0
- data/rbi/lithic/models/card_web_provision_params.rbi +44 -0
- data/rbi/lithic/models/card_web_provision_response.rbi +182 -102
- data/rbi/lithic/models/cardholder_authentication.rbi +296 -0
- data/rbi/lithic/models/category_details.rbi +43 -0
- data/rbi/lithic/models/device.rbi +54 -0
- data/rbi/lithic/models/digital_wallet_token_metadata.rbi +290 -0
- data/rbi/lithic/models/dispute.rbi +395 -942
- data/rbi/lithic/models/dispute_v2.rbi +965 -0
- data/rbi/lithic/models/disputes_v2_list_params.rbi +129 -0
- data/rbi/lithic/models/disputes_v2_retrieve_params.rbi +27 -0
- data/rbi/lithic/models/{external_bank_account_retry_prenote_response.rbi → external_bank_account.rbi} +57 -126
- data/rbi/lithic/models/external_bank_account_address.rbi +3 -6
- data/rbi/lithic/models/external_bank_account_create_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_account_list_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_account_retrieve_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_account_unpause_params.rbi +30 -0
- data/rbi/lithic/models/external_bank_account_update_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +31 -51
- data/rbi/lithic/models/external_payment.rbi +62 -6
- data/rbi/lithic/models/external_payment_create_params.rbi +10 -0
- data/rbi/lithic/models/external_payment_list_params.rbi +15 -0
- data/rbi/lithic/models/financial_account.rbi +12 -4
- data/rbi/lithic/models/financial_account_balance.rbi +144 -0
- data/rbi/lithic/models/financial_accounts/category_balances.rbi +42 -0
- data/rbi/lithic/models/financial_accounts/loan_tape.rbi +47 -802
- data/rbi/lithic/models/financial_accounts/statement.rbi +118 -430
- data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +90 -0
- data/rbi/lithic/models/financial_event.rbi +469 -0
- data/rbi/lithic/models/financial_transaction.rbi +3 -509
- data/rbi/lithic/models/{funding_event_list_response.rbi → funding_event.rbi} +13 -35
- data/rbi/lithic/models/internal_transaction.rbi +277 -0
- data/rbi/lithic/models/management_operation_create_params.rbi +30 -0
- data/rbi/lithic/models/management_operation_list_params.rbi +5 -0
- data/rbi/lithic/models/management_operation_transaction.rbi +41 -12
- data/rbi/lithic/models/merchant.rbi +89 -0
- data/rbi/lithic/models/network_total.rbi +226 -0
- data/rbi/lithic/models/non_pci_card.rbi +10 -0
- data/rbi/lithic/models/payment.rbi +28 -7
- data/rbi/lithic/models/payment_create_params.rbi +15 -1
- data/rbi/lithic/models/payment_return_params.rbi +85 -0
- data/rbi/lithic/models/statement_totals.rbi +128 -0
- data/rbi/lithic/models/three_ds_authentication.rbi +2432 -0
- data/rbi/lithic/models/token_info.rbi +70 -0
- data/rbi/lithic/models/tokenization.rbi +12 -335
- data/rbi/lithic/models/tokenization_decline_reason.rbi +73 -0
- data/rbi/lithic/models/tokenization_rule_result.rbi +96 -0
- data/rbi/lithic/models/tokenization_tfa_reason.rbi +74 -0
- data/rbi/lithic/models/transaction.rbi +12 -500
- data/rbi/lithic/models/transactions/events/enhanced_data.rbi +74 -133
- data/rbi/lithic/models/transfer.rbi +4 -436
- data/rbi/lithic/models/wallet_decisioning_info.rbi +63 -0
- data/rbi/lithic/models.rbi +57 -0
- data/rbi/lithic/resources/auth_rules/v2.rbi +23 -18
- data/rbi/lithic/resources/card_bulk_orders.rbi +101 -0
- data/rbi/lithic/resources/cards/balances.rbi +1 -3
- data/rbi/lithic/resources/cards.rbi +22 -1
- data/rbi/lithic/resources/disputes.rbi +5 -7
- data/rbi/lithic/resources/disputes_v2.rbi +64 -0
- data/rbi/lithic/resources/external_bank_accounts.rbi +11 -1
- data/rbi/lithic/resources/financial_accounts/balances.rbi +1 -3
- data/rbi/lithic/resources/funding_events.rbi +2 -4
- data/rbi/lithic/resources/internal_transaction.rbi +12 -0
- data/rbi/lithic/resources/payments.rbi +46 -0
- data/rbi/lithic/resources/reports/settlement/network_totals.rbi +2 -8
- data/rbi/lithic/resources/three_ds/authentication.rbi +1 -1
- data/rbi/lithic/resources/tokenizations.rbi +2 -2
- data/sig/lithic/client.rbs +6 -0
- data/sig/lithic/models/account_activity_list_params.rbs +4 -0
- data/sig/lithic/models/account_activity_list_response.rbs +71 -221
- data/sig/lithic/models/account_activity_retrieve_transaction_response.rbs +71 -221
- data/sig/lithic/models/auth_rules/auth_rule.rbs +135 -36
- data/sig/lithic/models/auth_rules/auth_rule_condition.rbs +10 -61
- data/sig/lithic/models/auth_rules/conditional_3ds_action_parameters.rbs +10 -61
- data/sig/lithic/models/auth_rules/conditional_ach_action_parameters.rbs +293 -0
- data/sig/lithic/models/auth_rules/conditional_authorization_action_parameters.rbs +10 -61
- data/sig/lithic/models/auth_rules/conditional_operation.rbs +44 -0
- data/sig/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbs +239 -0
- data/sig/lithic/models/auth_rules/conditional_value.rbs +15 -0
- data/sig/lithic/models/auth_rules/event_stream.rbs +24 -0
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +8 -17
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +2 -0
- data/sig/lithic/models/auth_rules/v2_list_params.rbs +15 -17
- data/sig/lithic/models/book_transfer_response.rbs +3 -1
- data/sig/lithic/models/card_bulk_order.rbs +76 -0
- data/sig/lithic/models/card_bulk_order_create_params.rbs +46 -0
- data/sig/lithic/models/card_bulk_order_list_params.rbs +56 -0
- data/sig/lithic/models/card_bulk_order_retrieve_params.rbs +15 -0
- data/sig/lithic/models/card_bulk_order_update_params.rbs +34 -0
- data/sig/lithic/models/card_convert_physical_params.rbs +2 -0
- data/sig/lithic/models/card_create_params.rbs +9 -0
- data/sig/lithic/models/card_program.rbs +5 -7
- data/sig/lithic/models/card_reissue_params.rbs +2 -0
- data/sig/lithic/models/card_renew_params.rbs +2 -0
- data/sig/lithic/models/card_web_provision_params.rbs +26 -2
- data/sig/lithic/models/card_web_provision_response.rbs +81 -51
- data/sig/lithic/models/cardholder_authentication.rbs +98 -0
- data/sig/lithic/models/category_details.rbs +26 -0
- data/sig/lithic/models/device.rbs +21 -0
- data/sig/lithic/models/digital_wallet_token_metadata.rbs +119 -0
- data/sig/lithic/models/dispute.rbs +157 -417
- data/sig/lithic/models/dispute_v2.rbs +438 -0
- data/sig/lithic/models/disputes_v2_list_params.rbs +77 -0
- data/sig/lithic/models/disputes_v2_retrieve_params.rbs +15 -0
- data/sig/lithic/models/external_bank_account.rbs +162 -0
- data/sig/lithic/models/external_bank_account_address.rbs +4 -6
- data/sig/lithic/models/external_bank_account_create_response.rbs +36 -56
- data/sig/lithic/models/external_bank_account_list_response.rbs +36 -56
- data/sig/lithic/models/external_bank_account_retrieve_response.rbs +36 -56
- data/sig/lithic/models/external_bank_account_retry_micro_deposits_response.rbs +36 -56
- data/sig/lithic/models/external_bank_account_unpause_params.rbs +15 -0
- data/sig/lithic/models/external_bank_account_update_response.rbs +36 -56
- data/sig/lithic/models/external_bank_accounts/micro_deposit_create_response.rbs +36 -56
- data/sig/lithic/models/external_payment.rbs +35 -8
- data/sig/lithic/models/external_payment_create_params.rbs +8 -1
- data/sig/lithic/models/external_payment_list_params.rbs +11 -2
- data/sig/lithic/models/financial_account.rbs +4 -4
- data/sig/lithic/models/financial_account_balance.rbs +78 -0
- data/sig/lithic/models/financial_accounts/category_balances.rbs +24 -0
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +48 -464
- data/sig/lithic/models/financial_accounts/statement.rbs +59 -244
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +36 -0
- data/sig/lithic/models/financial_event.rbs +248 -0
- data/sig/lithic/models/financial_transaction.rbs +4 -217
- data/sig/lithic/models/{funding_event_list_response.rbs → funding_event.rbs} +11 -11
- data/sig/lithic/models/internal_transaction.rbs +165 -0
- data/sig/lithic/models/management_operation_create_params.rbs +12 -0
- data/sig/lithic/models/management_operation_list_params.rbs +3 -1
- data/sig/lithic/models/management_operation_transaction.rbs +23 -13
- data/sig/lithic/models/merchant.rbs +50 -0
- data/sig/lithic/models/network_total.rbs +125 -0
- data/sig/lithic/models/non_pci_card.rbs +5 -0
- data/sig/lithic/models/payment.rbs +18 -5
- data/sig/lithic/models/payment_create_params.rbs +7 -0
- data/sig/lithic/models/payment_return_params.rbs +46 -0
- data/sig/lithic/models/statement_totals.rbs +76 -0
- data/sig/lithic/models/three_ds_authentication.rbs +911 -0
- data/sig/lithic/models/token_info.rbs +36 -0
- data/sig/lithic/models/tokenization.rbs +18 -137
- data/sig/lithic/models/tokenization_decline_reason.rbs +38 -0
- data/sig/lithic/models/tokenization_rule_result.rbs +48 -0
- data/sig/lithic/models/tokenization_tfa_reason.rbs +42 -0
- data/sig/lithic/models/transaction.rbs +12 -191
- data/sig/lithic/models/transactions/events/enhanced_data.rbs +78 -124
- data/sig/lithic/models/transfer.rbs +6 -219
- data/sig/lithic/models/wallet_decisioning_info.rbs +35 -0
- data/sig/lithic/models.rbs +56 -0
- data/sig/lithic/resources/auth_rules/v2.rbs +9 -8
- data/sig/lithic/resources/card_bulk_orders.rbs +34 -0
- data/sig/lithic/resources/cards/balances.rbs +1 -1
- data/sig/lithic/resources/cards.rbs +5 -1
- data/sig/lithic/resources/disputes.rbs +5 -5
- data/sig/lithic/resources/disputes_v2.rbs +24 -0
- data/sig/lithic/resources/external_bank_accounts.rbs +6 -1
- data/sig/lithic/resources/financial_accounts/balances.rbs +1 -1
- data/sig/lithic/resources/funding_events.rbs +2 -2
- data/sig/lithic/resources/internal_transaction.rbs +7 -0
- data/sig/lithic/resources/payments.rbs +10 -0
- data/sig/lithic/resources/reports/settlement/network_totals.rbs +2 -2
- data/sig/lithic/resources/three_ds/authentication.rbs +1 -1
- data/sig/lithic/resources/tokenizations.rbs +2 -2
- metadata +115 -67
- data/lib/lithic/models/auth_rules/v2_create_response.rb +0 -267
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +0 -266
- data/lib/lithic/models/auth_rules/v2_list_response.rb +0 -266
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +0 -267
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +0 -271
- data/lib/lithic/models/auth_rules/v2_update_response.rb +0 -267
- data/lib/lithic/models/cards/balance_list_response.rb +0 -115
- data/lib/lithic/models/dispute_create_response.rb +0 -326
- data/lib/lithic/models/dispute_delete_response.rb +0 -326
- data/lib/lithic/models/dispute_list_response.rb +0 -326
- data/lib/lithic/models/dispute_retrieve_response.rb +0 -326
- data/lib/lithic/models/dispute_update_response.rb +0 -326
- data/lib/lithic/models/financial_accounts/balance_list_response.rb +0 -115
- data/lib/lithic/models/funding_event_list_response.rb +0 -108
- data/lib/lithic/models/reports/settlement/network_total_list_response.rb +0 -176
- data/lib/lithic/models/reports/settlement/network_total_retrieve_response.rb +0 -176
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +0 -1288
- data/lib/lithic/models/tokenization_simulate_response.rb +0 -16
- data/lib/lithic/models/tokenization_update_digital_card_art_response.rb +0 -16
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +0 -496
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +0 -496
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +0 -492
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +0 -499
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +0 -502
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +0 -496
- data/rbi/lithic/models/cards/balance_list_response.rbi +0 -170
- data/rbi/lithic/models/dispute_create_response.rbi +0 -599
- data/rbi/lithic/models/dispute_delete_response.rbi +0 -599
- data/rbi/lithic/models/dispute_list_response.rbi +0 -582
- data/rbi/lithic/models/dispute_retrieve_response.rbi +0 -601
- data/rbi/lithic/models/dispute_update_response.rbi +0 -599
- data/rbi/lithic/models/financial_accounts/balance_list_response.rbi +0 -174
- data/rbi/lithic/models/funding_event_retrieve_response.rbi +0 -184
- data/rbi/lithic/models/reports/settlement/network_total_list_response.rbi +0 -280
- data/rbi/lithic/models/reports/settlement/network_total_retrieve_response.rbi +0 -280
- data/rbi/lithic/models/three_ds/authentication_retrieve_response.rbi +0 -2580
- data/rbi/lithic/models/tokenization_simulate_response.rbi +0 -33
- data/rbi/lithic/models/tokenization_update_digital_card_art_response.rbi +0 -31
- data/sig/lithic/models/auth_rules/v2_create_response.rbs +0 -193
- data/sig/lithic/models/auth_rules/v2_draft_response.rbs +0 -193
- data/sig/lithic/models/auth_rules/v2_list_response.rbs +0 -193
- data/sig/lithic/models/auth_rules/v2_promote_response.rbs +0 -193
- data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +0 -193
- data/sig/lithic/models/auth_rules/v2_update_response.rbs +0 -193
- data/sig/lithic/models/cards/balance_list_response.rbs +0 -80
- data/sig/lithic/models/dispute_create_response.rbs +0 -210
- data/sig/lithic/models/dispute_delete_response.rbs +0 -210
- data/sig/lithic/models/dispute_list_response.rbs +0 -210
- data/sig/lithic/models/dispute_retrieve_response.rbs +0 -210
- data/sig/lithic/models/dispute_update_response.rbs +0 -210
- data/sig/lithic/models/external_bank_account_retry_prenote_response.rbs +0 -182
- data/sig/lithic/models/financial_accounts/balance_list_response.rbs +0 -80
- data/sig/lithic/models/funding_event_retrieve_response.rbs +0 -85
- data/sig/lithic/models/reports/settlement/network_total_list_response.rbs +0 -129
- data/sig/lithic/models/reports/settlement/network_total_retrieve_response.rbs +0 -129
- data/sig/lithic/models/three_ds/authentication_retrieve_response.rbs +0 -913
- data/sig/lithic/models/tokenization_simulate_response.rbs +0 -18
- data/sig/lithic/models/tokenization_update_digital_card_art_response.rbs +0 -16
|
@@ -56,13 +56,7 @@ module Lithic
|
|
|
56
56
|
attr_accessor :descriptor
|
|
57
57
|
|
|
58
58
|
# List of transaction events
|
|
59
|
-
sig
|
|
60
|
-
returns(
|
|
61
|
-
T::Array[
|
|
62
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event
|
|
63
|
-
]
|
|
64
|
-
)
|
|
65
|
-
end
|
|
59
|
+
sig { returns(T::Array[Lithic::FinancialEvent]) }
|
|
66
60
|
attr_accessor :events
|
|
67
61
|
|
|
68
62
|
# INTERNAL - Financial Transaction
|
|
@@ -110,10 +104,7 @@ module Lithic
|
|
|
110
104
|
created: Time,
|
|
111
105
|
currency: String,
|
|
112
106
|
descriptor: String,
|
|
113
|
-
events:
|
|
114
|
-
T::Array[
|
|
115
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::OrHash
|
|
116
|
-
],
|
|
107
|
+
events: T::Array[Lithic::FinancialEvent::OrHash],
|
|
117
108
|
financial_account_token: String,
|
|
118
109
|
pending_amount: Integer,
|
|
119
110
|
result:
|
|
@@ -164,10 +155,7 @@ module Lithic
|
|
|
164
155
|
created: Time,
|
|
165
156
|
currency: String,
|
|
166
157
|
descriptor: String,
|
|
167
|
-
events:
|
|
168
|
-
T::Array[
|
|
169
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event
|
|
170
|
-
],
|
|
158
|
+
events: T::Array[Lithic::FinancialEvent],
|
|
171
159
|
family: Symbol,
|
|
172
160
|
financial_account_token: String,
|
|
173
161
|
pending_amount: Integer,
|
|
@@ -246,6 +234,16 @@ module Lithic
|
|
|
246
234
|
:EXTERNAL_CHECK,
|
|
247
235
|
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Category::TaggedSymbol
|
|
248
236
|
)
|
|
237
|
+
EXTERNAL_FEDNOW =
|
|
238
|
+
T.let(
|
|
239
|
+
:EXTERNAL_FEDNOW,
|
|
240
|
+
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Category::TaggedSymbol
|
|
241
|
+
)
|
|
242
|
+
EXTERNAL_RTP =
|
|
243
|
+
T.let(
|
|
244
|
+
:EXTERNAL_RTP,
|
|
245
|
+
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Category::TaggedSymbol
|
|
246
|
+
)
|
|
249
247
|
EXTERNAL_TRANSFER =
|
|
250
248
|
T.let(
|
|
251
249
|
:EXTERNAL_TRANSFER,
|
|
@@ -298,532 +296,6 @@ module Lithic
|
|
|
298
296
|
end
|
|
299
297
|
end
|
|
300
298
|
|
|
301
|
-
class Event < Lithic::Internal::Type::BaseModel
|
|
302
|
-
OrHash =
|
|
303
|
-
T.type_alias do
|
|
304
|
-
T.any(
|
|
305
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event,
|
|
306
|
-
Lithic::Internal::AnyHash
|
|
307
|
-
)
|
|
308
|
-
end
|
|
309
|
-
|
|
310
|
-
# Globally unique identifier.
|
|
311
|
-
sig { returns(T.nilable(String)) }
|
|
312
|
-
attr_reader :token
|
|
313
|
-
|
|
314
|
-
sig { params(token: String).void }
|
|
315
|
-
attr_writer :token
|
|
316
|
-
|
|
317
|
-
# Amount of the financial event that has been settled in the currency's smallest
|
|
318
|
-
# unit (e.g., cents).
|
|
319
|
-
sig { returns(T.nilable(Integer)) }
|
|
320
|
-
attr_reader :amount
|
|
321
|
-
|
|
322
|
-
sig { params(amount: Integer).void }
|
|
323
|
-
attr_writer :amount
|
|
324
|
-
|
|
325
|
-
# Date and time when the financial event occurred. UTC time zone.
|
|
326
|
-
sig { returns(T.nilable(Time)) }
|
|
327
|
-
attr_reader :created
|
|
328
|
-
|
|
329
|
-
sig { params(created: Time).void }
|
|
330
|
-
attr_writer :created
|
|
331
|
-
|
|
332
|
-
# APPROVED financial events were successful while DECLINED financial events were
|
|
333
|
-
# declined by user, Lithic, or the network.
|
|
334
|
-
sig do
|
|
335
|
-
returns(
|
|
336
|
-
T.nilable(
|
|
337
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Result::TaggedSymbol
|
|
338
|
-
)
|
|
339
|
-
)
|
|
340
|
-
end
|
|
341
|
-
attr_reader :result
|
|
342
|
-
|
|
343
|
-
sig do
|
|
344
|
-
params(
|
|
345
|
-
result:
|
|
346
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Result::OrSymbol
|
|
347
|
-
).void
|
|
348
|
-
end
|
|
349
|
-
attr_writer :result
|
|
350
|
-
|
|
351
|
-
sig do
|
|
352
|
-
returns(
|
|
353
|
-
T.nilable(
|
|
354
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
355
|
-
)
|
|
356
|
-
)
|
|
357
|
-
end
|
|
358
|
-
attr_reader :type
|
|
359
|
-
|
|
360
|
-
sig do
|
|
361
|
-
params(
|
|
362
|
-
type:
|
|
363
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::OrSymbol
|
|
364
|
-
).void
|
|
365
|
-
end
|
|
366
|
-
attr_writer :type
|
|
367
|
-
|
|
368
|
-
# Financial Event
|
|
369
|
-
sig do
|
|
370
|
-
params(
|
|
371
|
-
token: String,
|
|
372
|
-
amount: Integer,
|
|
373
|
-
created: Time,
|
|
374
|
-
result:
|
|
375
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Result::OrSymbol,
|
|
376
|
-
type:
|
|
377
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::OrSymbol
|
|
378
|
-
).returns(T.attached_class)
|
|
379
|
-
end
|
|
380
|
-
def self.new(
|
|
381
|
-
# Globally unique identifier.
|
|
382
|
-
token: nil,
|
|
383
|
-
# Amount of the financial event that has been settled in the currency's smallest
|
|
384
|
-
# unit (e.g., cents).
|
|
385
|
-
amount: nil,
|
|
386
|
-
# Date and time when the financial event occurred. UTC time zone.
|
|
387
|
-
created: nil,
|
|
388
|
-
# APPROVED financial events were successful while DECLINED financial events were
|
|
389
|
-
# declined by user, Lithic, or the network.
|
|
390
|
-
result: nil,
|
|
391
|
-
type: nil
|
|
392
|
-
)
|
|
393
|
-
end
|
|
394
|
-
|
|
395
|
-
sig do
|
|
396
|
-
override.returns(
|
|
397
|
-
{
|
|
398
|
-
token: String,
|
|
399
|
-
amount: Integer,
|
|
400
|
-
created: Time,
|
|
401
|
-
result:
|
|
402
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Result::TaggedSymbol,
|
|
403
|
-
type:
|
|
404
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
405
|
-
}
|
|
406
|
-
)
|
|
407
|
-
end
|
|
408
|
-
def to_hash
|
|
409
|
-
end
|
|
410
|
-
|
|
411
|
-
# APPROVED financial events were successful while DECLINED financial events were
|
|
412
|
-
# declined by user, Lithic, or the network.
|
|
413
|
-
module Result
|
|
414
|
-
extend Lithic::Internal::Type::Enum
|
|
415
|
-
|
|
416
|
-
TaggedSymbol =
|
|
417
|
-
T.type_alias do
|
|
418
|
-
T.all(
|
|
419
|
-
Symbol,
|
|
420
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Result
|
|
421
|
-
)
|
|
422
|
-
end
|
|
423
|
-
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
424
|
-
|
|
425
|
-
APPROVED =
|
|
426
|
-
T.let(
|
|
427
|
-
:APPROVED,
|
|
428
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Result::TaggedSymbol
|
|
429
|
-
)
|
|
430
|
-
DECLINED =
|
|
431
|
-
T.let(
|
|
432
|
-
:DECLINED,
|
|
433
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Result::TaggedSymbol
|
|
434
|
-
)
|
|
435
|
-
|
|
436
|
-
sig do
|
|
437
|
-
override.returns(
|
|
438
|
-
T::Array[
|
|
439
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Result::TaggedSymbol
|
|
440
|
-
]
|
|
441
|
-
)
|
|
442
|
-
end
|
|
443
|
-
def self.values
|
|
444
|
-
end
|
|
445
|
-
end
|
|
446
|
-
|
|
447
|
-
module Type
|
|
448
|
-
extend Lithic::Internal::Type::Enum
|
|
449
|
-
|
|
450
|
-
TaggedSymbol =
|
|
451
|
-
T.type_alias do
|
|
452
|
-
T.all(
|
|
453
|
-
Symbol,
|
|
454
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type
|
|
455
|
-
)
|
|
456
|
-
end
|
|
457
|
-
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
458
|
-
|
|
459
|
-
ACH_ORIGINATION_CANCELLED =
|
|
460
|
-
T.let(
|
|
461
|
-
:ACH_ORIGINATION_CANCELLED,
|
|
462
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
463
|
-
)
|
|
464
|
-
ACH_ORIGINATION_INITIATED =
|
|
465
|
-
T.let(
|
|
466
|
-
:ACH_ORIGINATION_INITIATED,
|
|
467
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
468
|
-
)
|
|
469
|
-
ACH_ORIGINATION_PROCESSED =
|
|
470
|
-
T.let(
|
|
471
|
-
:ACH_ORIGINATION_PROCESSED,
|
|
472
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
473
|
-
)
|
|
474
|
-
ACH_ORIGINATION_RELEASED =
|
|
475
|
-
T.let(
|
|
476
|
-
:ACH_ORIGINATION_RELEASED,
|
|
477
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
478
|
-
)
|
|
479
|
-
ACH_ORIGINATION_REJECTED =
|
|
480
|
-
T.let(
|
|
481
|
-
:ACH_ORIGINATION_REJECTED,
|
|
482
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
483
|
-
)
|
|
484
|
-
ACH_ORIGINATION_REVIEWED =
|
|
485
|
-
T.let(
|
|
486
|
-
:ACH_ORIGINATION_REVIEWED,
|
|
487
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
488
|
-
)
|
|
489
|
-
ACH_ORIGINATION_SETTLED =
|
|
490
|
-
T.let(
|
|
491
|
-
:ACH_ORIGINATION_SETTLED,
|
|
492
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
493
|
-
)
|
|
494
|
-
ACH_RECEIPT_PROCESSED =
|
|
495
|
-
T.let(
|
|
496
|
-
:ACH_RECEIPT_PROCESSED,
|
|
497
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
498
|
-
)
|
|
499
|
-
ACH_RECEIPT_RELEASED =
|
|
500
|
-
T.let(
|
|
501
|
-
:ACH_RECEIPT_RELEASED,
|
|
502
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
503
|
-
)
|
|
504
|
-
ACH_RECEIPT_SETTLED =
|
|
505
|
-
T.let(
|
|
506
|
-
:ACH_RECEIPT_SETTLED,
|
|
507
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
508
|
-
)
|
|
509
|
-
ACH_RETURN_INITIATED =
|
|
510
|
-
T.let(
|
|
511
|
-
:ACH_RETURN_INITIATED,
|
|
512
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
513
|
-
)
|
|
514
|
-
ACH_RETURN_PROCESSED =
|
|
515
|
-
T.let(
|
|
516
|
-
:ACH_RETURN_PROCESSED,
|
|
517
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
518
|
-
)
|
|
519
|
-
ACH_RETURN_REJECTED =
|
|
520
|
-
T.let(
|
|
521
|
-
:ACH_RETURN_REJECTED,
|
|
522
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
523
|
-
)
|
|
524
|
-
ACH_RETURN_SETTLED =
|
|
525
|
-
T.let(
|
|
526
|
-
:ACH_RETURN_SETTLED,
|
|
527
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
528
|
-
)
|
|
529
|
-
AUTHORIZATION =
|
|
530
|
-
T.let(
|
|
531
|
-
:AUTHORIZATION,
|
|
532
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
533
|
-
)
|
|
534
|
-
AUTHORIZATION_ADVICE =
|
|
535
|
-
T.let(
|
|
536
|
-
:AUTHORIZATION_ADVICE,
|
|
537
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
538
|
-
)
|
|
539
|
-
AUTHORIZATION_EXPIRY =
|
|
540
|
-
T.let(
|
|
541
|
-
:AUTHORIZATION_EXPIRY,
|
|
542
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
543
|
-
)
|
|
544
|
-
AUTHORIZATION_REVERSAL =
|
|
545
|
-
T.let(
|
|
546
|
-
:AUTHORIZATION_REVERSAL,
|
|
547
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
548
|
-
)
|
|
549
|
-
BALANCE_INQUIRY =
|
|
550
|
-
T.let(
|
|
551
|
-
:BALANCE_INQUIRY,
|
|
552
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
553
|
-
)
|
|
554
|
-
BILLING_ERROR =
|
|
555
|
-
T.let(
|
|
556
|
-
:BILLING_ERROR,
|
|
557
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
558
|
-
)
|
|
559
|
-
BILLING_ERROR_REVERSAL =
|
|
560
|
-
T.let(
|
|
561
|
-
:BILLING_ERROR_REVERSAL,
|
|
562
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
563
|
-
)
|
|
564
|
-
CARD_TO_CARD =
|
|
565
|
-
T.let(
|
|
566
|
-
:CARD_TO_CARD,
|
|
567
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
568
|
-
)
|
|
569
|
-
CASH_BACK =
|
|
570
|
-
T.let(
|
|
571
|
-
:CASH_BACK,
|
|
572
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
573
|
-
)
|
|
574
|
-
CASH_BACK_REVERSAL =
|
|
575
|
-
T.let(
|
|
576
|
-
:CASH_BACK_REVERSAL,
|
|
577
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
578
|
-
)
|
|
579
|
-
CLEARING =
|
|
580
|
-
T.let(
|
|
581
|
-
:CLEARING,
|
|
582
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
583
|
-
)
|
|
584
|
-
COLLECTION =
|
|
585
|
-
T.let(
|
|
586
|
-
:COLLECTION,
|
|
587
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
588
|
-
)
|
|
589
|
-
CORRECTION_CREDIT =
|
|
590
|
-
T.let(
|
|
591
|
-
:CORRECTION_CREDIT,
|
|
592
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
593
|
-
)
|
|
594
|
-
CORRECTION_DEBIT =
|
|
595
|
-
T.let(
|
|
596
|
-
:CORRECTION_DEBIT,
|
|
597
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
598
|
-
)
|
|
599
|
-
CREDIT_AUTHORIZATION =
|
|
600
|
-
T.let(
|
|
601
|
-
:CREDIT_AUTHORIZATION,
|
|
602
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
603
|
-
)
|
|
604
|
-
CREDIT_AUTHORIZATION_ADVICE =
|
|
605
|
-
T.let(
|
|
606
|
-
:CREDIT_AUTHORIZATION_ADVICE,
|
|
607
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
608
|
-
)
|
|
609
|
-
CURRENCY_CONVERSION =
|
|
610
|
-
T.let(
|
|
611
|
-
:CURRENCY_CONVERSION,
|
|
612
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
613
|
-
)
|
|
614
|
-
CURRENCY_CONVERSION_REVERSAL =
|
|
615
|
-
T.let(
|
|
616
|
-
:CURRENCY_CONVERSION_REVERSAL,
|
|
617
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
618
|
-
)
|
|
619
|
-
DISPUTE_WON =
|
|
620
|
-
T.let(
|
|
621
|
-
:DISPUTE_WON,
|
|
622
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
623
|
-
)
|
|
624
|
-
EXTERNAL_ACH_CANCELED =
|
|
625
|
-
T.let(
|
|
626
|
-
:EXTERNAL_ACH_CANCELED,
|
|
627
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
628
|
-
)
|
|
629
|
-
EXTERNAL_ACH_INITIATED =
|
|
630
|
-
T.let(
|
|
631
|
-
:EXTERNAL_ACH_INITIATED,
|
|
632
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
633
|
-
)
|
|
634
|
-
EXTERNAL_ACH_RELEASED =
|
|
635
|
-
T.let(
|
|
636
|
-
:EXTERNAL_ACH_RELEASED,
|
|
637
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
638
|
-
)
|
|
639
|
-
EXTERNAL_ACH_REVERSED =
|
|
640
|
-
T.let(
|
|
641
|
-
:EXTERNAL_ACH_REVERSED,
|
|
642
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
643
|
-
)
|
|
644
|
-
EXTERNAL_ACH_SETTLED =
|
|
645
|
-
T.let(
|
|
646
|
-
:EXTERNAL_ACH_SETTLED,
|
|
647
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
648
|
-
)
|
|
649
|
-
EXTERNAL_CHECK_CANCELED =
|
|
650
|
-
T.let(
|
|
651
|
-
:EXTERNAL_CHECK_CANCELED,
|
|
652
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
653
|
-
)
|
|
654
|
-
EXTERNAL_CHECK_INITIATED =
|
|
655
|
-
T.let(
|
|
656
|
-
:EXTERNAL_CHECK_INITIATED,
|
|
657
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
658
|
-
)
|
|
659
|
-
EXTERNAL_CHECK_RELEASED =
|
|
660
|
-
T.let(
|
|
661
|
-
:EXTERNAL_CHECK_RELEASED,
|
|
662
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
663
|
-
)
|
|
664
|
-
EXTERNAL_CHECK_REVERSED =
|
|
665
|
-
T.let(
|
|
666
|
-
:EXTERNAL_CHECK_REVERSED,
|
|
667
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
668
|
-
)
|
|
669
|
-
EXTERNAL_CHECK_SETTLED =
|
|
670
|
-
T.let(
|
|
671
|
-
:EXTERNAL_CHECK_SETTLED,
|
|
672
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
673
|
-
)
|
|
674
|
-
EXTERNAL_TRANSFER_CANCELED =
|
|
675
|
-
T.let(
|
|
676
|
-
:EXTERNAL_TRANSFER_CANCELED,
|
|
677
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
678
|
-
)
|
|
679
|
-
EXTERNAL_TRANSFER_INITIATED =
|
|
680
|
-
T.let(
|
|
681
|
-
:EXTERNAL_TRANSFER_INITIATED,
|
|
682
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
683
|
-
)
|
|
684
|
-
EXTERNAL_TRANSFER_RELEASED =
|
|
685
|
-
T.let(
|
|
686
|
-
:EXTERNAL_TRANSFER_RELEASED,
|
|
687
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
688
|
-
)
|
|
689
|
-
EXTERNAL_TRANSFER_REVERSED =
|
|
690
|
-
T.let(
|
|
691
|
-
:EXTERNAL_TRANSFER_REVERSED,
|
|
692
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
693
|
-
)
|
|
694
|
-
EXTERNAL_TRANSFER_SETTLED =
|
|
695
|
-
T.let(
|
|
696
|
-
:EXTERNAL_TRANSFER_SETTLED,
|
|
697
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
698
|
-
)
|
|
699
|
-
EXTERNAL_WIRE_CANCELED =
|
|
700
|
-
T.let(
|
|
701
|
-
:EXTERNAL_WIRE_CANCELED,
|
|
702
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
703
|
-
)
|
|
704
|
-
EXTERNAL_WIRE_INITIATED =
|
|
705
|
-
T.let(
|
|
706
|
-
:EXTERNAL_WIRE_INITIATED,
|
|
707
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
708
|
-
)
|
|
709
|
-
EXTERNAL_WIRE_RELEASED =
|
|
710
|
-
T.let(
|
|
711
|
-
:EXTERNAL_WIRE_RELEASED,
|
|
712
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
713
|
-
)
|
|
714
|
-
EXTERNAL_WIRE_REVERSED =
|
|
715
|
-
T.let(
|
|
716
|
-
:EXTERNAL_WIRE_REVERSED,
|
|
717
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
718
|
-
)
|
|
719
|
-
EXTERNAL_WIRE_SETTLED =
|
|
720
|
-
T.let(
|
|
721
|
-
:EXTERNAL_WIRE_SETTLED,
|
|
722
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
723
|
-
)
|
|
724
|
-
FINANCIAL_AUTHORIZATION =
|
|
725
|
-
T.let(
|
|
726
|
-
:FINANCIAL_AUTHORIZATION,
|
|
727
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
728
|
-
)
|
|
729
|
-
FINANCIAL_CREDIT_AUTHORIZATION =
|
|
730
|
-
T.let(
|
|
731
|
-
:FINANCIAL_CREDIT_AUTHORIZATION,
|
|
732
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
733
|
-
)
|
|
734
|
-
INTEREST =
|
|
735
|
-
T.let(
|
|
736
|
-
:INTEREST,
|
|
737
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
738
|
-
)
|
|
739
|
-
INTEREST_REVERSAL =
|
|
740
|
-
T.let(
|
|
741
|
-
:INTEREST_REVERSAL,
|
|
742
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
743
|
-
)
|
|
744
|
-
INTERNAL_ADJUSTMENT =
|
|
745
|
-
T.let(
|
|
746
|
-
:INTERNAL_ADJUSTMENT,
|
|
747
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
748
|
-
)
|
|
749
|
-
LATE_PAYMENT =
|
|
750
|
-
T.let(
|
|
751
|
-
:LATE_PAYMENT,
|
|
752
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
753
|
-
)
|
|
754
|
-
LATE_PAYMENT_REVERSAL =
|
|
755
|
-
T.let(
|
|
756
|
-
:LATE_PAYMENT_REVERSAL,
|
|
757
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
758
|
-
)
|
|
759
|
-
LOSS_WRITE_OFF =
|
|
760
|
-
T.let(
|
|
761
|
-
:LOSS_WRITE_OFF,
|
|
762
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
763
|
-
)
|
|
764
|
-
PROVISIONAL_CREDIT =
|
|
765
|
-
T.let(
|
|
766
|
-
:PROVISIONAL_CREDIT,
|
|
767
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
768
|
-
)
|
|
769
|
-
PROVISIONAL_CREDIT_REVERSAL =
|
|
770
|
-
T.let(
|
|
771
|
-
:PROVISIONAL_CREDIT_REVERSAL,
|
|
772
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
773
|
-
)
|
|
774
|
-
SERVICE =
|
|
775
|
-
T.let(
|
|
776
|
-
:SERVICE,
|
|
777
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
778
|
-
)
|
|
779
|
-
RETURN =
|
|
780
|
-
T.let(
|
|
781
|
-
:RETURN,
|
|
782
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
783
|
-
)
|
|
784
|
-
RETURN_REVERSAL =
|
|
785
|
-
T.let(
|
|
786
|
-
:RETURN_REVERSAL,
|
|
787
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
788
|
-
)
|
|
789
|
-
TRANSFER =
|
|
790
|
-
T.let(
|
|
791
|
-
:TRANSFER,
|
|
792
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
793
|
-
)
|
|
794
|
-
TRANSFER_INSUFFICIENT_FUNDS =
|
|
795
|
-
T.let(
|
|
796
|
-
:TRANSFER_INSUFFICIENT_FUNDS,
|
|
797
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
798
|
-
)
|
|
799
|
-
RETURNED_PAYMENT =
|
|
800
|
-
T.let(
|
|
801
|
-
:RETURNED_PAYMENT,
|
|
802
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
803
|
-
)
|
|
804
|
-
RETURNED_PAYMENT_REVERSAL =
|
|
805
|
-
T.let(
|
|
806
|
-
:RETURNED_PAYMENT_REVERSAL,
|
|
807
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
808
|
-
)
|
|
809
|
-
LITHIC_NETWORK_PAYMENT =
|
|
810
|
-
T.let(
|
|
811
|
-
:LITHIC_NETWORK_PAYMENT,
|
|
812
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
813
|
-
)
|
|
814
|
-
|
|
815
|
-
sig do
|
|
816
|
-
override.returns(
|
|
817
|
-
T::Array[
|
|
818
|
-
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Event::Type::TaggedSymbol
|
|
819
|
-
]
|
|
820
|
-
)
|
|
821
|
-
end
|
|
822
|
-
def self.values
|
|
823
|
-
end
|
|
824
|
-
end
|
|
825
|
-
end
|
|
826
|
-
|
|
827
299
|
# Transaction result
|
|
828
300
|
module Result
|
|
829
301
|
extend Lithic::Internal::Type::Enum
|
|
@@ -897,6 +369,11 @@ module Lithic
|
|
|
897
369
|
:CANCELED,
|
|
898
370
|
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Status::TaggedSymbol
|
|
899
371
|
)
|
|
372
|
+
RETURNED =
|
|
373
|
+
T.let(
|
|
374
|
+
:RETURNED,
|
|
375
|
+
Lithic::Models::AccountActivityRetrieveTransactionResponse::Internal::Status::TaggedSymbol
|
|
376
|
+
)
|
|
900
377
|
|
|
901
378
|
sig do
|
|
902
379
|
override.returns(
|
|
@@ -919,14 +396,124 @@ module Lithic
|
|
|
919
396
|
)
|
|
920
397
|
end
|
|
921
398
|
|
|
399
|
+
# Unique identifier for the transaction
|
|
400
|
+
sig { returns(String) }
|
|
401
|
+
attr_accessor :token
|
|
402
|
+
|
|
403
|
+
# ISO 8601 timestamp of when the transaction was created
|
|
404
|
+
sig { returns(Time) }
|
|
405
|
+
attr_accessor :created
|
|
406
|
+
|
|
407
|
+
# CARD - Card Transaction
|
|
408
|
+
sig { returns(Symbol) }
|
|
409
|
+
attr_accessor :family
|
|
410
|
+
|
|
411
|
+
# The status of the transaction
|
|
412
|
+
sig do
|
|
413
|
+
returns(
|
|
414
|
+
Lithic::Models::AccountActivityRetrieveTransactionResponse::Card::Status::TaggedSymbol
|
|
415
|
+
)
|
|
416
|
+
end
|
|
417
|
+
attr_accessor :status
|
|
418
|
+
|
|
419
|
+
# ISO 8601 timestamp of when the transaction was last updated
|
|
420
|
+
sig { returns(Time) }
|
|
421
|
+
attr_accessor :updated
|
|
422
|
+
|
|
922
423
|
# Card transaction with ledger base properties
|
|
923
|
-
sig
|
|
924
|
-
|
|
424
|
+
sig do
|
|
425
|
+
params(
|
|
426
|
+
token: String,
|
|
427
|
+
created: Time,
|
|
428
|
+
status:
|
|
429
|
+
Lithic::Models::AccountActivityRetrieveTransactionResponse::Card::Status::OrSymbol,
|
|
430
|
+
updated: Time,
|
|
431
|
+
family: Symbol
|
|
432
|
+
).returns(T.attached_class)
|
|
433
|
+
end
|
|
434
|
+
def self.new(
|
|
435
|
+
# Unique identifier for the transaction
|
|
436
|
+
token:,
|
|
437
|
+
# ISO 8601 timestamp of when the transaction was created
|
|
438
|
+
created:,
|
|
439
|
+
# The status of the transaction
|
|
440
|
+
status:,
|
|
441
|
+
# ISO 8601 timestamp of when the transaction was last updated
|
|
442
|
+
updated:,
|
|
443
|
+
# CARD - Card Transaction
|
|
444
|
+
family: :CARD
|
|
445
|
+
)
|
|
925
446
|
end
|
|
926
447
|
|
|
927
|
-
sig
|
|
448
|
+
sig do
|
|
449
|
+
override.returns(
|
|
450
|
+
{
|
|
451
|
+
token: String,
|
|
452
|
+
created: Time,
|
|
453
|
+
family: Symbol,
|
|
454
|
+
status:
|
|
455
|
+
Lithic::Models::AccountActivityRetrieveTransactionResponse::Card::Status::TaggedSymbol,
|
|
456
|
+
updated: Time
|
|
457
|
+
}
|
|
458
|
+
)
|
|
459
|
+
end
|
|
928
460
|
def to_hash
|
|
929
461
|
end
|
|
462
|
+
|
|
463
|
+
# The status of the transaction
|
|
464
|
+
module Status
|
|
465
|
+
extend Lithic::Internal::Type::Enum
|
|
466
|
+
|
|
467
|
+
TaggedSymbol =
|
|
468
|
+
T.type_alias do
|
|
469
|
+
T.all(
|
|
470
|
+
Symbol,
|
|
471
|
+
Lithic::Models::AccountActivityRetrieveTransactionResponse::Card::Status
|
|
472
|
+
)
|
|
473
|
+
end
|
|
474
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
475
|
+
|
|
476
|
+
PENDING =
|
|
477
|
+
T.let(
|
|
478
|
+
:PENDING,
|
|
479
|
+
Lithic::Models::AccountActivityRetrieveTransactionResponse::Card::Status::TaggedSymbol
|
|
480
|
+
)
|
|
481
|
+
SETTLED =
|
|
482
|
+
T.let(
|
|
483
|
+
:SETTLED,
|
|
484
|
+
Lithic::Models::AccountActivityRetrieveTransactionResponse::Card::Status::TaggedSymbol
|
|
485
|
+
)
|
|
486
|
+
DECLINED =
|
|
487
|
+
T.let(
|
|
488
|
+
:DECLINED,
|
|
489
|
+
Lithic::Models::AccountActivityRetrieveTransactionResponse::Card::Status::TaggedSymbol
|
|
490
|
+
)
|
|
491
|
+
REVERSED =
|
|
492
|
+
T.let(
|
|
493
|
+
:REVERSED,
|
|
494
|
+
Lithic::Models::AccountActivityRetrieveTransactionResponse::Card::Status::TaggedSymbol
|
|
495
|
+
)
|
|
496
|
+
CANCELED =
|
|
497
|
+
T.let(
|
|
498
|
+
:CANCELED,
|
|
499
|
+
Lithic::Models::AccountActivityRetrieveTransactionResponse::Card::Status::TaggedSymbol
|
|
500
|
+
)
|
|
501
|
+
RETURNED =
|
|
502
|
+
T.let(
|
|
503
|
+
:RETURNED,
|
|
504
|
+
Lithic::Models::AccountActivityRetrieveTransactionResponse::Card::Status::TaggedSymbol
|
|
505
|
+
)
|
|
506
|
+
|
|
507
|
+
sig do
|
|
508
|
+
override.returns(
|
|
509
|
+
T::Array[
|
|
510
|
+
Lithic::Models::AccountActivityRetrieveTransactionResponse::Card::Status::TaggedSymbol
|
|
511
|
+
]
|
|
512
|
+
)
|
|
513
|
+
end
|
|
514
|
+
def self.values
|
|
515
|
+
end
|
|
516
|
+
end
|
|
930
517
|
end
|
|
931
518
|
|
|
932
519
|
sig do
|