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

Copy Markdown View Source

If the transfer is accepted, this will contain details of the acceptance.

Fields

  • accepted_at - The ISO 8601 date and time at which the transfer was accepted.
  • transaction_id - The identifier of the transaction for the accepted transfer.

Summary

Types

t()

@type t() :: %Increase.InboundWireTransfers.InboundWireTransfer.Acceptance{
  accepted_at: DateTime.t(),
  transaction_id: String.t()
}