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