Interface CancelOrderResponse

interface CancelOrderResponse {
    order_id: number;
    status: string;
}

Hierarchy

  • CancelOrderResponse
    • CancelOrderResponse

Properties

Properties

order_id: number

ID of the cancelled order

CancelOrderResponse

status: string

New status of the order

CancelOrderResponse