Interface CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnCustomLineItem
@Stability(Stable)
public static interface CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty
extends software.amazon.jsii.JsiiSerializable
The charge details of a custom line item.
It should contain only one of Flat or Percentage .
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.*;
CustomLineItemFlatChargeDetailsProperty customLineItemFlatChargeDetailsProperty = CustomLineItemFlatChargeDetailsProperty.builder()
.chargeValue(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChargeValue
The custom line item's fixed charge value in USD.- See Also:
-
builder
@Stability(Stable) static CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty.Builder builder()
-