Types > QuickbooksTaxRateComponent
Commerce APITypesQuickbooksTaxRateComponent
QuickbooksTaxRateComponent

Description

Fields

description: String!

Description of the component

Example: "AZ State tax"


id: String!

Unique identifier of the component

Example: "AZ State tax"


name: String!

Name of the component

Example: "AZ State tax"


rate: Float!

Tax rate of the component

Example: 15.0000


tax_order: Int!

Order in which tax is applied

Example: 0


tax_type_applicable: TaxTypeApplicable!

How tax is applied

Example: "TaxOnAmount"


Used By

Types

QuickbooksTaxRate

Preview (typescript)

interface QuickbooksTaxRateComponent {
description: string
id: string
name: string
rate: number
tax_order: number
tax_type_applicable: TaxTypeApplicable
}