Class: Increase::Models::CheckTransfer::Cancellation
- Defined in:
- lib/increase/models/check_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.
149 |
# File 'lib/increase/models/check_transfer.rb', line 149 required :canceled_at, String |
#canceled_by ⇒ String
If the Transfer was canceled by a user in the dashboard, the email address of that user.
154 |
# File 'lib/increase/models/check_transfer.rb', line 154 required :canceled_by, String |