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