Module: Increase::Models::DigitalCardProfile::Status

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

Overview

The status of the Card Profile.

See Also:

Constant Summary collapse

PENDING =

The Card Profile is awaiting review from Increase and/or processing by card networks.

:pending
REJECTED =

There is an issue with the Card Profile preventing it from use.

:rejected
ACTIVE =

The Card Profile can be assigned to Cards.

:active
ARCHIVED =

The Card Profile is no longer in use.

:archived

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