Class: Increase::Models::AccountTransfer::Cancellation

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/account_transfer.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#canceled_atString

The ISO 8601 date and time at which the Transfer was canceled.

Returns:

  • (String)


107
# File 'lib/increase/models/account_transfer.rb', line 107

required :canceled_at, String

#canceled_byString

If the Transfer was canceled by a user in the dashboard, the email address of that user.

Returns:

  • (String)


112
# File 'lib/increase/models/account_transfer.rb', line 112

required :canceled_by, String