Module: Increase::Models::CardDispute::Status

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/card_dispute.rb

Overview

The results of the Dispute investigation.

See Also:

Constant Summary collapse

PENDING_REVIEWING =

The Card Dispute is pending review.

:pending_reviewing
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

Method Summary

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, meta_info, new_coerce_state, type_info