Class: Increase::Models::Transaction::Source::InboundACHTransfer::Addenda

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/transaction.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)


1730
# File 'lib/increase/models/transaction.rb', line 1730

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

#freeformIncrease::Models::Transaction::Source::InboundACHTransfer::Addenda::Freeform

Unstructured payment_related_information passed through by the originator.



1735
# File 'lib/increase/models/transaction.rb', line 1735

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