Interface CfnCustomLineItemPropsMixin.PresentationDetailsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCustomLineItemPropsMixin.PresentationDetailsProperty.Jsii$Proxy
Enclosing class:
CfnCustomLineItemPropsMixin

@Stability(Stable) public static interface CfnCustomLineItemPropsMixin.PresentationDetailsProperty extends software.amazon.jsii.JsiiSerializable
An object that defines how custom line item charges are presented in the bill, containing specifications for service presentation.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.billingconductor.*;
 PresentationDetailsProperty presentationDetailsProperty = PresentationDetailsProperty.builder()
         .service("service")
         .build();
 

See Also: