Package com.chrt.api.types
Interface ShippingTaskGroupMessageWebhookPayload.OrderIdStage
-
- All Known Implementing Classes:
ShippingTaskGroupMessageWebhookPayload.Builder
- Enclosing class:
- ShippingTaskGroupMessageWebhookPayload
public static interface ShippingTaskGroupMessageWebhookPayload.OrderIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShippingTaskGroupMessageWebhookPayload.TaskGroupIdStageorderId(java.lang.String orderId)The order containing the task group
-
-
-
Method Detail
-
orderId
ShippingTaskGroupMessageWebhookPayload.TaskGroupIdStage orderId(@NotNull java.lang.String orderId)
The order containing the task group
-
-