Class: Aws::Types::ListCustomLineItemChargeDetails
- Inherits:
-
Object
- Object
- Aws::Types::ListCustomLineItemChargeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flat ⇒ Types::ListCustomLineItemFlatChargeDetails
Returns the value of attribute flat.
-
#line_item_filters ⇒ ::Array[Types::LineItemFilter]
Returns the value of attribute line_item_filters.
-
#percentage ⇒ Types::ListCustomLineItemPercentageChargeDetails
Returns the value of attribute percentage.
-
#type ⇒ "CREDIT", "FEE"
Returns the value of attribute type.
Instance Attribute Details
#flat ⇒ Types::ListCustomLineItemFlatChargeDetails
Returns the value of attribute flat.
496 497 498 |
# File 'sig/types.rbs', line 496 def flat @flat end |
#line_item_filters ⇒ ::Array[Types::LineItemFilter]
Returns the value of attribute line_item_filters.
499 500 501 |
# File 'sig/types.rbs', line 499 def line_item_filters @line_item_filters end |
#percentage ⇒ Types::ListCustomLineItemPercentageChargeDetails
Returns the value of attribute percentage.
497 498 499 |
# File 'sig/types.rbs', line 497 def percentage @percentage end |
#type ⇒ "CREDIT", "FEE"
Returns the value of attribute type.
498 499 500 |
# File 'sig/types.rbs', line 498 def type @type end |