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.



625
626
627
628
629
630
631
632
633
634
635
# File 'lib/zuora/ZUORA.rb', line 625

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.



622
623
624
# File 'lib/zuora/ZUORA.rb', line 622

def active
  @active
end

#currencyObject

Returns the value of attribute currency.



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

def currency
  @currency
end

#endingUnitObject

Returns the value of attribute endingUnit.



617
618
619
# File 'lib/zuora/ZUORA.rb', line 617

def endingUnit
  @endingUnit
end

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



615
616
617
# File 'lib/zuora/ZUORA.rb', line 615

def fieldsToNull
  @fieldsToNull
end

#idObject

Returns the value of attribute id.



616
617
618
# File 'lib/zuora/ZUORA.rb', line 616

def id
  @id
end

#priceObject

Returns the value of attribute price.



618
619
620
# File 'lib/zuora/ZUORA.rb', line 618

def price
  @price
end

#productRatePlanChargeIdObject

Returns the value of attribute productRatePlanChargeId.



619
620
621
# File 'lib/zuora/ZUORA.rb', line 619

def productRatePlanChargeId
  @productRatePlanChargeId
end

#startingUnitObject

Returns the value of attribute startingUnit.



620
621
622
# File 'lib/zuora/ZUORA.rb', line 620

def startingUnit
  @startingUnit
end

#tierObject

Returns the value of attribute tier.



621
622
623
# File 'lib/zuora/ZUORA.rb', line 621

def tier
  @tier
end