Class: ZUORA::Amendment
Overview
type - SOAP::SOAPString
Instance Attribute Summary collapse
-
#autoRenew ⇒ Object
Returns the value of attribute autoRenew.
-
#contractEffectiveDate ⇒ Object
Returns the value of attribute contractEffectiveDate.
-
#customerAcceptanceDate ⇒ Object
Returns the value of attribute customerAcceptanceDate.
-
#description ⇒ Object
Returns the value of attribute description.
-
#effectiveDate ⇒ Object
Returns the value of attribute effectiveDate.
-
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
-
#id ⇒ Object
Returns the value of attribute id.
-
#initialTerm ⇒ Object
Returns the value of attribute initialTerm.
-
#name ⇒ Object
Returns the value of attribute name.
-
#ratePlanData ⇒ Object
Returns the value of attribute ratePlanData.
-
#renewalTerm ⇒ Object
Returns the value of attribute renewalTerm.
-
#serviceActivationDate ⇒ Object
Returns the value of attribute serviceActivationDate.
-
#status ⇒ Object
Returns the value of attribute status.
-
#subscriptionId ⇒ Object
Returns the value of attribute subscriptionId.
-
#termStartDate ⇒ Object
Returns the value of attribute termStartDate.
-
#termType ⇒ Object
Returns the value of attribute termType.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(fieldsToNull = [], id = nil, autoRenew = nil, contractEffectiveDate = nil, customerAcceptanceDate = nil, description = nil, effectiveDate = nil, initialTerm = nil, name = nil, renewalTerm = nil, termType = nil, serviceActivationDate = nil, status = nil, subscriptionId = nil, termStartDate = nil, type = nil, ratePlanData = []) ⇒ Amendment
constructor
A new instance of Amendment.
Methods inherited from ZObject
attr_accessor, attr_accessor_without_attributes
Constructor Details
#initialize(fieldsToNull = [], id = nil, autoRenew = nil, contractEffectiveDate = nil, customerAcceptanceDate = nil, description = nil, effectiveDate = nil, initialTerm = nil, name = nil, renewalTerm = nil, termType = nil, serviceActivationDate = nil, status = nil, subscriptionId = nil, termStartDate = nil, type = nil, ratePlanData = []) ⇒ Amendment
Returns a new instance of Amendment.
182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 |
# File 'lib/zuora/ZUORA.rb', line 182 def initialize(fieldsToNull = [], id = nil, autoRenew = nil, contractEffectiveDate = nil, customerAcceptanceDate = nil, description = nil, effectiveDate = nil, initialTerm = nil, name = nil, renewalTerm = nil, termType = nil, serviceActivationDate = nil, status = nil, subscriptionId = nil, termStartDate = nil, type = nil, ratePlanData =[]) @fieldsToNull = fieldsToNull @id = id @autoRenew = autoRenew @contractEffectiveDate = contractEffectiveDate @customerAcceptanceDate = customerAcceptanceDate @description = description @effectiveDate = effectiveDate @initialTerm = initialTerm @name = name @renewalTerm = renewalTerm @termType = termType @serviceActivationDate = serviceActivationDate @status = status @subscriptionId = subscriptionId @termStartDate = termStartDate @type = type @ratePlanData = ratePlanData end |
Instance Attribute Details
#autoRenew ⇒ Object
Returns the value of attribute autoRenew.
166 167 168 |
# File 'lib/zuora/ZUORA.rb', line 166 def autoRenew @autoRenew end |
#contractEffectiveDate ⇒ Object
Returns the value of attribute contractEffectiveDate.
167 168 169 |
# File 'lib/zuora/ZUORA.rb', line 167 def contractEffectiveDate @contractEffectiveDate end |
#customerAcceptanceDate ⇒ Object
Returns the value of attribute customerAcceptanceDate.
168 169 170 |
# File 'lib/zuora/ZUORA.rb', line 168 def customerAcceptanceDate @customerAcceptanceDate end |
#description ⇒ Object
Returns the value of attribute description.
169 170 171 |
# File 'lib/zuora/ZUORA.rb', line 169 def description @description end |
#effectiveDate ⇒ Object
Returns the value of attribute effectiveDate.
170 171 172 |
# File 'lib/zuora/ZUORA.rb', line 170 def effectiveDate @effectiveDate end |
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
164 165 166 |
# File 'lib/zuora/ZUORA.rb', line 164 def fieldsToNull @fieldsToNull end |
#id ⇒ Object
Returns the value of attribute id.
165 166 167 |
# File 'lib/zuora/ZUORA.rb', line 165 def id @id end |
#initialTerm ⇒ Object
Returns the value of attribute initialTerm.
171 172 173 |
# File 'lib/zuora/ZUORA.rb', line 171 def initialTerm @initialTerm end |
#name ⇒ Object
Returns the value of attribute name.
172 173 174 |
# File 'lib/zuora/ZUORA.rb', line 172 def name @name end |
#ratePlanData ⇒ Object
Returns the value of attribute ratePlanData.
180 181 182 |
# File 'lib/zuora/ZUORA.rb', line 180 def ratePlanData @ratePlanData end |
#renewalTerm ⇒ Object
Returns the value of attribute renewalTerm.
173 174 175 |
# File 'lib/zuora/ZUORA.rb', line 173 def renewalTerm @renewalTerm end |
#serviceActivationDate ⇒ Object
Returns the value of attribute serviceActivationDate.
175 176 177 |
# File 'lib/zuora/ZUORA.rb', line 175 def serviceActivationDate @serviceActivationDate end |
#status ⇒ Object
Returns the value of attribute status.
176 177 178 |
# File 'lib/zuora/ZUORA.rb', line 176 def status @status end |
#subscriptionId ⇒ Object
Returns the value of attribute subscriptionId.
177 178 179 |
# File 'lib/zuora/ZUORA.rb', line 177 def subscriptionId @subscriptionId end |
#termStartDate ⇒ Object
Returns the value of attribute termStartDate.
178 179 180 |
# File 'lib/zuora/ZUORA.rb', line 178 def termStartDate @termStartDate end |
#termType ⇒ Object
Returns the value of attribute termType.
174 175 176 |
# File 'lib/zuora/ZUORA.rb', line 174 def termType @termType end |
#type ⇒ Object
Returns the value of attribute type.
179 180 181 |
# File 'lib/zuora/ZUORA.rb', line 179 def type @type end |