Class: Increase::Models::RealTimePaymentsTransfer::Approval
- Defined in:
- lib/increase/models/real_time_payments_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.
140 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 140 required :approved_at, String |
#approved_by ⇒ String
If the Transfer was approved by a user in the dashboard, the email address of that user.
145 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 145 required :approved_by, String |