Increase.CardPushTransfers.CardPushTransfer.Submission (Increase v1.0.0)

Copy Markdown View Source

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

Fields

  • retrieval_reference_number - A 12-digit retrieval reference number that identifies the transfer. Usually a combination of a timestamp and the trace number.
  • sender_reference - A unique reference for the transfer.
  • submitted_at - The ISO 8601 date and time at which the transfer was submitted to the card network.
  • trace_number - A 6-digit trace number that identifies the transfer within a small window of time.

Summary

Types

t()

@type t() :: %Increase.CardPushTransfers.CardPushTransfer.Submission{
  retrieval_reference_number: String.t(),
  sender_reference: String.t(),
  submitted_at: DateTime.t(),
  trace_number: String.t()
}