interface CustomLineItemFlatChargeDetailsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.BillingConductor.CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty |
Java | software.amazon.awscdk.services.billingconductor.CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty |
Python | aws_cdk.aws_billingconductor.CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty |
TypeScript | @aws-cdk/aws-billingconductor » CfnCustomLineItem » CustomLineItemFlatChargeDetailsProperty |
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 * as billingconductor from '@aws-cdk/aws-billingconductor';
const customLineItemFlatChargeDetailsProperty: billingconductor.CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty = {
chargeValue: 123,
};
Properties
Name | Type | Description |
---|---|---|
charge | number | The custom line item's fixed charge value in USD. |
chargeValue
Type:
number
The custom line item's fixed charge value in USD.