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