Class: ZUORA::RatePlan
Overview
/RatePlan
fieldsToNull - SOAP::SOAPString
id - (any)
amendmentId - (any)
amendmentSubscriptionRatePlanId - (any)
amendmentType - SOAP::SOAPString
name - SOAP::SOAPString
productRatePlanId - (any)
subscriptionId - (any)
Instance Attribute Summary collapse
-
#amendmentId ⇒ Object
Returns the value of attribute amendmentId.
-
#amendmentSubscriptionRatePlanId ⇒ Object
Returns the value of attribute amendmentSubscriptionRatePlanId.
-
#amendmentType ⇒ Object
Returns the value of attribute amendmentType.
-
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#productRatePlanId ⇒ Object
Returns the value of attribute productRatePlanId.
-
#subscriptionId ⇒ Object
Returns the value of attribute subscriptionId.
Instance Method Summary collapse
-
#initialize(fieldsToNull = [], id = nil, amendmentId = nil, amendmentSubscriptionRatePlanId = nil, amendmentType = nil, name = nil, productRatePlanId = nil, subscriptionId = nil) ⇒ RatePlan
constructor
A new instance of RatePlan.
Constructor Details
#initialize(fieldsToNull = [], id = nil, amendmentId = nil, amendmentSubscriptionRatePlanId = nil, amendmentType = nil, name = nil, productRatePlanId = nil, subscriptionId = nil) ⇒ RatePlan
Returns a new instance of RatePlan.
683 684 685 686 687 688 689 690 691 692 |
# File 'lib/zuora/ZUORA.rb', line 683 def initialize(fieldsToNull = [], id = nil, amendmentId = nil, amendmentSubscriptionRatePlanId = nil, amendmentType = nil, name = nil, productRatePlanId = nil, subscriptionId = nil) @fieldsToNull = fieldsToNull @id = id @amendmentId = amendmentId @amendmentSubscriptionRatePlanId = amendmentSubscriptionRatePlanId @amendmentType = amendmentType @name = name @productRatePlanId = productRatePlanId @subscriptionId = subscriptionId end |
Instance Attribute Details
#amendmentId ⇒ Object
Returns the value of attribute amendmentId.
676 677 678 |
# File 'lib/zuora/ZUORA.rb', line 676 def amendmentId @amendmentId end |
#amendmentSubscriptionRatePlanId ⇒ Object
Returns the value of attribute amendmentSubscriptionRatePlanId.
677 678 679 |
# File 'lib/zuora/ZUORA.rb', line 677 def amendmentSubscriptionRatePlanId @amendmentSubscriptionRatePlanId end |
#amendmentType ⇒ Object
Returns the value of attribute amendmentType.
678 679 680 |
# File 'lib/zuora/ZUORA.rb', line 678 def amendmentType @amendmentType end |
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
674 675 676 |
# File 'lib/zuora/ZUORA.rb', line 674 def fieldsToNull @fieldsToNull end |
#id ⇒ Object
Returns the value of attribute id.
675 676 677 |
# File 'lib/zuora/ZUORA.rb', line 675 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
679 680 681 |
# File 'lib/zuora/ZUORA.rb', line 679 def name @name end |
#productRatePlanId ⇒ Object
Returns the value of attribute productRatePlanId.
680 681 682 |
# File 'lib/zuora/ZUORA.rb', line 680 def productRatePlanId @productRatePlanId end |
#subscriptionId ⇒ Object
Returns the value of attribute subscriptionId.
681 682 683 |
# File 'lib/zuora/ZUORA.rb', line 681 def subscriptionId @subscriptionId end |