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