Class: ZUORA::RatePlanChargeTier

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

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

Instance Method Summary collapse

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.



758
759
760
761
762
763
764
765
766
767
# File 'lib/zuora/ZUORA.rb', line 758

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

#endingUnitObject

Returns the value of attribute endingUnit.



751
752
753
# File 'lib/zuora/ZUORA.rb', line 751

def endingUnit
  @endingUnit
end

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



749
750
751
# File 'lib/zuora/ZUORA.rb', line 749

def fieldsToNull
  @fieldsToNull
end

#idObject

Returns the value of attribute id.



750
751
752
# File 'lib/zuora/ZUORA.rb', line 750

def id
  @id
end

#priceObject

Returns the value of attribute price.



752
753
754
# File 'lib/zuora/ZUORA.rb', line 752

def price
  @price
end

#priceFormatObject

Returns the value of attribute priceFormat.



753
754
755
# File 'lib/zuora/ZUORA.rb', line 753

def priceFormat
  @priceFormat
end

#ratePlanChargeIdObject

Returns the value of attribute ratePlanChargeId.



754
755
756
# File 'lib/zuora/ZUORA.rb', line 754

def ratePlanChargeId
  @ratePlanChargeId
end

#startingUnitObject

Returns the value of attribute startingUnit.



755
756
757
# File 'lib/zuora/ZUORA.rb', line 755

def startingUnit
  @startingUnit
end

#tierObject

Returns the value of attribute tier.



756
757
758
# File 'lib/zuora/ZUORA.rb', line 756

def tier
  @tier
end