CountryRateInput Input Type
No description
input CountryRateInput {
countryCode: CountryCode!
rate: Float!
}
Fields
countryCode ● CountryCode!
Country in which this rate applies.
rate ● Float!
Tax rate value provided as percentage. Example: provide 23 to represent 23% tax rate.
Member Of
TaxClassCreateInput input