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 2786
|
Instance Attribute Details
#cardholder_cancellation ⇒ Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesMisrepresentation::CardholderCancellation
Cardholder cancellation.
2758 2759 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 2758 required :cardholder_cancellation, -> { Increase::CardDisputeCreateParams::Visa::ConsumerServicesMisrepresentation::CardholderCancellation } |
#merchant_resolution_attempted ⇒ Symbol, Increase::Models::CardDisputeCreateParams::Visa::ConsumerServicesMisrepresentation::MerchantResolutionAttempted
Merchant resolution attempted.
2765 2766 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 2765 required :merchant_resolution_attempted, enum: -> { Increase::CardDisputeCreateParams::Visa::ConsumerServicesMisrepresentation::MerchantResolutionAttempted } |
#misrepresentation_explanation ⇒ String
Misrepresentation explanation.
2772 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 2772 required :misrepresentation_explanation, String |
#purchase_explanation ⇒ String
Purchase explanation.
2778 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 2778 required :purchase_explanation, String |
#received_at ⇒ Date
Received at.
2784 |
# File 'lib/increase/models/card_dispute_create_params.rb', line 2784 required :received_at, Date |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/card_dispute_create_params.rb', line 2842
|