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

Copy Markdown View Source

The person or business that is receiving the funds from the transfer.

Fields

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

Summary

Types

t()

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