Increase.WireTransfers.WireTransfer.Debtor (Increase v1.0.0)

Copy Markdown View Source

The person or business whose funds are being transferred.

Fields

  • address - The person or business's address.
  • name - The person or business's name.

Summary

Types

t()

@type t() :: %Increase.WireTransfers.WireTransfer.Debtor{
  address: Increase.WireTransfers.WireTransfer.Debtor.Address.t() | nil,
  name: String.t() | nil
}