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