Class: Increase::Models::AccountNumber::InboundChecks
- Defined in:
- lib/increase/models/account_number.rb
Instance Attribute Summary collapse
-
#status ⇒ Symbol
How Increase should process checks with this account number printed on them.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#status ⇒ Symbol
How Increase should process checks with this account number printed on them.
72 |
# File 'lib/increase/models/account_number.rb', line 72 required :status, Increase::Enum.new(:allowed, :check_transfers_only) |