AddressValidationData
Represents address validation rules for a country.
type AddressValidationData {
countryCode: String!
countryName: String!
addressFormat: String!
addressLatinFormat: String!
allowedFields: [String!]!
requiredFields: [String!]!
upperFields: [String!]!
countryAreaType: String!
countryAreaChoices: [ChoiceValue!]!
cityType: String!
cityChoices: [ChoiceValue!]!
cityAreaType: String!
cityAreaChoices: [ChoiceValue!]!
postalCodeType: String!
postalCodeMatchers: [String!]!
postalCodeExamples: [String!]!
postalCodePrefix: String!
}
Fields
AddressValidationData.countryCode ● String! non-null scalar
AddressValidationData.countryName ● String! non-null scalar
AddressValidationData.addressFormat ● String! non-null scalar
AddressValidationData.addressLatinFormat ● String! non-null scalar
AddressValidationData.allowedFields ● [String!]! non-null scalar
AddressValidationData.requiredFields ● [String!]! non-null scalar
AddressValidationData.upperFields ● [String!]! non-null scalar
AddressValidationData.countryAreaType ● String! non-null scalar
AddressValidationData.countryAreaChoices ● [ChoiceValue!]! non-null object
AddressValidationData.cityType ● String! non-null scalar
AddressValidationData.cityChoices ● [ChoiceValue!]! non-null object
AddressValidationData.cityAreaType ● String! non-null scalar
AddressValidationData.cityAreaChoices ● [ChoiceValue!]! non-null object
AddressValidationData.postalCodeType ● String! non-null scalar
AddressValidationData.postalCodeMatchers ● [String!]! non-null scalar
AddressValidationData.postalCodeExamples ● [String!]! non-null scalar
AddressValidationData.postalCodePrefix ● String! non-null scalar
Returned by
addressValidationRules query
Was this page helpful?