Increase.LockboxAddresses.LockboxAddress.Address (Increase v1.0.0)

Copy Markdown View Source

The mailing address for the Lockbox Address. It will be present after Increase generates it.

Fields

  • city - The city of the address.
  • line1 - The first line of the address.
  • line2 - The second line of the address.
  • postal_code - The postal code of the address.
  • state - The two-letter United States Postal Service (USPS) abbreviation for the state of the address.

Summary

Types

t()

@type t() :: %Increase.LockboxAddresses.LockboxAddress.Address{
  city: String.t(),
  line1: String.t(),
  line2: String.t(),
  postal_code: String.t(),
  state: String.t()
}