Skip to content

Commit

Permalink
Additional properties for estimates stream (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
xacadil committed Jan 16, 2024
1 parent 25d1db8 commit 7a0ec89
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion tap_quickbooks/quickbooks/schemas/object_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,30 @@
{"name": "Id", "type": "string"},
{"name": "TxnTaxDetail", "type": "string"},
{"name":"MetaData", "type": "string"},
{"name": "time", "type": "string"}
{"name": "time", "type": "string"},
{"name": "LinkedTxn", "type": "string"},
{"name": "ShipFromAddr", "type": "string"},
{"name": "CurrencyRef", "type": "string"},
{"name": "ShipDate", "type": "string"},
{"name": "ClassRef", "type": "string"},
{"name": "SalesTermRef", "type": "string"},
{"name": "TxnId", "type": "string"},
{"name": "TxnType", "type": "string"},
{"name": "TxnLineId", "type": "string"},
{"name": "GlobalTaxCalculation", "type": "string"},
{"name": "AcceptedDate", "type": "string"},
{"name": "ExpirationDate", "type": "string"},
{"name": "TransactionLocationType", "type": "string"},
{"name": "DueDate", "type": "string"},
{"name": "PrivateNote", "type": "string"},
{"name": "CustomerMemo", "type": "string"},
{"name": "AcceptedBy", "type": "string"},
{"name": "ExchangeRate", "type": "string"},
{"name": "DepartmentRef", "type": "string"},
{"name": "ShipMethodRef", "type": "string"},
{"name": "RecurDataRef", "type": "string"},
{"name": "TaxExemptionRef", "type": "string"},
{"name": "HomeTotalAmt", "type": "string"},
{"name": "FreeFormAddress", "type": "boolean"}
]
}

0 comments on commit 7a0ec89

Please sign in to comment.