Class: Increase::Models::Transaction::Source::ACHTransferRejection
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::Transaction::Source::ACHTransferRejection
- Defined in:
- lib/increase/models/transaction.rb
Instance Attribute Summary collapse
-
#transfer_id ⇒ String
The identifier of the ACH Transfer that led to this Transaction.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#transfer_id ⇒ String
The identifier of the ACH Transfer that led to this Transaction.
285 |
# File 'lib/increase/models/transaction.rb', line 285 required :transfer_id, String |