Class: Aws::BillingConductor::Types::ListCustomLineItemChargeDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#flatTypes::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_filtersArray<Types::LineItemFilter>

A representation of the line item filter.

Returns:



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

#percentageTypes::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

#typeString

The type of the custom line item that indicates whether the charge is a fee or credit.

Returns:

  • (String)


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