Intuit · Schema

TxnTaxDetail

Tax details for a transaction

AccountingCustom FieldsFinancialFinancial-ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

Properties

Name Type Description
TotalTax number Total tax calculated for the transaction
TaxLine array
View JSON Schema on GitHub

JSON Schema

quickbooks-accounting-txn-tax-detail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TxnTaxDetail",
  "type": "object",
  "description": "Tax details for a transaction",
  "properties": {
    "TotalTax": {
      "type": "number",
      "description": "Total tax calculated for the transaction"
    },
    "TaxLine": {
      "type": "array"
    }
  }
}