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.



626
627
628
# File 'lib/zuora/ZUORA.rb', line 626

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

Instance Attribute Details

#productRatePlanChargeTierObject

Returns the value of attribute productRatePlanChargeTier.



624
625
626
# File 'lib/zuora/ZUORA.rb', line 624

def productRatePlanChargeTier
  @productRatePlanChargeTier
end