The updateInboundPlanName request.

UpdateInboundPlanNameRequest

interface UpdateInboundPlanNameRequest {
    name: string;
}

Properties

Properties

name: string

A human-readable name to update the inbound plan name to.

UpdateInboundPlanNameRequest