Class: Increase::Models::Simulations::CardDisputeActionParams::Visa
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Simulations::CardDisputeActionParams::Visa
- Defined in:
- lib/increase/models/simulations/card_dispute_action_params.rb
Defined Under Namespace
Modules: Action Classes: RequestFurtherInformation
Instance Attribute Summary collapse
-
#accept_chargeback ⇒ Object?
The parameters for accepting the chargeback.
-
#accept_user_submission ⇒ Object?
The parameters for accepting the user submission.
-
#action ⇒ Symbol, Increase::Models::Simulations::CardDisputeActionParams::Visa::Action
The action to take.
-
#decline_user_prearbitration ⇒ Object?
The parameters for declining the prearbitration.
-
#receive_merchant_prearbitration ⇒ Object?
The parameters for receiving the prearbitration.
-
#represent ⇒ Object?
The parameters for re-presenting the dispute.
-
#request_further_information ⇒ Increase::Models::Simulations::CardDisputeActionParams::Visa::RequestFurtherInformation?
The parameters for requesting further information from the user.
-
#time_out_chargeback ⇒ Object?
The parameters for timing out the chargeback.
-
#time_out_merchant_prearbitration ⇒ Object?
The parameters for timing out the merchant prearbitration.
-
#time_out_representment ⇒ Object?
The parameters for timing out the re-presentment.
-
#time_out_user_prearbitration ⇒ Object?
The parameters for timing out the user prearbitration.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(action: , accept_chargeback: nil, accept_user_submission: nil, decline_user_prearbitration: nil, receive_merchant_prearbitration: nil, represent: nil, request_further_information: nil, time_out_chargeback: nil, time_out_merchant_prearbitration: nil, time_out_representment: nil, time_out_user_prearbitration: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see Visa for more details.
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(action: , accept_chargeback: nil, accept_user_submission: nil, decline_user_prearbitration: nil, receive_merchant_prearbitration: nil, represent: nil, request_further_information: nil, time_out_chargeback: nil, time_out_merchant_prearbitration: nil, time_out_representment: nil, time_out_user_prearbitration: nil) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::Simulations::CardDisputeActionParams::Visa for more details.
The Visa-specific parameters for the taking action on the dispute. Required if and only if ‘network` is `visa`.
|
|
# File 'lib/increase/models/simulations/card_dispute_action_params.rb', line 126
|
Instance Attribute Details
#accept_chargeback ⇒ Object?
The parameters for accepting the chargeback. Required if and only if ‘action` is `accept_chargeback`.
60 |
# File 'lib/increase/models/simulations/card_dispute_action_params.rb', line 60 optional :accept_chargeback, Increase::Internal::Type::Unknown |
#accept_user_submission ⇒ Object?
The parameters for accepting the user submission. Required if and only if ‘action` is `accept_user_submission`.
67 |
# File 'lib/increase/models/simulations/card_dispute_action_params.rb', line 67 optional :accept_user_submission, Increase::Internal::Type::Unknown |
#action ⇒ Symbol, Increase::Models::Simulations::CardDisputeActionParams::Visa::Action
The action to take. Details specific to the action are required under the sub-object with the same identifier as the action.
53 |
# File 'lib/increase/models/simulations/card_dispute_action_params.rb', line 53 required :action, enum: -> { Increase::Simulations::CardDisputeActionParams::Visa::Action } |
#decline_user_prearbitration ⇒ Object?
The parameters for declining the prearbitration. Required if and only if ‘action` is `decline_user_prearbitration`.
74 |
# File 'lib/increase/models/simulations/card_dispute_action_params.rb', line 74 optional :decline_user_prearbitration, Increase::Internal::Type::Unknown |
#receive_merchant_prearbitration ⇒ Object?
The parameters for receiving the prearbitration. Required if and only if ‘action` is `receive_merchant_prearbitration`.
81 |
# File 'lib/increase/models/simulations/card_dispute_action_params.rb', line 81 optional :receive_merchant_prearbitration, Increase::Internal::Type::Unknown |
#represent ⇒ Object?
The parameters for re-presenting the dispute. Required if and only if ‘action` is `represent`.
88 |
# File 'lib/increase/models/simulations/card_dispute_action_params.rb', line 88 optional :represent, Increase::Internal::Type::Unknown |
#request_further_information ⇒ Increase::Models::Simulations::CardDisputeActionParams::Visa::RequestFurtherInformation?
The parameters for requesting further information from the user. Required if and only if ‘action` is `request_further_information`.
95 96 |
# File 'lib/increase/models/simulations/card_dispute_action_params.rb', line 95 optional :request_further_information, -> { Increase::Simulations::CardDisputeActionParams::Visa::RequestFurtherInformation } |
#time_out_chargeback ⇒ Object?
The parameters for timing out the chargeback. Required if and only if ‘action` is `time_out_chargeback`.
103 |
# File 'lib/increase/models/simulations/card_dispute_action_params.rb', line 103 optional :time_out_chargeback, Increase::Internal::Type::Unknown |
#time_out_merchant_prearbitration ⇒ Object?
The parameters for timing out the merchant prearbitration. Required if and only if ‘action` is `time_out_merchant_prearbitration`.
110 |
# File 'lib/increase/models/simulations/card_dispute_action_params.rb', line 110 optional :time_out_merchant_prearbitration, Increase::Internal::Type::Unknown |
#time_out_representment ⇒ Object?
The parameters for timing out the re-presentment. Required if and only if ‘action` is `time_out_representment`.
117 |
# File 'lib/increase/models/simulations/card_dispute_action_params.rb', line 117 optional :time_out_representment, Increase::Internal::Type::Unknown |
#time_out_user_prearbitration ⇒ Object?
The parameters for timing out the user prearbitration. Required if and only if ‘action` is `time_out_user_prearbitration`.
124 |
# File 'lib/increase/models/simulations/card_dispute_action_params.rb', line 124 optional :time_out_user_prearbitration, Increase::Internal::Type::Unknown |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/simulations/card_dispute_action_params.rb', line 192
|