@rudymalhi/intacct-sdk
Version:
Sage Intacct SDK for JavaScript
12 lines • 326 B
JavaScript
;
/**
* @module Intacct/SDK/Functions/EmployeeExpense
*/
Object.defineProperty(exports, "__esModule", { value: true });
class AbstractExpenseReportLine {
constructor() {
this.customFields = [];
}
}
exports.default = AbstractExpenseReportLine;
//# sourceMappingURL=AbstractExpenseReportLine.js.map