Class: Aws::BillingConductor::Types::UpdateCustomLineItemFlatChargeDetails

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

Overview

A representation of the new 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 new fixed charge value in USD.

Returns:

  • (Float)


2801
2802
2803
2804
2805
# File 'lib/aws-sdk-billingconductor/types.rb', line 2801

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