Interface GetOrdersResponse

The GetOrders response expected from the execution of the object within BambuClient execute.

interface GetOrdersResponse {
    error?: any;
    orders: Order[];
}

Properties

Properties

error?: any

any error messages that were returned by the request.

orders: Order[]

the message response from the request