UNPKG

@rudymalhi/intacct-sdk

Version:

Sage Intacct SDK for JavaScript

14 lines 420 B
"use strict"; /** * @module Intacct/SDK/Functions/Company */ Object.defineProperty(exports, "__esModule", { value: true }); const AbstractFunction_1 = require("../AbstractFunction"); class AbstractAllocation extends AbstractFunction_1.default { constructor() { super(...arguments); this.customFields = []; } } exports.default = AbstractAllocation; //# sourceMappingURL=AbstractAllocation.js.map