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.
1697 1698 1699 1700 1701 1702 1703 1704 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1697 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.
1697 1698 1699 1700 1701 1702 1703 1704 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1697 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.
1697 1698 1699 1700 1701 1702 1703 1704 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1697 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
.
1697 1698 1699 1700 1701 1702 1703 1704 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1697 class ListCustomLineItemChargeDetails < Struct.new( :flat, :percentage, :type, :line_item_filters) SENSITIVE = [] include Aws::Structure end |