Response schema for the cancelShipment operation.

CancelShipmentResponse

interface CancelShipmentResponse {
    payload?: { [key: string]: object };
}

Properties

Properties

payload?: { [key: string]: object }

The payload for the cancelShipment operation.

CancelShipmentResponse