@Stability(value=Stable)
public static interface CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty.Builder
|
static class |
CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty.Jsii$Proxy
An implementation for
CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty.Builder |
builder() |
Number |
getChargeValue()
The custom line item's fixed charge value in USD.
|
@Stability(value=Stable) @NotNull Number getChargeValue()
@Stability(value=Stable) static CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty.Builder builder()
Copyright © 2022. All rights reserved.