Package com.chrt.api.types
Interface BillingLineItemS3ObjectAddedWebhookPayload.LineItemIdStage
-
- All Known Implementing Classes:
BillingLineItemS3ObjectAddedWebhookPayload.Builder
- Enclosing class:
- BillingLineItemS3ObjectAddedWebhookPayload
public static interface BillingLineItemS3ObjectAddedWebhookPayload.LineItemIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BillingLineItemS3ObjectAddedWebhookPayload.LineItemGroupIdStagelineItemId(java.lang.String lineItemId)The line item the file was added to
-
-
-
Method Detail
-
lineItemId
BillingLineItemS3ObjectAddedWebhookPayload.LineItemGroupIdStage lineItemId(@NotNull java.lang.String lineItemId)
The line item the file was added to
-
-