Class: ZUORA::ProductRatePlanChargeTierData

Inherits:
ZObject
  • Object
show all
Defined in:
lib/zuora/ZUORA.rb

Instance Attribute Summary collapse

Attributes inherited from ZObject

#fieldsToNull, #id

Instance Method Summary collapse

Constructor Details

#initialize(productRatePlanChargeTier = nil) ⇒ ProductRatePlanChargeTierData

Returns a new instance of ProductRatePlanChargeTierData.



600
601
602
# File 'lib/zuora/ZUORA.rb', line 600

def initialize(productRatePlanChargeTier = nil)
  @productRatePlanChargeTier = productRatePlanChargeTier
end

Instance Attribute Details

#productRatePlanChargeTierObject

Returns the value of attribute productRatePlanChargeTier.



598
599
600
# File 'lib/zuora/ZUORA.rb', line 598

def productRatePlanChargeTier
  @productRatePlanChargeTier
end