UNPKG

@allangsilva/intacct-sdk

Version:

Patched fork of Intacct SDK JS with Node 24 compatibility

10 lines (9 loc) 230 B
/** * @module Intacct/SDK/Xml */ import AbstractResponse from "./AbstractResponse"; export default class OfflineResponse extends AbstractResponse { private _status; get status(): string; constructor(body: string); }