Table of Contents

Address

{
  "address_line1" : "string",
  "address_line2" : "string",
  "address_line3" : "string",
  "address_line4" : "string",
  "city" : "string",
  "state": "string",
  "postal_code": "string",
  "postal_code_extension": "string",
  "address_country": "string"
}
address_line1

The first line of the mailing address.

address_line2

The second line of the mailing address.

address_line3

The third line of the mailing address.

address_line4

The fourth line of the mailing address.

city

The city of the mailing address.

state

The two-character state code of the mailing address.

postal_code

The five-digit postal code of the mailing address.

postal_code_extension

The four-digit postal code extension of the mailing address.

address_country

The country of the mailing address. If not provided, the default country US will be used.