Package com.chrt.api.types
Interface ShippingTaskAddedWebhookPayload.TaskIdStage
-
- All Known Implementing Classes:
ShippingTaskAddedWebhookPayload.Builder
- Enclosing class:
- ShippingTaskAddedWebhookPayload
public static interface ShippingTaskAddedWebhookPayload.TaskIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShippingTaskAddedWebhookPayload._FinalStagetaskId(java.lang.String taskId)The task that was added
-
-
-
Method Detail
-
taskId
ShippingTaskAddedWebhookPayload._FinalStage taskId(@NotNull java.lang.String taskId)
The task that was added
-
-