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