Package com.chrt.api.types
Interface OperationsCaseMessageWebhookPayload.OrderIdStage
-
- All Known Implementing Classes:
OperationsCaseMessageWebhookPayload.Builder
- Enclosing class:
- OperationsCaseMessageWebhookPayload
public static interface OperationsCaseMessageWebhookPayload.OrderIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationsCaseMessageWebhookPayload.MessageStageorderId(java.lang.String orderId)The order associated with the case
-
-
-
Method Detail
-
orderId
OperationsCaseMessageWebhookPayload.MessageStage orderId(@NotNull java.lang.String orderId)
The order associated with the case
-
-