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.



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

#endingUnitObject

Returns the value of attribute endingUnit.



779
780
781
# File 'lib/zuora/ZUORA.rb', line 779

def endingUnit
  @endingUnit
end

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



777
778
779
# File 'lib/zuora/ZUORA.rb', line 777

def fieldsToNull
  @fieldsToNull
end

#idObject

Returns the value of attribute id.



778
779
780
# File 'lib/zuora/ZUORA.rb', line 778

def id
  @id
end

#priceObject

Returns the value of attribute price.



780
781
782
# File 'lib/zuora/ZUORA.rb', line 780

def price
  @price
end

#priceFormatObject

Returns the value of attribute priceFormat.



781
782
783
# File 'lib/zuora/ZUORA.rb', line 781

def priceFormat
  @priceFormat
end

#ratePlanChargeIdObject

Returns the value of attribute ratePlanChargeId.



782
783
784
# File 'lib/zuora/ZUORA.rb', line 782

def ratePlanChargeId
  @ratePlanChargeId
end

#startingUnitObject

Returns the value of attribute startingUnit.



783
784
785
# File 'lib/zuora/ZUORA.rb', line 783

def startingUnit
  @startingUnit
end

#tierObject

Returns the value of attribute tier.



784
785
786
# File 'lib/zuora/ZUORA.rb', line 784

def tier
  @tier
end