Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.Submission (Increase v1.0.0)

Copy Markdown View Source

After the transfer is submitted to Real-Time Payments, this will contain supplemental details.

Fields

  • submitted_at - The ISO 8601 date and time at which the transfer was submitted to The Clearing House.
  • transaction_identification - The Real-Time Payments network identification of the transfer.

Summary

Types

t()

@type t() :: %Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.Submission{
  submitted_at: DateTime.t() | nil,
  transaction_identification: String.t()
}