TaxClassCreateInput
No description
input TaxClassCreateInput {
name: String!
createCountryRates: [CountryRateInput!]
}
Fields
TaxClassCreateInput.name
● String!
non-null scalar miscellaneous
Name of the tax class.
TaxClassCreateInput.createCountryRates
● [CountryRateInput!]
list input taxes
List of country-specific tax rates to create for this tax class.
Member Of
taxClassCreate
mutation