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