/** * Represents a transaction parameter. * @export * @class TransactionLineTaxAmountByTaxTypeModel */ export declare class TransactionLineTaxAmountByTaxTypeModel { /** * @type {string} * @memberof TransactionLineTaxAmountByTaxTypeModel */ taxTypeId?: string | undefined; /** * @type {number} * @memberof TransactionLineTaxAmountByTaxTypeModel */ taxAmount?: number | undefined; }