Class: Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::GuaranteedReservation
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::GuaranteedReservation
- Defined in:
- lib/increase/models/card_dispute.rb
Overview
Defined Under Namespace
Modules: Explanation
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(explanation: ) ⇒ Object
constructor
Guaranteed reservation explanation.
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(explanation: ) ⇒ Object
Guaranteed reservation explanation. Present if and only if ‘service_type` is `guaranteed_reservation`.
|
|
# File 'lib/increase/models/card_dispute.rb', line 2642
|
Instance Attribute Details
#explanation ⇒ Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::GuaranteedReservation::Explanation
Explanation.
2639 2640 |
# File 'lib/increase/models/card_dispute.rb', line 2639 required :explanation, enum: -> { Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::GuaranteedReservation::Explanation } |