Class: Increase::Models::InboundACHTransfer::Acceptance

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

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

Instance Attribute Details

#accepted_atString

The time at which the transfer was accepted.

Returns:

  • (String)


153
# File 'lib/increase/models/inbound_ach_transfer.rb', line 153

required :accepted_at, String

#transaction_idString

The id of the transaction for the accepted transfer.

Returns:

  • (String)


158
# File 'lib/increase/models/inbound_ach_transfer.rb', line 158

required :transaction_id, String