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

Copy Markdown View Source

After the transfer is acknowledged by FedACH, this will contain supplemental details. The Federal Reserve sends an acknowledgement message for each file that Increase submits.

Fields

  • acknowledged_at - When the Federal Reserve acknowledged the submitted file containing this transfer.

Summary

Types

t()

@type t() :: %Increase.ACHTransfers.ACHTransfer.Acknowledgement{
  acknowledged_at: String.t()
}