Class: Increase::Models::WireTransfer::Cancellation

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/wire_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)


172
# File 'lib/increase/models/wire_transfer.rb', line 172

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)


177
# File 'lib/increase/models/wire_transfer.rb', line 177

required :canceled_by, String