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