Input
BillingAddressInput
The input fields for a billing address.
Fields
firstName
String!
requiredFirst name of the person or company.
lastName
String!
requiredLast name of the person or company.
phone
String
A 10-digit phone number, in E.164 format.
address1
String!
requiredThe first line of the address, such as the street name and number.
address2
String
The second line of the address, typically used for additional information such as an apartment or suite number.
city
String!
requiredName of the city, district, village, or town.
provinceCode
String
The 2-3 letter state or province code, in ISO 3166-2 format.
Example: NY
for New York, AUK
for Auckland.
countryCode
required
The 2-letter country code, in ISO 3166 format.
Example: US
for United States, or NZ
for New Zealand.
postalCode
String!
requiredThe area postal code or ZIP code.
Mutations
Related types
Was this page helpful?