Addresses

The Address data model

An address contains the following properties:

Properties

  • Name
    street_number
    Type
    nullable string
    Description
    The street number of the address.
  • Name
    address1
    Type
    nullable string
    Description
    The first line of the address.
  • Name
    address2
    Type
    nullable string
    Description
    The second line of the address.
  • Name
    city
    Type
    nullable string
    Description
    The city of the address.
  • Name
    state
    Type
    nullable string
    Description
    The two-letter state abbreviation of the address.
  • Name
    zip
    Type
    nullable string
    Description
    The zip/postal code of the address.