PickupAddressV2

PickupAddressV2 or null

Pickup address.

Example:
{"phone":{"calling_code":"1","phone_number":"3105550199"},"postal_code":"SW1A 1AA","city":"London","state":{"name":"England","code":"GB-ENG"},"country_region":{"name":"United Kingdom","code":"GBR"}}
phone
PhoneV2 or null
required

The phone number object.

Example:
{"calling_code":"1","phone_number":"3105550199"}
calling_code
string or null
required

The country region code of the phone.

Example:
1
phone_number
string or null
required

Phone number.

Example:
3105550199
postal_code
string or null
required

Postal code.

Example:
SW1A 1AA
city
string or null
required

City name.

Example:
London
state
object or null
required

State object.

name
string or null
required

State name.

Example:
England
code
string or null
required

State code, ISO 3166-2 standard.

Example:
GB-ENG
country_region
object or null
required

Country region object.

name
string or null
required

Country name.

Example:
United Kingdom
code
string or null
required

ISO 3166-1 alpha-3.

Example:
GBR
Example
preparing...