Types > XeroTaxRate
Description
Topic: Xero
Fields
components: [XeroTaxRateComponent!]!
Name of the tax rate
Example: "15% GST on Income"
Effective tax rate
Example: 12.5000
Xero tax type
Example: "OUTPUT2"
Used By
Queries
Preview (typescript)
interface XeroTaxRate {components: XeroTaxRateComponent[]name: stringrate: numbertax_type: string}