Class: Aws::BillingConductor::Types::ListCustomLineItemFlatChargeDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb

Overview

A representation of the charge details that are associated with a flat custom line item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#charge_valueFloat

The custom line item's fixed charge value in USD.

Returns:

  • (Float)


1672
1673
1674
1675
1676
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1672

class ListCustomLineItemFlatChargeDetails < Struct.new(
  :charge_value)
  SENSITIVE = []
  include Aws::Structure
end