Interface CfnCustomLineItem.BillingPeriodRangeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCustomLineItem.BillingPeriodRangeProperty.Jsii$Proxy
- Enclosing class:
CfnCustomLineItem
@Stability(Stable)
public static interface CfnCustomLineItem.BillingPeriodRangeProperty
extends software.amazon.jsii.JsiiSerializable
The billing period range in which the custom line item request will be applied.
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.*; BillingPeriodRangeProperty billingPeriodRangeProperty = BillingPeriodRangeProperty.builder() .exclusiveEndBillingPeriod("exclusiveEndBillingPeriod") .inclusiveStartBillingPeriod("inclusiveStartBillingPeriod") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCustomLineItem.BillingPeriodRangeProperty
static final class
An implementation forCfnCustomLineItem.BillingPeriodRangeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExclusiveEndBillingPeriod
The exclusive end billing period that defines a billing period range where a custom line is applied. -
getInclusiveStartBillingPeriod
The inclusive start billing period that defines a billing period range where a custom line is applied. -
builder
-