UNPKG

@rudymalhi/intacct-sdk

Version:

Sage Intacct SDK for JavaScript

17 lines (16 loc) 383 B
/** * @module Intacct/SDK/Xml/Response */ export default class Control { private _status; readonly status: string; private _senderId; readonly senderId: string; private _controlId; readonly controlId: string; private _uniqueId; readonly uniqueId: string; private _dtdVersion; readonly dtdVersion: string; constructor(control: object); }