Class: Increase::Models::Transaction::Source::InboundACHTransfer::Addenda::Freeform
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::Transaction::Source::InboundACHTransfer::Addenda::Freeform
- Defined in:
- lib/increase/models/transaction.rb
Defined Under Namespace
Classes: Entry
Instance Attribute Summary collapse
-
#entries ⇒ Array<Increase::Models::Transaction::Source::InboundACHTransfer::Addenda::Freeform::Entry>
Each entry represents an addendum received from the originator.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#entries ⇒ Array<Increase::Models::Transaction::Source::InboundACHTransfer::Addenda::Freeform::Entry>
Each entry represents an addendum received from the originator.
1741 1742 |
# File 'lib/increase/models/transaction.rb', line 1741 required :entries, Increase::ArrayOf.new(-> { Increase::Models::Transaction::Source::InboundACHTransfer::Addenda::Freeform::Entry }) |