Module: Increase::Models::AccountNumber::InboundACH::DebitStatus
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/increase/models/account_number.rb,
sig/increase/models/account_number.rbs
Overview
Whether ACH debits are allowed against this Account Number. Note that they will
still be declined if this is allowed if the Account Number is not active.
Constant Summary collapse
- ALLOWED =
ACH Debits are allowed.
:allowed- BLOCKED =
ACH Debits are blocked.
:blocked
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[Increase::Models::AccountNumber::InboundACH::debit_status]
96 |
# File 'sig/increase/models/account_number.rbs', line 96
def self?.values: -> ::Array[Increase::Models::AccountNumber::InboundACH::debit_status]
|