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