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