Increase.InboundACHTransfers.InboundACHTransfer.Addenda.Freeform (Increase v1.0.0)

Copy Markdown View Source

Unstructured payment_related_information passed through by the originator.

Fields

  • entries - Each entry represents an addendum received from the originator.

Summary

Types

t()

@type t() :: %Increase.InboundACHTransfers.InboundACHTransfer.Addenda.Freeform{
  entries: [
    Increase.InboundACHTransfers.InboundACHTransfer.Addenda.Freeform.Entry.t()
  ]
}