Class: Increase::Models::AccountNumber::InboundACH
- Defined in:
- lib/increase/models/account_number.rb
Instance Attribute Summary collapse
-
#debit_status ⇒ Symbol
Whether ACH debits are allowed against this Account Number.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#debit_status ⇒ Symbol
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.
65 |
# File 'lib/increase/models/account_number.rb', line 65 required :debit_status, Increase::Enum.new(:allowed, :blocked) |