interface CustomLineItemFlatChargeDetailsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.BillingConductor.CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbillingconductor#CfnCustomLineItem_CustomLineItemFlatChargeDetailsProperty |
![]() | software.amazon.awscdk.services.billingconductor.CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty |
![]() | aws_cdk.aws_billingconductor.CfnCustomLineItem.CustomLineItemFlatChargeDetailsProperty |
![]() | aws-cdk-lib » 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 { aws_billingconductor as billingconductor } from 'aws-cdk-lib';
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.