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