Class: ZUORA::Amendment

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

Overview

type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#autoRenewObject

Returns the value of attribute autoRenew.



166
167
168
# File 'lib/zuora/ZUORA.rb', line 166

def autoRenew
  @autoRenew
end

#contractEffectiveDateObject

Returns the value of attribute contractEffectiveDate.



167
168
169
# File 'lib/zuora/ZUORA.rb', line 167

def contractEffectiveDate
  @contractEffectiveDate
end

#customerAcceptanceDateObject

Returns the value of attribute customerAcceptanceDate.



168
169
170
# File 'lib/zuora/ZUORA.rb', line 168

def customerAcceptanceDate
  @customerAcceptanceDate
end

#descriptionObject

Returns the value of attribute description.



169
170
171
# File 'lib/zuora/ZUORA.rb', line 169

def description
  @description
end

#effectiveDateObject

Returns the value of attribute effectiveDate.



170
171
172
# File 'lib/zuora/ZUORA.rb', line 170

def effectiveDate
  @effectiveDate
end

#fieldsToNullObject

Returns the value of attribute fieldsToNull.



164
165
166
# File 'lib/zuora/ZUORA.rb', line 164

def fieldsToNull
  @fieldsToNull
end

#idObject

Returns the value of attribute id.



165
166
167
# File 'lib/zuora/ZUORA.rb', line 165

def id
  @id
end

#initialTermObject

Returns the value of attribute initialTerm.



171
172
173
# File 'lib/zuora/ZUORA.rb', line 171

def initialTerm
  @initialTerm
end

#nameObject

Returns the value of attribute name.



172
173
174
# File 'lib/zuora/ZUORA.rb', line 172

def name
  @name
end

#ratePlanDataObject

Returns the value of attribute ratePlanData.



180
181
182
# File 'lib/zuora/ZUORA.rb', line 180

def ratePlanData
  @ratePlanData
end

#renewalTermObject

Returns the value of attribute renewalTerm.



173
174
175
# File 'lib/zuora/ZUORA.rb', line 173

def renewalTerm
  @renewalTerm
end

#serviceActivationDateObject

Returns the value of attribute serviceActivationDate.



175
176
177
# File 'lib/zuora/ZUORA.rb', line 175

def serviceActivationDate
  @serviceActivationDate
end

#statusObject

Returns the value of attribute status.



176
177
178
# File 'lib/zuora/ZUORA.rb', line 176

def status
  @status
end

#subscriptionIdObject

Returns the value of attribute subscriptionId.



177
178
179
# File 'lib/zuora/ZUORA.rb', line 177

def subscriptionId
  @subscriptionId
end

#termStartDateObject

Returns the value of attribute termStartDate.



178
179
180
# File 'lib/zuora/ZUORA.rb', line 178

def termStartDate
  @termStartDate
end

#termTypeObject

Returns the value of attribute termType.



174
175
176
# File 'lib/zuora/ZUORA.rb', line 174

def termType
  @termType
end

#typeObject

Returns the value of attribute type.



179
180
181
# File 'lib/zuora/ZUORA.rb', line 179

def type
  @type
end