AddressPayload
Address fields used when creating/updating an address.
constructor
Address fields used when creating/updating an address.
Properties
first_name
stringFirst name
last_name
stringLast name
phone
stringPhone Number
metadata
Record<string, unknown>An optional key-value map with additional details
company
stringCompany
address_1
stringAddress line 1
address_2
stringAddress line 2
city
stringCity
country_code
stringThe 2 character ISO code of the country in lower case
province
stringProvince
postal_code
stringPostal Code
Was this section helpful?