Intuit · JSON Structure

Quickbooks Accounting Txn Tax Detail Structure

Type: object Properties: 2
AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

TxnTaxDetail is a JSON Structure definition published by Intuit, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

TotalTax TaxLine

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TxnTaxDetail",
  "type": "object",
  "properties": {
    "TotalTax": {
      "type": "number"
    },
    "TaxLine": {
      "type": "array"
    }
  }
}