Increase.FednowTransfers.FednowTransfer.DebtorAddress (Increase v1.0.0)

Copy Markdown View Source

The debtor's address.

Fields

  • city - The city, district, town, or village of the address.
  • line1 - The first line of the address.
  • postal_code - The ZIP code of the address.
  • state - The address state.

Summary

Types

t()

@type t() :: %Increase.FednowTransfers.FednowTransfer.DebtorAddress{
  city: String.t() | nil,
  line1: String.t() | nil,
  postal_code: String.t() | nil,
  state: String.t() | nil
}