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) 133 B
export enum GlobalTaxCalculation { TaxExcluded = 'TaxExcluded', TaxInclusive = 'TaxInclusive', NotApplicable = 'NotApplicable', }