CountryRateUpdateInput
No description
input CountryRateUpdateInput {
countryCode: CountryCode!
rate: Float
}
Fields
CountryRateUpdateInput.countryCode ● CountryCode! non-null enum
Country in which this rate applies.
CountryRateUpdateInput.rate ● Float scalar
Tax rate value provided as percentage. Example: provide
23to represent23%tax rate. Providenullto remove the particular rate.
Member of
TaxClassUpdateInput input
Was this page helpful?