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