Increase.WireDrawdownRequests.WireDrawdownRequest.CreditorAddress (Increase v1.0.0)

Copy Markdown View Source

The creditor's address.

Fields

  • city - The city, district, town, or village of the address.
  • country - The two-letter ISO 3166-1 alpha-2 code for the country of the address.
  • line1 - The first line of the address.
  • line2 - The second line of the address.
  • postal_code - The ZIP code of the address.
  • state - The address state.

Summary

Types

t()

@type t() :: %Increase.WireDrawdownRequests.WireDrawdownRequest.CreditorAddress{
  city: String.t(),
  country: String.t(),
  line1: String.t(),
  line2: String.t() | nil,
  postal_code: String.t() | nil,
  state: String.t() | nil
}