Class: Increase::Models::InboundACHTransfer::Acceptance
- Defined in:
- lib/increase/models/inbound_ach_transfer.rb
Instance Attribute Summary collapse
-
#accepted_at ⇒ String
The time at which the transfer was accepted.
-
#transaction_id ⇒ String
The id of the transaction for the accepted transfer.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#accepted_at ⇒ String
The time at which the transfer was accepted.
153 |
# File 'lib/increase/models/inbound_ach_transfer.rb', line 153 required :accepted_at, String |
#transaction_id ⇒ String
The id of the transaction for the accepted transfer.
158 |
# File 'lib/increase/models/inbound_ach_transfer.rb', line 158 required :transaction_id, String |