VatType
VAT type of a product for a given country.
type VatType {
country: String!
type: String!
}
Fields
VatType.country ● String! non-null scalar
The country of the VAT type.
VatType.type ● String! non-null scalar
The VAT type (e.g. "GENERAL").
Member Of
Product object