Types > InfoCountryLabels
Storefront APITypesInfoCountryLabels
InfoCountryLabels

Description

Fields

address1: String!


address2: String!


city: String!


company: String!


country: String!


name: String!


phone: String!


province: String!


zip: String!


Used By

Types

InfoCountry

Preview (typescript)

interface InfoCountryLabels {
address1: string
address2: string
city: string
company: string
country: string
name: string
phone: string
province: string
zip: string
}