Objects
AddressType
No description
No description
type AddressType {
firstName: String!
lastName: String!
addressLine1: String!
addressLine2: String!
addressLine3: String!
entryCode: String!
careOf: String!
city: String!
state: String!
country: String!
zip: String!
company: String!
mobile: String!
phone: String!
}
Fields
firstName ● String! non-null scalar required
The first name of the address holder.
lastName ● String! non-null scalar required
The last name of the address holder.
addressLine1 ● String! non-null scalar required
The first line of the address.
addressLine2 ● String! non-null scalar required
The second line of the address.
addressLine3 ● String! non-null scalar required
The third line of the address.
entryCode ● String! non-null scalar required
The entry code for the address.
careOf ● String! non-null scalar required
The care of (c/o) name for the address.
city ● String! non-null scalar required
The city of the address.
state ● String! non-null scalar required
The state of the address.
country ● String! non-null scalar required
The country of the address. Can be either a valid english country name or ISO code
zip ● String! non-null scalar required
The zip code of the address.
company ● String! non-null scalar required
The company name associated with the address.
mobile ● String! non-null scalar required
The mobile phone number associated with the address.
phone ● String! non-null scalar required
The phone number associated with the address.
Member Of
CheckoutOrderType object ● CheckoutType object ● OrderType object ● UserType object