Class: Aws::BillingConductor::Types::CustomLineItemFlatChargeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::CustomLineItemFlatChargeDetails
- Includes:
- Structure
- Defined in:
- 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
-
#charge_value ⇒ Float
The custom line item’s fixed charge value in USD.
Instance Attribute Details
#charge_value ⇒ Float
The custom line item’s fixed charge value in USD.
894 895 896 897 898 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 894 class CustomLineItemFlatChargeDetails < Struct.new( :charge_value) SENSITIVE = [] include Aws::Structure end |