@Stability(value=Stable)
public static interface CfnCustomLineItem.BillingPeriodRangeProperty
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.*;
BillingPeriodRangeProperty billingPeriodRangeProperty = BillingPeriodRangeProperty.builder()
.exclusiveEndBillingPeriod("exclusiveEndBillingPeriod")
.inclusiveStartBillingPeriod("inclusiveStartBillingPeriod")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCustomLineItem.BillingPeriodRangeProperty.Builder
A builder for
CfnCustomLineItem.BillingPeriodRangeProperty |
static class |
CfnCustomLineItem.BillingPeriodRangeProperty.Jsii$Proxy
An implementation for
CfnCustomLineItem.BillingPeriodRangeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCustomLineItem.BillingPeriodRangeProperty.Builder |
builder() |
default String |
getExclusiveEndBillingPeriod()
The inclusive end billing period that defines a billing period range where a custom line is applied.
|
default String |
getInclusiveStartBillingPeriod()
The inclusive start billing period that defines a billing period range where a custom line is applied.
|
@Stability(value=Stable) @Nullable default String getExclusiveEndBillingPeriod()
@Stability(value=Stable) @Nullable default String getInclusiveStartBillingPeriod()
@Stability(value=Stable) static CfnCustomLineItem.BillingPeriodRangeProperty.Builder builder()
Copyright © 2022. All rights reserved.