UNPKG

quickbooks-api

Version:

A modular TypeScript SDK for seamless integration with Intuit QuickBooks APIs. Provides robust authentication handling and future-ready foundation for accounting, payments, and commerce operations.

12 lines (11 loc) 310 B
/** * Print Status * * @description The status of the print for the invoice */ export var PrintStatus; (function (PrintStatus) { PrintStatus["NotSet"] = "NotSet"; PrintStatus["NeedToPrint"] = "NeedToPrint"; PrintStatus["PrintComplete"] = "PrintComplete"; })(PrintStatus || (PrintStatus = {}));