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- Unstructuredpayment_related_informationpassed 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
@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 }