Class: Increase::Models::CardDispute::Visa::UserSubmission::UserPrearbitration
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardDispute::Visa::UserSubmission::UserPrearbitration
- Defined in:
- lib/increase/models/card_dispute.rb
Overview
Defined Under Namespace
Classes: CategoryChange
Instance Attribute Summary collapse
-
#category_change ⇒ Increase::Models::CardDispute::Visa::UserSubmission::UserPrearbitration::CategoryChange?
Category change details for the pre-arbitration request, if requested.
-
#reason ⇒ String
The reason for the pre-arbitration request.
Instance Method Summary collapse
-
#initialize(category_change: , reason: ) ⇒ Object
constructor
A Visa Card Dispute User-Initiated Pre-Arbitration User Submission object.
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(category_change: , reason: ) ⇒ Object
A Visa Card Dispute User-Initiated Pre-Arbitration User Submission object. This field will be present in the JSON response if and only if ‘category` is equal to `user_prearbitration`. Contains the details specific to a user-initiated pre-arbitration Visa Card Dispute User Submission.
|
|
# File 'lib/increase/models/card_dispute.rb', line 5146
|
Instance Attribute Details
#category_change ⇒ Increase::Models::CardDispute::Visa::UserSubmission::UserPrearbitration::CategoryChange?
Category change details for the pre-arbitration request, if requested.
5136 5137 5138 |
# File 'lib/increase/models/card_dispute.rb', line 5136 required :category_change, -> { Increase::CardDispute::Visa::UserSubmission::UserPrearbitration::CategoryChange }, nil?: true |
#reason ⇒ String
The reason for the pre-arbitration request.
5144 |
# File 'lib/increase/models/card_dispute.rb', line 5144 required :reason, String |