Class: Increase::Models::RealTimePaymentsTransfer::Cancellation

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


152
# File 'lib/increase/models/real_time_payments_transfer.rb', line 152

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)


157
# File 'lib/increase/models/real_time_payments_transfer.rb', line 157

required :canceled_by, String