Mercury.InternalTransferResponse (mercury_client v1.0.0)

Copy Markdown View Source

Both legs (debit and credit) of a completed internal transfer.

Summary

Types

t()

@type t() :: %Mercury.InternalTransferResponse{
  credit_transaction: Mercury.Transaction.t(),
  debit_transaction: Mercury.Transaction.t()
}