Class: ZUORA::Amendment
Overview
type - SOAP::SOAPString
Instance Attribute Summary collapse
-
#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.
-
#termCommitment ⇒ Object
Returns the value of attribute termCommitment.
-
#termStartDate ⇒ Object
Returns the value of attribute termStartDate.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(fieldsToNull = [], id = nil, contractEffectiveDate = nil, customerAcceptanceDate = nil, description = nil, effectiveDate = nil, initialTerm = nil, name = nil, renewalTerm = nil, serviceActivationDate = nil, status = nil, subscriptionId = nil, termCommitment = nil, termStartDate = nil, type = nil, ratePlanData = []) ⇒ Amendment
constructor
A new instance of Amendment.
Constructor Details
#initialize(fieldsToNull = [], id = nil, contractEffectiveDate = nil, customerAcceptanceDate = nil, description = nil, effectiveDate = nil, initialTerm = nil, name = nil, renewalTerm = nil, serviceActivationDate = nil, status = nil, subscriptionId = nil, termCommitment = nil, termStartDate = nil, type = nil, ratePlanData = []) ⇒ Amendment
Returns a new instance of Amendment.
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 |
# File 'lib/zuora/ZUORA.rb', line 169 def initialize(fieldsToNull = [], id = nil, contractEffectiveDate = nil, customerAcceptanceDate = nil, description = nil, effectiveDate = nil, initialTerm = nil, name = nil, renewalTerm = nil, serviceActivationDate = nil, status = nil, subscriptionId = nil, termCommitment = nil, termStartDate = nil, type = nil, ratePlanData =[]) @fieldsToNull = fieldsToNull @id = id @contractEffectiveDate = contractEffectiveDate @customerAcceptanceDate = customerAcceptanceDate @description = description @effectiveDate = effectiveDate @initialTerm = initialTerm @name = name @renewalTerm = renewalTerm @serviceActivationDate = serviceActivationDate @status = status @subscriptionId = subscriptionId @termCommitment = termCommitment @termStartDate = termStartDate @type = type @ratePlanData = ratePlanData end |
Instance Attribute Details
#contractEffectiveDate ⇒ Object
Returns the value of attribute contractEffectiveDate.
154 155 156 |
# File 'lib/zuora/ZUORA.rb', line 154 def contractEffectiveDate @contractEffectiveDate end |
#customerAcceptanceDate ⇒ Object
Returns the value of attribute customerAcceptanceDate.
155 156 157 |
# File 'lib/zuora/ZUORA.rb', line 155 def customerAcceptanceDate @customerAcceptanceDate end |
#description ⇒ Object
Returns the value of attribute description.
156 157 158 |
# File 'lib/zuora/ZUORA.rb', line 156 def description @description end |
#effectiveDate ⇒ Object
Returns the value of attribute effectiveDate.
157 158 159 |
# File 'lib/zuora/ZUORA.rb', line 157 def effectiveDate @effectiveDate end |
#fieldsToNull ⇒ Object
Returns the value of attribute fieldsToNull.
152 153 154 |
# File 'lib/zuora/ZUORA.rb', line 152 def fieldsToNull @fieldsToNull end |
#id ⇒ Object
Returns the value of attribute id.
153 154 155 |
# File 'lib/zuora/ZUORA.rb', line 153 def id @id end |
#initialTerm ⇒ Object
Returns the value of attribute initialTerm.
158 159 160 |
# File 'lib/zuora/ZUORA.rb', line 158 def initialTerm @initialTerm end |
#name ⇒ Object
Returns the value of attribute name.
159 160 161 |
# File 'lib/zuora/ZUORA.rb', line 159 def name @name end |
#ratePlanData ⇒ Object
Returns the value of attribute ratePlanData.
167 168 169 |
# File 'lib/zuora/ZUORA.rb', line 167 def ratePlanData @ratePlanData end |
#renewalTerm ⇒ Object
Returns the value of attribute renewalTerm.
160 161 162 |
# File 'lib/zuora/ZUORA.rb', line 160 def renewalTerm @renewalTerm end |
#serviceActivationDate ⇒ Object
Returns the value of attribute serviceActivationDate.
161 162 163 |
# File 'lib/zuora/ZUORA.rb', line 161 def serviceActivationDate @serviceActivationDate end |
#status ⇒ Object
Returns the value of attribute status.
162 163 164 |
# File 'lib/zuora/ZUORA.rb', line 162 def status @status end |
#subscriptionId ⇒ Object
Returns the value of attribute subscriptionId.
163 164 165 |
# File 'lib/zuora/ZUORA.rb', line 163 def subscriptionId @subscriptionId end |
#termCommitment ⇒ Object
Returns the value of attribute termCommitment.
164 165 166 |
# File 'lib/zuora/ZUORA.rb', line 164 def termCommitment @termCommitment end |
#termStartDate ⇒ Object
Returns the value of attribute termStartDate.
165 166 167 |
# File 'lib/zuora/ZUORA.rb', line 165 def termStartDate @termStartDate end |
#type ⇒ Object
Returns the value of attribute type.
166 167 168 |
# File 'lib/zuora/ZUORA.rb', line 166 def type @type end |