Information about one postal address.
Properties
public city: string
The city of the address, or null if one is not specified.
public postal_code: string
The postal code of the address, or null if one is not specified.
public region: string
The region of the address, or null if one is not specified.
public state: string
The state of the address, or null if one is not specified.
public street: string
The street address, or null if one is not specified.
public street_2: string
The second line of the street address, or null if one is not
specified.