Increase.InboundWireTransfers.InboundWireTransfer.Reversal (Increase v1.0.0)

Copy Markdown View Source

If the transfer is reversed, this will contain details of the reversal.

Fields

  • reason - The reason for the reversal.
  • reversed_at - The ISO 8601 date and time at which the transfer was reversed.

Summary

Types

t()

@type t() :: %Increase.InboundWireTransfers.InboundWireTransfer.Reversal{
  reason: String.t(),
  reversed_at: DateTime.t()
}