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