Class: Increase::Models::RealTimePaymentsTransfer::Cancellation
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::RealTimePaymentsTransfer::Cancellation
- Defined in:
- lib/increase/models/real_time_payments_transfer.rb
Instance Attribute Summary collapse
-
#canceled_at ⇒ String
The ISO 8601 date and time at which the Transfer was canceled.
-
#canceled_by ⇒ String
If the Transfer was canceled by a user in the dashboard, the email address of that user.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#canceled_at ⇒ String
The ISO 8601 date and time at which the Transfer was canceled.
152 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 152 required :canceled_at, String |
#canceled_by ⇒ String
If the Transfer was canceled by a user in the dashboard, the email address of that user.
157 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 157 required :canceled_by, String |