A request to update the status of a supply source.

UpdateSupplySourceStatusRequest

interface UpdateSupplySourceStatusRequest {
    status?: SupplySourceStatus;
}

Properties

Properties

UpdateSupplySourceStatusRequest