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