CustomLineItemChargeDetails
The charge details of a custom line item. It should contain only one of Flat
or Percentage
.
Contents
- Type
-
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
CustomLineItemFlatChargeDetails
that describes the charge details of a flat custom line item.Type: CustomLineItemFlatChargeDetails object
Required: No
- LineItemFilters
-
A representation of the line item filter.
Type: Array of LineItemFilter objects
Array Members: Minimum number of 0 items. Maximum number of 1 item.
Required: No
- Percentage
-
A
CustomLineItemPercentageChargeDetails
that describes the charge details of a percentage custom line item.Type: CustomLineItemPercentageChargeDetails object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: