Class: Aws::Types::CustomLineItemChargeDetails
- Inherits:
-
Object
- Object
- Aws::Types::CustomLineItemChargeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flat ⇒ Types::CustomLineItemFlatChargeDetails
Returns the value of attribute flat.
-
#line_item_filters ⇒ ::Array[Types::LineItemFilter]
Returns the value of attribute line_item_filters.
-
#percentage ⇒ Types::CustomLineItemPercentageChargeDetails
Returns the value of attribute percentage.
-
#type ⇒ "CREDIT", "FEE"
Returns the value of attribute type.
Instance Attribute Details
#flat ⇒ Types::CustomLineItemFlatChargeDetails
Returns the value of attribute flat.
247 248 249 |
# File 'sig/types.rbs', line 247 def flat @flat end |
#line_item_filters ⇒ ::Array[Types::LineItemFilter]
Returns the value of attribute line_item_filters.
250 251 252 |
# File 'sig/types.rbs', line 250 def line_item_filters @line_item_filters end |
#percentage ⇒ Types::CustomLineItemPercentageChargeDetails
Returns the value of attribute percentage.
248 249 250 |
# File 'sig/types.rbs', line 248 def percentage @percentage end |
#type ⇒ "CREDIT", "FEE"
Returns the value of attribute type.
249 250 251 |
# File 'sig/types.rbs', line 249 def type @type end |