Class: Increase::Models::ACHTransfer::Approval
- Defined in:
- lib/increase/models/ach_transfer.rb
Instance Attribute Summary collapse
-
#approved_at ⇒ String
The ISO 8601 date and time at which the transfer was approved.
-
#approved_by ⇒ String
If the Transfer was approved by a user in the dashboard, the email address of that user.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#approved_at ⇒ String
The ISO 8601 date and time at which the transfer was approved.
251 |
# File 'lib/increase/models/ach_transfer.rb', line 251 required :approved_at, String |
#approved_by ⇒ String
If the Transfer was approved by a user in the dashboard, the email address of that user.
256 |
# File 'lib/increase/models/ach_transfer.rb', line 256 required :approved_by, String |