UNPKG

@rudymalhi/intacct-sdk

Version:

Sage Intacct SDK for JavaScript

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