@allangsilva/intacct-sdk
Version:
Patched fork of Intacct SDK JS with Node 24 compatibility
17 lines (16 loc) • 368 B
TypeScript
/**
* @module Intacct/SDK/Xml/Response
*/
export default class Control {
private _status;
get status(): string;
private _senderId;
get senderId(): string;
private _controlId;
get controlId(): string;
private _uniqueId;
get uniqueId(): string;
private _dtdVersion;
get dtdVersion(): string;
constructor(control: object);
}