lithic 0.1.0.pre.alpha.22 → 0.1.0.pre.alpha.24
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 +29 -0
- data/README.md +4 -4
- data/lib/lithic/client.rb +2 -7
- data/lib/lithic/errors.rb +1 -1
- data/lib/lithic/file_part.rb +2 -2
- data/lib/lithic/internal/transport/base_client.rb +77 -5
- data/lib/lithic/internal/transport/pooled_net_requester.rb +14 -0
- data/lib/lithic/internal/type/array_of.rb +1 -1
- data/lib/lithic/internal/type/base_model.rb +62 -30
- data/lib/lithic/internal/type/converter.rb +18 -0
- data/lib/lithic/internal/type/enum.rb +4 -3
- data/lib/lithic/internal/type/hash_of.rb +1 -1
- data/lib/lithic/internal/type/request_parameters.rb +4 -4
- data/lib/lithic/internal/type/union.rb +1 -0
- data/lib/lithic/internal/util.rb +57 -1
- data/lib/lithic/internal.rb +6 -0
- data/lib/lithic/models/account.rb +21 -26
- data/lib/lithic/models/account_holder.rb +71 -85
- data/lib/lithic/models/account_holder_create_params.rb +54 -77
- data/lib/lithic/models/account_holder_create_response.rb +4 -6
- data/lib/lithic/models/account_holder_list_documents_response.rb +3 -3
- data/lib/lithic/models/account_holder_list_params.rb +0 -8
- data/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb +6 -7
- data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +8 -7
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +14 -40
- data/lib/lithic/models/account_holder_update_params.rb +42 -66
- data/lib/lithic/models/account_holder_update_response.rb +23 -43
- data/lib/lithic/models/account_holder_upload_document_params.rb +3 -3
- data/lib/lithic/models/account_list_params.rb +0 -4
- data/lib/lithic/models/account_spend_limits.rb +14 -20
- data/lib/lithic/models/account_update_params.rb +6 -10
- data/lib/lithic/models/address.rb +2 -5
- data/lib/lithic/models/address_update.rb +2 -5
- data/lib/lithic/models/aggregate_balance.rb +6 -10
- data/lib/lithic/models/aggregate_balance_list_params.rb +3 -4
- data/lib/lithic/models/auth_rules/auth_rule.rb +5 -9
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +15 -11
- data/lib/lithic/models/auth_rules/conditional_block_parameters.rb +3 -3
- data/lib/lithic/models/auth_rules/v2/backtest_results.rb +31 -32
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +30 -20
- data/lib/lithic/models/auth_rules/v2_create_params.rb +28 -20
- data/lib/lithic/models/auth_rules/v2_create_response.rb +30 -20
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +25 -17
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +30 -20
- data/lib/lithic/models/auth_rules/v2_list_params.rb +3 -5
- data/lib/lithic/models/auth_rules/v2_list_response.rb +30 -20
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +30 -20
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +30 -20
- data/lib/lithic/models/auth_rules/v2_update_params.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_update_response.rb +30 -20
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +20 -23
- data/lib/lithic/models/balance.rb +6 -10
- data/lib/lithic/models/balance_list_params.rb +3 -4
- data/lib/lithic/models/book_transfer_create_params.rb +6 -10
- data/lib/lithic/models/book_transfer_list_params.rb +9 -14
- data/lib/lithic/models/book_transfer_response.rb +26 -34
- data/lib/lithic/models/card.rb +2 -3
- data/lib/lithic/models/card_convert_physical_params.rb +9 -10
- data/lib/lithic/models/card_create_params.rb +18 -28
- data/lib/lithic/models/card_list_params.rb +13 -9
- data/lib/lithic/models/card_program.rb +2 -3
- data/lib/lithic/models/card_program_list_params.rb +0 -2
- data/lib/lithic/models/card_provision_params.rb +3 -8
- data/lib/lithic/models/card_reissue_params.rb +9 -10
- data/lib/lithic/models/card_renew_params.rb +9 -12
- data/lib/lithic/models/card_spend_limits.rb +14 -20
- data/lib/lithic/models/card_update_params.rb +9 -13
- data/lib/lithic/models/cards/aggregate_balance_list_response.rb +0 -4
- data/lib/lithic/models/cards/balance_list_params.rb +1 -1
- data/lib/lithic/models/cards/balance_list_response.rb +0 -4
- data/lib/lithic/models/cards/financial_transaction_list_params.rb +9 -13
- data/lib/lithic/models/digital_card_art.rb +4 -4
- data/lib/lithic/models/digital_card_art_list_params.rb +0 -2
- data/lib/lithic/models/dispute.rb +14 -16
- data/lib/lithic/models/dispute_create_params.rb +3 -3
- data/lib/lithic/models/dispute_evidence.rb +6 -7
- data/lib/lithic/models/dispute_list_evidences_params.rb +0 -4
- data/lib/lithic/models/dispute_list_params.rb +3 -7
- data/lib/lithic/models/dispute_update_params.rb +3 -3
- data/lib/lithic/models/document.rb +22 -22
- data/lib/lithic/models/event.rb +8 -7
- data/lib/lithic/models/event_list_attempts_params.rb +3 -7
- data/lib/lithic/models/event_list_params.rb +4 -8
- data/lib/lithic/models/event_subscription.rb +4 -3
- data/lib/lithic/models/events/subscription_create_params.rb +6 -4
- data/lib/lithic/models/events/subscription_list_attempts_params.rb +3 -7
- data/lib/lithic/models/events/subscription_list_params.rb +0 -2
- data/lib/lithic/models/events/subscription_recover_params.rb +0 -2
- data/lib/lithic/models/events/subscription_replay_missing_params.rb +0 -2
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +4 -4
- data/lib/lithic/models/events/subscription_update_params.rb +6 -4
- data/lib/lithic/models/external_bank_account_create_params.rb +12 -16
- data/lib/lithic/models/external_bank_account_create_response.rb +3 -10
- data/lib/lithic/models/external_bank_account_list_params.rb +16 -14
- data/lib/lithic/models/external_bank_account_list_response.rb +3 -10
- data/lib/lithic/models/external_bank_account_retrieve_response.rb +3 -10
- data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +3 -10
- data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +9 -16
- data/lib/lithic/models/external_bank_account_update_params.rb +9 -10
- data/lib/lithic/models/external_bank_account_update_response.rb +3 -10
- data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +3 -10
- data/lib/lithic/models/external_payment.rb +30 -30
- data/lib/lithic/models/external_payment_create_params.rb +9 -9
- data/lib/lithic/models/external_payment_list_params.rb +9 -14
- data/lib/lithic/models/external_payment_settle_params.rb +3 -3
- data/lib/lithic/models/financial_account.rb +24 -24
- data/lib/lithic/models/financial_account_create_params.rb +3 -3
- data/lib/lithic/models/financial_account_list_params.rb +3 -3
- data/lib/lithic/models/financial_account_update_status_params.rb +6 -8
- data/lib/lithic/models/financial_accounts/balance_list_params.rb +1 -1
- data/lib/lithic/models/financial_accounts/balance_list_response.rb +0 -4
- data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +8 -8
- data/lib/lithic/models/financial_accounts/financial_transaction_list_params.rb +9 -14
- data/lib/lithic/models/financial_accounts/loan_tape.rb +101 -100
- data/lib/lithic/models/financial_accounts/loan_tape_list_params.rb +0 -4
- data/lib/lithic/models/financial_accounts/statement.rb +68 -67
- data/lib/lithic/models/financial_accounts/statement_list_params.rb +0 -4
- data/lib/lithic/models/financial_accounts/statements/line_item_list_params.rb +0 -2
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +18 -14
- data/lib/lithic/models/financial_accounts/statements.rb +3 -3
- data/lib/lithic/models/financial_transaction.rb +25 -32
- data/lib/lithic/models/kyb.rb +40 -59
- data/lib/lithic/models/kyb_business_entity.rb +6 -13
- data/lib/lithic/models/kyc.rb +17 -23
- data/lib/lithic/models/kyc_exempt.rb +13 -16
- data/lib/lithic/models/management_operation_create_params.rb +9 -9
- data/lib/lithic/models/management_operation_list_params.rb +6 -11
- data/lib/lithic/models/management_operation_transaction.rb +38 -35
- data/lib/lithic/models/message_attempt.rb +7 -7
- data/lib/lithic/models/non_pci_card.rb +34 -44
- data/lib/lithic/models/payment.rb +51 -56
- data/lib/lithic/models/payment_create_params.rb +13 -14
- data/lib/lithic/models/payment_create_response.rb +3 -3
- data/lib/lithic/models/payment_list_params.rb +9 -13
- data/lib/lithic/models/payment_retry_response.rb +3 -3
- data/lib/lithic/models/payment_simulate_action_params.rb +6 -6
- data/lib/lithic/models/payment_simulate_receipt_params.rb +3 -4
- data/lib/lithic/models/reports/settlement/network_total_list_params.rb +3 -8
- data/lib/lithic/models/reports/settlement/network_total_list_response.rb +0 -4
- data/lib/lithic/models/reports/settlement/network_total_retrieve_response.rb +0 -4
- data/lib/lithic/models/reports/settlement_list_details_params.rb +0 -2
- data/lib/lithic/models/required_document.rb +2 -4
- data/lib/lithic/models/responder_endpoint_check_status_params.rb +3 -3
- data/lib/lithic/models/responder_endpoint_create_params.rb +3 -3
- data/lib/lithic/models/responder_endpoint_delete_params.rb +3 -3
- data/lib/lithic/models/settlement_detail.rb +14 -20
- data/lib/lithic/models/settlement_report.rb +5 -11
- data/lib/lithic/models/settlement_summary_details.rb +5 -8
- data/lib/lithic/models/shipping_address.rb +2 -9
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +14 -51
- data/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rb +0 -1
- data/lib/lithic/models/three_ds/authentication_simulate_params.rb +12 -16
- data/lib/lithic/models/three_ds/authentication_simulate_response.rb +0 -1
- data/lib/lithic/models/three_ds/challenge_response.rb +4 -5
- data/lib/lithic/models/tokenization.rb +25 -27
- data/lib/lithic/models/tokenization_list_params.rb +3 -6
- data/lib/lithic/models/tokenization_resend_activation_code_params.rb +3 -4
- data/lib/lithic/models/tokenization_retrieve_response.rb +3 -3
- data/lib/lithic/models/tokenization_simulate_params.rb +6 -9
- data/lib/lithic/models/tokenization_simulate_response.rb +3 -3
- data/lib/lithic/models/tokenization_update_digital_card_art_params.rb +0 -1
- data/lib/lithic/models/tokenization_update_digital_card_art_response.rb +3 -3
- data/lib/lithic/models/transaction.rb +266 -247
- data/lib/lithic/models/transaction_list_params.rb +7 -12
- data/lib/lithic/models/transaction_simulate_authorization_advice_params.rb +0 -1
- data/lib/lithic/models/transaction_simulate_authorization_params.rb +4 -8
- data/lib/lithic/models/transaction_simulate_authorization_response.rb +0 -1
- data/lib/lithic/models/transaction_simulate_clearing_params.rb +0 -1
- data/lib/lithic/models/transaction_simulate_credit_authorization_params.rb +0 -2
- data/lib/lithic/models/transaction_simulate_void_params.rb +3 -4
- data/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rb +3 -3
- data/lib/lithic/models/transactions/events/enhanced_data.rb +45 -41
- data/lib/lithic/models/transfer.rb +33 -40
- data/lib/lithic/models/transfer_create_params.rb +0 -4
- data/lib/lithic/models.rb +27 -0
- data/lib/lithic/request_options.rb +4 -0
- data/lib/lithic/resources/account_holders.rb +36 -67
- data/lib/lithic/resources/accounts.rb +12 -20
- data/lib/lithic/resources/aggregate_balances.rb +4 -4
- data/lib/lithic/resources/auth_rules/v2/backtests.rb +4 -4
- data/lib/lithic/resources/auth_rules/v2.rb +10 -12
- data/lib/lithic/resources/auth_stream_enrollment.rb +2 -2
- data/lib/lithic/resources/balances.rb +4 -5
- data/lib/lithic/resources/book_transfers.rb +16 -25
- data/lib/lithic/resources/card_programs.rb +5 -7
- data/lib/lithic/resources/cards/aggregate_balances.rb +1 -1
- data/lib/lithic/resources/cards/balances.rb +2 -2
- data/lib/lithic/resources/cards/financial_transactions.rb +9 -13
- data/lib/lithic/resources/cards.rb +51 -83
- data/lib/lithic/resources/credit_products/extended_credit.rb +2 -2
- data/lib/lithic/resources/credit_products/prime_rates.rb +2 -2
- data/lib/lithic/resources/digital_card_art.rb +5 -8
- data/lib/lithic/resources/disputes.rb +28 -36
- data/lib/lithic/resources/events/event_subscriptions.rb +1 -1
- data/lib/lithic/resources/events/subscriptions.rb +21 -33
- data/lib/lithic/resources/events.rb +10 -18
- data/lib/lithic/resources/external_bank_accounts/micro_deposits.rb +1 -1
- data/lib/lithic/resources/external_bank_accounts.rb +16 -22
- data/lib/lithic/resources/external_payments.rb +27 -32
- data/lib/lithic/resources/financial_accounts/balances.rb +2 -2
- data/lib/lithic/resources/financial_accounts/credit_configuration.rb +5 -5
- data/lib/lithic/resources/financial_accounts/financial_transactions.rb +9 -14
- data/lib/lithic/resources/financial_accounts/loan_tapes.rb +6 -10
- data/lib/lithic/resources/financial_accounts/statements/line_items.rb +3 -5
- data/lib/lithic/resources/financial_accounts/statements.rb +6 -10
- data/lib/lithic/resources/financial_accounts.rb +18 -18
- data/lib/lithic/resources/management_operations.rb +16 -21
- data/lib/lithic/resources/payments.rb +19 -25
- data/lib/lithic/resources/reports/settlement/network_totals.rb +2 -7
- data/lib/lithic/resources/reports/settlement.rb +5 -7
- data/lib/lithic/resources/responder_endpoints.rb +8 -8
- data/lib/lithic/resources/three_ds/authentication.rb +5 -7
- data/lib/lithic/resources/three_ds/decisioning.rb +2 -3
- data/lib/lithic/resources/tokenization_decisioning.rb +2 -2
- data/lib/lithic/resources/tokenizations.rb +10 -18
- data/lib/lithic/resources/transactions/events/enhanced_commercial_data.rb +2 -2
- data/lib/lithic/resources/transactions.rb +18 -32
- data/lib/lithic/resources/transfers.rb +3 -7
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +3 -0
- data/rbi/lithic/client.rbi +16 -7
- data/rbi/lithic/errors.rbi +35 -16
- data/rbi/lithic/file_part.rbi +9 -6
- data/rbi/lithic/internal/cursor_page.rbi +2 -1
- data/rbi/lithic/internal/single_page.rbi +2 -1
- data/rbi/lithic/internal/transport/base_client.rbi +158 -78
- data/rbi/lithic/internal/transport/pooled_net_requester.rbi +27 -13
- data/rbi/lithic/internal/type/array_of.rbi +34 -24
- data/rbi/lithic/internal/type/base_model.rbi +144 -69
- data/rbi/lithic/internal/type/base_page.rbi +12 -8
- data/rbi/lithic/internal/type/boolean.rbi +16 -14
- data/rbi/lithic/internal/type/converter.rbi +66 -28
- data/rbi/lithic/internal/type/enum.rbi +28 -15
- data/rbi/lithic/internal/type/file_input.rbi +12 -10
- data/rbi/lithic/internal/type/hash_of.rbi +34 -24
- data/rbi/lithic/internal/type/request_parameters.rbi +12 -4
- data/rbi/lithic/internal/type/union.rbi +57 -22
- data/rbi/lithic/internal/type/unknown.rbi +18 -9
- data/rbi/lithic/internal/util.rbi +237 -89
- data/rbi/lithic/internal.rbi +2 -0
- data/rbi/lithic/models/account.rbi +102 -59
- data/rbi/lithic/models/account_financial_account_type.rbi +13 -5
- data/rbi/lithic/models/account_holder.rbi +464 -241
- data/rbi/lithic/models/account_holder_create_params.rbi +268 -161
- data/rbi/lithic/models/account_holder_create_response.rbi +133 -42
- data/rbi/lithic/models/account_holder_list_documents_params.rbi +15 -8
- data/rbi/lithic/models/account_holder_list_documents_response.rbi +18 -7
- data/rbi/lithic/models/account_holder_list_params.rbi +28 -22
- data/rbi/lithic/models/account_holder_retrieve_document_params.rbi +22 -6
- data/rbi/lithic/models/account_holder_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/account_holder_simulate_enrollment_document_review_params.rbi +82 -49
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_params.rbi +107 -49
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_response.rbi +460 -287
- data/rbi/lithic/models/account_holder_update_params.rbi +238 -152
- data/rbi/lithic/models/account_holder_update_response.rbi +519 -331
- data/rbi/lithic/models/account_holder_upload_document_params.rbi +101 -37
- data/rbi/lithic/models/account_list_params.rbi +22 -16
- data/rbi/lithic/models/account_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/account_retrieve_spend_limits_params.rbi +15 -8
- data/rbi/lithic/models/account_spend_limits.rbi +106 -37
- data/rbi/lithic/models/account_update_params.rbi +77 -44
- data/rbi/lithic/models/address.rbi +19 -15
- data/rbi/lithic/models/address_update.rbi +19 -15
- data/rbi/lithic/models/aggregate_balance.rbi +59 -27
- data/rbi/lithic/models/aggregate_balance_list_params.rbi +61 -22
- data/rbi/lithic/models/api_status.rbi +8 -3
- data/rbi/lithic/models/auth_rules/auth_rule.rbi +39 -25
- data/rbi/lithic/models/auth_rules/auth_rule_condition.rbi +96 -30
- data/rbi/lithic/models/auth_rules/conditional_attribute.rbi +80 -19
- data/rbi/lithic/models/auth_rules/conditional_block_parameters.rbi +20 -7
- data/rbi/lithic/models/auth_rules/v2/backtest_create_params.rbi +24 -9
- data/rbi/lithic/models/auth_rules/v2/backtest_create_response.rbi +14 -3
- data/rbi/lithic/models/auth_rules/v2/backtest_results.rbi +249 -118
- data/rbi/lithic/models/auth_rules/v2/backtest_retrieve_params.rbi +22 -9
- data/rbi/lithic/models/auth_rules/v2_apply_params.rbi +21 -15
- data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +324 -136
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +146 -73
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +324 -136
- data/rbi/lithic/models/auth_rules/v2_delete_params.rbi +13 -9
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +103 -52
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +324 -136
- data/rbi/lithic/models/auth_rules/v2_list_params.rbi +53 -26
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +320 -136
- data/rbi/lithic/models/auth_rules/v2_promote_params.rbi +13 -9
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +328 -137
- data/rbi/lithic/models/auth_rules/v2_report_params.rbi +13 -9
- data/rbi/lithic/models/auth_rules/v2_report_response.rbi +13 -3
- data/rbi/lithic/models/auth_rules/v2_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +325 -136
- data/rbi/lithic/models/auth_rules/v2_update_params.rbi +46 -24
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +324 -136
- data/rbi/lithic/models/auth_rules/velocity_limit_params.rbi +107 -42
- data/rbi/lithic/models/auth_rules/velocity_limit_params_period_window.rbi +28 -6
- data/rbi/lithic/models/auth_stream_enrollment_retrieve_secret_params.rbi +15 -8
- data/rbi/lithic/models/auth_stream_enrollment_rotate_secret_params.rbi +15 -8
- data/rbi/lithic/models/auth_stream_secret.rbi +11 -3
- data/rbi/lithic/models/balance.rbi +42 -27
- data/rbi/lithic/models/balance_list_params.rbi +63 -24
- data/rbi/lithic/models/book_transfer_create_params.rbi +220 -70
- data/rbi/lithic/models/book_transfer_list_params.rbi +117 -52
- data/rbi/lithic/models/book_transfer_response.rbi +182 -82
- data/rbi/lithic/models/book_transfer_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/book_transfer_reverse_params.rbi +19 -5
- data/rbi/lithic/models/card.rbi +8 -3
- data/rbi/lithic/models/card_convert_physical_params.rbi +82 -33
- data/rbi/lithic/models/card_create_params.rbi +131 -69
- data/rbi/lithic/models/card_embed_params.rbi +21 -6
- data/rbi/lithic/models/card_list_params.rbi +60 -29
- data/rbi/lithic/models/card_program.rbi +20 -16
- data/rbi/lithic/models/card_program_list_params.rbi +20 -14
- data/rbi/lithic/models/card_program_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/card_provision_params.rbi +59 -26
- data/rbi/lithic/models/card_provision_response.rbi +13 -3
- data/rbi/lithic/models/card_reissue_params.rbi +77 -33
- data/rbi/lithic/models/card_renew_params.rbi +72 -35
- data/rbi/lithic/models/card_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/card_retrieve_spend_limits_params.rbi +15 -8
- data/rbi/lithic/models/card_search_by_pan_params.rbi +19 -5
- data/rbi/lithic/models/card_spend_limits.rbi +106 -36
- data/rbi/lithic/models/card_update_params.rbi +59 -37
- data/rbi/lithic/models/cards/aggregate_balance_list_params.rbi +22 -11
- data/rbi/lithic/models/cards/aggregate_balance_list_response.rbi +27 -18
- data/rbi/lithic/models/cards/balance_list_params.rbi +19 -13
- data/rbi/lithic/models/cards/balance_list_response.rbi +62 -26
- data/rbi/lithic/models/cards/financial_transaction_list_params.rbi +169 -46
- data/rbi/lithic/models/cards/financial_transaction_retrieve_params.rbi +19 -6
- data/rbi/lithic/models/carrier.rbi +9 -3
- data/rbi/lithic/models/client_api_status_params.rbi +13 -9
- data/rbi/lithic/models/credit_products/extended_credit.rbi +13 -3
- data/rbi/lithic/models/credit_products/extended_credit_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/credit_products/prime_rate_create_params.rbi +22 -6
- data/rbi/lithic/models/credit_products/prime_rate_retrieve_params.rbi +15 -5
- data/rbi/lithic/models/credit_products/prime_rate_retrieve_response.rbi +51 -14
- data/rbi/lithic/models/digital_card_art.rbi +36 -23
- data/rbi/lithic/models/digital_card_art_list_params.rbi +20 -14
- data/rbi/lithic/models/digital_card_art_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/dispute.rbi +170 -82
- data/rbi/lithic/models/dispute_create_params.rbi +83 -35
- data/rbi/lithic/models/dispute_delete_evidence_params.rbi +16 -6
- data/rbi/lithic/models/dispute_delete_params.rbi +13 -9
- data/rbi/lithic/models/dispute_evidence.rbi +43 -26
- data/rbi/lithic/models/dispute_initiate_evidence_upload_params.rbi +22 -5
- data/rbi/lithic/models/dispute_list_evidences_params.rbi +22 -16
- data/rbi/lithic/models/dispute_list_params.rbi +58 -33
- data/rbi/lithic/models/dispute_retrieve_evidence_params.rbi +19 -6
- data/rbi/lithic/models/dispute_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/dispute_update_params.rbi +83 -35
- data/rbi/lithic/models/document.rbi +242 -91
- data/rbi/lithic/models/event.rbi +169 -60
- data/rbi/lithic/models/event_list_attempts_params.rbi +50 -28
- data/rbi/lithic/models/event_list_params.rbi +211 -66
- data/rbi/lithic/models/event_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/event_subscription.rbi +203 -61
- data/rbi/lithic/models/events/event_subscription_resend_params.rbi +19 -6
- data/rbi/lithic/models/events/subscription_create_params.rbi +143 -63
- data/rbi/lithic/models/events/subscription_delete_params.rbi +15 -8
- data/rbi/lithic/models/events/subscription_list_attempts_params.rbi +77 -27
- data/rbi/lithic/models/events/subscription_list_params.rbi +23 -14
- data/rbi/lithic/models/events/subscription_recover_params.rbi +24 -6
- data/rbi/lithic/models/events/subscription_replay_missing_params.rbi +24 -6
- data/rbi/lithic/models/events/subscription_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/events/subscription_retrieve_secret_params.rbi +15 -8
- data/rbi/lithic/models/events/subscription_retrieve_secret_response.rbi +14 -3
- data/rbi/lithic/models/events/subscription_rotate_secret_params.rbi +15 -8
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +95 -62
- data/rbi/lithic/models/events/subscription_update_params.rbi +143 -63
- data/rbi/lithic/models/external_bank_account_address.rbi +27 -15
- data/rbi/lithic/models/external_bank_account_create_params.rbi +90 -48
- data/rbi/lithic/models/external_bank_account_create_response.rbi +214 -74
- data/rbi/lithic/models/external_bank_account_list_params.rbi +172 -52
- data/rbi/lithic/models/external_bank_account_list_response.rbi +212 -73
- data/rbi/lithic/models/external_bank_account_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/external_bank_account_retrieve_response.rbi +210 -73
- data/rbi/lithic/models/external_bank_account_retry_micro_deposits_params.rbi +22 -6
- data/rbi/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +176 -75
- data/rbi/lithic/models/external_bank_account_retry_prenote_params.rbi +22 -6
- data/rbi/lithic/models/external_bank_account_retry_prenote_response.rbi +147 -63
- data/rbi/lithic/models/external_bank_account_update_params.rbi +69 -34
- data/rbi/lithic/models/external_bank_account_update_response.rbi +214 -74
- data/rbi/lithic/models/external_bank_accounts/micro_deposit_create_params.rbi +22 -6
- data/rbi/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +163 -74
- data/rbi/lithic/models/external_payment.rbi +280 -112
- data/rbi/lithic/models/external_payment_cancel_params.rbi +20 -6
- data/rbi/lithic/models/external_payment_create_params.rbi +123 -44
- data/rbi/lithic/models/external_payment_list_params.rbi +138 -50
- data/rbi/lithic/models/external_payment_release_params.rbi +20 -6
- data/rbi/lithic/models/external_payment_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/external_payment_reverse_params.rbi +20 -6
- data/rbi/lithic/models/external_payment_settle_params.rbi +60 -22
- data/rbi/lithic/models/financial_account.rbi +207 -95
- data/rbi/lithic/models/financial_account_create_params.rbi +37 -21
- data/rbi/lithic/models/financial_account_list_params.rbi +53 -23
- data/rbi/lithic/models/financial_account_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/financial_account_update_params.rbi +18 -5
- data/rbi/lithic/models/financial_account_update_status_params.rbi +99 -31
- data/rbi/lithic/models/financial_accounts/balance_list_params.rbi +22 -13
- data/rbi/lithic/models/financial_accounts/balance_list_response.rbi +66 -27
- data/rbi/lithic/models/financial_accounts/credit_configuration_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/financial_accounts/credit_configuration_update_params.rbi +24 -15
- data/rbi/lithic/models/financial_accounts/financial_account_credit_config.rbi +74 -40
- data/rbi/lithic/models/financial_accounts/financial_transaction_list_params.rbi +154 -54
- data/rbi/lithic/models/financial_accounts/financial_transaction_retrieve_params.rbi +22 -6
- data/rbi/lithic/models/financial_accounts/loan_tape.rbi +669 -329
- data/rbi/lithic/models/financial_accounts/loan_tape_list_params.rbi +25 -16
- data/rbi/lithic/models/financial_accounts/loan_tape_retrieve_params.rbi +23 -6
- data/rbi/lithic/models/financial_accounts/statement.rbi +450 -247
- data/rbi/lithic/models/financial_accounts/statement_list_params.rbi +26 -17
- data/rbi/lithic/models/financial_accounts/statement_retrieve_params.rbi +23 -6
- data/rbi/lithic/models/financial_accounts/statements/line_item_list_params.rbi +24 -15
- data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +189 -129
- data/rbi/lithic/models/financial_accounts/statements.rbi +23 -7
- data/rbi/lithic/models/financial_transaction.rbi +441 -144
- data/rbi/lithic/models/instance_financial_account_type.rbi +34 -11
- data/rbi/lithic/models/kyb.rbi +148 -113
- data/rbi/lithic/models/kyb_business_entity.rbi +45 -33
- data/rbi/lithic/models/kyc.rbi +53 -43
- data/rbi/lithic/models/kyc_exempt.rbi +57 -34
- data/rbi/lithic/models/management_operation_create_params.rbi +186 -62
- data/rbi/lithic/models/management_operation_list_params.rbi +122 -42
- data/rbi/lithic/models/management_operation_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/management_operation_reverse_params.rbi +23 -6
- data/rbi/lithic/models/management_operation_transaction.rbi +391 -135
- data/rbi/lithic/models/message_attempt.rbi +38 -26
- data/rbi/lithic/models/non_pci_card.rbi +167 -103
- data/rbi/lithic/models/owner_type.rbi +6 -5
- data/rbi/lithic/models/payment.rbi +302 -149
- data/rbi/lithic/models/payment_create_params.rbi +128 -52
- data/rbi/lithic/models/payment_create_response.rbi +17 -6
- data/rbi/lithic/models/payment_list_params.rbi +80 -48
- data/rbi/lithic/models/payment_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/payment_retry_params.rbi +13 -9
- data/rbi/lithic/models/payment_retry_response.rbi +14 -6
- data/rbi/lithic/models/payment_simulate_action_params.rbi +100 -36
- data/rbi/lithic/models/payment_simulate_action_response.rbi +52 -19
- data/rbi/lithic/models/payment_simulate_receipt_params.rbi +49 -23
- data/rbi/lithic/models/payment_simulate_receipt_response.rbi +55 -19
- data/rbi/lithic/models/payment_simulate_release_params.rbi +17 -6
- data/rbi/lithic/models/payment_simulate_release_response.rbi +55 -19
- data/rbi/lithic/models/payment_simulate_return_params.rbi +19 -11
- data/rbi/lithic/models/payment_simulate_return_response.rbi +52 -19
- data/rbi/lithic/models/reports/settlement/network_total_list_params.rbi +77 -33
- data/rbi/lithic/models/reports/settlement/network_total_list_response.rbi +100 -48
- data/rbi/lithic/models/reports/settlement/network_total_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/reports/settlement/network_total_retrieve_response.rbi +91 -54
- data/rbi/lithic/models/reports/settlement_list_details_params.rbi +23 -14
- data/rbi/lithic/models/reports/settlement_summary_params.rbi +15 -8
- data/rbi/lithic/models/required_document.rbi +22 -10
- data/rbi/lithic/models/responder_endpoint_check_status_params.rbi +50 -20
- data/rbi/lithic/models/responder_endpoint_create_params.rbi +54 -22
- data/rbi/lithic/models/responder_endpoint_create_response.rbi +14 -3
- data/rbi/lithic/models/responder_endpoint_delete_params.rbi +46 -17
- data/rbi/lithic/models/responder_endpoint_status.rbi +16 -4
- data/rbi/lithic/models/settlement_detail.rbi +104 -64
- data/rbi/lithic/models/settlement_report.rbi +28 -22
- data/rbi/lithic/models/settlement_summary_details.rbi +67 -28
- data/rbi/lithic/models/shipping_address.rbi +26 -20
- data/rbi/lithic/models/spend_limit_duration.rbi +11 -7
- data/rbi/lithic/models/three_ds/authentication_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/three_ds/authentication_retrieve_response.rbi +802 -392
- data/rbi/lithic/models/three_ds/authentication_simulate_otp_entry_params.rbi +24 -6
- data/rbi/lithic/models/three_ds/authentication_simulate_params.rbi +120 -45
- data/rbi/lithic/models/three_ds/authentication_simulate_response.rbi +14 -3
- data/rbi/lithic/models/three_ds/challenge_response.rbi +23 -6
- data/rbi/lithic/models/three_ds/challenge_result.rbi +16 -5
- data/rbi/lithic/models/three_ds/decisioning_challenge_response_params.rbi +15 -8
- data/rbi/lithic/models/three_ds/decisioning_retrieve_secret_params.rbi +15 -8
- data/rbi/lithic/models/three_ds/decisioning_retrieve_secret_response.rbi +14 -3
- data/rbi/lithic/models/three_ds/decisioning_rotate_secret_params.rbi +15 -8
- data/rbi/lithic/models/tokenization.rbi +260 -102
- data/rbi/lithic/models/tokenization_activate_params.rbi +13 -9
- data/rbi/lithic/models/tokenization_deactivate_params.rbi +13 -9
- data/rbi/lithic/models/tokenization_decisioning_retrieve_secret_params.rbi +15 -8
- data/rbi/lithic/models/tokenization_decisioning_rotate_secret_params.rbi +15 -8
- data/rbi/lithic/models/tokenization_decisioning_rotate_secret_response.rbi +14 -3
- data/rbi/lithic/models/tokenization_list_params.rbi +67 -28
- data/rbi/lithic/models/tokenization_pause_params.rbi +13 -9
- data/rbi/lithic/models/tokenization_resend_activation_code_params.rbi +49 -25
- data/rbi/lithic/models/tokenization_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/tokenization_retrieve_response.rbi +18 -6
- data/rbi/lithic/models/tokenization_secret.rbi +11 -3
- data/rbi/lithic/models/tokenization_simulate_params.rbi +101 -40
- data/rbi/lithic/models/tokenization_simulate_response.rbi +18 -7
- data/rbi/lithic/models/tokenization_unpause_params.rbi +13 -9
- data/rbi/lithic/models/tokenization_update_digital_card_art_params.rbi +23 -6
- data/rbi/lithic/models/tokenization_update_digital_card_art_response.rbi +18 -6
- data/rbi/lithic/models/transaction.rbi +2273 -775
- data/rbi/lithic/models/transaction_expire_authorization_params.rbi +15 -8
- data/rbi/lithic/models/transaction_list_params.rbi +73 -40
- data/rbi/lithic/models/transaction_retrieve_params.rbi +13 -9
- data/rbi/lithic/models/transaction_simulate_authorization_advice_params.rbi +24 -6
- data/rbi/lithic/models/transaction_simulate_authorization_advice_response.rbi +19 -4
- data/rbi/lithic/models/transaction_simulate_authorization_params.rbi +75 -32
- data/rbi/lithic/models/transaction_simulate_authorization_response.rbi +19 -4
- data/rbi/lithic/models/transaction_simulate_clearing_params.rbi +24 -6
- data/rbi/lithic/models/transaction_simulate_clearing_response.rbi +14 -3
- data/rbi/lithic/models/transaction_simulate_credit_authorization_params.rbi +25 -16
- data/rbi/lithic/models/transaction_simulate_credit_authorization_response.rbi +19 -4
- data/rbi/lithic/models/transaction_simulate_return_params.rbi +23 -12
- data/rbi/lithic/models/transaction_simulate_return_response.rbi +19 -4
- data/rbi/lithic/models/transaction_simulate_return_reversal_params.rbi +22 -5
- data/rbi/lithic/models/transaction_simulate_return_reversal_response.rbi +14 -3
- data/rbi/lithic/models/transaction_simulate_void_params.rbi +51 -22
- data/rbi/lithic/models/transaction_simulate_void_response.rbi +14 -3
- data/rbi/lithic/models/transactions/enhanced_commercial_data_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rbi +20 -7
- data/rbi/lithic/models/transactions/events/enhanced_commercial_data_retrieve_params.rbi +15 -8
- data/rbi/lithic/models/transactions/events/enhanced_data.rbi +523 -263
- data/rbi/lithic/models/transfer.rbi +375 -152
- data/rbi/lithic/models/transfer_create_params.rbi +22 -16
- data/rbi/lithic/models/verification_method.rbi +13 -8
- data/rbi/lithic/models.rbi +58 -29
- data/rbi/lithic/request_options.rbi +13 -6
- data/rbi/lithic/resources/account_holders.rbi +101 -57
- data/rbi/lithic/resources/accounts.rbi +31 -16
- data/rbi/lithic/resources/aggregate_balances.rbi +9 -6
- data/rbi/lithic/resources/auth_rules/v2/backtests.rbi +16 -8
- data/rbi/lithic/resources/auth_rules/v2.rbi +77 -48
- data/rbi/lithic/resources/auth_rules.rbi +2 -1
- data/rbi/lithic/resources/auth_stream_enrollment.rbi +12 -5
- data/rbi/lithic/resources/balances.rbi +9 -6
- data/rbi/lithic/resources/book_transfers.rbi +32 -20
- data/rbi/lithic/resources/card_programs.rbi +14 -8
- data/rbi/lithic/resources/cards/aggregate_balances.rbi +14 -4
- data/rbi/lithic/resources/cards/balances.rbi +10 -4
- data/rbi/lithic/resources/cards/financial_transactions.rbi +18 -12
- data/rbi/lithic/resources/cards.rbi +94 -57
- data/rbi/lithic/resources/credit_products/extended_credit.rbi +9 -4
- data/rbi/lithic/resources/credit_products/prime_rates.rbi +12 -9
- data/rbi/lithic/resources/credit_products.rbi +2 -1
- data/rbi/lithic/resources/digital_card_art.rbi +14 -8
- data/rbi/lithic/resources/disputes.rbi +63 -33
- data/rbi/lithic/resources/events/event_subscriptions.rbi +5 -3
- data/rbi/lithic/resources/events/subscriptions.rbi +77 -43
- data/rbi/lithic/resources/events.rbi +22 -13
- data/rbi/lithic/resources/external_bank_accounts/micro_deposits.rbi +11 -4
- data/rbi/lithic/resources/external_bank_accounts.rbi +55 -33
- data/rbi/lithic/resources/external_payments.rbi +49 -35
- data/rbi/lithic/resources/financial_accounts/balances.rbi +10 -4
- data/rbi/lithic/resources/financial_accounts/credit_configuration.rbi +14 -8
- data/rbi/lithic/resources/financial_accounts/financial_transactions.rbi +18 -12
- data/rbi/lithic/resources/financial_accounts/loan_tapes.rbi +13 -8
- data/rbi/lithic/resources/financial_accounts/statements/line_items.rbi +10 -6
- data/rbi/lithic/resources/financial_accounts/statements.rbi +16 -9
- data/rbi/lithic/resources/financial_accounts.rbi +40 -24
- data/rbi/lithic/resources/management_operations.rbi +32 -20
- data/rbi/lithic/resources/payments.rbi +63 -37
- data/rbi/lithic/resources/reports/settlement/network_totals.rbi +21 -8
- data/rbi/lithic/resources/reports/settlement.rbi +16 -7
- data/rbi/lithic/resources/reports.rbi +2 -1
- data/rbi/lithic/resources/responder_endpoints.rbi +20 -16
- data/rbi/lithic/resources/three_ds/authentication.rbi +30 -13
- data/rbi/lithic/resources/three_ds/decisioning.rbi +16 -11
- data/rbi/lithic/resources/three_ds.rbi +2 -1
- data/rbi/lithic/resources/tokenization_decisioning.rbi +14 -6
- data/rbi/lithic/resources/tokenizations.rbi +73 -32
- data/rbi/lithic/resources/transactions/enhanced_commercial_data.rbi +11 -4
- data/rbi/lithic/resources/transactions/events/enhanced_commercial_data.rbi +9 -4
- data/rbi/lithic/resources/transactions/events.rbi +7 -2
- data/rbi/lithic/resources/transactions.rbi +78 -37
- data/rbi/lithic/resources/transfers.rbi +7 -5
- data/sig/lithic/client.rbs +1 -1
- data/sig/lithic/internal/transport/base_client.rbs +16 -1
- data/sig/lithic/internal/transport/pooled_net_requester.rbs +2 -0
- data/sig/lithic/internal/type/base_model.rbs +11 -5
- data/sig/lithic/internal/type/base_page.rbs +1 -1
- data/sig/lithic/internal/type/converter.rbs +2 -0
- data/sig/lithic/internal/type/enum.rbs +1 -0
- data/sig/lithic/internal/type/request_parameters.rbs +3 -1
- data/sig/lithic/internal/type/union.rbs +1 -0
- data/sig/lithic/internal/util.rbs +13 -0
- data/sig/lithic/internal.rbs +2 -0
- data/sig/lithic/models/account.rbs +17 -25
- data/sig/lithic/models/account_holder.rbs +86 -100
- data/sig/lithic/models/account_holder_create_params.rbs +35 -47
- data/sig/lithic/models/account_holder_create_response.rbs +5 -7
- data/sig/lithic/models/account_holder_list_documents_params.rbs +0 -2
- data/sig/lithic/models/account_holder_list_documents_response.rbs +4 -8
- data/sig/lithic/models/account_holder_list_params.rbs +0 -2
- data/sig/lithic/models/account_holder_retrieve_document_params.rbs +0 -2
- data/sig/lithic/models/account_holder_retrieve_params.rbs +0 -2
- data/sig/lithic/models/account_holder_simulate_enrollment_document_review_params.rbs +0 -2
- data/sig/lithic/models/account_holder_simulate_enrollment_review_params.rbs +6 -8
- data/sig/lithic/models/account_holder_simulate_enrollment_review_response.rbs +15 -31
- data/sig/lithic/models/account_holder_update_params.rbs +49 -73
- data/sig/lithic/models/account_holder_update_response.rbs +16 -36
- data/sig/lithic/models/account_holder_upload_document_params.rbs +0 -2
- data/sig/lithic/models/account_list_params.rbs +0 -2
- data/sig/lithic/models/account_retrieve_params.rbs +0 -2
- data/sig/lithic/models/account_retrieve_spend_limits_params.rbs +0 -2
- data/sig/lithic/models/account_spend_limits.rbs +13 -21
- data/sig/lithic/models/account_update_params.rbs +5 -9
- data/sig/lithic/models/address.rbs +0 -2
- data/sig/lithic/models/address_update.rbs +0 -2
- data/sig/lithic/models/aggregate_balance.rbs +4 -6
- data/sig/lithic/models/aggregate_balance_list_params.rbs +0 -2
- data/sig/lithic/models/api_status.rbs +0 -2
- data/sig/lithic/models/auth_rules/auth_rule.rbs +4 -6
- data/sig/lithic/models/auth_rules/auth_rule_condition.rbs +12 -14
- data/sig/lithic/models/auth_rules/conditional_block_parameters.rbs +3 -5
- data/sig/lithic/models/auth_rules/v2/backtest_create_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2/backtest_create_response.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2/backtest_results.rbs +22 -36
- data/sig/lithic/models/auth_rules/v2/backtest_retrieve_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_apply_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_apply_response.rbs +6 -20
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +7 -13
- data/sig/lithic/models/auth_rules/v2_create_response.rbs +6 -20
- data/sig/lithic/models/auth_rules/v2_delete_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +7 -13
- data/sig/lithic/models/auth_rules/v2_draft_response.rbs +6 -20
- data/sig/lithic/models/auth_rules/v2_list_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_list_response.rbs +6 -20
- data/sig/lithic/models/auth_rules/v2_promote_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_promote_response.rbs +6 -20
- data/sig/lithic/models/auth_rules/v2_report_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_report_response.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_retrieve_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +6 -20
- data/sig/lithic/models/auth_rules/v2_update_params.rbs +0 -2
- data/sig/lithic/models/auth_rules/v2_update_response.rbs +6 -20
- data/sig/lithic/models/auth_rules/velocity_limit_params.rbs +11 -15
- data/sig/lithic/models/auth_stream_enrollment_retrieve_secret_params.rbs +0 -2
- data/sig/lithic/models/auth_stream_enrollment_rotate_secret_params.rbs +0 -2
- data/sig/lithic/models/auth_stream_secret.rbs +0 -2
- data/sig/lithic/models/balance.rbs +4 -6
- data/sig/lithic/models/balance_list_params.rbs +0 -2
- data/sig/lithic/models/book_transfer_create_params.rbs +0 -2
- data/sig/lithic/models/book_transfer_list_params.rbs +0 -2
- data/sig/lithic/models/book_transfer_response.rbs +23 -27
- data/sig/lithic/models/book_transfer_retrieve_params.rbs +0 -2
- data/sig/lithic/models/book_transfer_reverse_params.rbs +0 -2
- data/sig/lithic/models/card.rbs +0 -2
- data/sig/lithic/models/card_convert_physical_params.rbs +7 -9
- data/sig/lithic/models/card_create_params.rbs +9 -11
- data/sig/lithic/models/card_embed_params.rbs +0 -2
- data/sig/lithic/models/card_list_params.rbs +6 -2
- data/sig/lithic/models/card_program.rbs +0 -2
- data/sig/lithic/models/card_program_list_params.rbs +0 -2
- data/sig/lithic/models/card_program_retrieve_params.rbs +0 -2
- data/sig/lithic/models/card_provision_params.rbs +0 -2
- data/sig/lithic/models/card_provision_response.rbs +0 -2
- data/sig/lithic/models/card_reissue_params.rbs +9 -11
- data/sig/lithic/models/card_renew_params.rbs +7 -9
- data/sig/lithic/models/card_retrieve_params.rbs +0 -2
- data/sig/lithic/models/card_retrieve_spend_limits_params.rbs +0 -2
- data/sig/lithic/models/card_search_by_pan_params.rbs +0 -2
- data/sig/lithic/models/card_spend_limits.rbs +13 -21
- data/sig/lithic/models/card_update_params.rbs +0 -2
- data/sig/lithic/models/cards/aggregate_balance_list_params.rbs +0 -2
- data/sig/lithic/models/cards/aggregate_balance_list_response.rbs +0 -2
- data/sig/lithic/models/cards/balance_list_params.rbs +0 -2
- data/sig/lithic/models/cards/balance_list_response.rbs +0 -2
- data/sig/lithic/models/cards/financial_transaction_list_params.rbs +0 -2
- data/sig/lithic/models/cards/financial_transaction_retrieve_params.rbs +0 -2
- data/sig/lithic/models/carrier.rbs +0 -2
- data/sig/lithic/models/client_api_status_params.rbs +0 -2
- data/sig/lithic/models/credit_products/extended_credit.rbs +0 -2
- data/sig/lithic/models/credit_products/extended_credit_retrieve_params.rbs +0 -2
- data/sig/lithic/models/credit_products/prime_rate_create_params.rbs +0 -2
- data/sig/lithic/models/credit_products/prime_rate_retrieve_params.rbs +0 -2
- data/sig/lithic/models/credit_products/prime_rate_retrieve_response.rbs +0 -4
- data/sig/lithic/models/digital_card_art.rbs +4 -6
- data/sig/lithic/models/digital_card_art_list_params.rbs +0 -2
- data/sig/lithic/models/digital_card_art_retrieve_params.rbs +0 -2
- data/sig/lithic/models/dispute.rbs +12 -14
- data/sig/lithic/models/dispute_create_params.rbs +0 -2
- data/sig/lithic/models/dispute_delete_evidence_params.rbs +0 -2
- data/sig/lithic/models/dispute_delete_params.rbs +0 -2
- data/sig/lithic/models/dispute_evidence.rbs +4 -6
- data/sig/lithic/models/dispute_initiate_evidence_upload_params.rbs +0 -2
- data/sig/lithic/models/dispute_list_evidences_params.rbs +0 -2
- data/sig/lithic/models/dispute_list_params.rbs +0 -2
- data/sig/lithic/models/dispute_retrieve_evidence_params.rbs +0 -2
- data/sig/lithic/models/dispute_retrieve_params.rbs +0 -2
- data/sig/lithic/models/dispute_update_params.rbs +0 -2
- data/sig/lithic/models/document.rbs +19 -23
- data/sig/lithic/models/event.rbs +6 -6
- data/sig/lithic/models/event_list_attempts_params.rbs +0 -2
- data/sig/lithic/models/event_list_params.rbs +8 -8
- data/sig/lithic/models/event_retrieve_params.rbs +0 -2
- data/sig/lithic/models/event_subscription.rbs +6 -6
- data/sig/lithic/models/events/event_subscription_resend_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_create_params.rbs +8 -8
- data/sig/lithic/models/events/subscription_delete_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_list_attempts_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_list_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_recover_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_replay_missing_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_retrieve_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_retrieve_secret_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_retrieve_secret_response.rbs +0 -2
- data/sig/lithic/models/events/subscription_rotate_secret_params.rbs +0 -2
- data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +2 -2
- data/sig/lithic/models/events/subscription_update_params.rbs +8 -8
- data/sig/lithic/models/external_bank_account_address.rbs +0 -2
- data/sig/lithic/models/external_bank_account_create_params.rbs +5 -7
- data/sig/lithic/models/external_bank_account_create_response.rbs +5 -7
- data/sig/lithic/models/external_bank_account_list_params.rbs +18 -20
- data/sig/lithic/models/external_bank_account_list_response.rbs +5 -7
- data/sig/lithic/models/external_bank_account_retrieve_params.rbs +0 -2
- data/sig/lithic/models/external_bank_account_retrieve_response.rbs +5 -7
- data/sig/lithic/models/external_bank_account_retry_micro_deposits_params.rbs +0 -2
- data/sig/lithic/models/external_bank_account_retry_micro_deposits_response.rbs +5 -7
- data/sig/lithic/models/external_bank_account_retry_prenote_params.rbs +0 -2
- data/sig/lithic/models/external_bank_account_retry_prenote_response.rbs +5 -7
- data/sig/lithic/models/external_bank_account_update_params.rbs +5 -7
- data/sig/lithic/models/external_bank_account_update_response.rbs +5 -7
- data/sig/lithic/models/external_bank_accounts/micro_deposit_create_params.rbs +0 -2
- data/sig/lithic/models/external_bank_accounts/micro_deposit_create_response.rbs +5 -7
- data/sig/lithic/models/external_payment.rbs +31 -35
- data/sig/lithic/models/external_payment_cancel_params.rbs +0 -2
- data/sig/lithic/models/external_payment_create_params.rbs +0 -2
- data/sig/lithic/models/external_payment_list_params.rbs +0 -2
- data/sig/lithic/models/external_payment_release_params.rbs +0 -2
- data/sig/lithic/models/external_payment_retrieve_params.rbs +0 -2
- data/sig/lithic/models/external_payment_reverse_params.rbs +0 -2
- data/sig/lithic/models/external_payment_settle_params.rbs +0 -2
- data/sig/lithic/models/financial_account.rbs +23 -27
- data/sig/lithic/models/financial_account_create_params.rbs +0 -2
- data/sig/lithic/models/financial_account_list_params.rbs +0 -2
- data/sig/lithic/models/financial_account_retrieve_params.rbs +0 -2
- data/sig/lithic/models/financial_account_update_params.rbs +0 -2
- data/sig/lithic/models/financial_account_update_status_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/balance_list_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/balance_list_response.rbs +0 -2
- data/sig/lithic/models/financial_accounts/credit_configuration_retrieve_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/credit_configuration_update_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/financial_account_credit_config.rbs +8 -10
- data/sig/lithic/models/financial_accounts/financial_transaction_list_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/financial_transaction_retrieve_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +67 -103
- data/sig/lithic/models/financial_accounts/loan_tape_list_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/loan_tape_retrieve_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/statement.rbs +47 -67
- data/sig/lithic/models/financial_accounts/statement_list_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/statement_retrieve_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/statements/line_item_list_params.rbs +0 -2
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +13 -15
- data/sig/lithic/models/financial_accounts/statements.rbs +3 -8
- data/sig/lithic/models/financial_transaction.rbs +27 -31
- data/sig/lithic/models/kyb.rbs +30 -40
- data/sig/lithic/models/kyb_business_entity.rbs +3 -7
- data/sig/lithic/models/kyc.rbs +10 -14
- data/sig/lithic/models/kyc_exempt.rbs +11 -13
- data/sig/lithic/models/management_operation_create_params.rbs +0 -2
- data/sig/lithic/models/management_operation_list_params.rbs +0 -2
- data/sig/lithic/models/management_operation_retrieve_params.rbs +0 -2
- data/sig/lithic/models/management_operation_reverse_params.rbs +0 -2
- data/sig/lithic/models/management_operation_transaction.rbs +34 -40
- data/sig/lithic/models/message_attempt.rbs +4 -6
- data/sig/lithic/models/non_pci_card.rbs +27 -31
- data/sig/lithic/models/payment.rbs +48 -54
- data/sig/lithic/models/payment_create_params.rbs +7 -13
- data/sig/lithic/models/payment_create_response.rbs +4 -6
- data/sig/lithic/models/payment_list_params.rbs +0 -2
- data/sig/lithic/models/payment_retrieve_params.rbs +0 -2
- data/sig/lithic/models/payment_retry_params.rbs +0 -2
- data/sig/lithic/models/payment_retry_response.rbs +4 -6
- data/sig/lithic/models/payment_simulate_action_params.rbs +0 -2
- data/sig/lithic/models/payment_simulate_action_response.rbs +0 -2
- data/sig/lithic/models/payment_simulate_receipt_params.rbs +0 -2
- data/sig/lithic/models/payment_simulate_receipt_response.rbs +0 -2
- data/sig/lithic/models/payment_simulate_release_params.rbs +0 -2
- data/sig/lithic/models/payment_simulate_release_response.rbs +0 -2
- data/sig/lithic/models/payment_simulate_return_params.rbs +0 -2
- data/sig/lithic/models/payment_simulate_return_response.rbs +0 -2
- data/sig/lithic/models/reports/settlement/network_total_list_params.rbs +0 -2
- data/sig/lithic/models/reports/settlement/network_total_list_response.rbs +0 -4
- data/sig/lithic/models/reports/settlement/network_total_retrieve_params.rbs +0 -2
- data/sig/lithic/models/reports/settlement/network_total_retrieve_response.rbs +0 -4
- data/sig/lithic/models/reports/settlement_list_details_params.rbs +0 -2
- data/sig/lithic/models/reports/settlement_summary_params.rbs +0 -2
- data/sig/lithic/models/required_document.rbs +0 -2
- data/sig/lithic/models/responder_endpoint_check_status_params.rbs +0 -2
- data/sig/lithic/models/responder_endpoint_create_params.rbs +0 -2
- data/sig/lithic/models/responder_endpoint_create_response.rbs +0 -2
- data/sig/lithic/models/responder_endpoint_delete_params.rbs +0 -2
- data/sig/lithic/models/responder_endpoint_status.rbs +0 -2
- data/sig/lithic/models/settlement_detail.rbs +11 -15
- data/sig/lithic/models/settlement_report.rbs +3 -5
- data/sig/lithic/models/settlement_summary_details.rbs +6 -8
- data/sig/lithic/models/shipping_address.rbs +0 -2
- data/sig/lithic/models/three_ds/authentication_retrieve_params.rbs +0 -2
- data/sig/lithic/models/three_ds/authentication_retrieve_response.rbs +4 -22
- data/sig/lithic/models/three_ds/authentication_simulate_otp_entry_params.rbs +0 -2
- data/sig/lithic/models/three_ds/authentication_simulate_params.rbs +6 -12
- data/sig/lithic/models/three_ds/authentication_simulate_response.rbs +0 -2
- data/sig/lithic/models/three_ds/challenge_response.rbs +0 -2
- data/sig/lithic/models/three_ds/decisioning_challenge_response_params.rbs +0 -2
- data/sig/lithic/models/three_ds/decisioning_retrieve_secret_params.rbs +0 -2
- data/sig/lithic/models/three_ds/decisioning_retrieve_secret_response.rbs +0 -2
- data/sig/lithic/models/three_ds/decisioning_rotate_secret_params.rbs +0 -2
- data/sig/lithic/models/tokenization.rbs +29 -33
- data/sig/lithic/models/tokenization_activate_params.rbs +0 -2
- data/sig/lithic/models/tokenization_deactivate_params.rbs +0 -2
- data/sig/lithic/models/tokenization_decisioning_retrieve_secret_params.rbs +0 -2
- data/sig/lithic/models/tokenization_decisioning_rotate_secret_params.rbs +0 -2
- data/sig/lithic/models/tokenization_decisioning_rotate_secret_response.rbs +0 -2
- data/sig/lithic/models/tokenization_list_params.rbs +0 -2
- data/sig/lithic/models/tokenization_pause_params.rbs +0 -2
- data/sig/lithic/models/tokenization_resend_activation_code_params.rbs +0 -2
- data/sig/lithic/models/tokenization_retrieve_params.rbs +0 -2
- data/sig/lithic/models/tokenization_retrieve_response.rbs +4 -6
- data/sig/lithic/models/tokenization_secret.rbs +0 -2
- data/sig/lithic/models/tokenization_simulate_params.rbs +0 -2
- data/sig/lithic/models/tokenization_simulate_response.rbs +5 -7
- data/sig/lithic/models/tokenization_unpause_params.rbs +0 -2
- data/sig/lithic/models/tokenization_update_digital_card_art_params.rbs +0 -2
- data/sig/lithic/models/tokenization_update_digital_card_art_response.rbs +4 -6
- data/sig/lithic/models/transaction.rbs +206 -220
- data/sig/lithic/models/transaction_expire_authorization_params.rbs +0 -2
- data/sig/lithic/models/transaction_list_params.rbs +0 -2
- data/sig/lithic/models/transaction_retrieve_params.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_authorization_advice_params.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_authorization_advice_response.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_authorization_params.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_authorization_response.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_clearing_params.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_clearing_response.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_credit_authorization_params.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_credit_authorization_response.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_return_params.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_return_response.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_return_reversal_params.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_return_reversal_response.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_void_params.rbs +0 -2
- data/sig/lithic/models/transaction_simulate_void_response.rbs +0 -2
- data/sig/lithic/models/transactions/enhanced_commercial_data_retrieve_params.rbs +0 -2
- data/sig/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rbs +3 -5
- data/sig/lithic/models/transactions/events/enhanced_commercial_data_retrieve_params.rbs +0 -2
- data/sig/lithic/models/transactions/events/enhanced_data.rbs +42 -56
- data/sig/lithic/models/transfer.rbs +40 -54
- data/sig/lithic/models/transfer_create_params.rbs +0 -2
- data/sig/lithic/request_options.rbs +1 -1
- data/sig/lithic/resources/account_holders.rbs +18 -18
- data/sig/lithic/resources/accounts.rbs +5 -5
- data/sig/lithic/resources/aggregate_balances.rbs +1 -1
- data/sig/lithic/resources/auth_rules/v2/backtests.rbs +1 -1
- data/sig/lithic/resources/auth_stream_enrollment.rbs +1 -1
- data/sig/lithic/resources/balances.rbs +1 -1
- data/sig/lithic/resources/book_transfers.rbs +4 -4
- data/sig/lithic/resources/card_programs.rbs +2 -2
- data/sig/lithic/resources/cards/financial_transactions.rbs +2 -2
- data/sig/lithic/resources/cards.rbs +18 -17
- data/sig/lithic/resources/credit_products/extended_credit.rbs +1 -1
- data/sig/lithic/resources/digital_card_art.rbs +2 -2
- data/sig/lithic/resources/disputes.rbs +9 -9
- data/sig/lithic/resources/events/subscriptions.rbs +7 -7
- data/sig/lithic/resources/events.rbs +4 -4
- data/sig/lithic/resources/external_bank_accounts.rbs +5 -5
- data/sig/lithic/resources/external_payments.rbs +7 -7
- data/sig/lithic/resources/financial_accounts/credit_configuration.rbs +2 -2
- data/sig/lithic/resources/financial_accounts/financial_transactions.rbs +2 -2
- data/sig/lithic/resources/financial_accounts/loan_tapes.rbs +2 -2
- data/sig/lithic/resources/financial_accounts/statements/line_items.rbs +1 -1
- data/sig/lithic/resources/financial_accounts/statements.rbs +2 -2
- data/sig/lithic/resources/financial_accounts.rbs +5 -5
- data/sig/lithic/resources/management_operations.rbs +4 -4
- data/sig/lithic/resources/payments.rbs +3 -3
- data/sig/lithic/resources/reports/settlement.rbs +2 -2
- data/sig/lithic/resources/responder_endpoints.rbs +1 -1
- data/sig/lithic/resources/three_ds/authentication.rbs +2 -2
- data/sig/lithic/resources/tokenization_decisioning.rbs +1 -1
- data/sig/lithic/resources/tokenizations.rbs +1 -1
- data/sig/lithic/resources/transactions/events/enhanced_commercial_data.rbs +1 -1
- data/sig/lithic/resources/transactions.rbs +2 -2
- data/sig/lithic/resources/transfers.rbs +1 -1
- metadata +2 -2
@@ -5,18 +5,25 @@ module Lithic
|
|
5
5
|
module Transactions
|
6
6
|
module Events
|
7
7
|
class EnhancedData < Lithic::Internal::Type::BaseModel
|
8
|
+
OrHash =
|
9
|
+
T.type_alias do
|
10
|
+
T.any(
|
11
|
+
Lithic::Transactions::Events::EnhancedData,
|
12
|
+
Lithic::Internal::AnyHash
|
13
|
+
)
|
14
|
+
end
|
15
|
+
|
8
16
|
# A unique identifier for the enhanced commercial data.
|
9
17
|
sig { returns(String) }
|
10
18
|
attr_accessor :token
|
11
19
|
|
12
|
-
sig { returns(Lithic::
|
20
|
+
sig { returns(Lithic::Transactions::Events::EnhancedData::Common) }
|
13
21
|
attr_reader :common
|
14
22
|
|
15
23
|
sig do
|
16
24
|
params(
|
17
|
-
common:
|
18
|
-
)
|
19
|
-
.void
|
25
|
+
common: Lithic::Transactions::Events::EnhancedData::Common::OrHash
|
26
|
+
).void
|
20
27
|
end
|
21
28
|
attr_writer :common
|
22
29
|
|
@@ -24,7 +31,9 @@ module Lithic
|
|
24
31
|
sig { returns(String) }
|
25
32
|
attr_accessor :event_token
|
26
33
|
|
27
|
-
sig
|
34
|
+
sig do
|
35
|
+
returns(T::Array[Lithic::Transactions::Events::EnhancedData::Fleet])
|
36
|
+
end
|
28
37
|
attr_accessor :fleet
|
29
38
|
|
30
39
|
# The token of the transaction that the enhanced data is associated with.
|
@@ -34,12 +43,15 @@ module Lithic
|
|
34
43
|
sig do
|
35
44
|
params(
|
36
45
|
token: String,
|
37
|
-
common:
|
46
|
+
common:
|
47
|
+
Lithic::Transactions::Events::EnhancedData::Common::OrHash,
|
38
48
|
event_token: String,
|
39
|
-
fleet:
|
49
|
+
fleet:
|
50
|
+
T::Array[
|
51
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::OrHash
|
52
|
+
],
|
40
53
|
transaction_token: String
|
41
|
-
)
|
42
|
-
.returns(T.attached_class)
|
54
|
+
).returns(T.attached_class)
|
43
55
|
end
|
44
56
|
def self.new(
|
45
57
|
# A unique identifier for the enhanced commercial data.
|
@@ -50,33 +62,52 @@ module Lithic
|
|
50
62
|
fleet:,
|
51
63
|
# The token of the transaction that the enhanced data is associated with.
|
52
64
|
transaction_token:
|
53
|
-
)
|
65
|
+
)
|
66
|
+
end
|
67
|
+
|
54
68
|
sig do
|
55
|
-
override
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
69
|
+
override.returns(
|
70
|
+
{
|
71
|
+
token: String,
|
72
|
+
common: Lithic::Transactions::Events::EnhancedData::Common,
|
73
|
+
event_token: String,
|
74
|
+
fleet:
|
75
|
+
T::Array[Lithic::Transactions::Events::EnhancedData::Fleet],
|
76
|
+
transaction_token: String
|
77
|
+
}
|
78
|
+
)
|
79
|
+
end
|
80
|
+
def to_hash
|
65
81
|
end
|
66
|
-
def to_hash; end
|
67
82
|
|
68
83
|
class Common < Lithic::Internal::Type::BaseModel
|
69
|
-
|
84
|
+
OrHash =
|
85
|
+
T.type_alias do
|
86
|
+
T.any(
|
87
|
+
Lithic::Transactions::Events::EnhancedData::Common,
|
88
|
+
Lithic::Internal::AnyHash
|
89
|
+
)
|
90
|
+
end
|
91
|
+
|
92
|
+
sig do
|
93
|
+
returns(
|
94
|
+
T::Array[
|
95
|
+
Lithic::Transactions::Events::EnhancedData::Common::LineItem
|
96
|
+
]
|
97
|
+
)
|
98
|
+
end
|
70
99
|
attr_accessor :line_items
|
71
100
|
|
72
|
-
sig
|
101
|
+
sig do
|
102
|
+
returns(Lithic::Transactions::Events::EnhancedData::Common::Tax)
|
103
|
+
end
|
73
104
|
attr_reader :tax
|
74
105
|
|
75
106
|
sig do
|
76
107
|
params(
|
77
|
-
tax:
|
78
|
-
|
79
|
-
|
108
|
+
tax:
|
109
|
+
Lithic::Transactions::Events::EnhancedData::Common::Tax::OrHash
|
110
|
+
).void
|
80
111
|
end
|
81
112
|
attr_writer :tax
|
82
113
|
|
@@ -103,13 +134,16 @@ module Lithic
|
|
103
134
|
|
104
135
|
sig do
|
105
136
|
params(
|
106
|
-
line_items:
|
107
|
-
|
137
|
+
line_items:
|
138
|
+
T::Array[
|
139
|
+
Lithic::Transactions::Events::EnhancedData::Common::LineItem::OrHash
|
140
|
+
],
|
141
|
+
tax:
|
142
|
+
Lithic::Transactions::Events::EnhancedData::Common::Tax::OrHash,
|
108
143
|
customer_reference_number: String,
|
109
144
|
merchant_reference_number: String,
|
110
145
|
order_date: Date
|
111
|
-
)
|
112
|
-
.returns(T.attached_class)
|
146
|
+
).returns(T.attached_class)
|
113
147
|
end
|
114
148
|
def self.new(
|
115
149
|
line_items:,
|
@@ -120,22 +154,35 @@ module Lithic
|
|
120
154
|
merchant_reference_number: nil,
|
121
155
|
# The date of the order.
|
122
156
|
order_date: nil
|
123
|
-
)
|
157
|
+
)
|
158
|
+
end
|
159
|
+
|
124
160
|
sig do
|
125
|
-
override
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
161
|
+
override.returns(
|
162
|
+
{
|
163
|
+
line_items:
|
164
|
+
T::Array[
|
165
|
+
Lithic::Transactions::Events::EnhancedData::Common::LineItem
|
166
|
+
],
|
167
|
+
tax: Lithic::Transactions::Events::EnhancedData::Common::Tax,
|
168
|
+
customer_reference_number: String,
|
169
|
+
merchant_reference_number: String,
|
170
|
+
order_date: Date
|
171
|
+
}
|
172
|
+
)
|
173
|
+
end
|
174
|
+
def to_hash
|
135
175
|
end
|
136
|
-
def to_hash; end
|
137
176
|
|
138
177
|
class LineItem < Lithic::Internal::Type::BaseModel
|
178
|
+
OrHash =
|
179
|
+
T.type_alias do
|
180
|
+
T.any(
|
181
|
+
Lithic::Transactions::Events::EnhancedData::Common::LineItem,
|
182
|
+
Lithic::Internal::AnyHash
|
183
|
+
)
|
184
|
+
end
|
185
|
+
|
139
186
|
# The price of the item purchased in merchant currency.
|
140
187
|
sig { returns(T.nilable(Float)) }
|
141
188
|
attr_reader :amount
|
@@ -182,14 +229,32 @@ module Lithic
|
|
182
229
|
product_code: nil,
|
183
230
|
# The quantity of the item purchased.
|
184
231
|
quantity: nil
|
185
|
-
)
|
232
|
+
)
|
233
|
+
end
|
234
|
+
|
186
235
|
sig do
|
187
|
-
override.returns(
|
236
|
+
override.returns(
|
237
|
+
{
|
238
|
+
amount: Float,
|
239
|
+
description: String,
|
240
|
+
product_code: String,
|
241
|
+
quantity: Float
|
242
|
+
}
|
243
|
+
)
|
244
|
+
end
|
245
|
+
def to_hash
|
188
246
|
end
|
189
|
-
def to_hash; end
|
190
247
|
end
|
191
248
|
|
192
249
|
class Tax < Lithic::Internal::Type::BaseModel
|
250
|
+
OrHash =
|
251
|
+
T.type_alias do
|
252
|
+
T.any(
|
253
|
+
Lithic::Transactions::Events::EnhancedData::Common::Tax,
|
254
|
+
Lithic::Internal::AnyHash
|
255
|
+
)
|
256
|
+
end
|
257
|
+
|
193
258
|
# The amount of tax collected.
|
194
259
|
sig { returns(T.nilable(Integer)) }
|
195
260
|
attr_reader :amount
|
@@ -198,10 +263,21 @@ module Lithic
|
|
198
263
|
attr_writer :amount
|
199
264
|
|
200
265
|
# A flag indicating whether the transaction is tax exempt or not.
|
201
|
-
sig
|
266
|
+
sig do
|
267
|
+
returns(
|
268
|
+
T.nilable(
|
269
|
+
Lithic::Transactions::Events::EnhancedData::Common::Tax::Exempt::TaggedSymbol
|
270
|
+
)
|
271
|
+
)
|
272
|
+
end
|
202
273
|
attr_reader :exempt
|
203
274
|
|
204
|
-
sig
|
275
|
+
sig do
|
276
|
+
params(
|
277
|
+
exempt:
|
278
|
+
Lithic::Transactions::Events::EnhancedData::Common::Tax::Exempt::OrSymbol
|
279
|
+
).void
|
280
|
+
end
|
205
281
|
attr_writer :exempt
|
206
282
|
|
207
283
|
# The tax ID of the merchant.
|
@@ -214,10 +290,10 @@ module Lithic
|
|
214
290
|
sig do
|
215
291
|
params(
|
216
292
|
amount: Integer,
|
217
|
-
exempt:
|
293
|
+
exempt:
|
294
|
+
Lithic::Transactions::Events::EnhancedData::Common::Tax::Exempt::OrSymbol,
|
218
295
|
merchant_tax_id: String
|
219
|
-
)
|
220
|
-
.returns(T.attached_class)
|
296
|
+
).returns(T.attached_class)
|
221
297
|
end
|
222
298
|
def self.new(
|
223
299
|
# The amount of tax collected.
|
@@ -226,72 +302,98 @@ module Lithic
|
|
226
302
|
exempt: nil,
|
227
303
|
# The tax ID of the merchant.
|
228
304
|
merchant_tax_id: nil
|
229
|
-
)
|
305
|
+
)
|
306
|
+
end
|
307
|
+
|
230
308
|
sig do
|
231
|
-
override
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
309
|
+
override.returns(
|
310
|
+
{
|
311
|
+
amount: Integer,
|
312
|
+
exempt:
|
313
|
+
Lithic::Transactions::Events::EnhancedData::Common::Tax::Exempt::TaggedSymbol,
|
314
|
+
merchant_tax_id: String
|
315
|
+
}
|
316
|
+
)
|
317
|
+
end
|
318
|
+
def to_hash
|
239
319
|
end
|
240
|
-
def to_hash; end
|
241
320
|
|
242
321
|
# A flag indicating whether the transaction is tax exempt or not.
|
243
322
|
module Exempt
|
244
323
|
extend Lithic::Internal::Type::Enum
|
245
324
|
|
246
325
|
TaggedSymbol =
|
247
|
-
T.type_alias
|
326
|
+
T.type_alias do
|
327
|
+
T.all(
|
328
|
+
Symbol,
|
329
|
+
Lithic::Transactions::Events::EnhancedData::Common::Tax::Exempt
|
330
|
+
)
|
331
|
+
end
|
248
332
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
249
333
|
|
250
334
|
TAX_INCLUDED =
|
251
335
|
T.let(
|
252
336
|
:TAX_INCLUDED,
|
253
|
-
Lithic::
|
337
|
+
Lithic::Transactions::Events::EnhancedData::Common::Tax::Exempt::TaggedSymbol
|
254
338
|
)
|
255
339
|
TAX_NOT_INCLUDED =
|
256
340
|
T.let(
|
257
341
|
:TAX_NOT_INCLUDED,
|
258
|
-
Lithic::
|
342
|
+
Lithic::Transactions::Events::EnhancedData::Common::Tax::Exempt::TaggedSymbol
|
259
343
|
)
|
260
344
|
NOT_SUPPORTED =
|
261
345
|
T.let(
|
262
346
|
:NOT_SUPPORTED,
|
263
|
-
Lithic::
|
347
|
+
Lithic::Transactions::Events::EnhancedData::Common::Tax::Exempt::TaggedSymbol
|
264
348
|
)
|
265
349
|
|
266
350
|
sig do
|
267
|
-
override
|
268
|
-
|
351
|
+
override.returns(
|
352
|
+
T::Array[
|
353
|
+
Lithic::Transactions::Events::EnhancedData::Common::Tax::Exempt::TaggedSymbol
|
354
|
+
]
|
355
|
+
)
|
356
|
+
end
|
357
|
+
def self.values
|
269
358
|
end
|
270
|
-
def self.values; end
|
271
359
|
end
|
272
360
|
end
|
273
361
|
end
|
274
362
|
|
275
363
|
class Fleet < Lithic::Internal::Type::BaseModel
|
276
|
-
|
364
|
+
OrHash =
|
365
|
+
T.type_alias do
|
366
|
+
T.any(
|
367
|
+
Lithic::Transactions::Events::EnhancedData::Fleet,
|
368
|
+
Lithic::Internal::AnyHash
|
369
|
+
)
|
370
|
+
end
|
371
|
+
|
372
|
+
sig do
|
373
|
+
returns(
|
374
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::AmountTotals
|
375
|
+
)
|
376
|
+
end
|
277
377
|
attr_reader :amount_totals
|
278
378
|
|
279
379
|
sig do
|
280
380
|
params(
|
281
|
-
amount_totals:
|
282
|
-
|
283
|
-
|
381
|
+
amount_totals:
|
382
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::AmountTotals::OrHash
|
383
|
+
).void
|
284
384
|
end
|
285
385
|
attr_writer :amount_totals
|
286
386
|
|
287
|
-
sig
|
387
|
+
sig do
|
388
|
+
returns(Lithic::Transactions::Events::EnhancedData::Fleet::Fuel)
|
389
|
+
end
|
288
390
|
attr_reader :fuel
|
289
391
|
|
290
392
|
sig do
|
291
393
|
params(
|
292
|
-
fuel:
|
293
|
-
|
294
|
-
|
394
|
+
fuel:
|
395
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::OrHash
|
396
|
+
).void
|
295
397
|
end
|
296
398
|
attr_writer :fuel
|
297
399
|
|
@@ -311,11 +413,20 @@ module Lithic
|
|
311
413
|
attr_writer :odometer
|
312
414
|
|
313
415
|
# The type of fuel service.
|
314
|
-
sig
|
416
|
+
sig do
|
417
|
+
returns(
|
418
|
+
T.nilable(
|
419
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::ServiceType::TaggedSymbol
|
420
|
+
)
|
421
|
+
)
|
422
|
+
end
|
315
423
|
attr_reader :service_type
|
316
424
|
|
317
425
|
sig do
|
318
|
-
params(
|
426
|
+
params(
|
427
|
+
service_type:
|
428
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::ServiceType::OrSymbol
|
429
|
+
).void
|
319
430
|
end
|
320
431
|
attr_writer :service_type
|
321
432
|
|
@@ -329,14 +440,16 @@ module Lithic
|
|
329
440
|
|
330
441
|
sig do
|
331
442
|
params(
|
332
|
-
amount_totals:
|
333
|
-
|
443
|
+
amount_totals:
|
444
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::AmountTotals::OrHash,
|
445
|
+
fuel:
|
446
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::OrHash,
|
334
447
|
driver_number: String,
|
335
448
|
odometer: Integer,
|
336
|
-
service_type:
|
449
|
+
service_type:
|
450
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::ServiceType::OrSymbol,
|
337
451
|
vehicle_number: String
|
338
|
-
)
|
339
|
-
.returns(T.attached_class)
|
452
|
+
).returns(T.attached_class)
|
340
453
|
end
|
341
454
|
def self.new(
|
342
455
|
amount_totals:,
|
@@ -351,23 +464,35 @@ module Lithic
|
|
351
464
|
# The vehicle number entered into the terminal at the time of sale, with leading
|
352
465
|
# zeros stripped.
|
353
466
|
vehicle_number: nil
|
354
|
-
)
|
467
|
+
)
|
468
|
+
end
|
469
|
+
|
355
470
|
sig do
|
356
|
-
override
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
471
|
+
override.returns(
|
472
|
+
{
|
473
|
+
amount_totals:
|
474
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::AmountTotals,
|
475
|
+
fuel: Lithic::Transactions::Events::EnhancedData::Fleet::Fuel,
|
476
|
+
driver_number: String,
|
477
|
+
odometer: Integer,
|
478
|
+
service_type:
|
479
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::ServiceType::TaggedSymbol,
|
480
|
+
vehicle_number: String
|
481
|
+
}
|
482
|
+
)
|
483
|
+
end
|
484
|
+
def to_hash
|
367
485
|
end
|
368
|
-
def to_hash; end
|
369
486
|
|
370
487
|
class AmountTotals < Lithic::Internal::Type::BaseModel
|
488
|
+
OrHash =
|
489
|
+
T.type_alias do
|
490
|
+
T.any(
|
491
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::AmountTotals,
|
492
|
+
Lithic::Internal::AnyHash
|
493
|
+
)
|
494
|
+
end
|
495
|
+
|
371
496
|
# The discount applied to the gross sale amount.
|
372
497
|
sig { returns(T.nilable(Integer)) }
|
373
498
|
attr_reader :discount
|
@@ -390,7 +515,11 @@ module Lithic
|
|
390
515
|
attr_writer :net_sale
|
391
516
|
|
392
517
|
sig do
|
393
|
-
params(
|
518
|
+
params(
|
519
|
+
discount: Integer,
|
520
|
+
gross_sale: Integer,
|
521
|
+
net_sale: Integer
|
522
|
+
).returns(T.attached_class)
|
394
523
|
end
|
395
524
|
def self.new(
|
396
525
|
# The discount applied to the gross sale amount.
|
@@ -399,12 +528,27 @@ module Lithic
|
|
399
528
|
gross_sale: nil,
|
400
529
|
# The amount after discount.
|
401
530
|
net_sale: nil
|
402
|
-
)
|
403
|
-
|
404
|
-
|
531
|
+
)
|
532
|
+
end
|
533
|
+
|
534
|
+
sig do
|
535
|
+
override.returns(
|
536
|
+
{ discount: Integer, gross_sale: Integer, net_sale: Integer }
|
537
|
+
)
|
538
|
+
end
|
539
|
+
def to_hash
|
540
|
+
end
|
405
541
|
end
|
406
542
|
|
407
543
|
class Fuel < Lithic::Internal::Type::BaseModel
|
544
|
+
OrHash =
|
545
|
+
T.type_alias do
|
546
|
+
T.any(
|
547
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel,
|
548
|
+
Lithic::Internal::AnyHash
|
549
|
+
)
|
550
|
+
end
|
551
|
+
|
408
552
|
# The quantity of fuel purchased.
|
409
553
|
sig { returns(T.nilable(Float)) }
|
410
554
|
attr_reader :quantity
|
@@ -413,25 +557,38 @@ module Lithic
|
|
413
557
|
attr_writer :quantity
|
414
558
|
|
415
559
|
# The type of fuel purchased.
|
416
|
-
sig
|
560
|
+
sig do
|
561
|
+
returns(
|
562
|
+
T.nilable(
|
563
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
564
|
+
)
|
565
|
+
)
|
566
|
+
end
|
417
567
|
attr_reader :type
|
418
568
|
|
419
|
-
sig
|
569
|
+
sig do
|
570
|
+
params(
|
571
|
+
type:
|
572
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::OrSymbol
|
573
|
+
).void
|
574
|
+
end
|
420
575
|
attr_writer :type
|
421
576
|
|
422
577
|
# Unit of measure for fuel disbursement.
|
423
578
|
sig do
|
424
579
|
returns(
|
425
|
-
T.nilable(
|
580
|
+
T.nilable(
|
581
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure::TaggedSymbol
|
582
|
+
)
|
426
583
|
)
|
427
584
|
end
|
428
585
|
attr_reader :unit_of_measure
|
429
586
|
|
430
587
|
sig do
|
431
588
|
params(
|
432
|
-
unit_of_measure:
|
433
|
-
|
434
|
-
|
589
|
+
unit_of_measure:
|
590
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure::OrSymbol
|
591
|
+
).void
|
435
592
|
end
|
436
593
|
attr_writer :unit_of_measure
|
437
594
|
|
@@ -445,11 +602,12 @@ module Lithic
|
|
445
602
|
sig do
|
446
603
|
params(
|
447
604
|
quantity: Float,
|
448
|
-
type:
|
449
|
-
|
605
|
+
type:
|
606
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::OrSymbol,
|
607
|
+
unit_of_measure:
|
608
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure::OrSymbol,
|
450
609
|
unit_price: Integer
|
451
|
-
)
|
452
|
-
.returns(T.attached_class)
|
610
|
+
).returns(T.attached_class)
|
453
611
|
end
|
454
612
|
def self.new(
|
455
613
|
# The quantity of fuel purchased.
|
@@ -460,558 +618,632 @@ module Lithic
|
|
460
618
|
unit_of_measure: nil,
|
461
619
|
# The price per unit of fuel.
|
462
620
|
unit_price: nil
|
463
|
-
)
|
621
|
+
)
|
622
|
+
end
|
623
|
+
|
464
624
|
sig do
|
465
|
-
override
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
625
|
+
override.returns(
|
626
|
+
{
|
627
|
+
quantity: Float,
|
628
|
+
type:
|
629
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol,
|
630
|
+
unit_of_measure:
|
631
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure::TaggedSymbol,
|
632
|
+
unit_price: Integer
|
633
|
+
}
|
634
|
+
)
|
635
|
+
end
|
636
|
+
def to_hash
|
474
637
|
end
|
475
|
-
def to_hash; end
|
476
638
|
|
477
639
|
# The type of fuel purchased.
|
478
640
|
module Type
|
479
641
|
extend Lithic::Internal::Type::Enum
|
480
642
|
|
481
643
|
TaggedSymbol =
|
482
|
-
T.type_alias
|
644
|
+
T.type_alias do
|
645
|
+
T.all(
|
646
|
+
Symbol,
|
647
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type
|
648
|
+
)
|
649
|
+
end
|
483
650
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
484
651
|
|
485
652
|
UNKNOWN =
|
486
|
-
T.let(
|
653
|
+
T.let(
|
654
|
+
:UNKNOWN,
|
655
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
656
|
+
)
|
487
657
|
REGULAR =
|
488
|
-
T.let(
|
658
|
+
T.let(
|
659
|
+
:REGULAR,
|
660
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
661
|
+
)
|
489
662
|
MID_PLUS =
|
490
|
-
T.let(
|
663
|
+
T.let(
|
664
|
+
:MID_PLUS,
|
665
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
666
|
+
)
|
491
667
|
PREMIUM_SUPER =
|
492
|
-
T.let(
|
668
|
+
T.let(
|
669
|
+
:PREMIUM_SUPER,
|
670
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
671
|
+
)
|
493
672
|
MID_PLUS_2 =
|
494
|
-
T.let(
|
673
|
+
T.let(
|
674
|
+
:MID_PLUS_2,
|
675
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
676
|
+
)
|
495
677
|
PREMIUM_SUPER_2 =
|
496
678
|
T.let(
|
497
679
|
:PREMIUM_SUPER_2,
|
498
|
-
Lithic::
|
680
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
499
681
|
)
|
500
682
|
ETHANOL_5_7_BLEND =
|
501
683
|
T.let(
|
502
684
|
:ETHANOL_5_7_BLEND,
|
503
|
-
Lithic::
|
685
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
504
686
|
)
|
505
687
|
MID_PLUS_ETHANOL_5_7_PERCENT_BLEND =
|
506
688
|
T.let(
|
507
689
|
:MID_PLUS_ETHANOL_5_7_PERCENT_BLEND,
|
508
|
-
Lithic::
|
690
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
509
691
|
)
|
510
692
|
PREMIUM_SUPER_ETHANOL_5_7_PERCENT_BLEND =
|
511
693
|
T.let(
|
512
694
|
:PREMIUM_SUPER_ETHANOL_5_7_PERCENT_BLEND,
|
513
|
-
Lithic::
|
695
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
514
696
|
)
|
515
697
|
ETHANOL_7_7_PERCENT_BLEND =
|
516
698
|
T.let(
|
517
699
|
:ETHANOL_7_7_PERCENT_BLEND,
|
518
|
-
Lithic::
|
700
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
519
701
|
)
|
520
702
|
MID_PLUS_ETHANOL_7_7_PERCENT_BLEND =
|
521
703
|
T.let(
|
522
704
|
:MID_PLUS_ETHANOL_7_7_PERCENT_BLEND,
|
523
|
-
Lithic::
|
705
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
524
706
|
)
|
525
707
|
GREEN_GASOLINE_REGULAR =
|
526
708
|
T.let(
|
527
709
|
:GREEN_GASOLINE_REGULAR,
|
528
|
-
Lithic::
|
710
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
529
711
|
)
|
530
712
|
GREEN_GASOLINE_MID_PLUS =
|
531
713
|
T.let(
|
532
714
|
:GREEN_GASOLINE_MID_PLUS,
|
533
|
-
Lithic::
|
715
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
534
716
|
)
|
535
717
|
GREEN_GASOLINE_PREMIUM_SUPER =
|
536
718
|
T.let(
|
537
719
|
:GREEN_GASOLINE_PREMIUM_SUPER,
|
538
|
-
Lithic::
|
720
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
539
721
|
)
|
540
722
|
REGULAR_DIESEL_2 =
|
541
723
|
T.let(
|
542
724
|
:REGULAR_DIESEL_2,
|
543
|
-
Lithic::
|
725
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
544
726
|
)
|
545
727
|
PREMIUM_DIESEL_2 =
|
546
728
|
T.let(
|
547
729
|
:PREMIUM_DIESEL_2,
|
548
|
-
Lithic::
|
730
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
549
731
|
)
|
550
732
|
REGULAR_DIESEL_1 =
|
551
733
|
T.let(
|
552
734
|
:REGULAR_DIESEL_1,
|
553
|
-
Lithic::
|
735
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
554
736
|
)
|
555
737
|
COMPRESSED_NATURAL_GAS =
|
556
738
|
T.let(
|
557
739
|
:COMPRESSED_NATURAL_GAS,
|
558
|
-
Lithic::
|
740
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
559
741
|
)
|
560
742
|
LIQUID_PROPANE_GAS =
|
561
743
|
T.let(
|
562
744
|
:LIQUID_PROPANE_GAS,
|
563
|
-
Lithic::
|
745
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
564
746
|
)
|
565
747
|
LIQUID_NATURAL_GAS =
|
566
748
|
T.let(
|
567
749
|
:LIQUID_NATURAL_GAS,
|
568
|
-
Lithic::
|
750
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
751
|
+
)
|
752
|
+
E_85 =
|
753
|
+
T.let(
|
754
|
+
:E_85,
|
755
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
569
756
|
)
|
570
|
-
E_85 = T.let(:E_85, Lithic::Models::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol)
|
571
757
|
REFORMULATED_1 =
|
572
758
|
T.let(
|
573
759
|
:REFORMULATED_1,
|
574
|
-
Lithic::
|
760
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
575
761
|
)
|
576
762
|
REFORMULATED_2 =
|
577
763
|
T.let(
|
578
764
|
:REFORMULATED_2,
|
579
|
-
Lithic::
|
765
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
580
766
|
)
|
581
767
|
REFORMULATED_3 =
|
582
768
|
T.let(
|
583
769
|
:REFORMULATED_3,
|
584
|
-
Lithic::
|
770
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
585
771
|
)
|
586
772
|
REFORMULATED_4 =
|
587
773
|
T.let(
|
588
774
|
:REFORMULATED_4,
|
589
|
-
Lithic::
|
775
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
590
776
|
)
|
591
777
|
REFORMULATED_5 =
|
592
778
|
T.let(
|
593
779
|
:REFORMULATED_5,
|
594
|
-
Lithic::
|
780
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
595
781
|
)
|
596
782
|
DIESEL_OFF_ROAD_1_AND_2_NON_TAXABLE =
|
597
783
|
T.let(
|
598
784
|
:DIESEL_OFF_ROAD_1_AND_2_NON_TAXABLE,
|
599
|
-
Lithic::
|
785
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
600
786
|
)
|
601
787
|
DIESEL_OFF_ROAD_NON_TAXABLE =
|
602
788
|
T.let(
|
603
789
|
:DIESEL_OFF_ROAD_NON_TAXABLE,
|
604
|
-
Lithic::
|
790
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
605
791
|
)
|
606
792
|
BIODIESEL_BLEND_OFF_ROAD_NON_TAXABLE =
|
607
793
|
T.let(
|
608
794
|
:BIODIESEL_BLEND_OFF_ROAD_NON_TAXABLE,
|
609
|
-
Lithic::
|
795
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
610
796
|
)
|
611
797
|
UNDEFINED_FUEL =
|
612
798
|
T.let(
|
613
799
|
:UNDEFINED_FUEL,
|
614
|
-
Lithic::
|
800
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
615
801
|
)
|
616
802
|
RACING_FUEL =
|
617
|
-
T.let(
|
803
|
+
T.let(
|
804
|
+
:RACING_FUEL,
|
805
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
806
|
+
)
|
618
807
|
MID_PLUS_2_10_PERCENT_BLEND =
|
619
808
|
T.let(
|
620
809
|
:MID_PLUS_2_10_PERCENT_BLEND,
|
621
|
-
Lithic::
|
810
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
622
811
|
)
|
623
812
|
PREMIUM_SUPER_2_10_PERCENT_BLEND =
|
624
813
|
T.let(
|
625
814
|
:PREMIUM_SUPER_2_10_PERCENT_BLEND,
|
626
|
-
Lithic::
|
815
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
627
816
|
)
|
628
817
|
MID_PLUS_ETHANOL_2_15_PERCENT_BLEND =
|
629
818
|
T.let(
|
630
819
|
:MID_PLUS_ETHANOL_2_15_PERCENT_BLEND,
|
631
|
-
Lithic::
|
820
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
632
821
|
)
|
633
822
|
PREMIUM_SUPER_ETHANOL_2_15_PERCENT_BLEND =
|
634
823
|
T.let(
|
635
824
|
:PREMIUM_SUPER_ETHANOL_2_15_PERCENT_BLEND,
|
636
|
-
Lithic::
|
825
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
637
826
|
)
|
638
827
|
PREMIUM_SUPER_ETHANOL_7_7_PERCENT_BLEND =
|
639
828
|
T.let(
|
640
829
|
:PREMIUM_SUPER_ETHANOL_7_7_PERCENT_BLEND,
|
641
|
-
Lithic::
|
830
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
642
831
|
)
|
643
832
|
REGULAR_ETHANOL_10_PERCENT_BLEND =
|
644
833
|
T.let(
|
645
834
|
:REGULAR_ETHANOL_10_PERCENT_BLEND,
|
646
|
-
Lithic::
|
835
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
647
836
|
)
|
648
837
|
MID_PLUS_ETHANOL_10_PERCENT_BLEND =
|
649
838
|
T.let(
|
650
839
|
:MID_PLUS_ETHANOL_10_PERCENT_BLEND,
|
651
|
-
Lithic::
|
840
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
652
841
|
)
|
653
842
|
PREMIUM_SUPER_ETHANOL_10_PERCENT_BLEND =
|
654
843
|
T.let(
|
655
844
|
:PREMIUM_SUPER_ETHANOL_10_PERCENT_BLEND,
|
656
|
-
Lithic::
|
845
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
657
846
|
)
|
658
847
|
B2_DIESEL_BLEND_2_PERCENT_BIODIESEL =
|
659
848
|
T.let(
|
660
849
|
:B2_DIESEL_BLEND_2_PERCENT_BIODIESEL,
|
661
|
-
Lithic::
|
850
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
662
851
|
)
|
663
852
|
B5_DIESEL_BLEND_5_PERCENT_BIODIESEL =
|
664
853
|
T.let(
|
665
854
|
:B5_DIESEL_BLEND_5_PERCENT_BIODIESEL,
|
666
|
-
Lithic::
|
855
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
667
856
|
)
|
668
857
|
B10_DIESEL_BLEND_10_PERCENT_BIODIESEL =
|
669
858
|
T.let(
|
670
859
|
:B10_DIESEL_BLEND_10_PERCENT_BIODIESEL,
|
671
|
-
Lithic::
|
860
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
672
861
|
)
|
673
862
|
B11_DIESEL_BLEND_11_PERCENT_BIODIESEL =
|
674
863
|
T.let(
|
675
864
|
:B11_DIESEL_BLEND_11_PERCENT_BIODIESEL,
|
676
|
-
Lithic::
|
865
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
677
866
|
)
|
678
867
|
B15_DIESEL_BLEND_15_PERCENT_BIODIESEL =
|
679
868
|
T.let(
|
680
869
|
:B15_DIESEL_BLEND_15_PERCENT_BIODIESEL,
|
681
|
-
Lithic::
|
870
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
682
871
|
)
|
683
872
|
B20_DIESEL_BLEND_20_PERCENT_BIODIESEL =
|
684
873
|
T.let(
|
685
874
|
:B20_DIESEL_BLEND_20_PERCENT_BIODIESEL,
|
686
|
-
Lithic::
|
875
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
687
876
|
)
|
688
877
|
B100_DIESEL_BLEND_100_PERCENT_BIODIESEL =
|
689
878
|
T.let(
|
690
879
|
:B100_DIESEL_BLEND_100_PERCENT_BIODIESEL,
|
691
|
-
Lithic::
|
880
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
692
881
|
)
|
693
882
|
B1_DIESEL_BLEND_1_PERCENT_BIODIESEL =
|
694
883
|
T.let(
|
695
884
|
:B1_DIESEL_BLEND_1_PERCENT_BIODIESEL,
|
696
|
-
Lithic::
|
885
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
697
886
|
)
|
698
887
|
ADDITIZED_DIESEL_2 =
|
699
888
|
T.let(
|
700
889
|
:ADDITIZED_DIESEL_2,
|
701
|
-
Lithic::
|
890
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
702
891
|
)
|
703
892
|
ADDITIZED_DIESEL_3 =
|
704
893
|
T.let(
|
705
894
|
:ADDITIZED_DIESEL_3,
|
706
|
-
Lithic::
|
895
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
707
896
|
)
|
708
897
|
RENEWABLE_DIESEL_R95 =
|
709
898
|
T.let(
|
710
899
|
:RENEWABLE_DIESEL_R95,
|
711
|
-
Lithic::
|
900
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
712
901
|
)
|
713
902
|
RENEWABLE_DIESEL_BIODIESEL_6_20_PERCENT =
|
714
903
|
T.let(
|
715
904
|
:RENEWABLE_DIESEL_BIODIESEL_6_20_PERCENT,
|
716
|
-
Lithic::
|
905
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
717
906
|
)
|
718
907
|
DIESEL_EXHAUST_FLUID =
|
719
908
|
T.let(
|
720
909
|
:DIESEL_EXHAUST_FLUID,
|
721
|
-
Lithic::
|
910
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
722
911
|
)
|
723
912
|
PREMIUM_DIESEL_1 =
|
724
913
|
T.let(
|
725
914
|
:PREMIUM_DIESEL_1,
|
726
|
-
Lithic::
|
915
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
727
916
|
)
|
728
917
|
REGULAR_ETHANOL_15_PERCENT_BLEND =
|
729
918
|
T.let(
|
730
919
|
:REGULAR_ETHANOL_15_PERCENT_BLEND,
|
731
|
-
Lithic::
|
920
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
732
921
|
)
|
733
922
|
MID_PLUS_ETHANOL_15_PERCENT_BLEND =
|
734
923
|
T.let(
|
735
924
|
:MID_PLUS_ETHANOL_15_PERCENT_BLEND,
|
736
|
-
Lithic::
|
925
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
737
926
|
)
|
738
927
|
PREMIUM_SUPER_ETHANOL_15_PERCENT_BLEND =
|
739
928
|
T.let(
|
740
929
|
:PREMIUM_SUPER_ETHANOL_15_PERCENT_BLEND,
|
741
|
-
Lithic::
|
930
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
742
931
|
)
|
743
932
|
PREMIUM_DIESEL_BLEND_LESS_THAN_20_PERCENT_BIODIESEL =
|
744
933
|
T.let(
|
745
934
|
:PREMIUM_DIESEL_BLEND_LESS_THAN_20_PERCENT_BIODIESEL,
|
746
|
-
Lithic::
|
935
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
747
936
|
)
|
748
937
|
PREMIUM_DIESEL_BLEND_GREATER_THAN_20_PERCENT_BIODIESEL =
|
749
938
|
T.let(
|
750
939
|
:PREMIUM_DIESEL_BLEND_GREATER_THAN_20_PERCENT_BIODIESEL,
|
751
|
-
Lithic::
|
940
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
752
941
|
)
|
753
942
|
B75_DIESEL_BLEND_75_PERCENT_BIODIESEL =
|
754
943
|
T.let(
|
755
944
|
:B75_DIESEL_BLEND_75_PERCENT_BIODIESEL,
|
756
|
-
Lithic::
|
945
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
757
946
|
)
|
758
947
|
B99_DIESEL_BLEND_99_PERCENT_BIODIESEL =
|
759
948
|
T.let(
|
760
949
|
:B99_DIESEL_BLEND_99_PERCENT_BIODIESEL,
|
761
|
-
Lithic::
|
950
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
762
951
|
)
|
763
952
|
MISCELLANEOUS_FUEL =
|
764
953
|
T.let(
|
765
954
|
:MISCELLANEOUS_FUEL,
|
766
|
-
Lithic::
|
955
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
767
956
|
)
|
768
957
|
JET_FUEL =
|
769
|
-
T.let(
|
958
|
+
T.let(
|
959
|
+
:JET_FUEL,
|
960
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
961
|
+
)
|
770
962
|
AVIATION_FUEL_REGULAR =
|
771
963
|
T.let(
|
772
964
|
:AVIATION_FUEL_REGULAR,
|
773
|
-
Lithic::
|
965
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
774
966
|
)
|
775
967
|
AVIATION_FUEL_PREMIUM =
|
776
968
|
T.let(
|
777
969
|
:AVIATION_FUEL_PREMIUM,
|
778
|
-
Lithic::
|
970
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
779
971
|
)
|
780
972
|
AVIATION_FUEL_JP8 =
|
781
973
|
T.let(
|
782
974
|
:AVIATION_FUEL_JP8,
|
783
|
-
Lithic::
|
975
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
784
976
|
)
|
785
977
|
AVIATION_FUEL_4 =
|
786
978
|
T.let(
|
787
979
|
:AVIATION_FUEL_4,
|
788
|
-
Lithic::
|
980
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
789
981
|
)
|
790
982
|
AVIATION_FUEL_5 =
|
791
983
|
T.let(
|
792
984
|
:AVIATION_FUEL_5,
|
793
|
-
Lithic::
|
985
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
794
986
|
)
|
795
987
|
BIOJET_DIESEL =
|
796
|
-
T.let(
|
988
|
+
T.let(
|
989
|
+
:BIOJET_DIESEL,
|
990
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
991
|
+
)
|
797
992
|
AVIATION_BIOFUEL_GASOLINE =
|
798
993
|
T.let(
|
799
994
|
:AVIATION_BIOFUEL_GASOLINE,
|
800
|
-
Lithic::
|
995
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
801
996
|
)
|
802
997
|
MISCELLANEOUS_AVIATION_FUEL =
|
803
998
|
T.let(
|
804
999
|
:MISCELLANEOUS_AVIATION_FUEL,
|
805
|
-
Lithic::
|
1000
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
806
1001
|
)
|
807
1002
|
MARINE_FUEL_1 =
|
808
|
-
T.let(
|
1003
|
+
T.let(
|
1004
|
+
:MARINE_FUEL_1,
|
1005
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
1006
|
+
)
|
809
1007
|
MARINE_FUEL_2 =
|
810
|
-
T.let(
|
1008
|
+
T.let(
|
1009
|
+
:MARINE_FUEL_2,
|
1010
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
1011
|
+
)
|
811
1012
|
MARINE_FUEL_3 =
|
812
|
-
T.let(
|
1013
|
+
T.let(
|
1014
|
+
:MARINE_FUEL_3,
|
1015
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
1016
|
+
)
|
813
1017
|
MARINE_FUEL_4 =
|
814
|
-
T.let(
|
1018
|
+
T.let(
|
1019
|
+
:MARINE_FUEL_4,
|
1020
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
1021
|
+
)
|
815
1022
|
MARINE_FUEL_5 =
|
816
|
-
T.let(
|
1023
|
+
T.let(
|
1024
|
+
:MARINE_FUEL_5,
|
1025
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
1026
|
+
)
|
817
1027
|
MARINE_OTHER =
|
818
|
-
T.let(
|
1028
|
+
T.let(
|
1029
|
+
:MARINE_OTHER,
|
1030
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
1031
|
+
)
|
819
1032
|
MARINE_DIESEL =
|
820
|
-
T.let(
|
1033
|
+
T.let(
|
1034
|
+
:MARINE_DIESEL,
|
1035
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
1036
|
+
)
|
821
1037
|
MISCELLANEOUS_MARINE_FUEL =
|
822
1038
|
T.let(
|
823
1039
|
:MISCELLANEOUS_MARINE_FUEL,
|
824
|
-
Lithic::
|
1040
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
825
1041
|
)
|
826
1042
|
KEROSENE_LOW_SULFUR =
|
827
1043
|
T.let(
|
828
1044
|
:KEROSENE_LOW_SULFUR,
|
829
|
-
Lithic::
|
1045
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
830
1046
|
)
|
831
1047
|
WHITE_GAS =
|
832
|
-
T.let(
|
1048
|
+
T.let(
|
1049
|
+
:WHITE_GAS,
|
1050
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
1051
|
+
)
|
833
1052
|
HEATING_OIL =
|
834
|
-
T.let(
|
1053
|
+
T.let(
|
1054
|
+
:HEATING_OIL,
|
1055
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
1056
|
+
)
|
835
1057
|
OTHER_FUEL_NON_TAXABLE =
|
836
1058
|
T.let(
|
837
1059
|
:OTHER_FUEL_NON_TAXABLE,
|
838
|
-
Lithic::
|
1060
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
839
1061
|
)
|
840
1062
|
KEROSENE_ULTRA_LOW_SULFUR =
|
841
1063
|
T.let(
|
842
1064
|
:KEROSENE_ULTRA_LOW_SULFUR,
|
843
|
-
Lithic::
|
1065
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
844
1066
|
)
|
845
1067
|
KEROSENE_LOW_SULFUR_NON_TAXABLE =
|
846
1068
|
T.let(
|
847
1069
|
:KEROSENE_LOW_SULFUR_NON_TAXABLE,
|
848
|
-
Lithic::
|
1070
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
849
1071
|
)
|
850
1072
|
KEROSENE_ULTRA_LOW_SULFUR_NON_TAXABLE =
|
851
1073
|
T.let(
|
852
1074
|
:KEROSENE_ULTRA_LOW_SULFUR_NON_TAXABLE,
|
853
|
-
Lithic::
|
1075
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
854
1076
|
)
|
855
1077
|
EVC_1_LEVEL_1_CHARGE_110_V_15_AMP =
|
856
1078
|
T.let(
|
857
1079
|
:EVC_1_LEVEL_1_CHARGE_110V_15_AMP,
|
858
|
-
Lithic::
|
1080
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
859
1081
|
)
|
860
1082
|
EVC_2_LEVEL_2_CHARGE_240_V_15_40_AMP =
|
861
1083
|
T.let(
|
862
1084
|
:EVC_2_LEVEL_2_CHARGE_240V_15_40_AMP,
|
863
|
-
Lithic::
|
1085
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
864
1086
|
)
|
865
1087
|
EVC_3_LEVEL_3_CHARGE_480_V_3_PHASE_CHARGE =
|
866
1088
|
T.let(
|
867
1089
|
:EVC_3_LEVEL_3_CHARGE_480V_3_PHASE_CHARGE,
|
868
|
-
Lithic::
|
1090
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
869
1091
|
)
|
870
1092
|
BIODIESEL_BLEND_2_PERCENT_OFF_ROAD_NON_TAXABLE =
|
871
1093
|
T.let(
|
872
1094
|
:BIODIESEL_BLEND_2_PERCENT_OFF_ROAD_NON_TAXABLE,
|
873
|
-
Lithic::
|
1095
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
874
1096
|
)
|
875
1097
|
BIODIESEL_BLEND_5_PERCENT_OFF_ROAD_NON_TAXABLE =
|
876
1098
|
T.let(
|
877
1099
|
:BIODIESEL_BLEND_5_PERCENT_OFF_ROAD_NON_TAXABLE,
|
878
|
-
Lithic::
|
1100
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
879
1101
|
)
|
880
1102
|
BIODIESEL_BLEND_10_PERCENT_OFF_ROAD_NON_TAXABLE =
|
881
1103
|
T.let(
|
882
1104
|
:BIODIESEL_BLEND_10_PERCENT_OFF_ROAD_NON_TAXABLE,
|
883
|
-
Lithic::
|
1105
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
884
1106
|
)
|
885
1107
|
BIODIESEL_BLEND_11_PERCENT_OFF_ROAD_NON_TAXABLE =
|
886
1108
|
T.let(
|
887
1109
|
:BIODIESEL_BLEND_11_PERCENT_OFF_ROAD_NON_TAXABLE,
|
888
|
-
Lithic::
|
1110
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
889
1111
|
)
|
890
1112
|
BIODIESEL_BLEND_15_PERCENT_OFF_ROAD_NON_TAXABLE =
|
891
1113
|
T.let(
|
892
1114
|
:BIODIESEL_BLEND_15_PERCENT_OFF_ROAD_NON_TAXABLE,
|
893
|
-
Lithic::
|
1115
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
894
1116
|
)
|
895
1117
|
BIODIESEL_BLEND_20_PERCENT_OFF_ROAD_NON_TAXABLE =
|
896
1118
|
T.let(
|
897
1119
|
:BIODIESEL_BLEND_20_PERCENT_OFF_ROAD_NON_TAXABLE,
|
898
|
-
Lithic::
|
1120
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
899
1121
|
)
|
900
1122
|
DIESEL_1_OFF_ROAD_NON_TAXABLE =
|
901
1123
|
T.let(
|
902
1124
|
:DIESEL_1_OFF_ROAD_NON_TAXABLE,
|
903
|
-
Lithic::
|
1125
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
904
1126
|
)
|
905
1127
|
DIESEL_2_OFF_ROAD_NON_TAXABLE =
|
906
1128
|
T.let(
|
907
1129
|
:DIESEL_2_OFF_ROAD_NON_TAXABLE,
|
908
|
-
Lithic::
|
1130
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
909
1131
|
)
|
910
1132
|
DIESEL_1_PREMIUM_OFF_ROAD_NON_TAXABLE =
|
911
1133
|
T.let(
|
912
1134
|
:DIESEL_1_PREMIUM_OFF_ROAD_NON_TAXABLE,
|
913
|
-
Lithic::
|
1135
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
914
1136
|
)
|
915
1137
|
DIESEL_2_PREMIUM_OFF_ROAD_NON_TAXABLE =
|
916
1138
|
T.let(
|
917
1139
|
:DIESEL_2_PREMIUM_OFF_ROAD_NON_TAXABLE,
|
918
|
-
Lithic::
|
1140
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
919
1141
|
)
|
920
1142
|
ADDITIVE_DOSAGE =
|
921
1143
|
T.let(
|
922
1144
|
:ADDITIVE_DOSAGE,
|
923
|
-
Lithic::
|
1145
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
924
1146
|
)
|
925
1147
|
ETHANOL_BLENDS_E16_E84 =
|
926
1148
|
T.let(
|
927
1149
|
:ETHANOL_BLENDS_E16_E84,
|
928
|
-
Lithic::
|
1150
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
929
1151
|
)
|
930
1152
|
LOW_OCTANE_UNL =
|
931
1153
|
T.let(
|
932
1154
|
:LOW_OCTANE_UNL,
|
933
|
-
Lithic::
|
1155
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
934
1156
|
)
|
935
1157
|
BLENDED_DIESEL_1_AND_2 =
|
936
1158
|
T.let(
|
937
1159
|
:BLENDED_DIESEL_1_AND_2,
|
938
|
-
Lithic::
|
1160
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
939
1161
|
)
|
940
1162
|
OFF_ROAD_REGULAR_NON_TAXABLE =
|
941
1163
|
T.let(
|
942
1164
|
:OFF_ROAD_REGULAR_NON_TAXABLE,
|
943
|
-
Lithic::
|
1165
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
944
1166
|
)
|
945
1167
|
OFF_ROAD_MID_PLUS_NON_TAXABLE =
|
946
1168
|
T.let(
|
947
1169
|
:OFF_ROAD_MID_PLUS_NON_TAXABLE,
|
948
|
-
Lithic::
|
1170
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
949
1171
|
)
|
950
1172
|
OFF_ROAD_PREMIUM_SUPER_NON_TAXABLE =
|
951
1173
|
T.let(
|
952
1174
|
:OFF_ROAD_PREMIUM_SUPER_NON_TAXABLE,
|
953
|
-
Lithic::
|
1175
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
954
1176
|
)
|
955
1177
|
OFF_ROAD_MID_PLUS_2_NON_TAXABLE =
|
956
1178
|
T.let(
|
957
1179
|
:OFF_ROAD_MID_PLUS_2_NON_TAXABLE,
|
958
|
-
Lithic::
|
1180
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
959
1181
|
)
|
960
1182
|
OFF_ROAD_PREMIUM_SUPER_2_NON_TAXABLE =
|
961
1183
|
T.let(
|
962
1184
|
:OFF_ROAD_PREMIUM_SUPER_2_NON_TAXABLE,
|
963
|
-
Lithic::
|
1185
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
964
1186
|
)
|
965
1187
|
RECREATIONAL_FUEL_90_OCTANE =
|
966
1188
|
T.let(
|
967
1189
|
:RECREATIONAL_FUEL_90_OCTANE,
|
968
|
-
Lithic::
|
1190
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
969
1191
|
)
|
970
1192
|
HYDROGEN_H35 =
|
971
|
-
T.let(
|
1193
|
+
T.let(
|
1194
|
+
:HYDROGEN_H35,
|
1195
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
1196
|
+
)
|
972
1197
|
HYDROGEN_H70 =
|
973
|
-
T.let(
|
1198
|
+
T.let(
|
1199
|
+
:HYDROGEN_H70,
|
1200
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
1201
|
+
)
|
974
1202
|
RENEWABLE_DIESEL_R95_OFF_ROAD_NON_TAXABLE =
|
975
1203
|
T.let(
|
976
1204
|
:RENEWABLE_DIESEL_R95_OFF_ROAD_NON_TAXABLE,
|
977
|
-
Lithic::
|
1205
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
978
1206
|
)
|
979
1207
|
BIODIESEL_BLEND_1_PERCENT_OFF_ROAD_NON_TAXABLE =
|
980
1208
|
T.let(
|
981
1209
|
:BIODIESEL_BLEND_1_PERCENT_OFF_ROAD_NON_TAXABLE,
|
982
|
-
Lithic::
|
1210
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
983
1211
|
)
|
984
1212
|
BIODIESEL_BLEND_75_PERCENT_OFF_ROAD_NON_TAXABLE =
|
985
1213
|
T.let(
|
986
1214
|
:BIODIESEL_BLEND_75_PERCENT_OFF_ROAD_NON_TAXABLE,
|
987
|
-
Lithic::
|
1215
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
988
1216
|
)
|
989
1217
|
BIODIESEL_BLEND_99_PERCENT_OFF_ROAD_NON_TAXABLE =
|
990
1218
|
T.let(
|
991
1219
|
:BIODIESEL_BLEND_99_PERCENT_OFF_ROAD_NON_TAXABLE,
|
992
|
-
Lithic::
|
1220
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
993
1221
|
)
|
994
1222
|
BIODIESEL_BLEND_100_PERCENT_OFF_ROAD_NON_TAXABLE =
|
995
1223
|
T.let(
|
996
1224
|
:BIODIESEL_BLEND_100_PERCENT_OFF_ROAD_NON_TAXABLE,
|
997
|
-
Lithic::
|
1225
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
998
1226
|
)
|
999
1227
|
RENEWABLE_DIESEL_BIODIESEL_6_20_PERCENT_OFF_ROAD_NON_TAXABLE =
|
1000
1228
|
T.let(
|
1001
1229
|
:RENEWABLE_DIESEL_BIODIESEL_6_20_PERCENT_OFF_ROAD_NON_TAXABLE,
|
1002
|
-
Lithic::
|
1230
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
1003
1231
|
)
|
1004
1232
|
MISCELLANEOUS_OTHER_FUEL =
|
1005
1233
|
T.let(
|
1006
1234
|
:MISCELLANEOUS_OTHER_FUEL,
|
1007
|
-
Lithic::
|
1235
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
1008
1236
|
)
|
1009
1237
|
|
1010
1238
|
sig do
|
1011
|
-
override
|
1012
|
-
|
1239
|
+
override.returns(
|
1240
|
+
T::Array[
|
1241
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::Type::TaggedSymbol
|
1242
|
+
]
|
1243
|
+
)
|
1244
|
+
end
|
1245
|
+
def self.values
|
1013
1246
|
end
|
1014
|
-
def self.values; end
|
1015
1247
|
end
|
1016
1248
|
|
1017
1249
|
# Unit of measure for fuel disbursement.
|
@@ -1019,52 +1251,59 @@ module Lithic
|
|
1019
1251
|
extend Lithic::Internal::Type::Enum
|
1020
1252
|
|
1021
1253
|
TaggedSymbol =
|
1022
|
-
T.type_alias
|
1254
|
+
T.type_alias do
|
1255
|
+
T.all(
|
1256
|
+
Symbol,
|
1257
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure
|
1258
|
+
)
|
1259
|
+
end
|
1023
1260
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1024
1261
|
|
1025
1262
|
GALLONS =
|
1026
1263
|
T.let(
|
1027
1264
|
:GALLONS,
|
1028
|
-
Lithic::
|
1265
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure::TaggedSymbol
|
1029
1266
|
)
|
1030
1267
|
LITERS =
|
1031
1268
|
T.let(
|
1032
1269
|
:LITERS,
|
1033
|
-
Lithic::
|
1270
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure::TaggedSymbol
|
1034
1271
|
)
|
1035
1272
|
POUNDS =
|
1036
1273
|
T.let(
|
1037
1274
|
:POUNDS,
|
1038
|
-
Lithic::
|
1275
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure::TaggedSymbol
|
1039
1276
|
)
|
1040
1277
|
KILOGRAMS =
|
1041
1278
|
T.let(
|
1042
1279
|
:KILOGRAMS,
|
1043
|
-
Lithic::
|
1280
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure::TaggedSymbol
|
1044
1281
|
)
|
1045
1282
|
IMPERIAL_GALLONS =
|
1046
1283
|
T.let(
|
1047
1284
|
:IMPERIAL_GALLONS,
|
1048
|
-
Lithic::
|
1285
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure::TaggedSymbol
|
1049
1286
|
)
|
1050
1287
|
NOT_APPLICABLE =
|
1051
1288
|
T.let(
|
1052
1289
|
:NOT_APPLICABLE,
|
1053
|
-
Lithic::
|
1290
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure::TaggedSymbol
|
1054
1291
|
)
|
1055
1292
|
UNKNOWN =
|
1056
1293
|
T.let(
|
1057
1294
|
:UNKNOWN,
|
1058
|
-
Lithic::
|
1295
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure::TaggedSymbol
|
1059
1296
|
)
|
1060
1297
|
|
1061
1298
|
sig do
|
1062
|
-
override
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1299
|
+
override.returns(
|
1300
|
+
T::Array[
|
1301
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel::UnitOfMeasure::TaggedSymbol
|
1302
|
+
]
|
1303
|
+
)
|
1304
|
+
end
|
1305
|
+
def self.values
|
1066
1306
|
end
|
1067
|
-
def self.values; end
|
1068
1307
|
end
|
1069
1308
|
end
|
1070
1309
|
|
@@ -1073,28 +1312,49 @@ module Lithic
|
|
1073
1312
|
extend Lithic::Internal::Type::Enum
|
1074
1313
|
|
1075
1314
|
TaggedSymbol =
|
1076
|
-
T.type_alias
|
1315
|
+
T.type_alias do
|
1316
|
+
T.all(
|
1317
|
+
Symbol,
|
1318
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::ServiceType
|
1319
|
+
)
|
1320
|
+
end
|
1077
1321
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1078
1322
|
|
1079
1323
|
UNKNOWN =
|
1080
|
-
T.let(
|
1324
|
+
T.let(
|
1325
|
+
:UNKNOWN,
|
1326
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::ServiceType::TaggedSymbol
|
1327
|
+
)
|
1081
1328
|
UNDEFINED =
|
1082
|
-
T.let(
|
1329
|
+
T.let(
|
1330
|
+
:UNDEFINED,
|
1331
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::ServiceType::TaggedSymbol
|
1332
|
+
)
|
1083
1333
|
SELF_SERVICE =
|
1084
|
-
T.let(
|
1334
|
+
T.let(
|
1335
|
+
:SELF_SERVICE,
|
1336
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::ServiceType::TaggedSymbol
|
1337
|
+
)
|
1085
1338
|
FULL_SERVICE =
|
1086
|
-
T.let(
|
1339
|
+
T.let(
|
1340
|
+
:FULL_SERVICE,
|
1341
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::ServiceType::TaggedSymbol
|
1342
|
+
)
|
1087
1343
|
NON_FUEL_ONLY =
|
1088
1344
|
T.let(
|
1089
1345
|
:NON_FUEL_ONLY,
|
1090
|
-
Lithic::
|
1346
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::ServiceType::TaggedSymbol
|
1091
1347
|
)
|
1092
1348
|
|
1093
1349
|
sig do
|
1094
|
-
override
|
1095
|
-
|
1350
|
+
override.returns(
|
1351
|
+
T::Array[
|
1352
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::ServiceType::TaggedSymbol
|
1353
|
+
]
|
1354
|
+
)
|
1355
|
+
end
|
1356
|
+
def self.values
|
1096
1357
|
end
|
1097
|
-
def self.values; end
|
1098
1358
|
end
|
1099
1359
|
end
|
1100
1360
|
end
|