/** * Represents the output model for tax code batches creation. * @export * @class TaxcodeBatchOutputModel */ export declare class TaxcodeBatchOutputModel { /** * @type {number} * @memberof TaxcodeBatchOutputModel */ companyId?: number | undefined; /** * @type {number} * @memberof TaxcodeBatchOutputModel */ batchId?: number | undefined; }