UNPKG

@rudymalhi/intacct-sdk

Version:

Sage Intacct SDK for JavaScript

13 lines 343 B
"use strict"; /** * @module Intacct/SDK/Functions/GeneralLedger */ Object.defineProperty(exports, "__esModule", { value: true }); class AbstractGlEntry { constructor() { this.customFields = []; } } AbstractGlEntry.CUSTOM_ALLOCATION_ID = "Custom"; exports.default = AbstractGlEntry; //# sourceMappingURL=AbstractGlEntry.js.map