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

Copy Markdown View Source

A subhash containing information about when and how the transfer settled at the Federal Reserve.

Fields

  • settled_at - When the funds for this transfer settle at the recipient bank at the Federal Reserve.
  • settlement_schedule - The settlement schedule this transfer follows.

Summary

Types

t()

@type t() :: %Increase.InboundACHTransfers.InboundACHTransfer.Settlement{
  settled_at: DateTime.t(),
  settlement_schedule: String.t()
}