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
|
@@ -62,66 +62,66 @@ module Lithic
|
|
|
62
62
|
# A customer identifier.
|
|
63
63
|
#
|
|
64
64
|
# @return [String, nil]
|
|
65
|
-
optional :customer_reference_number, String
|
|
65
|
+
optional :customer_reference_number, String, nil?: true
|
|
66
66
|
|
|
67
67
|
# @!attribute merchant_reference_number
|
|
68
68
|
# A merchant identifier.
|
|
69
69
|
#
|
|
70
70
|
# @return [String, nil]
|
|
71
|
-
optional :merchant_reference_number, String
|
|
71
|
+
optional :merchant_reference_number, String, nil?: true
|
|
72
72
|
|
|
73
73
|
# @!attribute order_date
|
|
74
74
|
# The date of the order.
|
|
75
75
|
#
|
|
76
76
|
# @return [Date, nil]
|
|
77
|
-
optional :order_date, Date
|
|
77
|
+
optional :order_date, Date, nil?: true
|
|
78
78
|
|
|
79
79
|
# @!method initialize(line_items:, tax:, customer_reference_number: nil, merchant_reference_number: nil, order_date: nil)
|
|
80
80
|
# @param line_items [Array<Lithic::Models::Transactions::Events::EnhancedData::Common::LineItem>]
|
|
81
81
|
#
|
|
82
82
|
# @param tax [Lithic::Models::Transactions::Events::EnhancedData::Common::Tax]
|
|
83
83
|
#
|
|
84
|
-
# @param customer_reference_number [String] A customer identifier.
|
|
84
|
+
# @param customer_reference_number [String, nil] A customer identifier.
|
|
85
85
|
#
|
|
86
|
-
# @param merchant_reference_number [String] A merchant identifier.
|
|
86
|
+
# @param merchant_reference_number [String, nil] A merchant identifier.
|
|
87
87
|
#
|
|
88
|
-
# @param order_date [Date] The date of the order.
|
|
88
|
+
# @param order_date [Date, nil] The date of the order.
|
|
89
89
|
|
|
90
90
|
class LineItem < Lithic::Internal::Type::BaseModel
|
|
91
91
|
# @!attribute amount
|
|
92
92
|
# The price of the item purchased in merchant currency.
|
|
93
93
|
#
|
|
94
94
|
# @return [String, nil]
|
|
95
|
-
optional :amount, String
|
|
95
|
+
optional :amount, String, nil?: true
|
|
96
96
|
|
|
97
97
|
# @!attribute description
|
|
98
98
|
# A human-readable description of the item.
|
|
99
99
|
#
|
|
100
100
|
# @return [String, nil]
|
|
101
|
-
optional :description, String
|
|
101
|
+
optional :description, String, nil?: true
|
|
102
102
|
|
|
103
103
|
# @!attribute product_code
|
|
104
104
|
# An identifier for the item purchased.
|
|
105
105
|
#
|
|
106
106
|
# @return [String, nil]
|
|
107
|
-
optional :product_code, String
|
|
107
|
+
optional :product_code, String, nil?: true
|
|
108
108
|
|
|
109
109
|
# @!attribute quantity
|
|
110
110
|
# The quantity of the item purchased.
|
|
111
111
|
#
|
|
112
112
|
# @return [String, nil]
|
|
113
|
-
optional :quantity, String
|
|
113
|
+
optional :quantity, String, nil?: true
|
|
114
114
|
|
|
115
115
|
# @!method initialize(amount: nil, description: nil, product_code: nil, quantity: nil)
|
|
116
116
|
# An L2/L3 enhanced commercial data line item.
|
|
117
117
|
#
|
|
118
|
-
# @param amount [String] The price of the item purchased in merchant currency.
|
|
118
|
+
# @param amount [String, nil] The price of the item purchased in merchant currency.
|
|
119
119
|
#
|
|
120
|
-
# @param description [String] A human-readable description of the item.
|
|
120
|
+
# @param description [String, nil] A human-readable description of the item.
|
|
121
121
|
#
|
|
122
|
-
# @param product_code [String] An identifier for the item purchased.
|
|
122
|
+
# @param product_code [String, nil] An identifier for the item purchased.
|
|
123
123
|
#
|
|
124
|
-
# @param quantity [String] The quantity of the item purchased.
|
|
124
|
+
# @param quantity [String, nil] The quantity of the item purchased.
|
|
125
125
|
end
|
|
126
126
|
|
|
127
127
|
# @see Lithic::Models::Transactions::Events::EnhancedData::Common#tax
|
|
@@ -130,26 +130,30 @@ module Lithic
|
|
|
130
130
|
# The amount of tax collected.
|
|
131
131
|
#
|
|
132
132
|
# @return [Integer, nil]
|
|
133
|
-
optional :amount, Integer
|
|
133
|
+
optional :amount, Integer, nil?: true
|
|
134
134
|
|
|
135
135
|
# @!attribute exempt
|
|
136
136
|
# A flag indicating whether the transaction is tax exempt or not.
|
|
137
137
|
#
|
|
138
138
|
# @return [Symbol, Lithic::Models::Transactions::Events::EnhancedData::Common::Tax::Exempt, nil]
|
|
139
|
-
optional :exempt,
|
|
139
|
+
optional :exempt,
|
|
140
|
+
enum: -> {
|
|
141
|
+
Lithic::Transactions::Events::EnhancedData::Common::Tax::Exempt
|
|
142
|
+
},
|
|
143
|
+
nil?: true
|
|
140
144
|
|
|
141
145
|
# @!attribute merchant_tax_id
|
|
142
146
|
# The tax ID of the merchant.
|
|
143
147
|
#
|
|
144
148
|
# @return [String, nil]
|
|
145
|
-
optional :merchant_tax_id, String
|
|
149
|
+
optional :merchant_tax_id, String, nil?: true
|
|
146
150
|
|
|
147
151
|
# @!method initialize(amount: nil, exempt: nil, merchant_tax_id: nil)
|
|
148
|
-
# @param amount [Integer] The amount of tax collected.
|
|
152
|
+
# @param amount [Integer, nil] The amount of tax collected.
|
|
149
153
|
#
|
|
150
|
-
# @param exempt [Symbol, Lithic::Models::Transactions::Events::EnhancedData::Common::Tax::Exempt] A flag indicating whether the transaction is tax exempt or not.
|
|
154
|
+
# @param exempt [Symbol, Lithic::Models::Transactions::Events::EnhancedData::Common::Tax::Exempt, nil] A flag indicating whether the transaction is tax exempt or not.
|
|
151
155
|
#
|
|
152
|
-
# @param merchant_tax_id [String] The tax ID of the merchant.
|
|
156
|
+
# @param merchant_tax_id [String, nil] The tax ID of the merchant.
|
|
153
157
|
|
|
154
158
|
# A flag indicating whether the transaction is tax exempt or not.
|
|
155
159
|
#
|
|
@@ -183,13 +187,13 @@ module Lithic
|
|
|
183
187
|
# zeros stripped.
|
|
184
188
|
#
|
|
185
189
|
# @return [String, nil]
|
|
186
|
-
optional :driver_number, String
|
|
190
|
+
optional :driver_number, String, nil?: true
|
|
187
191
|
|
|
188
192
|
# @!attribute odometer
|
|
189
193
|
# The odometer reading entered into the terminal at the time of sale.
|
|
190
194
|
#
|
|
191
195
|
# @return [Integer, nil]
|
|
192
|
-
optional :odometer, Integer
|
|
196
|
+
optional :odometer, Integer, nil?: true
|
|
193
197
|
|
|
194
198
|
# @!attribute service_type
|
|
195
199
|
# The type of fuel service.
|
|
@@ -202,7 +206,7 @@ module Lithic
|
|
|
202
206
|
# zeros stripped.
|
|
203
207
|
#
|
|
204
208
|
# @return [String, nil]
|
|
205
|
-
optional :vehicle_number, String
|
|
209
|
+
optional :vehicle_number, String, nil?: true
|
|
206
210
|
|
|
207
211
|
# @!method initialize(amount_totals:, fuel:, driver_number: nil, odometer: nil, service_type: nil, vehicle_number: nil)
|
|
208
212
|
# Some parameter documentations has been truncated, see
|
|
@@ -212,13 +216,13 @@ module Lithic
|
|
|
212
216
|
#
|
|
213
217
|
# @param fuel [Lithic::Models::Transactions::Events::EnhancedData::Fleet::Fuel]
|
|
214
218
|
#
|
|
215
|
-
# @param driver_number [String] The driver number entered into the terminal at the time of sale, with leading ze
|
|
219
|
+
# @param driver_number [String, nil] The driver number entered into the terminal at the time of sale, with leading ze
|
|
216
220
|
#
|
|
217
|
-
# @param odometer [Integer] The odometer reading entered into the terminal at the time of sale.
|
|
221
|
+
# @param odometer [Integer, nil] The odometer reading entered into the terminal at the time of sale.
|
|
218
222
|
#
|
|
219
223
|
# @param service_type [Symbol, Lithic::Models::Transactions::Events::EnhancedData::Fleet::ServiceType] The type of fuel service.
|
|
220
224
|
#
|
|
221
|
-
# @param vehicle_number [String] The vehicle number entered into the terminal at the time of sale, with leading z
|
|
225
|
+
# @param vehicle_number [String, nil] The vehicle number entered into the terminal at the time of sale, with leading z
|
|
222
226
|
|
|
223
227
|
# @see Lithic::Models::Transactions::Events::EnhancedData::Fleet#amount_totals
|
|
224
228
|
class AmountTotals < Lithic::Internal::Type::BaseModel
|
|
@@ -226,26 +230,26 @@ module Lithic
|
|
|
226
230
|
# The discount applied to the gross sale amount.
|
|
227
231
|
#
|
|
228
232
|
# @return [Integer, nil]
|
|
229
|
-
optional :discount, Integer
|
|
233
|
+
optional :discount, Integer, nil?: true
|
|
230
234
|
|
|
231
235
|
# @!attribute gross_sale
|
|
232
236
|
# The gross sale amount.
|
|
233
237
|
#
|
|
234
238
|
# @return [Integer, nil]
|
|
235
|
-
optional :gross_sale, Integer
|
|
239
|
+
optional :gross_sale, Integer, nil?: true
|
|
236
240
|
|
|
237
241
|
# @!attribute net_sale
|
|
238
242
|
# The amount after discount.
|
|
239
243
|
#
|
|
240
244
|
# @return [Integer, nil]
|
|
241
|
-
optional :net_sale, Integer
|
|
245
|
+
optional :net_sale, Integer, nil?: true
|
|
242
246
|
|
|
243
247
|
# @!method initialize(discount: nil, gross_sale: nil, net_sale: nil)
|
|
244
|
-
# @param discount [Integer] The discount applied to the gross sale amount.
|
|
248
|
+
# @param discount [Integer, nil] The discount applied to the gross sale amount.
|
|
245
249
|
#
|
|
246
|
-
# @param gross_sale [Integer] The gross sale amount.
|
|
250
|
+
# @param gross_sale [Integer, nil] The gross sale amount.
|
|
247
251
|
#
|
|
248
|
-
# @param net_sale [Integer] The amount after discount.
|
|
252
|
+
# @param net_sale [Integer, nil] The amount after discount.
|
|
249
253
|
end
|
|
250
254
|
|
|
251
255
|
# @see Lithic::Models::Transactions::Events::EnhancedData::Fleet#fuel
|
|
@@ -254,35 +258,40 @@ module Lithic
|
|
|
254
258
|
# The quantity of fuel purchased.
|
|
255
259
|
#
|
|
256
260
|
# @return [String, nil]
|
|
257
|
-
optional :quantity, String
|
|
261
|
+
optional :quantity, String, nil?: true
|
|
258
262
|
|
|
259
263
|
# @!attribute type
|
|
260
264
|
# The type of fuel purchased.
|
|
261
265
|
#
|
|
262
266
|
# @return [Symbol, Lithic::Models::Transactions::Events::EnhancedData::Fleet::Fuel::Type, nil]
|
|
263
|
-
optional :type,
|
|
267
|
+
optional :type,
|
|
268
|
+
enum: -> {
|
|
269
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type
|
|
270
|
+
},
|
|
271
|
+
nil?: true
|
|
264
272
|
|
|
265
273
|
# @!attribute unit_of_measure
|
|
266
274
|
# Unit of measure for fuel disbursement.
|
|
267
275
|
#
|
|
268
276
|
# @return [Symbol, Lithic::Models::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure, nil]
|
|
269
277
|
optional :unit_of_measure,
|
|
270
|
-
enum: -> { Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure }
|
|
278
|
+
enum: -> { Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure },
|
|
279
|
+
nil?: true
|
|
271
280
|
|
|
272
281
|
# @!attribute unit_price
|
|
273
282
|
# The price per unit of fuel.
|
|
274
283
|
#
|
|
275
284
|
# @return [Integer, nil]
|
|
276
|
-
optional :unit_price, Integer
|
|
285
|
+
optional :unit_price, Integer, nil?: true
|
|
277
286
|
|
|
278
287
|
# @!method initialize(quantity: nil, type: nil, unit_of_measure: nil, unit_price: nil)
|
|
279
|
-
# @param quantity [String] The quantity of fuel purchased.
|
|
288
|
+
# @param quantity [String, nil] The quantity of fuel purchased.
|
|
280
289
|
#
|
|
281
|
-
# @param type [Symbol, Lithic::Models::Transactions::Events::EnhancedData::Fleet::Fuel::Type] The type of fuel purchased.
|
|
290
|
+
# @param type [Symbol, Lithic::Models::Transactions::Events::EnhancedData::Fleet::Fuel::Type, nil] The type of fuel purchased.
|
|
282
291
|
#
|
|
283
|
-
# @param unit_of_measure [Symbol, Lithic::Models::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure] Unit of measure for fuel disbursement.
|
|
292
|
+
# @param unit_of_measure [Symbol, Lithic::Models::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure, nil] Unit of measure for fuel disbursement.
|
|
284
293
|
#
|
|
285
|
-
# @param unit_price [Integer] The price per unit of fuel.
|
|
294
|
+
# @param unit_price [Integer, nil] The price per unit of fuel.
|
|
286
295
|
|
|
287
296
|
# The type of fuel purchased.
|
|
288
297
|
#
|
|
@@ -42,8 +42,8 @@ module Lithic
|
|
|
42
42
|
# @!attribute events
|
|
43
43
|
# A list of all financial events that have modified this trasnfer.
|
|
44
44
|
#
|
|
45
|
-
# @return [Array<Lithic::Models::
|
|
46
|
-
optional :events, -> { Lithic::Internal::Type::ArrayOf[Lithic::
|
|
45
|
+
# @return [Array<Lithic::Models::FinancialEvent>, nil]
|
|
46
|
+
optional :events, -> { Lithic::Internal::Type::ArrayOf[Lithic::FinancialEvent] }
|
|
47
47
|
|
|
48
48
|
# @!attribute from_balance
|
|
49
49
|
# The updated balance of the sending financial account.
|
|
@@ -111,7 +111,7 @@ module Lithic
|
|
|
111
111
|
#
|
|
112
112
|
# @param descriptor [String] A string that provides a description of the transfer; may be useful to display t
|
|
113
113
|
#
|
|
114
|
-
# @param events [Array<Lithic::Models::
|
|
114
|
+
# @param events [Array<Lithic::Models::FinancialEvent>] A list of all financial events that have modified this trasnfer.
|
|
115
115
|
#
|
|
116
116
|
# @param from_balance [Array<Lithic::Models::Balance>] The updated balance of the sending financial account.
|
|
117
117
|
#
|
|
@@ -142,149 +142,6 @@ module Lithic
|
|
|
142
142
|
# @return [Array<Symbol>]
|
|
143
143
|
end
|
|
144
144
|
|
|
145
|
-
class Event < Lithic::Internal::Type::BaseModel
|
|
146
|
-
# @!attribute token
|
|
147
|
-
# Globally unique identifier.
|
|
148
|
-
#
|
|
149
|
-
# @return [String, nil]
|
|
150
|
-
optional :token, String
|
|
151
|
-
|
|
152
|
-
# @!attribute amount
|
|
153
|
-
# Amount of the financial event that has been settled in the currency's smallest
|
|
154
|
-
# unit (e.g., cents).
|
|
155
|
-
#
|
|
156
|
-
# @return [Integer, nil]
|
|
157
|
-
optional :amount, Integer
|
|
158
|
-
|
|
159
|
-
# @!attribute created
|
|
160
|
-
# Date and time when the financial event occurred. UTC time zone.
|
|
161
|
-
#
|
|
162
|
-
# @return [Time, nil]
|
|
163
|
-
optional :created, Time
|
|
164
|
-
|
|
165
|
-
# @!attribute result
|
|
166
|
-
# APPROVED financial events were successful while DECLINED financial events were
|
|
167
|
-
# declined by user, Lithic, or the network.
|
|
168
|
-
#
|
|
169
|
-
# @return [Symbol, Lithic::Models::Transfer::Event::Result, nil]
|
|
170
|
-
optional :result, enum: -> { Lithic::Transfer::Event::Result }
|
|
171
|
-
|
|
172
|
-
# @!attribute type
|
|
173
|
-
#
|
|
174
|
-
# @return [Symbol, Lithic::Models::Transfer::Event::Type, nil]
|
|
175
|
-
optional :type, enum: -> { Lithic::Transfer::Event::Type }
|
|
176
|
-
|
|
177
|
-
# @!method initialize(token: nil, amount: nil, created: nil, result: nil, type: nil)
|
|
178
|
-
# Some parameter documentations has been truncated, see
|
|
179
|
-
# {Lithic::Models::Transfer::Event} for more details.
|
|
180
|
-
#
|
|
181
|
-
# Financial Event
|
|
182
|
-
#
|
|
183
|
-
# @param token [String] Globally unique identifier.
|
|
184
|
-
#
|
|
185
|
-
# @param amount [Integer] Amount of the financial event that has been settled in the currency's smallest u
|
|
186
|
-
#
|
|
187
|
-
# @param created [Time] Date and time when the financial event occurred. UTC time zone.
|
|
188
|
-
#
|
|
189
|
-
# @param result [Symbol, Lithic::Models::Transfer::Event::Result] APPROVED financial events were successful while DECLINED financial events were d
|
|
190
|
-
#
|
|
191
|
-
# @param type [Symbol, Lithic::Models::Transfer::Event::Type]
|
|
192
|
-
|
|
193
|
-
# APPROVED financial events were successful while DECLINED financial events were
|
|
194
|
-
# declined by user, Lithic, or the network.
|
|
195
|
-
#
|
|
196
|
-
# @see Lithic::Models::Transfer::Event#result
|
|
197
|
-
module Result
|
|
198
|
-
extend Lithic::Internal::Type::Enum
|
|
199
|
-
|
|
200
|
-
APPROVED = :APPROVED
|
|
201
|
-
DECLINED = :DECLINED
|
|
202
|
-
|
|
203
|
-
# @!method self.values
|
|
204
|
-
# @return [Array<Symbol>]
|
|
205
|
-
end
|
|
206
|
-
|
|
207
|
-
# @see Lithic::Models::Transfer::Event#type
|
|
208
|
-
module Type
|
|
209
|
-
extend Lithic::Internal::Type::Enum
|
|
210
|
-
|
|
211
|
-
ACH_ORIGINATION_CANCELLED = :ACH_ORIGINATION_CANCELLED
|
|
212
|
-
ACH_ORIGINATION_INITIATED = :ACH_ORIGINATION_INITIATED
|
|
213
|
-
ACH_ORIGINATION_PROCESSED = :ACH_ORIGINATION_PROCESSED
|
|
214
|
-
ACH_ORIGINATION_RELEASED = :ACH_ORIGINATION_RELEASED
|
|
215
|
-
ACH_ORIGINATION_REJECTED = :ACH_ORIGINATION_REJECTED
|
|
216
|
-
ACH_ORIGINATION_REVIEWED = :ACH_ORIGINATION_REVIEWED
|
|
217
|
-
ACH_ORIGINATION_SETTLED = :ACH_ORIGINATION_SETTLED
|
|
218
|
-
ACH_RECEIPT_PROCESSED = :ACH_RECEIPT_PROCESSED
|
|
219
|
-
ACH_RECEIPT_RELEASED = :ACH_RECEIPT_RELEASED
|
|
220
|
-
ACH_RECEIPT_SETTLED = :ACH_RECEIPT_SETTLED
|
|
221
|
-
ACH_RETURN_INITIATED = :ACH_RETURN_INITIATED
|
|
222
|
-
ACH_RETURN_PROCESSED = :ACH_RETURN_PROCESSED
|
|
223
|
-
ACH_RETURN_REJECTED = :ACH_RETURN_REJECTED
|
|
224
|
-
ACH_RETURN_SETTLED = :ACH_RETURN_SETTLED
|
|
225
|
-
AUTHORIZATION = :AUTHORIZATION
|
|
226
|
-
AUTHORIZATION_ADVICE = :AUTHORIZATION_ADVICE
|
|
227
|
-
AUTHORIZATION_EXPIRY = :AUTHORIZATION_EXPIRY
|
|
228
|
-
AUTHORIZATION_REVERSAL = :AUTHORIZATION_REVERSAL
|
|
229
|
-
BALANCE_INQUIRY = :BALANCE_INQUIRY
|
|
230
|
-
BILLING_ERROR = :BILLING_ERROR
|
|
231
|
-
BILLING_ERROR_REVERSAL = :BILLING_ERROR_REVERSAL
|
|
232
|
-
CARD_TO_CARD = :CARD_TO_CARD
|
|
233
|
-
CASH_BACK = :CASH_BACK
|
|
234
|
-
CASH_BACK_REVERSAL = :CASH_BACK_REVERSAL
|
|
235
|
-
CLEARING = :CLEARING
|
|
236
|
-
COLLECTION = :COLLECTION
|
|
237
|
-
CORRECTION_CREDIT = :CORRECTION_CREDIT
|
|
238
|
-
CORRECTION_DEBIT = :CORRECTION_DEBIT
|
|
239
|
-
CREDIT_AUTHORIZATION = :CREDIT_AUTHORIZATION
|
|
240
|
-
CREDIT_AUTHORIZATION_ADVICE = :CREDIT_AUTHORIZATION_ADVICE
|
|
241
|
-
CURRENCY_CONVERSION = :CURRENCY_CONVERSION
|
|
242
|
-
CURRENCY_CONVERSION_REVERSAL = :CURRENCY_CONVERSION_REVERSAL
|
|
243
|
-
DISPUTE_WON = :DISPUTE_WON
|
|
244
|
-
EXTERNAL_ACH_CANCELED = :EXTERNAL_ACH_CANCELED
|
|
245
|
-
EXTERNAL_ACH_INITIATED = :EXTERNAL_ACH_INITIATED
|
|
246
|
-
EXTERNAL_ACH_RELEASED = :EXTERNAL_ACH_RELEASED
|
|
247
|
-
EXTERNAL_ACH_REVERSED = :EXTERNAL_ACH_REVERSED
|
|
248
|
-
EXTERNAL_ACH_SETTLED = :EXTERNAL_ACH_SETTLED
|
|
249
|
-
EXTERNAL_CHECK_CANCELED = :EXTERNAL_CHECK_CANCELED
|
|
250
|
-
EXTERNAL_CHECK_INITIATED = :EXTERNAL_CHECK_INITIATED
|
|
251
|
-
EXTERNAL_CHECK_RELEASED = :EXTERNAL_CHECK_RELEASED
|
|
252
|
-
EXTERNAL_CHECK_REVERSED = :EXTERNAL_CHECK_REVERSED
|
|
253
|
-
EXTERNAL_CHECK_SETTLED = :EXTERNAL_CHECK_SETTLED
|
|
254
|
-
EXTERNAL_TRANSFER_CANCELED = :EXTERNAL_TRANSFER_CANCELED
|
|
255
|
-
EXTERNAL_TRANSFER_INITIATED = :EXTERNAL_TRANSFER_INITIATED
|
|
256
|
-
EXTERNAL_TRANSFER_RELEASED = :EXTERNAL_TRANSFER_RELEASED
|
|
257
|
-
EXTERNAL_TRANSFER_REVERSED = :EXTERNAL_TRANSFER_REVERSED
|
|
258
|
-
EXTERNAL_TRANSFER_SETTLED = :EXTERNAL_TRANSFER_SETTLED
|
|
259
|
-
EXTERNAL_WIRE_CANCELED = :EXTERNAL_WIRE_CANCELED
|
|
260
|
-
EXTERNAL_WIRE_INITIATED = :EXTERNAL_WIRE_INITIATED
|
|
261
|
-
EXTERNAL_WIRE_RELEASED = :EXTERNAL_WIRE_RELEASED
|
|
262
|
-
EXTERNAL_WIRE_REVERSED = :EXTERNAL_WIRE_REVERSED
|
|
263
|
-
EXTERNAL_WIRE_SETTLED = :EXTERNAL_WIRE_SETTLED
|
|
264
|
-
FINANCIAL_AUTHORIZATION = :FINANCIAL_AUTHORIZATION
|
|
265
|
-
FINANCIAL_CREDIT_AUTHORIZATION = :FINANCIAL_CREDIT_AUTHORIZATION
|
|
266
|
-
INTEREST = :INTEREST
|
|
267
|
-
INTEREST_REVERSAL = :INTEREST_REVERSAL
|
|
268
|
-
INTERNAL_ADJUSTMENT = :INTERNAL_ADJUSTMENT
|
|
269
|
-
LATE_PAYMENT = :LATE_PAYMENT
|
|
270
|
-
LATE_PAYMENT_REVERSAL = :LATE_PAYMENT_REVERSAL
|
|
271
|
-
LOSS_WRITE_OFF = :LOSS_WRITE_OFF
|
|
272
|
-
PROVISIONAL_CREDIT = :PROVISIONAL_CREDIT
|
|
273
|
-
PROVISIONAL_CREDIT_REVERSAL = :PROVISIONAL_CREDIT_REVERSAL
|
|
274
|
-
SERVICE = :SERVICE
|
|
275
|
-
RETURN = :RETURN
|
|
276
|
-
RETURN_REVERSAL = :RETURN_REVERSAL
|
|
277
|
-
TRANSFER = :TRANSFER
|
|
278
|
-
TRANSFER_INSUFFICIENT_FUNDS = :TRANSFER_INSUFFICIENT_FUNDS
|
|
279
|
-
RETURNED_PAYMENT = :RETURNED_PAYMENT
|
|
280
|
-
RETURNED_PAYMENT_REVERSAL = :RETURNED_PAYMENT_REVERSAL
|
|
281
|
-
LITHIC_NETWORK_PAYMENT = :LITHIC_NETWORK_PAYMENT
|
|
282
|
-
|
|
283
|
-
# @!method self.values
|
|
284
|
-
# @return [Array<Symbol>]
|
|
285
|
-
end
|
|
286
|
-
end
|
|
287
|
-
|
|
288
145
|
# APPROVED transactions were successful while DECLINED transactions were declined
|
|
289
146
|
# by user, Lithic, or the network.
|
|
290
147
|
#
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Lithic
|
|
4
|
+
module Models
|
|
5
|
+
class WalletDecisioningInfo < Lithic::Internal::Type::BaseModel
|
|
6
|
+
# @!attribute account_score
|
|
7
|
+
# Score given to the account by the Wallet Provider
|
|
8
|
+
#
|
|
9
|
+
# @return [String, nil]
|
|
10
|
+
required :account_score, String, nil?: true
|
|
11
|
+
|
|
12
|
+
# @!attribute device_score
|
|
13
|
+
# Score given to the device by the Wallet Provider
|
|
14
|
+
#
|
|
15
|
+
# @return [String, nil]
|
|
16
|
+
required :device_score, String, nil?: true
|
|
17
|
+
|
|
18
|
+
# @!attribute recommended_decision
|
|
19
|
+
# The decision recommended by the Wallet Provider
|
|
20
|
+
#
|
|
21
|
+
# @return [String, nil]
|
|
22
|
+
required :recommended_decision, String, nil?: true
|
|
23
|
+
|
|
24
|
+
# @!attribute recommendation_reasons
|
|
25
|
+
# Reasons provided to the Wallet Provider on how the recommended decision was
|
|
26
|
+
# reached
|
|
27
|
+
#
|
|
28
|
+
# @return [Array<String>, nil]
|
|
29
|
+
optional :recommendation_reasons, Lithic::Internal::Type::ArrayOf[String], nil?: true
|
|
30
|
+
|
|
31
|
+
# @!method initialize(account_score:, device_score:, recommended_decision:, recommendation_reasons: nil)
|
|
32
|
+
# Some parameter documentations has been truncated, see
|
|
33
|
+
# {Lithic::Models::WalletDecisioningInfo} for more details.
|
|
34
|
+
#
|
|
35
|
+
# @param account_score [String, nil] Score given to the account by the Wallet Provider
|
|
36
|
+
#
|
|
37
|
+
# @param device_score [String, nil] Score given to the device by the Wallet Provider
|
|
38
|
+
#
|
|
39
|
+
# @param recommended_decision [String, nil] The decision recommended by the Wallet Provider
|
|
40
|
+
#
|
|
41
|
+
# @param recommendation_reasons [Array<String>, nil] Reasons provided to the Wallet Provider on how the recommended decision was reac
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
end
|
data/lib/lithic/models.rb
CHANGED
|
@@ -112,12 +112,24 @@ module Lithic
|
|
|
112
112
|
|
|
113
113
|
Card = Lithic::Models::Card
|
|
114
114
|
|
|
115
|
+
CardBulkOrder = Lithic::Models::CardBulkOrder
|
|
116
|
+
|
|
117
|
+
CardBulkOrderCreateParams = Lithic::Models::CardBulkOrderCreateParams
|
|
118
|
+
|
|
119
|
+
CardBulkOrderListParams = Lithic::Models::CardBulkOrderListParams
|
|
120
|
+
|
|
121
|
+
CardBulkOrderRetrieveParams = Lithic::Models::CardBulkOrderRetrieveParams
|
|
122
|
+
|
|
123
|
+
CardBulkOrderUpdateParams = Lithic::Models::CardBulkOrderUpdateParams
|
|
124
|
+
|
|
115
125
|
CardConvertPhysicalParams = Lithic::Models::CardConvertPhysicalParams
|
|
116
126
|
|
|
117
127
|
CardCreateParams = Lithic::Models::CardCreateParams
|
|
118
128
|
|
|
119
129
|
CardEmbedParams = Lithic::Models::CardEmbedParams
|
|
120
130
|
|
|
131
|
+
CardholderAuthentication = Lithic::Models::CardholderAuthentication
|
|
132
|
+
|
|
121
133
|
CardListParams = Lithic::Models::CardListParams
|
|
122
134
|
|
|
123
135
|
CardProgram = Lithic::Models::CardProgram
|
|
@@ -148,18 +160,24 @@ module Lithic
|
|
|
148
160
|
|
|
149
161
|
Carrier = Lithic::Models::Carrier
|
|
150
162
|
|
|
163
|
+
CategoryDetails = Lithic::Models::CategoryDetails
|
|
164
|
+
|
|
151
165
|
ClientAPIStatusParams = Lithic::Models::ClientAPIStatusParams
|
|
152
166
|
|
|
153
167
|
CreditProducts = Lithic::Models::CreditProducts
|
|
154
168
|
|
|
155
169
|
Currency = Lithic::Models::Currency
|
|
156
170
|
|
|
171
|
+
Device = Lithic::Models::Device
|
|
172
|
+
|
|
157
173
|
DigitalCardArtAPI = Lithic::Models::DigitalCardArtAPI
|
|
158
174
|
|
|
159
175
|
DigitalCardArtListParams = Lithic::Models::DigitalCardArtListParams
|
|
160
176
|
|
|
161
177
|
DigitalCardArtRetrieveParams = Lithic::Models::DigitalCardArtRetrieveParams
|
|
162
178
|
|
|
179
|
+
DigitalWalletTokenMetadata = Lithic::Models::DigitalWalletTokenMetadata
|
|
180
|
+
|
|
163
181
|
Dispute = Lithic::Models::Dispute
|
|
164
182
|
|
|
165
183
|
DisputeCreateParams = Lithic::Models::DisputeCreateParams
|
|
@@ -180,8 +198,14 @@ module Lithic
|
|
|
180
198
|
|
|
181
199
|
DisputeRetrieveParams = Lithic::Models::DisputeRetrieveParams
|
|
182
200
|
|
|
201
|
+
DisputesV2ListParams = Lithic::Models::DisputesV2ListParams
|
|
202
|
+
|
|
203
|
+
DisputesV2RetrieveParams = Lithic::Models::DisputesV2RetrieveParams
|
|
204
|
+
|
|
183
205
|
DisputeUpdateParams = Lithic::Models::DisputeUpdateParams
|
|
184
206
|
|
|
207
|
+
DisputeV2 = Lithic::Models::DisputeV2
|
|
208
|
+
|
|
185
209
|
Document = Lithic::Models::Document
|
|
186
210
|
|
|
187
211
|
Event = Lithic::Models::Event
|
|
@@ -196,6 +220,8 @@ module Lithic
|
|
|
196
220
|
|
|
197
221
|
EventSubscription = Lithic::Models::EventSubscription
|
|
198
222
|
|
|
223
|
+
ExternalBankAccount = Lithic::Models::ExternalBankAccount
|
|
224
|
+
|
|
199
225
|
ExternalBankAccountAddress = Lithic::Models::ExternalBankAccountAddress
|
|
200
226
|
|
|
201
227
|
ExternalBankAccountCreateParams = Lithic::Models::ExternalBankAccountCreateParams
|
|
@@ -210,6 +236,8 @@ module Lithic
|
|
|
210
236
|
|
|
211
237
|
ExternalBankAccounts = Lithic::Models::ExternalBankAccounts
|
|
212
238
|
|
|
239
|
+
ExternalBankAccountUnpauseParams = Lithic::Models::ExternalBankAccountUnpauseParams
|
|
240
|
+
|
|
213
241
|
ExternalBankAccountUpdateParams = Lithic::Models::ExternalBankAccountUpdateParams
|
|
214
242
|
|
|
215
243
|
ExternalPayment = Lithic::Models::ExternalPayment
|
|
@@ -234,6 +262,8 @@ module Lithic
|
|
|
234
262
|
|
|
235
263
|
FinancialAccount = Lithic::Models::FinancialAccount
|
|
236
264
|
|
|
265
|
+
FinancialAccountBalance = Lithic::Models::FinancialAccountBalance
|
|
266
|
+
|
|
237
267
|
FinancialAccountCreateParams = Lithic::Models::FinancialAccountCreateParams
|
|
238
268
|
|
|
239
269
|
FinancialAccountListParams = Lithic::Models::FinancialAccountListParams
|
|
@@ -248,10 +278,14 @@ module Lithic
|
|
|
248
278
|
|
|
249
279
|
FinancialAccountUpdateStatusParams = Lithic::Models::FinancialAccountUpdateStatusParams
|
|
250
280
|
|
|
281
|
+
FinancialEvent = Lithic::Models::FinancialEvent
|
|
282
|
+
|
|
251
283
|
FinancialTransaction = Lithic::Models::FinancialTransaction
|
|
252
284
|
|
|
253
285
|
Fraud = Lithic::Models::Fraud
|
|
254
286
|
|
|
287
|
+
FundingEvent = Lithic::Models::FundingEvent
|
|
288
|
+
|
|
255
289
|
FundingEventListParams = Lithic::Models::FundingEventListParams
|
|
256
290
|
|
|
257
291
|
FundingEventRetrieveDetailsParams = Lithic::Models::FundingEventRetrieveDetailsParams
|
|
@@ -260,6 +294,8 @@ module Lithic
|
|
|
260
294
|
|
|
261
295
|
InstanceFinancialAccountType = Lithic::Models::InstanceFinancialAccountType
|
|
262
296
|
|
|
297
|
+
InternalTransactionAPI = Lithic::Models::InternalTransactionAPI
|
|
298
|
+
|
|
263
299
|
KYB = Lithic::Models::KYB
|
|
264
300
|
|
|
265
301
|
KYBBusinessEntity = Lithic::Models::KYBBusinessEntity
|
|
@@ -278,6 +314,8 @@ module Lithic
|
|
|
278
314
|
|
|
279
315
|
ManagementOperationTransaction = Lithic::Models::ManagementOperationTransaction
|
|
280
316
|
|
|
317
|
+
Merchant = Lithic::Models::Merchant
|
|
318
|
+
|
|
281
319
|
MessageAttempt = Lithic::Models::MessageAttempt
|
|
282
320
|
|
|
283
321
|
NetworkProgram = Lithic::Models::NetworkProgram
|
|
@@ -286,6 +324,8 @@ module Lithic
|
|
|
286
324
|
|
|
287
325
|
NetworkProgramRetrieveParams = Lithic::Models::NetworkProgramRetrieveParams
|
|
288
326
|
|
|
327
|
+
NetworkTotal = Lithic::Models::NetworkTotal
|
|
328
|
+
|
|
289
329
|
NonPCICard = Lithic::Models::NonPCICard
|
|
290
330
|
|
|
291
331
|
OwnerType = Lithic::Models::OwnerType
|
|
@@ -300,6 +340,8 @@ module Lithic
|
|
|
300
340
|
|
|
301
341
|
PaymentRetryParams = Lithic::Models::PaymentRetryParams
|
|
302
342
|
|
|
343
|
+
PaymentReturnParams = Lithic::Models::PaymentReturnParams
|
|
344
|
+
|
|
303
345
|
PaymentSimulateActionParams = Lithic::Models::PaymentSimulateActionParams
|
|
304
346
|
|
|
305
347
|
PaymentSimulateReceiptParams = Lithic::Models::PaymentSimulateReceiptParams
|
|
@@ -332,8 +374,14 @@ module Lithic
|
|
|
332
374
|
|
|
333
375
|
SpendLimitDuration = Lithic::Models::SpendLimitDuration
|
|
334
376
|
|
|
377
|
+
StatementTotals = Lithic::Models::StatementTotals
|
|
378
|
+
|
|
335
379
|
ThreeDS = Lithic::Models::ThreeDS
|
|
336
380
|
|
|
381
|
+
ThreeDSAuthentication = Lithic::Models::ThreeDSAuthentication
|
|
382
|
+
|
|
383
|
+
TokenInfo = Lithic::Models::TokenInfo
|
|
384
|
+
|
|
337
385
|
Tokenization = Lithic::Models::Tokenization
|
|
338
386
|
|
|
339
387
|
TokenizationActivateParams = Lithic::Models::TokenizationActivateParams
|
|
@@ -344,6 +392,8 @@ module Lithic
|
|
|
344
392
|
|
|
345
393
|
TokenizationDecisioningRotateSecretParams = Lithic::Models::TokenizationDecisioningRotateSecretParams
|
|
346
394
|
|
|
395
|
+
TokenizationDeclineReason = Lithic::Models::TokenizationDeclineReason
|
|
396
|
+
|
|
347
397
|
TokenizationListParams = Lithic::Models::TokenizationListParams
|
|
348
398
|
|
|
349
399
|
TokenizationPauseParams = Lithic::Models::TokenizationPauseParams
|
|
@@ -352,10 +402,14 @@ module Lithic
|
|
|
352
402
|
|
|
353
403
|
TokenizationRetrieveParams = Lithic::Models::TokenizationRetrieveParams
|
|
354
404
|
|
|
405
|
+
TokenizationRuleResult = Lithic::Models::TokenizationRuleResult
|
|
406
|
+
|
|
355
407
|
TokenizationSecret = Lithic::Models::TokenizationSecret
|
|
356
408
|
|
|
357
409
|
TokenizationSimulateParams = Lithic::Models::TokenizationSimulateParams
|
|
358
410
|
|
|
411
|
+
TokenizationTfaReason = Lithic::Models::TokenizationTfaReason
|
|
412
|
+
|
|
359
413
|
TokenizationUnpauseParams = Lithic::Models::TokenizationUnpauseParams
|
|
360
414
|
|
|
361
415
|
TokenizationUpdateDigitalCardArtParams = Lithic::Models::TokenizationUpdateDigitalCardArtParams
|
|
@@ -392,5 +446,7 @@ module Lithic
|
|
|
392
446
|
|
|
393
447
|
VerificationMethod = Lithic::Models::VerificationMethod
|
|
394
448
|
|
|
449
|
+
WalletDecisioningInfo = Lithic::Models::WalletDecisioningInfo
|
|
450
|
+
|
|
395
451
|
WirePartyDetails = Lithic::Models::WirePartyDetails
|
|
396
452
|
end
|