UNPKG

@rudymalhi/intacct-sdk

Version:

Sage Intacct SDK for JavaScript

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