Class: Increase::Models::InboundACHTransfer::Addenda::Freeform

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/inbound_ach_transfer.rb

Defined Under Namespace

Classes: Entry

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#entriesArray<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 })