lithic 0.1.0.pre.alpha.19 → 0.1.0.pre.alpha.20
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 +17 -0
- data/README.md +1 -1
- data/lib/lithic/errors.rb +9 -9
- data/lib/lithic/internal/type/boolean.rb +10 -11
- data/lib/lithic/internal/type/enum.rb +10 -11
- data/lib/lithic/internal/type/unknown.rb +10 -11
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +1 -0
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +133 -6
- data/lib/lithic/models/auth_rules/v2_create_params.rb +67 -3
- data/lib/lithic/models/auth_rules/v2_create_response.rb +133 -6
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +66 -3
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +133 -6
- data/lib/lithic/models/auth_rules/v2_list_params.rb +21 -1
- data/lib/lithic/models/auth_rules/v2_list_response.rb +133 -6
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +133 -6
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +137 -6
- data/lib/lithic/models/auth_rules/v2_update_response.rb +133 -6
- data/lib/lithic/models/book_transfer_create_params.rb +1 -0
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +1 -0
- data/lib/lithic/models/financial_transaction.rb +1 -0
- data/lib/lithic/models/transfer.rb +1 -0
- data/lib/lithic/request_options.rb +4 -5
- data/lib/lithic/resources/auth_rules/v2.rb +5 -3
- data/lib/lithic/resources/cards.rb +2 -2
- data/lib/lithic/version.rb +1 -1
- data/rbi/{lib/lithic → lithic}/client.rbi +1 -4
- data/rbi/{lib/lithic → lithic}/internal/transport/base_client.rbi +2 -2
- data/rbi/{lib/lithic → lithic}/internal/type/request_parameters.rbi +1 -1
- data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +456 -0
- data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_create_params.rbi +93 -5
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +456 -0
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +158 -0
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +456 -0
- data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_list_params.rbi +26 -0
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +456 -0
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +456 -0
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +461 -0
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +456 -0
- data/rbi/{lib/lithic → lithic}/models/book_transfer_create_params.rbi +1 -0
- data/rbi/{lib/lithic → lithic}/models/financial_accounts/statements/statement_line_items.rbi +5 -0
- data/rbi/{lib/lithic → lithic}/models/financial_transaction.rbi +1 -0
- data/rbi/{lib/lithic → lithic}/models/transfer.rbi +1 -0
- data/rbi/{lib/lithic → lithic}/request_options.rbi +2 -0
- data/rbi/{lib/lithic → lithic}/resources/account_holders.rbi +9 -19
- data/rbi/{lib/lithic → lithic}/resources/accounts.rbi +4 -13
- data/rbi/{lib/lithic → lithic}/resources/aggregate_balances.rbi +1 -1
- data/rbi/{lib/lithic → lithic}/resources/auth_rules/v2/backtests.rbi +2 -7
- data/rbi/{lib/lithic → lithic}/resources/auth_rules/v2.rbi +16 -26
- data/rbi/{lib/lithic → lithic}/resources/auth_stream_enrollment.rbi +2 -7
- data/rbi/{lib/lithic → lithic}/resources/balances.rbi +1 -1
- data/rbi/{lib/lithic → lithic}/resources/book_transfers.rbi +4 -11
- data/rbi/{lib/lithic → lithic}/resources/card_programs.rbi +2 -5
- data/rbi/{lib/lithic → lithic}/resources/cards/aggregate_balances.rbi +1 -5
- data/rbi/{lib/lithic → lithic}/resources/cards/balances.rbi +1 -1
- data/rbi/{lib/lithic → lithic}/resources/cards/financial_transactions.rbi +2 -2
- data/rbi/{lib/lithic → lithic}/resources/cards.rbi +13 -41
- data/rbi/{lib/lithic → lithic}/resources/credit_products/extended_credit.rbi +1 -4
- data/rbi/{lib/lithic → lithic}/resources/credit_products/prime_rates.rbi +2 -2
- data/rbi/{lib/lithic → lithic}/resources/digital_card_art.rbi +2 -5
- data/rbi/{lib/lithic → lithic}/resources/disputes.rbi +9 -33
- data/rbi/{lib/lithic → lithic}/resources/events/event_subscriptions.rbi +2 -3
- data/rbi/{lib/lithic → lithic}/resources/events/subscriptions.rbi +11 -29
- data/rbi/{lib/lithic → lithic}/resources/events.rbi +3 -9
- data/rbi/{lib/lithic → lithic}/resources/external_bank_accounts/micro_deposits.rbi +1 -1
- data/rbi/{lib/lithic → lithic}/resources/external_bank_accounts.rbi +6 -9
- data/rbi/{lib/lithic → lithic}/resources/external_payments.rbi +7 -10
- data/rbi/{lib/lithic → lithic}/resources/financial_accounts/balances.rbi +1 -1
- data/rbi/{lib/lithic → lithic}/resources/financial_accounts/credit_configuration.rbi +2 -5
- data/rbi/{lib/lithic → lithic}/resources/financial_accounts/financial_transactions.rbi +2 -2
- data/rbi/{lib/lithic → lithic}/resources/financial_accounts/loan_tapes.rbi +2 -2
- data/rbi/{lib/lithic → lithic}/resources/financial_accounts/statements/line_items.rbi +1 -1
- data/rbi/{lib/lithic → lithic}/resources/financial_accounts/statements.rbi +2 -2
- data/rbi/{lib/lithic → lithic}/resources/financial_accounts.rbi +5 -12
- data/rbi/{lib/lithic → lithic}/resources/management_operations.rbi +4 -7
- data/rbi/{lib/lithic → lithic}/resources/payments.rbi +8 -24
- data/rbi/{lib/lithic → lithic}/resources/reports/settlement/network_totals.rbi +2 -5
- data/rbi/{lib/lithic → lithic}/resources/reports/settlement.rbi +2 -8
- data/rbi/{lib/lithic → lithic}/resources/responder_endpoints.rbi +3 -3
- data/rbi/{lib/lithic → lithic}/resources/three_ds/authentication.rbi +3 -13
- data/rbi/{lib/lithic → lithic}/resources/three_ds/decisioning.rbi +3 -5
- data/rbi/{lib/lithic → lithic}/resources/tokenization_decisioning.rbi +2 -5
- data/rbi/{lib/lithic → lithic}/resources/tokenizations.rbi +9 -36
- data/rbi/{lib/lithic → lithic}/resources/transactions/enhanced_commercial_data.rbi +1 -4
- data/rbi/{lib/lithic → lithic}/resources/transactions/events/enhanced_commercial_data.rbi +1 -4
- data/rbi/{lib/lithic → lithic}/resources/transactions.rbi +10 -35
- data/rbi/{lib/lithic → lithic}/resources/transfers.rbi +1 -1
- data/sig/lithic/models/auth_rules/auth_rule_condition.rbs +1 -3
- data/sig/lithic/models/auth_rules/v2_apply_response.rbs +86 -3
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +44 -2
- data/sig/lithic/models/auth_rules/v2_create_response.rbs +86 -3
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +42 -1
- data/sig/lithic/models/auth_rules/v2_draft_response.rbs +86 -3
- data/sig/lithic/models/auth_rules/v2_list_params.rbs +20 -0
- data/sig/lithic/models/auth_rules/v2_list_response.rbs +86 -3
- data/sig/lithic/models/auth_rules/v2_promote_response.rbs +86 -3
- data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +86 -3
- data/sig/lithic/models/auth_rules/v2_update_response.rbs +86 -3
- data/sig/lithic/models/book_transfer_create_params.rbs +2 -0
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +2 -0
- data/sig/lithic/models/financial_transaction.rbs +2 -0
- data/sig/lithic/models/transfer.rbs +2 -0
- data/sig/lithic/resources/auth_rules/v2.rbs +1 -0
- metadata +342 -342
- data/rbi/lib/lithic/models/auth_rules/v2_apply_response.rbi +0 -275
- data/rbi/lib/lithic/models/auth_rules/v2_create_response.rbi +0 -275
- data/rbi/lib/lithic/models/auth_rules/v2_draft_params.rbi +0 -72
- data/rbi/lib/lithic/models/auth_rules/v2_draft_response.rbi +0 -275
- data/rbi/lib/lithic/models/auth_rules/v2_list_response.rbi +0 -275
- data/rbi/lib/lithic/models/auth_rules/v2_promote_response.rbi +0 -275
- data/rbi/lib/lithic/models/auth_rules/v2_retrieve_response.rbi +0 -276
- data/rbi/lib/lithic/models/auth_rules/v2_update_response.rbi +0 -275
- /data/rbi/{lib/lithic → lithic}/errors.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/file_part.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/cursor_page.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/single_page.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/transport/pooled_net_requester.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/array_of.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/base_model.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/base_page.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/boolean.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/converter.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/enum.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/file_input.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/hash_of.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/union.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/unknown.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/util.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_financial_account_type.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_create_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_list_documents_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_list_documents_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_retrieve_document_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_simulate_enrollment_document_review_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_simulate_enrollment_review_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_simulate_enrollment_review_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_update_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_upload_document_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_retrieve_spend_limits_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_spend_limits.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/address.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/address_update.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/aggregate_balance.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/aggregate_balance_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/api_status.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/auth_rule.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/auth_rule_condition.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/conditional_attribute.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/conditional_block_parameters.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2/backtest_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2/backtest_create_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2/backtest_results.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2/backtest_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_apply_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_delete_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_promote_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_report_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_report_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/velocity_limit_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/velocity_limit_params_period_window.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_stream_enrollment_retrieve_secret_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_stream_enrollment_rotate_secret_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_stream_secret.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/balance.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/balance_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/book_transfer_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/book_transfer_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/book_transfer_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/book_transfer_reverse_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_convert_physical_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_embed_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_program.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_program_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_program_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_provision_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_provision_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_reissue_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_renew_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_retrieve_spend_limits_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_search_by_pan_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_spend_limits.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/cards/aggregate_balance_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/cards/aggregate_balance_list_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/cards/balance_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/cards/balance_list_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/cards/financial_transaction_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/cards/financial_transaction_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/carrier.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/client_api_status_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/credit_products/extended_credit.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/credit_products/extended_credit_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/credit_products/prime_rate_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/credit_products/prime_rate_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/credit_products/prime_rate_retrieve_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/digital_card_art.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/digital_card_art_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/digital_card_art_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_delete_evidence_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_delete_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_evidence.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_initiate_evidence_upload_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_list_evidences_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_retrieve_evidence_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/document.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/event.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/event_list_attempts_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/event_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/event_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/event_subscription.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/event_subscription_resend_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_delete_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_list_attempts_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_recover_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_replay_missing_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_retrieve_secret_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_retrieve_secret_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_rotate_secret_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_send_simulated_example_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_address.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_create_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_list_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_retrieve_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_retry_micro_deposits_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_retry_micro_deposits_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_retry_prenote_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_retry_prenote_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_update_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_accounts/micro_deposit_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_accounts/micro_deposit_create_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_payment.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_payment_cancel_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_payment_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_payment_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_payment_release_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_payment_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_payment_reverse_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_payment_settle_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_account.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_account_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_account_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_account_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_account_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_account_update_status_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/balance_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/balance_list_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/credit_configuration_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/credit_configuration_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/financial_account_credit_config.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/financial_transaction_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/financial_transaction_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/loan_tape.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/loan_tape_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/loan_tape_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/statement.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/statement_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/statement_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/statements/line_item_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/statements.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/instance_financial_account_type.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/kyb.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/kyb_business_entity.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/kyc.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/kyc_exempt.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/management_operation_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/management_operation_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/management_operation_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/management_operation_reverse_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/management_operation_transaction.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/message_attempt.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/non_pci_card.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/owner_type.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_create_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_retry_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_retry_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_simulate_action_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_simulate_action_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_simulate_receipt_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_simulate_receipt_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_simulate_release_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_simulate_release_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_simulate_return_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_simulate_return_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/reports/settlement/network_total_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/reports/settlement/network_total_list_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/reports/settlement/network_total_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/reports/settlement/network_total_retrieve_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/reports/settlement_list_details_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/reports/settlement_summary_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/required_document.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/responder_endpoint_check_status_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/responder_endpoint_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/responder_endpoint_create_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/responder_endpoint_delete_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/responder_endpoint_status.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/settlement_detail.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/settlement_report.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/settlement_summary_details.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/shipping_address.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/spend_limit_duration.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/authentication_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/authentication_retrieve_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/authentication_simulate_otp_entry_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/authentication_simulate_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/authentication_simulate_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/challenge_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/challenge_result.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/decisioning_challenge_response_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/decisioning_retrieve_secret_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/decisioning_retrieve_secret_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/decisioning_rotate_secret_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_activate_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_deactivate_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_decisioning_retrieve_secret_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_decisioning_rotate_secret_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_decisioning_rotate_secret_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_pause_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_resend_activation_code_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_retrieve_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_secret.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_simulate_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_simulate_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_unpause_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_update_digital_card_art_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_update_digital_card_art_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_expire_authorization_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_authorization_advice_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_authorization_advice_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_authorization_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_authorization_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_clearing_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_clearing_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_credit_authorization_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_credit_authorization_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_return_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_return_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_return_reversal_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_return_reversal_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_void_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_void_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transactions/enhanced_commercial_data_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transactions/enhanced_commercial_data_retrieve_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transactions/events/enhanced_commercial_data_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transactions/events/enhanced_data.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transfer_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/verification_method.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/resources/auth_rules.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/resources/credit_products.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/resources/reports.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/resources/three_ds.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/resources/transactions/events.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/version.rbi +0 -0
@@ -89,7 +89,7 @@ module Lithic
|
|
89
89
|
# @!attribute parameters
|
90
90
|
# Parameters for the Auth Rule
|
91
91
|
#
|
92
|
-
# @return [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams]
|
92
|
+
# @return [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2PromoteResponse::CurrentVersion::Parameters::MerchantLockParameters]
|
93
93
|
required :parameters,
|
94
94
|
union: -> { Lithic::Models::AuthRules::V2PromoteResponse::CurrentVersion::Parameters }
|
95
95
|
|
@@ -106,7 +106,7 @@ module Lithic
|
|
106
106
|
# Some parameter documentations has been truncated, see
|
107
107
|
# {Lithic::Models::AuthRules::V2PromoteResponse::CurrentVersion} for more details.
|
108
108
|
#
|
109
|
-
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams] Parameters for the Auth Rule
|
109
|
+
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2PromoteResponse::CurrentVersion::Parameters::MerchantLockParameters] Parameters for the Auth Rule
|
110
110
|
#
|
111
111
|
# @param version [Integer] The version of the rule, this is incremented whenever the rule's parameters chan
|
112
112
|
# ...
|
@@ -121,8 +121,71 @@ module Lithic
|
|
121
121
|
|
122
122
|
variant -> { Lithic::Models::AuthRules::VelocityLimitParams }
|
123
123
|
|
124
|
+
variant -> { Lithic::Models::AuthRules::V2PromoteResponse::CurrentVersion::Parameters::MerchantLockParameters }
|
125
|
+
|
126
|
+
class MerchantLockParameters < Lithic::Internal::Type::BaseModel
|
127
|
+
# @!attribute merchants
|
128
|
+
# A list of merchant locks defining specific merchants or groups of merchants
|
129
|
+
# (based on descriptors or IDs) that the lock applies to.
|
130
|
+
#
|
131
|
+
# @return [Array<Lithic::Models::AuthRules::V2PromoteResponse::CurrentVersion::Parameters::MerchantLockParameters::Merchant>]
|
132
|
+
required :merchants,
|
133
|
+
-> { Lithic::Internal::Type::ArrayOf[Lithic::Models::AuthRules::V2PromoteResponse::CurrentVersion::Parameters::MerchantLockParameters::Merchant] }
|
134
|
+
|
135
|
+
# @!method initialize(merchants:)
|
136
|
+
# Some parameter documentations has been truncated, see
|
137
|
+
# {Lithic::Models::AuthRules::V2PromoteResponse::CurrentVersion::Parameters::MerchantLockParameters}
|
138
|
+
# for more details.
|
139
|
+
#
|
140
|
+
# @param merchants [Array<Lithic::Models::AuthRules::V2PromoteResponse::CurrentVersion::Parameters::MerchantLockParameters::Merchant>] A list of merchant locks defining specific merchants or groups of merchants (bas
|
141
|
+
# ...
|
142
|
+
|
143
|
+
class Merchant < Lithic::Internal::Type::BaseModel
|
144
|
+
# @!attribute comment
|
145
|
+
# A comment or explanation about the merchant, used internally for rule management
|
146
|
+
# purposes.
|
147
|
+
#
|
148
|
+
# @return [String, nil]
|
149
|
+
optional :comment, String
|
150
|
+
|
151
|
+
# @!attribute descriptor
|
152
|
+
# Short description of the merchant, often used to provide more human-readable
|
153
|
+
# context about the transaction merchant. This is typically the name or label
|
154
|
+
# shown on transaction summaries.
|
155
|
+
#
|
156
|
+
# @return [String, nil]
|
157
|
+
optional :descriptor, String
|
158
|
+
|
159
|
+
# @!attribute merchant_id
|
160
|
+
# Unique alphanumeric identifier for the payment card acceptor (merchant). This
|
161
|
+
# attribute specifies the merchant entity that will be locked or referenced for
|
162
|
+
# authorization rules.
|
163
|
+
#
|
164
|
+
# @return [String, nil]
|
165
|
+
optional :merchant_id, String
|
166
|
+
|
167
|
+
# @!method initialize(comment: nil, descriptor: nil, merchant_id: nil)
|
168
|
+
# Some parameter documentations has been truncated, see
|
169
|
+
# {Lithic::Models::AuthRules::V2PromoteResponse::CurrentVersion::Parameters::MerchantLockParameters::Merchant}
|
170
|
+
# for more details.
|
171
|
+
#
|
172
|
+
# Represents a specific merchant lock based on their ID or descriptor. Each
|
173
|
+
# merchant object allows transaction rules to work at a granular level and
|
174
|
+
# requires at least one of merchant_id or descriptor.
|
175
|
+
#
|
176
|
+
# @param comment [String] A comment or explanation about the merchant, used internally for rule management
|
177
|
+
# ...
|
178
|
+
#
|
179
|
+
# @param descriptor [String] Short description of the merchant, often used to provide more human-readable con
|
180
|
+
# ...
|
181
|
+
#
|
182
|
+
# @param merchant_id [String] Unique alphanumeric identifier for the payment card acceptor (merchant). This at
|
183
|
+
# ...
|
184
|
+
end
|
185
|
+
end
|
186
|
+
|
124
187
|
# @!method self.variants
|
125
|
-
# @return [Array(Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams)]
|
188
|
+
# @return [Array(Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2PromoteResponse::CurrentVersion::Parameters::MerchantLockParameters)]
|
126
189
|
end
|
127
190
|
end
|
128
191
|
|
@@ -131,7 +194,7 @@ module Lithic
|
|
131
194
|
# @!attribute parameters
|
132
195
|
# Parameters for the Auth Rule
|
133
196
|
#
|
134
|
-
# @return [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams]
|
197
|
+
# @return [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2PromoteResponse::DraftVersion::Parameters::MerchantLockParameters]
|
135
198
|
required :parameters, union: -> { Lithic::Models::AuthRules::V2PromoteResponse::DraftVersion::Parameters }
|
136
199
|
|
137
200
|
response_only do
|
@@ -147,7 +210,7 @@ module Lithic
|
|
147
210
|
# Some parameter documentations has been truncated, see
|
148
211
|
# {Lithic::Models::AuthRules::V2PromoteResponse::DraftVersion} for more details.
|
149
212
|
#
|
150
|
-
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams] Parameters for the Auth Rule
|
213
|
+
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2PromoteResponse::DraftVersion::Parameters::MerchantLockParameters] Parameters for the Auth Rule
|
151
214
|
#
|
152
215
|
# @param version [Integer] The version of the rule, this is incremented whenever the rule's parameters chan
|
153
216
|
# ...
|
@@ -162,8 +225,71 @@ module Lithic
|
|
162
225
|
|
163
226
|
variant -> { Lithic::Models::AuthRules::VelocityLimitParams }
|
164
227
|
|
228
|
+
variant -> { Lithic::Models::AuthRules::V2PromoteResponse::DraftVersion::Parameters::MerchantLockParameters }
|
229
|
+
|
230
|
+
class MerchantLockParameters < Lithic::Internal::Type::BaseModel
|
231
|
+
# @!attribute merchants
|
232
|
+
# A list of merchant locks defining specific merchants or groups of merchants
|
233
|
+
# (based on descriptors or IDs) that the lock applies to.
|
234
|
+
#
|
235
|
+
# @return [Array<Lithic::Models::AuthRules::V2PromoteResponse::DraftVersion::Parameters::MerchantLockParameters::Merchant>]
|
236
|
+
required :merchants,
|
237
|
+
-> { Lithic::Internal::Type::ArrayOf[Lithic::Models::AuthRules::V2PromoteResponse::DraftVersion::Parameters::MerchantLockParameters::Merchant] }
|
238
|
+
|
239
|
+
# @!method initialize(merchants:)
|
240
|
+
# Some parameter documentations has been truncated, see
|
241
|
+
# {Lithic::Models::AuthRules::V2PromoteResponse::DraftVersion::Parameters::MerchantLockParameters}
|
242
|
+
# for more details.
|
243
|
+
#
|
244
|
+
# @param merchants [Array<Lithic::Models::AuthRules::V2PromoteResponse::DraftVersion::Parameters::MerchantLockParameters::Merchant>] A list of merchant locks defining specific merchants or groups of merchants (bas
|
245
|
+
# ...
|
246
|
+
|
247
|
+
class Merchant < Lithic::Internal::Type::BaseModel
|
248
|
+
# @!attribute comment
|
249
|
+
# A comment or explanation about the merchant, used internally for rule management
|
250
|
+
# purposes.
|
251
|
+
#
|
252
|
+
# @return [String, nil]
|
253
|
+
optional :comment, String
|
254
|
+
|
255
|
+
# @!attribute descriptor
|
256
|
+
# Short description of the merchant, often used to provide more human-readable
|
257
|
+
# context about the transaction merchant. This is typically the name or label
|
258
|
+
# shown on transaction summaries.
|
259
|
+
#
|
260
|
+
# @return [String, nil]
|
261
|
+
optional :descriptor, String
|
262
|
+
|
263
|
+
# @!attribute merchant_id
|
264
|
+
# Unique alphanumeric identifier for the payment card acceptor (merchant). This
|
265
|
+
# attribute specifies the merchant entity that will be locked or referenced for
|
266
|
+
# authorization rules.
|
267
|
+
#
|
268
|
+
# @return [String, nil]
|
269
|
+
optional :merchant_id, String
|
270
|
+
|
271
|
+
# @!method initialize(comment: nil, descriptor: nil, merchant_id: nil)
|
272
|
+
# Some parameter documentations has been truncated, see
|
273
|
+
# {Lithic::Models::AuthRules::V2PromoteResponse::DraftVersion::Parameters::MerchantLockParameters::Merchant}
|
274
|
+
# for more details.
|
275
|
+
#
|
276
|
+
# Represents a specific merchant lock based on their ID or descriptor. Each
|
277
|
+
# merchant object allows transaction rules to work at a granular level and
|
278
|
+
# requires at least one of merchant_id or descriptor.
|
279
|
+
#
|
280
|
+
# @param comment [String] A comment or explanation about the merchant, used internally for rule management
|
281
|
+
# ...
|
282
|
+
#
|
283
|
+
# @param descriptor [String] Short description of the merchant, often used to provide more human-readable con
|
284
|
+
# ...
|
285
|
+
#
|
286
|
+
# @param merchant_id [String] Unique alphanumeric identifier for the payment card acceptor (merchant). This at
|
287
|
+
# ...
|
288
|
+
end
|
289
|
+
end
|
290
|
+
|
165
291
|
# @!method self.variants
|
166
|
-
# @return [Array(Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams)]
|
292
|
+
# @return [Array(Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2PromoteResponse::DraftVersion::Parameters::MerchantLockParameters)]
|
167
293
|
end
|
168
294
|
end
|
169
295
|
|
@@ -188,6 +314,7 @@ module Lithic
|
|
188
314
|
|
189
315
|
CONDITIONAL_BLOCK = :CONDITIONAL_BLOCK
|
190
316
|
VELOCITY_LIMIT = :VELOCITY_LIMIT
|
317
|
+
MERCHANT_LOCK = :MERCHANT_LOCK
|
191
318
|
|
192
319
|
# @!method self.values
|
193
320
|
# @return [Array<Symbol>]
|
@@ -91,7 +91,7 @@ module Lithic
|
|
91
91
|
# @!attribute parameters
|
92
92
|
# Parameters for the Auth Rule
|
93
93
|
#
|
94
|
-
# @return [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams]
|
94
|
+
# @return [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2RetrieveResponse::CurrentVersion::Parameters::MerchantLockParameters]
|
95
95
|
required :parameters,
|
96
96
|
union: -> { Lithic::Models::AuthRules::V2RetrieveResponse::CurrentVersion::Parameters }
|
97
97
|
|
@@ -109,7 +109,7 @@ module Lithic
|
|
109
109
|
# {Lithic::Models::AuthRules::V2RetrieveResponse::CurrentVersion} for more
|
110
110
|
# details.
|
111
111
|
#
|
112
|
-
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams] Parameters for the Auth Rule
|
112
|
+
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2RetrieveResponse::CurrentVersion::Parameters::MerchantLockParameters] Parameters for the Auth Rule
|
113
113
|
#
|
114
114
|
# @param version [Integer] The version of the rule, this is incremented whenever the rule's parameters chan
|
115
115
|
# ...
|
@@ -124,8 +124,75 @@ module Lithic
|
|
124
124
|
|
125
125
|
variant -> { Lithic::Models::AuthRules::VelocityLimitParams }
|
126
126
|
|
127
|
+
variant -> { Lithic::Models::AuthRules::V2RetrieveResponse::CurrentVersion::Parameters::MerchantLockParameters }
|
128
|
+
|
129
|
+
class MerchantLockParameters < Lithic::Internal::Type::BaseModel
|
130
|
+
# @!attribute merchants
|
131
|
+
# A list of merchant locks defining specific merchants or groups of merchants
|
132
|
+
# (based on descriptors or IDs) that the lock applies to.
|
133
|
+
#
|
134
|
+
# @return [Array<Lithic::Models::AuthRules::V2RetrieveResponse::CurrentVersion::Parameters::MerchantLockParameters::Merchant>]
|
135
|
+
required :merchants,
|
136
|
+
-> do
|
137
|
+
Lithic::Internal::Type::ArrayOf[
|
138
|
+
Lithic::Models::AuthRules::V2RetrieveResponse::CurrentVersion::Parameters::MerchantLockParameters::Merchant
|
139
|
+
]
|
140
|
+
end
|
141
|
+
|
142
|
+
# @!method initialize(merchants:)
|
143
|
+
# Some parameter documentations has been truncated, see
|
144
|
+
# {Lithic::Models::AuthRules::V2RetrieveResponse::CurrentVersion::Parameters::MerchantLockParameters}
|
145
|
+
# for more details.
|
146
|
+
#
|
147
|
+
# @param merchants [Array<Lithic::Models::AuthRules::V2RetrieveResponse::CurrentVersion::Parameters::MerchantLockParameters::Merchant>] A list of merchant locks defining specific merchants or groups of merchants (bas
|
148
|
+
# ...
|
149
|
+
|
150
|
+
class Merchant < Lithic::Internal::Type::BaseModel
|
151
|
+
# @!attribute comment
|
152
|
+
# A comment or explanation about the merchant, used internally for rule management
|
153
|
+
# purposes.
|
154
|
+
#
|
155
|
+
# @return [String, nil]
|
156
|
+
optional :comment, String
|
157
|
+
|
158
|
+
# @!attribute descriptor
|
159
|
+
# Short description of the merchant, often used to provide more human-readable
|
160
|
+
# context about the transaction merchant. This is typically the name or label
|
161
|
+
# shown on transaction summaries.
|
162
|
+
#
|
163
|
+
# @return [String, nil]
|
164
|
+
optional :descriptor, String
|
165
|
+
|
166
|
+
# @!attribute merchant_id
|
167
|
+
# Unique alphanumeric identifier for the payment card acceptor (merchant). This
|
168
|
+
# attribute specifies the merchant entity that will be locked or referenced for
|
169
|
+
# authorization rules.
|
170
|
+
#
|
171
|
+
# @return [String, nil]
|
172
|
+
optional :merchant_id, String
|
173
|
+
|
174
|
+
# @!method initialize(comment: nil, descriptor: nil, merchant_id: nil)
|
175
|
+
# Some parameter documentations has been truncated, see
|
176
|
+
# {Lithic::Models::AuthRules::V2RetrieveResponse::CurrentVersion::Parameters::MerchantLockParameters::Merchant}
|
177
|
+
# for more details.
|
178
|
+
#
|
179
|
+
# Represents a specific merchant lock based on their ID or descriptor. Each
|
180
|
+
# merchant object allows transaction rules to work at a granular level and
|
181
|
+
# requires at least one of merchant_id or descriptor.
|
182
|
+
#
|
183
|
+
# @param comment [String] A comment or explanation about the merchant, used internally for rule management
|
184
|
+
# ...
|
185
|
+
#
|
186
|
+
# @param descriptor [String] Short description of the merchant, often used to provide more human-readable con
|
187
|
+
# ...
|
188
|
+
#
|
189
|
+
# @param merchant_id [String] Unique alphanumeric identifier for the payment card acceptor (merchant). This at
|
190
|
+
# ...
|
191
|
+
end
|
192
|
+
end
|
193
|
+
|
127
194
|
# @!method self.variants
|
128
|
-
# @return [Array(Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams)]
|
195
|
+
# @return [Array(Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2RetrieveResponse::CurrentVersion::Parameters::MerchantLockParameters)]
|
129
196
|
end
|
130
197
|
end
|
131
198
|
|
@@ -134,7 +201,7 @@ module Lithic
|
|
134
201
|
# @!attribute parameters
|
135
202
|
# Parameters for the Auth Rule
|
136
203
|
#
|
137
|
-
# @return [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams]
|
204
|
+
# @return [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2RetrieveResponse::DraftVersion::Parameters::MerchantLockParameters]
|
138
205
|
required :parameters,
|
139
206
|
union: -> { Lithic::Models::AuthRules::V2RetrieveResponse::DraftVersion::Parameters }
|
140
207
|
|
@@ -151,7 +218,7 @@ module Lithic
|
|
151
218
|
# Some parameter documentations has been truncated, see
|
152
219
|
# {Lithic::Models::AuthRules::V2RetrieveResponse::DraftVersion} for more details.
|
153
220
|
#
|
154
|
-
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams] Parameters for the Auth Rule
|
221
|
+
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2RetrieveResponse::DraftVersion::Parameters::MerchantLockParameters] Parameters for the Auth Rule
|
155
222
|
#
|
156
223
|
# @param version [Integer] The version of the rule, this is incremented whenever the rule's parameters chan
|
157
224
|
# ...
|
@@ -166,8 +233,71 @@ module Lithic
|
|
166
233
|
|
167
234
|
variant -> { Lithic::Models::AuthRules::VelocityLimitParams }
|
168
235
|
|
236
|
+
variant -> { Lithic::Models::AuthRules::V2RetrieveResponse::DraftVersion::Parameters::MerchantLockParameters }
|
237
|
+
|
238
|
+
class MerchantLockParameters < Lithic::Internal::Type::BaseModel
|
239
|
+
# @!attribute merchants
|
240
|
+
# A list of merchant locks defining specific merchants or groups of merchants
|
241
|
+
# (based on descriptors or IDs) that the lock applies to.
|
242
|
+
#
|
243
|
+
# @return [Array<Lithic::Models::AuthRules::V2RetrieveResponse::DraftVersion::Parameters::MerchantLockParameters::Merchant>]
|
244
|
+
required :merchants,
|
245
|
+
-> { Lithic::Internal::Type::ArrayOf[Lithic::Models::AuthRules::V2RetrieveResponse::DraftVersion::Parameters::MerchantLockParameters::Merchant] }
|
246
|
+
|
247
|
+
# @!method initialize(merchants:)
|
248
|
+
# Some parameter documentations has been truncated, see
|
249
|
+
# {Lithic::Models::AuthRules::V2RetrieveResponse::DraftVersion::Parameters::MerchantLockParameters}
|
250
|
+
# for more details.
|
251
|
+
#
|
252
|
+
# @param merchants [Array<Lithic::Models::AuthRules::V2RetrieveResponse::DraftVersion::Parameters::MerchantLockParameters::Merchant>] A list of merchant locks defining specific merchants or groups of merchants (bas
|
253
|
+
# ...
|
254
|
+
|
255
|
+
class Merchant < Lithic::Internal::Type::BaseModel
|
256
|
+
# @!attribute comment
|
257
|
+
# A comment or explanation about the merchant, used internally for rule management
|
258
|
+
# purposes.
|
259
|
+
#
|
260
|
+
# @return [String, nil]
|
261
|
+
optional :comment, String
|
262
|
+
|
263
|
+
# @!attribute descriptor
|
264
|
+
# Short description of the merchant, often used to provide more human-readable
|
265
|
+
# context about the transaction merchant. This is typically the name or label
|
266
|
+
# shown on transaction summaries.
|
267
|
+
#
|
268
|
+
# @return [String, nil]
|
269
|
+
optional :descriptor, String
|
270
|
+
|
271
|
+
# @!attribute merchant_id
|
272
|
+
# Unique alphanumeric identifier for the payment card acceptor (merchant). This
|
273
|
+
# attribute specifies the merchant entity that will be locked or referenced for
|
274
|
+
# authorization rules.
|
275
|
+
#
|
276
|
+
# @return [String, nil]
|
277
|
+
optional :merchant_id, String
|
278
|
+
|
279
|
+
# @!method initialize(comment: nil, descriptor: nil, merchant_id: nil)
|
280
|
+
# Some parameter documentations has been truncated, see
|
281
|
+
# {Lithic::Models::AuthRules::V2RetrieveResponse::DraftVersion::Parameters::MerchantLockParameters::Merchant}
|
282
|
+
# for more details.
|
283
|
+
#
|
284
|
+
# Represents a specific merchant lock based on their ID or descriptor. Each
|
285
|
+
# merchant object allows transaction rules to work at a granular level and
|
286
|
+
# requires at least one of merchant_id or descriptor.
|
287
|
+
#
|
288
|
+
# @param comment [String] A comment or explanation about the merchant, used internally for rule management
|
289
|
+
# ...
|
290
|
+
#
|
291
|
+
# @param descriptor [String] Short description of the merchant, often used to provide more human-readable con
|
292
|
+
# ...
|
293
|
+
#
|
294
|
+
# @param merchant_id [String] Unique alphanumeric identifier for the payment card acceptor (merchant). This at
|
295
|
+
# ...
|
296
|
+
end
|
297
|
+
end
|
298
|
+
|
169
299
|
# @!method self.variants
|
170
|
-
# @return [Array(Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams)]
|
300
|
+
# @return [Array(Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2RetrieveResponse::DraftVersion::Parameters::MerchantLockParameters)]
|
171
301
|
end
|
172
302
|
end
|
173
303
|
|
@@ -192,6 +322,7 @@ module Lithic
|
|
192
322
|
|
193
323
|
CONDITIONAL_BLOCK = :CONDITIONAL_BLOCK
|
194
324
|
VELOCITY_LIMIT = :VELOCITY_LIMIT
|
325
|
+
MERCHANT_LOCK = :MERCHANT_LOCK
|
195
326
|
|
196
327
|
# @!method self.values
|
197
328
|
# @return [Array<Symbol>]
|
@@ -89,7 +89,7 @@ module Lithic
|
|
89
89
|
# @!attribute parameters
|
90
90
|
# Parameters for the Auth Rule
|
91
91
|
#
|
92
|
-
# @return [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams]
|
92
|
+
# @return [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2UpdateResponse::CurrentVersion::Parameters::MerchantLockParameters]
|
93
93
|
required :parameters,
|
94
94
|
union: -> { Lithic::Models::AuthRules::V2UpdateResponse::CurrentVersion::Parameters }
|
95
95
|
|
@@ -106,7 +106,7 @@ module Lithic
|
|
106
106
|
# Some parameter documentations has been truncated, see
|
107
107
|
# {Lithic::Models::AuthRules::V2UpdateResponse::CurrentVersion} for more details.
|
108
108
|
#
|
109
|
-
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams] Parameters for the Auth Rule
|
109
|
+
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2UpdateResponse::CurrentVersion::Parameters::MerchantLockParameters] Parameters for the Auth Rule
|
110
110
|
#
|
111
111
|
# @param version [Integer] The version of the rule, this is incremented whenever the rule's parameters chan
|
112
112
|
# ...
|
@@ -121,8 +121,71 @@ module Lithic
|
|
121
121
|
|
122
122
|
variant -> { Lithic::Models::AuthRules::VelocityLimitParams }
|
123
123
|
|
124
|
+
variant -> { Lithic::Models::AuthRules::V2UpdateResponse::CurrentVersion::Parameters::MerchantLockParameters }
|
125
|
+
|
126
|
+
class MerchantLockParameters < Lithic::Internal::Type::BaseModel
|
127
|
+
# @!attribute merchants
|
128
|
+
# A list of merchant locks defining specific merchants or groups of merchants
|
129
|
+
# (based on descriptors or IDs) that the lock applies to.
|
130
|
+
#
|
131
|
+
# @return [Array<Lithic::Models::AuthRules::V2UpdateResponse::CurrentVersion::Parameters::MerchantLockParameters::Merchant>]
|
132
|
+
required :merchants,
|
133
|
+
-> { Lithic::Internal::Type::ArrayOf[Lithic::Models::AuthRules::V2UpdateResponse::CurrentVersion::Parameters::MerchantLockParameters::Merchant] }
|
134
|
+
|
135
|
+
# @!method initialize(merchants:)
|
136
|
+
# Some parameter documentations has been truncated, see
|
137
|
+
# {Lithic::Models::AuthRules::V2UpdateResponse::CurrentVersion::Parameters::MerchantLockParameters}
|
138
|
+
# for more details.
|
139
|
+
#
|
140
|
+
# @param merchants [Array<Lithic::Models::AuthRules::V2UpdateResponse::CurrentVersion::Parameters::MerchantLockParameters::Merchant>] A list of merchant locks defining specific merchants or groups of merchants (bas
|
141
|
+
# ...
|
142
|
+
|
143
|
+
class Merchant < Lithic::Internal::Type::BaseModel
|
144
|
+
# @!attribute comment
|
145
|
+
# A comment or explanation about the merchant, used internally for rule management
|
146
|
+
# purposes.
|
147
|
+
#
|
148
|
+
# @return [String, nil]
|
149
|
+
optional :comment, String
|
150
|
+
|
151
|
+
# @!attribute descriptor
|
152
|
+
# Short description of the merchant, often used to provide more human-readable
|
153
|
+
# context about the transaction merchant. This is typically the name or label
|
154
|
+
# shown on transaction summaries.
|
155
|
+
#
|
156
|
+
# @return [String, nil]
|
157
|
+
optional :descriptor, String
|
158
|
+
|
159
|
+
# @!attribute merchant_id
|
160
|
+
# Unique alphanumeric identifier for the payment card acceptor (merchant). This
|
161
|
+
# attribute specifies the merchant entity that will be locked or referenced for
|
162
|
+
# authorization rules.
|
163
|
+
#
|
164
|
+
# @return [String, nil]
|
165
|
+
optional :merchant_id, String
|
166
|
+
|
167
|
+
# @!method initialize(comment: nil, descriptor: nil, merchant_id: nil)
|
168
|
+
# Some parameter documentations has been truncated, see
|
169
|
+
# {Lithic::Models::AuthRules::V2UpdateResponse::CurrentVersion::Parameters::MerchantLockParameters::Merchant}
|
170
|
+
# for more details.
|
171
|
+
#
|
172
|
+
# Represents a specific merchant lock based on their ID or descriptor. Each
|
173
|
+
# merchant object allows transaction rules to work at a granular level and
|
174
|
+
# requires at least one of merchant_id or descriptor.
|
175
|
+
#
|
176
|
+
# @param comment [String] A comment or explanation about the merchant, used internally for rule management
|
177
|
+
# ...
|
178
|
+
#
|
179
|
+
# @param descriptor [String] Short description of the merchant, often used to provide more human-readable con
|
180
|
+
# ...
|
181
|
+
#
|
182
|
+
# @param merchant_id [String] Unique alphanumeric identifier for the payment card acceptor (merchant). This at
|
183
|
+
# ...
|
184
|
+
end
|
185
|
+
end
|
186
|
+
|
124
187
|
# @!method self.variants
|
125
|
-
# @return [Array(Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams)]
|
188
|
+
# @return [Array(Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2UpdateResponse::CurrentVersion::Parameters::MerchantLockParameters)]
|
126
189
|
end
|
127
190
|
end
|
128
191
|
|
@@ -131,7 +194,7 @@ module Lithic
|
|
131
194
|
# @!attribute parameters
|
132
195
|
# Parameters for the Auth Rule
|
133
196
|
#
|
134
|
-
# @return [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams]
|
197
|
+
# @return [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2UpdateResponse::DraftVersion::Parameters::MerchantLockParameters]
|
135
198
|
required :parameters, union: -> { Lithic::Models::AuthRules::V2UpdateResponse::DraftVersion::Parameters }
|
136
199
|
|
137
200
|
response_only do
|
@@ -147,7 +210,7 @@ module Lithic
|
|
147
210
|
# Some parameter documentations has been truncated, see
|
148
211
|
# {Lithic::Models::AuthRules::V2UpdateResponse::DraftVersion} for more details.
|
149
212
|
#
|
150
|
-
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams] Parameters for the Auth Rule
|
213
|
+
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2UpdateResponse::DraftVersion::Parameters::MerchantLockParameters] Parameters for the Auth Rule
|
151
214
|
#
|
152
215
|
# @param version [Integer] The version of the rule, this is incremented whenever the rule's parameters chan
|
153
216
|
# ...
|
@@ -162,8 +225,71 @@ module Lithic
|
|
162
225
|
|
163
226
|
variant -> { Lithic::Models::AuthRules::VelocityLimitParams }
|
164
227
|
|
228
|
+
variant -> { Lithic::Models::AuthRules::V2UpdateResponse::DraftVersion::Parameters::MerchantLockParameters }
|
229
|
+
|
230
|
+
class MerchantLockParameters < Lithic::Internal::Type::BaseModel
|
231
|
+
# @!attribute merchants
|
232
|
+
# A list of merchant locks defining specific merchants or groups of merchants
|
233
|
+
# (based on descriptors or IDs) that the lock applies to.
|
234
|
+
#
|
235
|
+
# @return [Array<Lithic::Models::AuthRules::V2UpdateResponse::DraftVersion::Parameters::MerchantLockParameters::Merchant>]
|
236
|
+
required :merchants,
|
237
|
+
-> { Lithic::Internal::Type::ArrayOf[Lithic::Models::AuthRules::V2UpdateResponse::DraftVersion::Parameters::MerchantLockParameters::Merchant] }
|
238
|
+
|
239
|
+
# @!method initialize(merchants:)
|
240
|
+
# Some parameter documentations has been truncated, see
|
241
|
+
# {Lithic::Models::AuthRules::V2UpdateResponse::DraftVersion::Parameters::MerchantLockParameters}
|
242
|
+
# for more details.
|
243
|
+
#
|
244
|
+
# @param merchants [Array<Lithic::Models::AuthRules::V2UpdateResponse::DraftVersion::Parameters::MerchantLockParameters::Merchant>] A list of merchant locks defining specific merchants or groups of merchants (bas
|
245
|
+
# ...
|
246
|
+
|
247
|
+
class Merchant < Lithic::Internal::Type::BaseModel
|
248
|
+
# @!attribute comment
|
249
|
+
# A comment or explanation about the merchant, used internally for rule management
|
250
|
+
# purposes.
|
251
|
+
#
|
252
|
+
# @return [String, nil]
|
253
|
+
optional :comment, String
|
254
|
+
|
255
|
+
# @!attribute descriptor
|
256
|
+
# Short description of the merchant, often used to provide more human-readable
|
257
|
+
# context about the transaction merchant. This is typically the name or label
|
258
|
+
# shown on transaction summaries.
|
259
|
+
#
|
260
|
+
# @return [String, nil]
|
261
|
+
optional :descriptor, String
|
262
|
+
|
263
|
+
# @!attribute merchant_id
|
264
|
+
# Unique alphanumeric identifier for the payment card acceptor (merchant). This
|
265
|
+
# attribute specifies the merchant entity that will be locked or referenced for
|
266
|
+
# authorization rules.
|
267
|
+
#
|
268
|
+
# @return [String, nil]
|
269
|
+
optional :merchant_id, String
|
270
|
+
|
271
|
+
# @!method initialize(comment: nil, descriptor: nil, merchant_id: nil)
|
272
|
+
# Some parameter documentations has been truncated, see
|
273
|
+
# {Lithic::Models::AuthRules::V2UpdateResponse::DraftVersion::Parameters::MerchantLockParameters::Merchant}
|
274
|
+
# for more details.
|
275
|
+
#
|
276
|
+
# Represents a specific merchant lock based on their ID or descriptor. Each
|
277
|
+
# merchant object allows transaction rules to work at a granular level and
|
278
|
+
# requires at least one of merchant_id or descriptor.
|
279
|
+
#
|
280
|
+
# @param comment [String] A comment or explanation about the merchant, used internally for rule management
|
281
|
+
# ...
|
282
|
+
#
|
283
|
+
# @param descriptor [String] Short description of the merchant, often used to provide more human-readable con
|
284
|
+
# ...
|
285
|
+
#
|
286
|
+
# @param merchant_id [String] Unique alphanumeric identifier for the payment card acceptor (merchant). This at
|
287
|
+
# ...
|
288
|
+
end
|
289
|
+
end
|
290
|
+
|
165
291
|
# @!method self.variants
|
166
|
-
# @return [Array(Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams)]
|
292
|
+
# @return [Array(Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2UpdateResponse::DraftVersion::Parameters::MerchantLockParameters)]
|
167
293
|
end
|
168
294
|
end
|
169
295
|
|
@@ -188,6 +314,7 @@ module Lithic
|
|
188
314
|
|
189
315
|
CONDITIONAL_BLOCK = :CONDITIONAL_BLOCK
|
190
316
|
VELOCITY_LIMIT = :VELOCITY_LIMIT
|
317
|
+
MERCHANT_LOCK = :MERCHANT_LOCK
|
191
318
|
|
192
319
|
# @!method self.values
|
193
320
|
# @return [Array<Symbol>]
|
@@ -207,6 +207,7 @@ module Lithic
|
|
207
207
|
LOSS_WRITE_OFF = :LOSS_WRITE_OFF
|
208
208
|
PROVISIONAL_CREDIT = :PROVISIONAL_CREDIT
|
209
209
|
PROVISIONAL_CREDIT_REVERSAL = :PROVISIONAL_CREDIT_REVERSAL
|
210
|
+
SERVICE = :SERVICE
|
210
211
|
RETURN = :RETURN
|
211
212
|
RETURN_REVERSAL = :RETURN_REVERSAL
|
212
213
|
TRANSFER = :TRANSFER
|
@@ -266,6 +266,7 @@ module Lithic
|
|
266
266
|
LOSS_WRITE_OFF = :LOSS_WRITE_OFF
|
267
267
|
PROVISIONAL_CREDIT = :PROVISIONAL_CREDIT
|
268
268
|
PROVISIONAL_CREDIT_REVERSAL = :PROVISIONAL_CREDIT_REVERSAL
|
269
|
+
SERVICE = :SERVICE
|
269
270
|
RETURN = :RETURN
|
270
271
|
RETURN_REVERSAL = :RETURN_REVERSAL
|
271
272
|
TRANSFER = :TRANSFER
|
@@ -272,6 +272,7 @@ module Lithic
|
|
272
272
|
LOSS_WRITE_OFF = :LOSS_WRITE_OFF
|
273
273
|
PROVISIONAL_CREDIT = :PROVISIONAL_CREDIT
|
274
274
|
PROVISIONAL_CREDIT_REVERSAL = :PROVISIONAL_CREDIT_REVERSAL
|
275
|
+
SERVICE = :SERVICE
|
275
276
|
RETURN = :RETURN
|
276
277
|
RETURN_REVERSAL = :RETURN_REVERSAL
|
277
278
|
TRANSFER = :TRANSFER
|
@@ -65,10 +65,9 @@ module Lithic
|
|
65
65
|
# @return [Float, nil]
|
66
66
|
optional :timeout, Float
|
67
67
|
|
68
|
-
# @!
|
69
|
-
#
|
70
|
-
#
|
71
|
-
#
|
72
|
-
# # @param values [Hash{Symbol=>Object}]
|
68
|
+
# @!method initialize(values = {})
|
69
|
+
# Returns a new instance of RequestOptions.
|
70
|
+
#
|
71
|
+
# @param values [Hash{Symbol=>Object}]
|
73
72
|
end
|
74
73
|
end
|
@@ -19,7 +19,7 @@ module Lithic
|
|
19
19
|
#
|
20
20
|
# @param name [String, nil] Auth Rule Name
|
21
21
|
#
|
22
|
-
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams] Parameters for the Auth Rule
|
22
|
+
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2CreateParams::Parameters::MerchantLockParameters] Parameters for the Auth Rule
|
23
23
|
#
|
24
24
|
# @param type [Symbol, Lithic::Models::AuthRules::V2CreateParams::Type] The type of Auth Rule
|
25
25
|
#
|
@@ -107,7 +107,7 @@ module Lithic
|
|
107
107
|
#
|
108
108
|
# Lists V2 authorization rules
|
109
109
|
#
|
110
|
-
# @overload list(account_token: nil, card_token: nil, ending_before: nil, page_size: nil, starting_after: nil, request_options: {})
|
110
|
+
# @overload list(account_token: nil, card_token: nil, ending_before: nil, page_size: nil, scope: nil, starting_after: nil, request_options: {})
|
111
111
|
#
|
112
112
|
# @param account_token [String] Only return Authorization Rules that are bound to the provided account token.
|
113
113
|
#
|
@@ -118,6 +118,8 @@ module Lithic
|
|
118
118
|
#
|
119
119
|
# @param page_size [Integer] Page size (for pagination).
|
120
120
|
#
|
121
|
+
# @param scope [Symbol, Lithic::Models::AuthRules::V2ListParams::Scope] Only return Authorization Rules that are bound to the provided scope;
|
122
|
+
#
|
121
123
|
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
122
124
|
# ...
|
123
125
|
#
|
@@ -200,7 +202,7 @@ module Lithic
|
|
200
202
|
#
|
201
203
|
# @param auth_rule_token [String] Globally unique identifier for the Auth Rule.
|
202
204
|
#
|
203
|
-
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, nil] Parameters for the Auth Rule
|
205
|
+
# @param parameters [Lithic::Models::AuthRules::ConditionalBlockParameters, Lithic::Models::AuthRules::VelocityLimitParams, Lithic::Models::AuthRules::V2DraftParams::Parameters::MerchantLockParameters, nil] Parameters for the Auth Rule
|
204
206
|
#
|
205
207
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
206
208
|
#
|