Package com.chrt.api.types
Interface BillingLineItemS3ObjectAddedWebhookPayload.LineItemS3ObjectMetadataIdStage
-
- All Known Implementing Classes:
BillingLineItemS3ObjectAddedWebhookPayload.Builder
- Enclosing class:
- BillingLineItemS3ObjectAddedWebhookPayload
public static interface BillingLineItemS3ObjectAddedWebhookPayload.LineItemS3ObjectMetadataIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BillingLineItemS3ObjectAddedWebhookPayload._FinalStagelineItemS3ObjectMetadataId(java.lang.String lineItemS3ObjectMetadataId)The S3 object metadata document that was added to the line item
-
-
-
Method Detail
-
lineItemS3ObjectMetadataId
BillingLineItemS3ObjectAddedWebhookPayload._FinalStage lineItemS3ObjectMetadataId(@NotNull java.lang.String lineItemS3ObjectMetadataId)
The S3 object metadata document that was added to the line item
-
-