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
ListCustomLineItemFlatChargeDetails
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::ListCustomLineItemPercentageChargeDetails
A
ListCustomLineItemPercentageChargeDetails
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
orcredit
.
Instance Attribute Details
#flat ⇒ Types::ListCustomLineItemFlatChargeDetails
A ListCustomLineItemFlatChargeDetails
that describes the charge
details of a flat custom line item.
1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1654 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.
1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1654 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.
1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1654 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
.
1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1654 class ListCustomLineItemChargeDetails < Struct.new( :flat, :percentage, :type, :line_item_filters) SENSITIVE = [] include Aws::Structure end |