Class: Increase::Models::ACHTransfer::Addenda::Freeform

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/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::ACHTransfer::Addenda::Freeform::Entry>

Each entry represents an addendum sent with the transfer.



216
# File 'lib/increase/models/ach_transfer.rb', line 216

required :entries, Increase::ArrayOf.new(-> { Increase::Models::ACHTransfer::Addenda::Freeform::Entry })