The cancelInboundPlan response.

CancelInboundPlanResponse

interface CancelInboundPlanResponse {
    operationId: string;
}

Properties

Properties

operationId: string

UUID for the given operation.

CancelInboundPlanResponse