/** * Line amounts are exclusive of tax by default if you don’t specify this element. See Line Amount Types */ export declare enum LineAmountTypes { Exclusive, Inclusive, NoTax }