Class: Increase::Models::InboundACHTransfer::Addenda::Freeform
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::InboundACHTransfer::Addenda::Freeform
- Defined in:
- lib/increase/models/inbound_ach_transfer.rb
Defined Under Namespace
Classes: Entry
Instance Attribute Summary collapse
-
#entries ⇒ Array<Increase::Models::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::InboundACHTransfer::Addenda::Freeform::Entry>
Each entry represents an addendum received from the originator.
176 177 |
# File 'lib/increase/models/inbound_ach_transfer.rb', line 176 required :entries, Increase::ArrayOf.new(-> { Increase::Models::InboundACHTransfer::Addenda::Freeform::Entry }) |