Package com.chrt.api.types
Interface ShippingTaskAttemptedWebhookPayload.EventTimestampStage
-
- All Known Implementing Classes:
ShippingTaskAttemptedWebhookPayload.Builder
- Enclosing class:
- ShippingTaskAttemptedWebhookPayload
public static interface ShippingTaskAttemptedWebhookPayload.EventTimestampStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShippingTaskAttemptedWebhookPayload.OrderIdStageeventTimestamp(java.time.OffsetDateTime eventTimestamp)UTC timestamp when the event occurredShippingTaskAttemptedWebhookPayload.Builderfrom(ShippingTaskAttemptedWebhookPayload other)
-
-
-
Method Detail
-
eventTimestamp
ShippingTaskAttemptedWebhookPayload.OrderIdStage eventTimestamp(@NotNull java.time.OffsetDateTime eventTimestamp)
UTC timestamp when the event occurred
-
-