Module: Increase::Models::CardDispute::Visa::UserSubmission::Category

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

Overview

The category of the user submission. We may add additional possible values for this enum over time; your application should be able to handle such additions gracefully.

See Also:

Constant Summary collapse

CHARGEBACK =

Visa Card Dispute Chargeback User Submission Chargeback Details: details will be under the ‘chargeback` object.

:chargeback
MERCHANT_PREARBITRATION_DECLINE =

Visa Card Dispute Merchant Pre-Arbitration Decline User Submission: details will be under the ‘merchant_prearbitration_decline` object.

:merchant_prearbitration_decline
USER_PREARBITRATION =

Visa Card Dispute User-Initiated Pre-Arbitration User Submission: details will be under the ‘user_prearbitration` object.

:user_prearbitration

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