Class: Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledRecurringTransaction
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledRecurringTransaction
- Defined in:
- lib/increase/models/card_dispute.rb,
sig/increase/models/card_dispute.rbs
Overview
Defined Under Namespace
Modules: CancellationTarget Classes: MerchantContactMethods
Instance Attribute Summary collapse
-
#cancellation_target ⇒ Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledRecurringTransaction::CancellationTarget
Cancellation target.
-
#merchant_contact_methods ⇒ Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledRecurringTransaction::MerchantContactMethods
Merchant contact methods.
-
#other_form_of_payment_explanation ⇒ String?
Other form of payment explanation.
-
#transaction_or_account_canceled_at ⇒ Date
Transaction or account canceled at.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(cancellation_target:, merchant_contact_methods:, other_form_of_payment_explanation:, transaction_or_account_canceled_at:) ⇒ Object
constructor
Canceled recurring transaction.
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(cancellation_target:, merchant_contact_methods:, other_form_of_payment_explanation:, transaction_or_account_canceled_at:) ⇒ Object
Canceled recurring transaction. Present if and only if category is
consumer_canceled_recurring_transaction.
|
|
# File 'lib/increase/models/card_dispute.rb', line 2491
|
Instance Attribute Details
#cancellation_target ⇒ Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledRecurringTransaction::CancellationTarget
Cancellation target.
2469 2470 |
# File 'lib/increase/models/card_dispute.rb', line 2469 required :cancellation_target, enum: -> { Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledRecurringTransaction::CancellationTarget } |
#merchant_contact_methods ⇒ Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledRecurringTransaction::MerchantContactMethods
Merchant contact methods.
2476 2477 |
# File 'lib/increase/models/card_dispute.rb', line 2476 required :merchant_contact_methods, -> { Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledRecurringTransaction::MerchantContactMethods } |
#other_form_of_payment_explanation ⇒ String?
Other form of payment explanation.
2483 |
# File 'lib/increase/models/card_dispute.rb', line 2483 required :other_form_of_payment_explanation, String, nil?: true |
#transaction_or_account_canceled_at ⇒ Date
Transaction or account canceled at.
2489 |
# File 'lib/increase/models/card_dispute.rb', line 2489 required :transaction_or_account_canceled_at, Date |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/card_dispute.rb', line 2515
|
Instance Method Details
#to_hash ⇒ {
1838 |
# File 'sig/increase/models/card_dispute.rbs', line 1838
def to_hash: -> {
|