Increase.InboundCheckDeposits.InboundCheckDeposit.DepositReturn (Increase v1.0.0)

Copy Markdown View Source

If you requested a return of this deposit, this will contain details of the return.

Fields

  • reason - The reason the deposit was returned.
  • returned_at - The time at which the deposit was returned.
  • transaction_id - The id of the transaction for the returned deposit.

Summary

Types

t()

@type t() :: %Increase.InboundCheckDeposits.InboundCheckDeposit.DepositReturn{
  reason: String.t(),
  returned_at: DateTime.t(),
  transaction_id: String.t()
}