Class: Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices
- Defined in:
- lib/increase/models/card_dispute.rb
Overview
Defined Under Namespace
Modules: MerchantResolutionAttempted, ServiceType Classes: CardholderCancellation, GuaranteedReservation
Instance Attribute Summary collapse
-
#cardholder_cancellation ⇒ Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::CardholderCancellation
Cardholder cancellation.
-
#contracted_at ⇒ Date
Contracted at.
-
#guaranteed_reservation ⇒ Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::GuaranteedReservation?
Guaranteed reservation explanation.
-
#merchant_resolution_attempted ⇒ Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::MerchantResolutionAttempted
Merchant resolution attempted.
-
#other ⇒ Object?
Other service type explanation.
-
#purchase_explanation ⇒ String
Purchase explanation.
-
#service_type ⇒ Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::ServiceType
Service type.
-
#timeshare ⇒ Object?
Timeshare explanation.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(cardholder_cancellation: , contracted_at: , guaranteed_reservation: , merchant_resolution_attempted: , other: , purchase_explanation: , service_type: , timeshare: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see ConsumerCanceledServices for more details.
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(cardholder_cancellation: , contracted_at: , guaranteed_reservation: , merchant_resolution_attempted: , other: , purchase_explanation: , service_type: , timeshare: ) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices for more details.
Canceled services. Present if and only if ‘category` is `consumer_canceled_services`.
|
|
# File 'lib/increase/models/card_dispute.rb', line 2396
|
Instance Attribute Details
#cardholder_cancellation ⇒ Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::CardholderCancellation
Cardholder cancellation.
2343 2344 |
# File 'lib/increase/models/card_dispute.rb', line 2343 required :cardholder_cancellation, -> { Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::CardholderCancellation } |
#contracted_at ⇒ Date
Contracted at.
2350 |
# File 'lib/increase/models/card_dispute.rb', line 2350 required :contracted_at, Date |
#guaranteed_reservation ⇒ Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::GuaranteedReservation?
Guaranteed reservation explanation. Present if and only if ‘service_type` is `guaranteed_reservation`.
2357 2358 2359 2360 2361 |
# File 'lib/increase/models/card_dispute.rb', line 2357 required :guaranteed_reservation, -> { Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::GuaranteedReservation }, nil?: true |
#merchant_resolution_attempted ⇒ Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::MerchantResolutionAttempted
Merchant resolution attempted.
2367 2368 |
# File 'lib/increase/models/card_dispute.rb', line 2367 required :merchant_resolution_attempted, enum: -> { Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::MerchantResolutionAttempted } |
#other ⇒ Object?
Other service type explanation. Present if and only if ‘service_type` is `other`.
2375 |
# File 'lib/increase/models/card_dispute.rb', line 2375 required :other, Increase::Internal::Type::Unknown, nil?: true |
#purchase_explanation ⇒ String
Purchase explanation.
2381 |
# File 'lib/increase/models/card_dispute.rb', line 2381 required :purchase_explanation, String |
#service_type ⇒ Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::ServiceType
Service type.
2387 2388 |
# File 'lib/increase/models/card_dispute.rb', line 2387 required :service_type, enum: -> { Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::ServiceType } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/card_dispute.rb', line 2462
|