Class: Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCounterfeitMerchandise
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCounterfeitMerchandise
- Defined in:
- lib/increase/models/card_dispute.rb,
sig/increase/models/card_dispute.rbs
Overview
Instance Attribute Summary collapse
-
#counterfeit_explanation ⇒ String
Counterfeit explanation.
-
#disposition_explanation ⇒ String
Disposition explanation.
-
#order_explanation ⇒ String
Order explanation.
-
#received_at ⇒ Date
Received at.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
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 ⇒ Object
2097 |
# File 'sig/increase/models/card_dispute.rbs', line 2097
def initialize: (
|
Instance Attribute Details
#counterfeit_explanation ⇒ String
Counterfeit explanation.
2803 |
# File 'lib/increase/models/card_dispute.rb', line 2803 required :counterfeit_explanation, String |
#disposition_explanation ⇒ String
Disposition explanation.
2809 |
# File 'lib/increase/models/card_dispute.rb', line 2809 required :disposition_explanation, String |
#order_explanation ⇒ String
Order explanation.
2815 |
# File 'lib/increase/models/card_dispute.rb', line 2815 required :order_explanation, String |
#received_at ⇒ Date
Received at.
2821 |
# File 'lib/increase/models/card_dispute.rb', line 2821 required :received_at, Date |
Instance Method Details
#to_hash ⇒ {
2104 |
# File 'sig/increase/models/card_dispute.rbs', line 2104
def to_hash: -> {
|