UNPKG

@rudymalhi/intacct-sdk

Version:

Sage Intacct SDK for JavaScript

18 lines 661 B
"use strict"; /** * @module Intacct/SDK/Functions/Common */ Object.defineProperty(exports, "__esModule", { value: true }); const AbstractFunction_1 = require("../AbstractFunction"); class GetCompanyPrefs extends AbstractFunction_1.default { writeXml(xml) { xml.writeStartElement("function"); xml.writeAttribute("controlid", this.controlId, true); xml.writeStartElement("get_companyprefs"); xml.writeAttribute("application", this.application); xml.writeEndElement(); // get_companyprefs xml.writeEndElement(); // function } } exports.default = GetCompanyPrefs; //# sourceMappingURL=GetCompanyPrefs.js.map