Module: Increase::Models::Simulations::CardDisputeActionParams::Status
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/increase/models/simulations/card_dispute_action_params.rb
Overview
The status to move the dispute to.
Constant Summary collapse
- PENDING_USER_INFORMATION =
Increase has requested more information related to the Card Dispute from you.
:pending_user_information- ACCEPTED =
The Card Dispute has been accepted and your funds have been returned. The card dispute will eventually transition into ‘won` or `lost` depending on the outcome.
:accepted- REJECTED =
The Card Dispute has been rejected.
:rejected- LOST =
The Card Dispute has been lost and funds previously credited from the acceptance have been debited.
:lost- WON =
The Card Dispute has been won and no further action can be taken.
:won
Class Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/simulations/card_dispute_action_params.rb', line 49
|