Increase.InboundACHTransfers.InboundACHTransfer.Acceptance (Increase v1.0.0)

Copy Markdown View Source

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

Fields

  • accepted_at - The time at which the transfer was accepted.
  • transaction_id - The id of the transaction for the accepted transfer.

Summary

Types

t()

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