Interface ProxyResponse<Body>

HTTP data of multi-response.

Type Parameters

  • Body

Hierarchy

  • ProxyResponse

Properties

body: Body

The actual place order reponse.

statusCode: number

HTTP status code.

statusDescription: string

HTTP status description.

Generated using TypeDoc