Class: Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesMisrepresentation
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesMisrepresentation
- Defined in:
- lib/increase/models/card_dispute_create_params.rb
Overview
Defined Under Namespace
Modules: MerchantResolutionAttempted Classes: CardholderCancellation
Instance Attribute Summary collapse
-
#cardholder_cancellation ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesMisrepresentation::CardholderCancellation
Cardholder cancellation.
-
#merchant_resolution_attempted ⇒ Symbol, Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesMisrepresentation::MerchantResolutionAttempted
Merchant resolution attempted.
-
#misrepresentation_explanation ⇒ String
Misrepresentation explanation.
-
#purchase_explanation ⇒ String
Purchase explanation.
-
#received_at ⇒ Date
Received at.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(cardholder_cancellation: , merchant_resolution_attempted: , misrepresentation_explanation: , purchase_explanation: , received_at: ) ⇒ Object
constructor
Services misrepresentation.
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: , merchant_resolution_attempted: , misrepresentation_explanation: , purchase_explanation: , received_at: ) ⇒ Object
Services misrepresentation. Required if and only if ‘category` is `consumer_services_misrepresentation`.
|
|
# File 'lib/increase/models/card_dispute_create_params.rb', line 2777
|
Instance Attribute Details
#cardholder_cancellation ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesMisrepresentation::CardholderCancellation
Cardholder cancellation.
2749 2750 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 2749 required :cardholder_cancellation, -> { Increase::CardDisputeCreateParams::Visa::ConsumerServicesMisrepresentation::CardholderCancellation } |
#merchant_resolution_attempted ⇒ Symbol, Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesMisrepresentation::MerchantResolutionAttempted
Merchant resolution attempted.
2756 2757 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 2756 required :merchant_resolution_attempted, enum: -> { Increase::CardDisputeCreateParams::Visa::ConsumerServicesMisrepresentation::MerchantResolutionAttempted } |
#misrepresentation_explanation ⇒ String
Misrepresentation explanation.
2763 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 2763 required :misrepresentation_explanation, String |
#purchase_explanation ⇒ String
Purchase explanation.
2769 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 2769 required :purchase_explanation, String |
#received_at ⇒ Date
Received at.
2775 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 2775 required :received_at, Date |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/card_dispute_create_params.rb', line 2833
|