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