lib/zuora/ZUORA.rb in active_zuora-1.4.18 vs lib/zuora/ZUORA.rb in active_zuora-1.4.19

- old
+ new

@@ -924,12 +924,13 @@ attr_accessor :status attr_accessor :termStartDate attr_accessor :termEndDate attr_accessor :termType attr_accessor :version + attr_accessor :isInvoiceSeparate - def initialize(fieldsToNull = [], id = nil, accountId = nil, autoRenew = nil, cancelledDate = nil, createdDate = nil, contractAcceptanceDate = nil, contractEffectiveDate = nil, initialTerm = nil, name = nil, notes = nil, originalId = nil, previousSubscriptionId = nil, renewalTerm = nil, serviceActivationDate = nil, subscriptionEndDate = nil, status = nil, termStartDate = nil, termEndDate = nil, termType = nil, version = nil) + def initialize(fieldsToNull = [], id = nil, accountId = nil, autoRenew = nil, cancelledDate = nil, createdDate = nil, contractAcceptanceDate = nil, contractEffectiveDate = nil, initialTerm = nil, name = nil, notes = nil, originalId = nil, previousSubscriptionId = nil, renewalTerm = nil, serviceActivationDate = nil, subscriptionEndDate = nil, status = nil, termStartDate = nil, termEndDate = nil, termType = nil, version = nil, isInvoiceSeparate = nil) @fieldsToNull = fieldsToNull @id = id @accountId = accountId @autoRenew = autoRenew @cancelledDate = cancelledDate @@ -947,10 +948,11 @@ @status = status @termStartDate = termStartDate @termEndDate = termEndDate @termType = termType @version = version + @isInvoiceSeparate = isInvoiceSeparate end end # {http://object.api.zuora.com/}Usage # fieldsToNull - SOAP::SOAPString @@ -1149,10 +1151,10 @@ class AmendOptions attr_accessor :generateInvoice, :invoiceProcessingOptions, :processPayments def initialize(generateInvoice = nil, invoiceProcessingOptions = nil, processPayments = nil) - @generateInvoice, @invoiceProcessingOptions, @processPayments = + @generateInvoice, @invoiceProcessingOptions, @processPayments = generateInvoice, invoiceProcessingOptions, processPayments end end class InvoiceProcessingOptions