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

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

Defined Under Namespace

Classes: Freeform

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

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

Instance Attribute Details

#categorySymbol

The type of addendum.

Returns:

  • (Symbol)


165
# File 'lib/increase/models/inbound_ach_transfer.rb', line 165

required :category, Increase::Enum.new(:freeform)

#freeformIncrease::Models::InboundACHTransfer::Addenda::Freeform

Unstructured payment_related_information passed through by the originator.



170
# File 'lib/increase/models/inbound_ach_transfer.rb', line 170

required :freeform, -> { Increase::Models::InboundACHTransfer::Addenda::Freeform }