Interface CfnCustomLineItem.PresentationDetailsProperty

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

@Stability(Stable) public static interface CfnCustomLineItem.PresentationDetailsProperty extends software.amazon.jsii.JsiiSerializable
Example:

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

See Also: