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.

6 lines (5 loc) 149 B
export declare enum GlobalTaxCalculation { TaxExcluded = "TaxExcluded", TaxInclusive = "TaxInclusive", NotApplicable = "NotApplicable" }