Module: Lithic::Models::NonPCICard::Funding::State
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/lithic/models/non_pci_card.rb
Overview
State of funding source. Funding source states: _ ‘ENABLED` - The funding account is available to use for card creation and transactions. _ `PENDING` - The funding account is still being verified e.g. bank micro-deposits verification. * `DELETED` - The founding account has been deleted.
Constant Summary collapse
- DELETED =
:DELETED- ENABLED =
:ENABLED- PENDING =
:PENDING
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