

# CustomLineItemChargeDetails


The charge details of a custom line item. It should contain only one of `Flat` or `Percentage`.

## Contents


 ** Type **   <a name="billingconductor-Type-CustomLineItemChargeDetails-Type"></a>
The type of the custom line item that indicates whether the charge is a fee or credit.  
Type: String  
Valid Values: `CREDIT | FEE`   
Required: Yes

 ** Flat **   <a name="billingconductor-Type-CustomLineItemChargeDetails-Flat"></a>
A `CustomLineItemFlatChargeDetails` that describes the charge details of a flat custom line item.  
Type: [CustomLineItemFlatChargeDetails](API_CustomLineItemFlatChargeDetails.md) object  
Required: No

 ** LineItemFilters **   <a name="billingconductor-Type-CustomLineItemChargeDetails-LineItemFilters"></a>
A representation of the line item filter.  
Type: Array of [LineItemFilter](API_LineItemFilter.md) objects  
Array Members: Minimum number of 0 items. Maximum number of 1 item.  
Required: No

 ** Percentage **   <a name="billingconductor-Type-CustomLineItemChargeDetails-Percentage"></a>
A `CustomLineItemPercentageChargeDetails` that describes the charge details of a percentage custom line item.  
Type: [CustomLineItemPercentageChargeDetails](API_CustomLineItemPercentageChargeDetails.md) object  
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/billingconductor-2021-07-30/CustomLineItemChargeDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/billingconductor-2021-07-30/CustomLineItemChargeDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/billingconductor-2021-07-30/CustomLineItemChargeDetails) 