Types > TaxRuleLookupResult
Description
Topic: Tax Rules
Fields
default_rates: [TaxRuleLookupRate!]!
rates: [TaxRuleLookupRate!]!
Used By
Queries
Preview (typescript)
interface TaxRuleLookupResult {debug?: stringdefault_match: booleandefault_rates: TaxRuleLookupRate[]rates: TaxRuleLookupRate[]rule_name: stringtrigger_tax_system: boolean}