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

- old
+ new

@@ -925,12 +925,13 @@ attr_accessor :termStartDate attr_accessor :termEndDate attr_accessor :termType attr_accessor :version attr_accessor :isInvoiceSeparate + attr_accessor :invoiceOwnerId - 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) + 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, invoiceOwnerId = nil) @fieldsToNull = fieldsToNull @id = id @accountId = accountId @autoRenew = autoRenew @cancelledDate = cancelledDate @@ -949,9 +950,10 @@ @termStartDate = termStartDate @termEndDate = termEndDate @termType = termType @version = version @isInvoiceSeparate = isInvoiceSeparate + @invoiceOwnerId = invoiceOwnerId end end # {http://object.api.zuora.com/}Usage # fieldsToNull - SOAP::SOAPString