Class: ZUORA::RatePlanChargeTier
Overview
/RatePlanChargeTier
fieldsToNull - SOAP::SOAPString
id - (any)
endingUnit - SOAP::SOAPDouble
price - SOAP::SOAPDouble
priceFormat - SOAP::SOAPString
ratePlanChargeId - (any)
startingUnit - SOAP::SOAPDouble
tier - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#endingUnit ⇒ Object
Returns the value of attribute endingUnit.
-
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
-
#id ⇒ Object
Returns the value of attribute id.
-
#price ⇒ Object
Returns the value of attribute price.
-
#priceFormat ⇒ Object
Returns the value of attribute priceFormat.
-
#ratePlanChargeId ⇒ Object
Returns the value of attribute ratePlanChargeId.
-
#startingUnit ⇒ Object
Returns the value of attribute startingUnit.
-
#tier ⇒ Object
Returns the value of attribute tier.
Instance Method Summary collapse
-
#initialize(fieldsToNull = [], id = nil, endingUnit = nil, price = nil, priceFormat = nil, ratePlanChargeId = nil, startingUnit = nil, tier = nil) ⇒ RatePlanChargeTier
constructor
A new instance of RatePlanChargeTier.
Constructor Details
#initialize(fieldsToNull = [], id = nil, endingUnit = nil, price = nil, priceFormat = nil, ratePlanChargeId = nil, startingUnit = nil, tier = nil) ⇒ RatePlanChargeTier
Returns a new instance of RatePlanChargeTier.
786 787 788 789 790 791 792 793 794 795 |
# File 'lib/zuora/ZUORA.rb', line 786 def initialize(fieldsToNull = [], id = nil, endingUnit = nil, price = nil, priceFormat = nil, ratePlanChargeId = nil, startingUnit = nil, tier = nil) @fieldsToNull = fieldsToNull @id = id @endingUnit = endingUnit @price = price @priceFormat = priceFormat @ratePlanChargeId = ratePlanChargeId @startingUnit = startingUnit @tier = tier end |
Instance Attribute Details
#endingUnit ⇒ Object
Returns the value of attribute endingUnit.
779 780 781 |
# File 'lib/zuora/ZUORA.rb', line 779 def endingUnit @endingUnit end |
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
777 778 779 |
# File 'lib/zuora/ZUORA.rb', line 777 def fieldsToNull @fieldsToNull end |
#id ⇒ Object
Returns the value of attribute id.
778 779 780 |
# File 'lib/zuora/ZUORA.rb', line 778 def id @id end |
#price ⇒ Object
Returns the value of attribute price.
780 781 782 |
# File 'lib/zuora/ZUORA.rb', line 780 def price @price end |
#priceFormat ⇒ Object
Returns the value of attribute priceFormat.
781 782 783 |
# File 'lib/zuora/ZUORA.rb', line 781 def priceFormat @priceFormat end |
#ratePlanChargeId ⇒ Object
Returns the value of attribute ratePlanChargeId.
782 783 784 |
# File 'lib/zuora/ZUORA.rb', line 782 def ratePlanChargeId @ratePlanChargeId end |
#startingUnit ⇒ Object
Returns the value of attribute startingUnit.
783 784 785 |
# File 'lib/zuora/ZUORA.rb', line 783 def startingUnit @startingUnit end |
#tier ⇒ Object
Returns the value of attribute tier.
784 785 786 |
# File 'lib/zuora/ZUORA.rb', line 784 def tier @tier end |