Module: Increase::Models::PhysicalCardProfile::Status
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/increase/models/physical_card_profile.rb
Overview
The status of the Physical Card Profile.
Constant Summary collapse
- PENDING_CREATING =
The Card Profile has not yet been processed by Increase.
:pending_creating- PENDING_REVIEWING =
The card profile is awaiting review by Increase.
:pending_reviewing- REJECTED =
There is an issue with the Physical Card Profile preventing it from use.
:rejected- PENDING_SUBMITTING =
The card profile is awaiting submission to the fulfillment provider.
:pending_submitting- ACTIVE =
The Physical Card Profile has been submitted to the fulfillment provider and is ready to use.
:active- ARCHIVED =
The Physical Card Profile has been archived.
: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