UNPKG

@rudymalhi/intacct-sdk

Version:

Sage Intacct SDK for JavaScript

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