UNPKG

@rudymalhi/intacct-sdk

Version:

Sage Intacct SDK for JavaScript

12 lines 326 B
"use strict"; /** * @module Intacct/SDK/Functions/EmployeeExpense */ Object.defineProperty(exports, "__esModule", { value: true }); class AbstractExpenseReportLine { constructor() { this.customFields = []; } } exports.default = AbstractExpenseReportLine; //# sourceMappingURL=AbstractExpenseReportLine.js.map