Intuit · Schema

LinkedTxn

A reference to a linked transaction such as an invoice, payment, or credit memo

AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

Properties

Name Type Description
TxnId string Transaction ID of the related transaction
TxnType string The type of the linked transaction
View JSON Schema on GitHub

JSON Schema

quickbooks-accounting-linked-txn-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LinkedTxn",
  "type": "object",
  "description": "A reference to a linked transaction such as an invoice, payment, or credit memo",
  "properties": {
    "TxnId": {
      "type": "string",
      "description": "Transaction ID of the related transaction"
    },
    "TxnType": {
      "type": "string",
      "description": "The type of the linked transaction"
    }
  }
}