Class: Increase::Models::AccountNumber::InboundACH
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::AccountNumber::InboundACH
- Defined in:
- lib/increase/models/account_number.rb
Overview
Defined Under Namespace
Modules: DebitStatus
Instance Attribute Summary collapse
-
#debit_status ⇒ Symbol, Increase::Models::AccountNumber::InboundACH::DebitStatus
Whether ACH debits are allowed against this Account Number.
Instance Method Summary collapse
-
#initialize(debit_status: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see InboundACH for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(debit_status: ) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::AccountNumber::InboundACH for more details.
Properties related to how this Account Number handles inbound ACH transfers.
|
|
# File 'lib/increase/models/account_number.rb', line 119
|
Instance Attribute Details
#debit_status ⇒ Symbol, Increase::Models::AccountNumber::InboundACH::DebitStatus
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.
117 |
# File 'lib/increase/models/account_number.rb', line 117 required :debit_status, enum: -> { Increase::AccountNumber::InboundACH::DebitStatus } |