TaxClassRateInput Input Type
No description
input TaxClassRateInput {
taxClassId: ID
rate: Float
}
Fields
taxClassId ● ID
ID of a tax class for which to update the tax rate
rate ● Float
Tax rate value.
Member Of
taxCountryConfigurationUpdate mutation