Class: Aws::Types::CustomLineItemChargeDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:



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.

Returns:

  • ("CREDIT", "FEE")


249
250
251
# File 'sig/types.rbs', line 249

def type
  @type
end