Class: ZUORA::ProductRatePlanChargeTier

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

Overview

/ProductRatePlanChargeTier

fieldsToNull - SOAP::SOAPString
id - (any)
endingUnit - SOAP::SOAPDouble
price - SOAP::SOAPDouble
productRatePlanChargeId - (any)
startingUnit - SOAP::SOAPDouble
tier - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fieldsToNull = [], id = nil, endingUnit = nil, price = nil, productRatePlanChargeId = nil, startingUnit = nil, tier = nil, active = nil, currency = nil) ⇒ ProductRatePlanChargeTier

Returns a new instance of ProductRatePlanChargeTier.



651
652
653
654
655
656
657
658
659
660
661
# File 'lib/zuora/ZUORA.rb', line 651

def initialize(fieldsToNull = [], id = nil, endingUnit = nil, price = nil, productRatePlanChargeId = nil, startingUnit = nil, tier = nil, active=nil, currency=nil)
  @fieldsToNull = fieldsToNull
  @id = id
  @endingUnit = endingUnit
  @price = price
  @productRatePlanChargeId = productRatePlanChargeId
  @startingUnit = startingUnit
  @tier = tier
  @active = active
  @currency = currency
end

Instance Attribute Details

#activeObject

Returns the value of attribute active.



648
649
650
# File 'lib/zuora/ZUORA.rb', line 648

def active
  @active
end

#currencyObject

Returns the value of attribute currency.



649
650
651
# File 'lib/zuora/ZUORA.rb', line 649

def currency
  @currency
end

#endingUnitObject

Returns the value of attribute endingUnit.



643
644
645
# File 'lib/zuora/ZUORA.rb', line 643

def endingUnit
  @endingUnit
end

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



641
642
643
# File 'lib/zuora/ZUORA.rb', line 641

def fieldsToNull
  @fieldsToNull
end

#idObject

Returns the value of attribute id.



642
643
644
# File 'lib/zuora/ZUORA.rb', line 642

def id
  @id
end

#priceObject

Returns the value of attribute price.



644
645
646
# File 'lib/zuora/ZUORA.rb', line 644

def price
  @price
end

#productRatePlanChargeIdObject

Returns the value of attribute productRatePlanChargeId.



645
646
647
# File 'lib/zuora/ZUORA.rb', line 645

def productRatePlanChargeId
  @productRatePlanChargeId
end

#startingUnitObject

Returns the value of attribute startingUnit.



646
647
648
# File 'lib/zuora/ZUORA.rb', line 646

def startingUnit
  @startingUnit
end

#tierObject

Returns the value of attribute tier.



647
648
649
# File 'lib/zuora/ZUORA.rb', line 647

def tier
  @tier
end