Class: Aws::BillingConductor::Types::ListCustomLineItemChargeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListCustomLineItemChargeDetails
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb
Overview
A representation of the charge details of a custom line item.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flat ⇒ Types::ListCustomLineItemFlatChargeDetails
A
ListCustomLineItemFlatChargeDetailsthat 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::ListCustomLineItemPercentageChargeDetails
A
ListCustomLineItemPercentageChargeDetailsthat 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
feeorcredit.
Instance Attribute Details
#flat ⇒ Types::ListCustomLineItemFlatChargeDetails
A ListCustomLineItemFlatChargeDetails that describes the charge
details of a flat custom line item.
1742 1743 1744 1745 1746 1747 1748 1749 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1742 class ListCustomLineItemChargeDetails < 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.
1742 1743 1744 1745 1746 1747 1748 1749 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1742 class ListCustomLineItemChargeDetails < Struct.new( :flat, :percentage, :type, :line_item_filters) SENSITIVE = [] include Aws::Structure end |
#percentage ⇒ Types::ListCustomLineItemPercentageChargeDetails
A ListCustomLineItemPercentageChargeDetails that describes the
charge details of a percentage custom line item.
1742 1743 1744 1745 1746 1747 1748 1749 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1742 class ListCustomLineItemChargeDetails < 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.
1742 1743 1744 1745 1746 1747 1748 1749 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1742 class ListCustomLineItemChargeDetails < Struct.new( :flat, :percentage, :type, :line_item_filters) SENSITIVE = [] include Aws::Structure end |