lib/zuora/ZUORA.rb in active_zuora-1.4.13 vs lib/zuora/ZUORA.rb in active_zuora-1.4.15

- old
+ new

@@ -708,28 +708,31 @@ # {http://object.api.zuora.com/}ProductRatePlanChargeTier # fieldsToNull - SOAP::SOAPString # id - (any) # endingUnit - SOAP::SOAPDouble # price - SOAP::SOAPDouble +# priceFormat - SOAP::SOAPString # productRatePlanChargeId - (any) # startingUnit - SOAP::SOAPDouble # tier - SOAP::SOAPInt class ProductRatePlanChargeTier < ZObject attr_accessor :fieldsToNull attr_accessor :id attr_accessor :endingUnit attr_accessor :price + attr_accessor :priceFormat attr_accessor :productRatePlanChargeId attr_accessor :startingUnit attr_accessor :tier attr_accessor :active attr_accessor :currency - def initialize(fieldsToNull = [], id = nil, endingUnit = nil, price = nil, productRatePlanChargeId = nil, startingUnit = nil, tier = nil, active=nil, currency=nil) + def initialize(fieldsToNull = [], id = nil, endingUnit = nil, price = nil, priceFormat = nil, productRatePlanChargeId = nil, startingUnit = nil, tier = nil, active=nil, currency=nil) @fieldsToNull = fieldsToNull @id = id @endingUnit = endingUnit @price = price + @priceFormat = priceFormat @productRatePlanChargeId = productRatePlanChargeId @startingUnit = startingUnit @tier = tier @active = active @currency = currency