Class: Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived
- Defined in:
- lib/increase/models/card_dispute_create_params.rb
Overview
Defined Under Namespace
Modules: CancellationOutcome, MerchantResolutionAttempted Classes: CardholderCancellationPriorToExpectedReceipt, MerchantCancellation, NoCancellation
Instance Attribute Summary collapse
-
#cancellation_outcome ⇒ Symbol, Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived::CancellationOutcome
Cancellation outcome.
-
#cardholder_cancellation_prior_to_expected_receipt ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived::CardholderCancellationPriorToExpectedReceipt?
Cardholder cancellation prior to expected receipt.
-
#last_expected_receipt_at ⇒ Date
Last expected receipt at.
-
#merchant_cancellation ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived::MerchantCancellation?
Merchant cancellation.
-
#merchant_resolution_attempted ⇒ Symbol, Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived::MerchantResolutionAttempted
Merchant resolution attempted.
-
#no_cancellation ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived::NoCancellation?
No cancellation.
-
#purchase_info_and_explanation ⇒ String
Purchase information and explanation.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(canceled_at: ) ⇒ Object
constructor
Merchant cancellation.
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(canceled_at: ) ⇒ Object
Merchant cancellation. Required if and only if ‘cancellation_outcome` is `merchant_cancellation`.
|
|
# File 'lib/increase/models/card_dispute_create_params.rb', line 3003
|
Instance Attribute Details
#cancellation_outcome ⇒ Symbol, Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived::CancellationOutcome
Cancellation outcome.
2957 2958 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 2957 required :cancellation_outcome, enum: -> { Increase::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived::CancellationOutcome } |
#cardholder_cancellation_prior_to_expected_receipt ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived::CardholderCancellationPriorToExpectedReceipt?
Cardholder cancellation prior to expected receipt. Required if and only if ‘cancellation_outcome` is `cardholder_cancellation_prior_to_expected_receipt`.
2984 2985 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 2984 optional :cardholder_cancellation_prior_to_expected_receipt, -> { Increase::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived::CardholderCancellationPriorToExpectedReceipt } |
#last_expected_receipt_at ⇒ Date
Last expected receipt at.
2964 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 2964 required :last_expected_receipt_at, Date |
#merchant_cancellation ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived::MerchantCancellation?
Merchant cancellation. Required if and only if ‘cancellation_outcome` is `merchant_cancellation`.
2992 2993 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 2992 optional :merchant_cancellation, -> { Increase::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived::MerchantCancellation } |
#merchant_resolution_attempted ⇒ Symbol, Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived::MerchantResolutionAttempted
Merchant resolution attempted.
2970 2971 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 2970 required :merchant_resolution_attempted, enum: -> { Increase::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived::MerchantResolutionAttempted } |
#no_cancellation ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived::NoCancellation?
No cancellation. Required if and only if ‘cancellation_outcome` is `no_cancellation`.
3000 3001 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 3000 optional :no_cancellation, -> { Increase::CardDisputeCreateParams::Visa::ConsumerServicesNotReceived::NoCancellation } |
#purchase_info_and_explanation ⇒ String
Purchase information and explanation.
2977 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 2977 required :purchase_info_and_explanation, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/card_dispute_create_params.rb', line 3040
|