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
2102 |
# File 'sig/increase/models/card_dispute.rbs', line 2102 def initialize: ( |
Instance Attribute Details
#counterfeit_explanation ⇒ String
Counterfeit explanation.
2996 |
# File 'lib/increase/models/card_dispute.rb', line 2996 required :counterfeit_explanation, String |
#disposition_explanation ⇒ String
Disposition explanation.
3002 |
# File 'lib/increase/models/card_dispute.rb', line 3002 required :disposition_explanation, String |
#order_explanation ⇒ String
Order explanation.
3008 |
# File 'lib/increase/models/card_dispute.rb', line 3008 required :order_explanation, String |
#received_at ⇒ Date
Received at.
3014 |
# File 'lib/increase/models/card_dispute.rb', line 3014 required :received_at, Date |
Instance Method Details
#to_hash ⇒ {
2109 |
# File 'sig/increase/models/card_dispute.rbs', line 2109 def to_hash: -> { |