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