Increase.ACHTransfers.ACHTransfer.Addenda (Increase v1.0.0)

Copy Markdown View Source

Additional information that will be sent to the recipient.

Fields

  • category - The type of the resource. We may add additional possible values for this enum over time; your application should be able to handle such additions gracefully.
  • freeform - Unstructured payment_related_information passed through with the transfer.
  • payment_order_remittance_advice - Structured ASC X12 820 remittance advice records. Please reach out to support@increase.com for more information.

Summary

Types

t()

@type t() :: %Increase.ACHTransfers.ACHTransfer.Addenda{
  category: String.t(),
  freeform: Increase.ACHTransfers.ACHTransfer.Addenda.Freeform.t() | nil,
  payment_order_remittance_advice:
    Increase.ACHTransfers.ACHTransfer.Addenda.PaymentOrderRemittanceAdvice.t()
    | nil
}