active_zuora 1.4.19 → 1.4.20

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22a3cd736b36206dc0f58ef35e61ba541b3c87a7
4
- data.tar.gz: d61c5bc7c66b1b4c0f983dd17931cf9d63c38649
3
+ metadata.gz: 922d4a8836aaaf0936c7b0213c1cf934b7eb6c78
4
+ data.tar.gz: c1486fb0e062a37f2a3c6f7661e6aea9ce9b074d
5
5
  SHA512:
6
- metadata.gz: 2df593cce295759e1a9dbc0ae063ff2e8fce233d36183bef245e77eb8ec5d4af18b01d19ec318c7c9ba3af99f72069ceaa009c771431a9850497b6dcfddc0df4
7
- data.tar.gz: b400495082b4fcd7e832aa5fc829dedb546ce07dcfc87b86a0fb66a30cf36584ab5700b009f6202089ba4065e6f37f32838524d0865f50d8e3ec8ea22e515fb1
6
+ metadata.gz: 2e40e718f700560b82d42ec2e00eb13905bf7ad6eb373e966e9ab64ad39b28c20bb15479e2a72f98bada5da4da3ba5d5f5298beb732bc2a96f7fb14ab13bef19
7
+ data.tar.gz: 12365965ec6043a0c904946fe35be3350d9c7f09daa8add5e01c7534d8854f62a6cc359277c5f71bf1015420508e454afaa2b0aaf3eeefa9a2e4b88b1b195179
@@ -6,7 +6,7 @@
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "active_zuora"
9
- s.version = "1.4.19"
9
+ s.version = "1.4.20"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -927,8 +927,9 @@ class Subscription < ZObject
927
927
  attr_accessor :termType
928
928
  attr_accessor :version
929
929
  attr_accessor :isInvoiceSeparate
930
+ attr_accessor :invoiceOwnerId
930
931
 
931
- 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)
932
+ 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)
932
933
  @fieldsToNull = fieldsToNull
933
934
  @id = id
934
935
  @accountId = accountId
@@ -951,6 +952,7 @@ class Subscription < ZObject
951
952
  @termType = termType
952
953
  @version = version
953
954
  @isInvoiceSeparate = isInvoiceSeparate
955
+ @invoiceOwnerId = invoiceOwnerId
954
956
  end
955
957
  end
956
958
 
@@ -454,7 +454,8 @@ module DefaultMappingRegistry
454
454
  ["termStartDate", ["SOAP::SOAPDateTime", XSD::QName.new(NsObjectApiZuoraCom, "TermStartDate")], [0, 1]],
455
455
  ["termEndDate", ["SOAP::SOAPDateTime", XSD::QName.new(NsObjectApiZuoraCom, "TermEndDate")], [0, 1]],
456
456
  ["version", ["SOAP::SOAPInt", XSD::QName.new(NsObjectApiZuoraCom, "Version")], [0, 1]],
457
- ["isInvoiceSeparate", ["SOAP::SOAPBoolean", XSD::QName.new(NsObjectApiZuoraCom, "IsInvoiceSeparate")], [0, 1]]
457
+ ["isInvoiceSeparate", ["SOAP::SOAPBoolean", XSD::QName.new(NsObjectApiZuoraCom, "IsInvoiceSeparate")], [0, 1]],
458
+ ["invoiceOwnerId", [nil, XSD::QName.new(NsObjectApiZuoraCom, "invoiceOwnerId")], [0, 1]]
458
459
  ]
459
460
  )
460
461
 
@@ -1184,7 +1185,8 @@ module DefaultMappingRegistry
1184
1185
  ["termEndDate", ["SOAP::SOAPDateTime", XSD::QName.new(NsObjectApiZuoraCom, "TermEndDate")], [0, 1]],
1185
1186
  ["termType", ["SOAP::SOAPString", XSD::QName.new(NsObjectApiZuoraCom, "TermType")], [0, 1]],
1186
1187
  ["version", ["SOAP::SOAPInt", XSD::QName.new(NsObjectApiZuoraCom, "Version")], [0, 1]],
1187
- ["isInvoiceSeparate", ["SOAP::SOAPBoolean", XSD::QName.new(NsObjectApiZuoraCom, "IsInvoiceSeparate")], [0, 1]]
1188
+ ["isInvoiceSeparate", ["SOAP::SOAPBoolean", XSD::QName.new(NsObjectApiZuoraCom, "IsInvoiceSeparate")], [0, 1]],
1189
+ ["invoiceOwnerId", [nil, XSD::QName.new(NsObjectApiZuoraCom, "invoiceOwnerId")], [0, 1]]
1188
1190
  ]
1189
1191
  )
1190
1192
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_zuora
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.19
4
+ version: 1.4.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Fleener