Increase.InboundFednowTransfers.InboundFednowTransfer.Decline (Increase v1.0.0)

Copy Markdown View Source

If your transfer is declined, this will contain details of the decline.

Fields

  • reason - Why the transfer was declined.
  • transfer_id - The identifier of the FedNow Transfer that led to this declined transaction.

Summary

Types

t()

@type t() :: %Increase.InboundFednowTransfers.InboundFednowTransfer.Decline{
  reason: String.t(),
  transfer_id: String.t()
}