Increase.FednowTransfers.FednowTransfer.Submission (Increase v1.0.0)

Copy Markdown View Source

After the transfer is submitted to FedNow, this will contain supplemental details.

Fields

  • message_identification - The FedNow network identification of the message submitted.
  • submitted_at - The ISO 8601 date and time at which the transfer was submitted to FedNow.

Summary

Types

t()

@type t() :: %Increase.FednowTransfers.FednowTransfer.Submission{
  message_identification: String.t(),
  submitted_at: DateTime.t() | nil
}