Types > TaxRuleLookupRate
Commerce APITypesTaxRuleLookupRate
TaxRuleLookupRate

Description

Fields

compound: Boolean!


name: String!


rate: Float!


slot: JurisdictionSlot

Tax jurisdiction slot to apply this tax rate to


tax_class: String!


Used By

Types

TaxRuleLookupResult

Preview (typescript)

interface TaxRuleLookupRate {
compound: boolean
name: string
rate: number
slot?: JurisdictionSlot | null
tax_class: string
}