AddressDto
Represents a physical or billing address
citystringOptional
The city of the address
countrystringOptional
The country of the address
line_1stringOptional
The first line of the street address
line_2stringOptional
The second line of the street address, if any (apartment, suite, etc.)
postal_codestringOptional
The postal code or zip code of the address
statestringOptional
The state or province of the address
Example
{
"country": "string",
"state": "string",
"city": "string",
"postal_code": "string",
"line_1": "string",
"line_2": "string"
}