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

Copy Markdown View Source

Additional information sent from the originator.

Fields

  • category - The type of addendum.
  • freeform - Unstructured payment_related_information passed through by the originator.

Summary

Types

t()

@type t() :: %Increase.InboundACHTransfers.InboundACHTransfer.Addenda{
  category: String.t(),
  freeform:
    Increase.InboundACHTransfers.InboundACHTransfer.Addenda.Freeform.t() | nil
}