Intuit · JSON Structure

Quickbooks Accounting Linked Txn Structure

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

LinkedTxn 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

TxnId TxnType

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LinkedTxn",
  "type": "object",
  "properties": {
    "TxnId": {
      "type": "string"
    },
    "TxnType": {
      "type": "string"
    }
  }
}