Class: ZUORA::ProductRatePlanChargeTier
- 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
-
#active ⇒ Object
Returns the value of attribute active.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#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.
-
#productRatePlanChargeId ⇒ Object
Returns the value of attribute productRatePlanChargeId.
-
#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, productRatePlanChargeId = nil, startingUnit = nil, tier = nil, active = nil, currency = nil) ⇒ ProductRatePlanChargeTier
constructor
A new instance of ProductRatePlanChargeTier.
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
#active ⇒ Object
Returns the value of attribute active.
648 649 650 |
# File 'lib/zuora/ZUORA.rb', line 648 def active @active end |
#currency ⇒ Object
Returns the value of attribute currency.
649 650 651 |
# File 'lib/zuora/ZUORA.rb', line 649 def currency @currency end |
#endingUnit ⇒ Object
Returns the value of attribute endingUnit.
643 644 645 |
# File 'lib/zuora/ZUORA.rb', line 643 def endingUnit @endingUnit end |
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
641 642 643 |
# File 'lib/zuora/ZUORA.rb', line 641 def fieldsToNull @fieldsToNull end |
#id ⇒ Object
Returns the value of attribute id.
642 643 644 |
# File 'lib/zuora/ZUORA.rb', line 642 def id @id end |
#price ⇒ Object
Returns the value of attribute price.
644 645 646 |
# File 'lib/zuora/ZUORA.rb', line 644 def price @price end |
#productRatePlanChargeId ⇒ Object
Returns the value of attribute productRatePlanChargeId.
645 646 647 |
# File 'lib/zuora/ZUORA.rb', line 645 def productRatePlanChargeId @productRatePlanChargeId end |
#startingUnit ⇒ Object
Returns the value of attribute startingUnit.
646 647 648 |
# File 'lib/zuora/ZUORA.rb', line 646 def startingUnit @startingUnit end |
#tier ⇒ Object
Returns the value of attribute tier.
647 648 649 |
# File 'lib/zuora/ZUORA.rb', line 647 def tier @tier end |