Class: Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesMisrepresentation::CardholderCancellation
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesMisrepresentation::CardholderCancellation
- Defined in:
- lib/increase/models/card_dispute.rb
Overview
Defined Under Namespace
Modules: AcceptedByMerchant
Instance Attribute Summary collapse
-
#accepted_by_merchant ⇒ Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesMisrepresentation::CardholderCancellation::AcceptedByMerchant
Accepted by merchant.
-
#canceled_at ⇒ Date
Canceled at.
-
#reason ⇒ String
Reason.
Instance Method Summary collapse
-
#initialize(accepted_by_merchant: , canceled_at: , reason: ) ⇒ Object
constructor
Cardholder cancellation.
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(accepted_by_merchant: , canceled_at: , reason: ) ⇒ Object
Cardholder cancellation.
|
|
# File 'lib/increase/models/card_dispute.rb', line 4542
|
Instance Attribute Details
#accepted_by_merchant ⇒ Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesMisrepresentation::CardholderCancellation::AcceptedByMerchant
Accepted by merchant.
4527 4528 |
# File 'lib/increase/models/card_dispute.rb', line 4527 required :accepted_by_merchant, enum: -> { Increase::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesMisrepresentation::CardholderCancellation::AcceptedByMerchant } |
#canceled_at ⇒ Date
Canceled at.
4534 |
# File 'lib/increase/models/card_dispute.rb', line 4534 required :canceled_at, Date |
#reason ⇒ String
Reason.
4540 |
# File 'lib/increase/models/card_dispute.rb', line 4540 required :reason, String |