Class: Aws::BillingConductor::Types::CustomLineItemChargeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::CustomLineItemChargeDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
The charge details of a custom line item. It should contain only one of ‘Flat` or `Percentage`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flat ⇒ Types::CustomLineItemFlatChargeDetails
A ‘CustomLineItemFlatChargeDetails` that describes the charge details of a flat custom line item.
-
#line_item_filters ⇒ Array<Types::LineItemFilter>
A representation of the line item filter.
-
#percentage ⇒ Types::CustomLineItemPercentageChargeDetails
A ‘CustomLineItemPercentageChargeDetails` that describes the charge details of a percentage custom line item.
-
#type ⇒ String
The type of the custom line item that indicates whether the charge is a fee or credit.
Instance Attribute Details
#flat ⇒ Types::CustomLineItemFlatChargeDetails
A ‘CustomLineItemFlatChargeDetails` that describes the charge details of a flat custom line item.
876 877 878 879 880 881 882 883 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 876 class CustomLineItemChargeDetails < Struct.new( :flat, :percentage, :type, :line_item_filters) SENSITIVE = [] include Aws::Structure end |
#line_item_filters ⇒ Array<Types::LineItemFilter>
A representation of the line item filter.
876 877 878 879 880 881 882 883 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 876 class CustomLineItemChargeDetails < Struct.new( :flat, :percentage, :type, :line_item_filters) SENSITIVE = [] include Aws::Structure end |
#percentage ⇒ Types::CustomLineItemPercentageChargeDetails
A ‘CustomLineItemPercentageChargeDetails` that describes the charge details of a percentage custom line item.
876 877 878 879 880 881 882 883 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 876 class CustomLineItemChargeDetails < Struct.new( :flat, :percentage, :type, :line_item_filters) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the custom line item that indicates whether the charge is a fee or credit.
876 877 878 879 880 881 882 883 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 876 class CustomLineItemChargeDetails < Struct.new( :flat, :percentage, :type, :line_item_filters) SENSITIVE = [] include Aws::Structure end |