UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

9 lines (8 loc) 198 B
/** * Line amounts are exclusive of tax by default if you don’t specify this element. See Line Amount Types */ export declare enum QuoteLineAmountTypes { EXCLUSIVE, INCLUSIVE, NOTAX }