Class: Increase::Models::AccountNumber::InboundACH

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/account_number.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#debit_statusSymbol

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.

Returns:

  • (Symbol)


65
# File 'lib/increase/models/account_number.rb', line 65

required :debit_status, Increase::Enum.new(:allowed, :blocked)