Module: Lithic::Models::NonPCICard::Funding::State
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/lithic/models/non_pci_card.rb,
sig/lithic/models/non_pci_card.rbs
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
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#self?.values ⇒ ::Array[Lithic::Models::NonPCICard::Funding::state]
212 |
# File 'sig/lithic/models/non_pci_card.rbs', line 212
def self?.values: -> ::Array[Lithic::Models::NonPCICard::Funding::state]
|