ContactAddress
Encapsulates information about an address.
type ContactAddress {
  city: String
  country: String
  line1: String
  line2: String
  line3: String
  postCode: String
  state: String
}
Fields
ContactAddress.city ● String scalar
UTF-8 string value that represents the city of the address. Optional.
ContactAddress.country ● String scalar
The country of the address. Optional.
ContactAddress.line1 ● String scalar
UTF-8 string value that represents the first line of the address. Optional.
ContactAddress.line2 ● String scalar
UTF-8 string value that represents the second line of the address. Optional.
ContactAddress.line3 ● String scalar
UTF-8 string value that represents the third line of the address. Optional.
ContactAddress.postCode ● String scalar
The postcode/zipcode of the address. Optional.
ContactAddress.state ● String scalar
UTF-8 string value that represents the state, territory or province of the address. For example New York. Optional.
Member Of
BillingContact  object ● CeContactStoreContact  object ● Contact  object ● ContactStoreContact  object ● MembershipContactStoreContact  object