zuora-sdk-js 3.0.0 → 3.2.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2582) hide show
  1. package/README.md +43 -16
  2. package/dist/ZuoraClient.js +20 -30
  3. package/dist/zuora_api/ApiClient.js +20 -2
  4. package/dist/zuora_api/api/APIHealthApi.js +1 -1
  5. package/dist/zuora_api/api/AccountingCodesApi.js +1 -1
  6. package/dist/zuora_api/api/AccountingPeriodsApi.js +1 -1
  7. package/dist/zuora_api/api/AccountsApi.js +1 -1
  8. package/dist/zuora_api/api/ActionsApi.js +1 -1
  9. package/dist/zuora_api/api/AdjustmentsApi.js +1 -1
  10. package/dist/zuora_api/api/AggregateQueriesApi.js +1 -1
  11. package/dist/zuora_api/api/AttachmentsApi.js +1 -1
  12. package/dist/zuora_api/api/BillRunApi.js +1 -1
  13. package/dist/zuora_api/api/BillRunHealthApi.js +1 -1
  14. package/dist/zuora_api/api/BillingDocumentsApi.js +1 -1
  15. package/dist/zuora_api/api/BillingPreviewRunApi.js +1 -1
  16. package/dist/zuora_api/api/BookingDateBackfillJobApi.js +1 -1
  17. package/dist/zuora_api/api/CatalogGroupsApi.js +1 -1
  18. package/dist/zuora_api/api/ConfigurationTemplatesApi.js +1 -1
  19. package/dist/zuora_api/api/ContactSnapshotsApi.js +1 -1
  20. package/dist/zuora_api/api/ContactsApi.js +1 -1
  21. package/dist/zuora_api/api/CreditMemosApi.js +1 -1
  22. package/dist/zuora_api/api/CustomEventTriggersApi.js +1 -1
  23. package/dist/zuora_api/api/CustomExchangeRatesApi.js +1 -1
  24. package/dist/zuora_api/api/CustomObjectDefinitionsApi.js +1 -1
  25. package/dist/zuora_api/api/CustomObjectJobsApi.js +1 -1
  26. package/dist/zuora_api/api/CustomObjectRecordsApi.js +1 -1
  27. package/dist/zuora_api/api/CustomPaymentMethodTypesApi.js +1 -1
  28. package/dist/zuora_api/api/CustomScheduledEventsApi.js +1 -1
  29. package/dist/zuora_api/api/DataBackfillJobApi.js +1 -1
  30. package/dist/zuora_api/api/DataQueriesApi.js +1 -1
  31. package/dist/zuora_api/api/DebitMemosApi.js +75 -1
  32. package/dist/zuora_api/api/DescribeApi.js +1 -1
  33. package/dist/zuora_api/api/EInvoicingApi.js +1 -1
  34. package/dist/zuora_api/api/ElectronicPaymentsHealthApi.js +1 -1
  35. package/dist/zuora_api/api/FilesApi.js +2 -2
  36. package/dist/zuora_api/api/FulfillmentsApi.js +1 -1
  37. package/dist/zuora_api/api/HostedPagesApi.js +1 -1
  38. package/dist/zuora_api/api/ImportsApi.js +1 -1
  39. package/dist/zuora_api/api/InvoiceSchedulesApi.js +1 -1
  40. package/dist/zuora_api/api/InvoicesApi.js +1 -1
  41. package/dist/zuora_api/api/JournalRunsApi.js +1 -1
  42. package/dist/zuora_api/api/MassUpdaterApi.js +1 -1
  43. package/dist/zuora_api/api/NotificationsApi.js +1 -1
  44. package/dist/zuora_api/api/OAuthApi.js +1 -1
  45. package/dist/zuora_api/api/ObjectQueriesApi.js +90 -258
  46. package/dist/zuora_api/api/OperationsApi.js +1 -1
  47. package/dist/zuora_api/api/OrderActionsApi.js +1 -1
  48. package/dist/zuora_api/api/OrderLineItemsApi.js +1 -1
  49. package/dist/zuora_api/api/OrdersApi.js +75 -1
  50. package/dist/zuora_api/api/PaymentAuthorizationApi.js +1 -1
  51. package/dist/zuora_api/api/PaymentGatewayReconciliationApi.js +1 -1
  52. package/dist/zuora_api/api/PaymentGatewaysApi.js +1 -1
  53. package/dist/zuora_api/api/PaymentMethodSnapshotsApi.js +1 -1
  54. package/dist/zuora_api/api/PaymentMethodTransactionLogsApi.js +1 -1
  55. package/dist/zuora_api/api/PaymentMethodUpdaterApi.js +1 -1
  56. package/dist/zuora_api/api/PaymentMethodsApi.js +1 -1
  57. package/dist/zuora_api/api/PaymentRunsApi.js +1 -1
  58. package/dist/zuora_api/api/PaymentSchedulesApi.js +1 -1
  59. package/dist/zuora_api/api/PaymentTransactionLogsApi.js +1 -1
  60. package/dist/zuora_api/api/PaymentsApi.js +1 -1
  61. package/dist/zuora_api/api/ProductRatePlanChargeTiersApi.js +1 -1
  62. package/dist/zuora_api/api/ProductRatePlanChargesApi.js +1 -1
  63. package/dist/zuora_api/api/ProductRatePlansApi.js +1 -1
  64. package/dist/zuora_api/api/ProductsApi.js +1 -1
  65. package/dist/zuora_api/api/RSASignaturesApi.js +1 -1
  66. package/dist/zuora_api/api/RampsApi.js +1 -1
  67. package/dist/zuora_api/api/RatePlansApi.js +1 -1
  68. package/dist/zuora_api/api/RefundsApi.js +1 -1
  69. package/dist/zuora_api/api/RegenerateApi.js +1 -1
  70. package/dist/zuora_api/api/{ZuoraRevenueIntegrationApi.js → RevenueAccountingCodesApi.js} +9 -9
  71. package/dist/zuora_api/api/RevenueIntegrationApi.js +747 -0
  72. package/dist/zuora_api/api/SequenceSetsApi.js +1 -1
  73. package/dist/zuora_api/api/SettingsApi.js +1 -1
  74. package/dist/zuora_api/api/SignUpApi.js +1 -1
  75. package/dist/zuora_api/api/SubscriptionChangeLogsApi.js +254 -0
  76. package/dist/zuora_api/api/SubscriptionsApi.js +1 -1
  77. package/dist/zuora_api/api/SummaryJournalEntriesApi.js +1 -1
  78. package/dist/zuora_api/api/TaxationItemsApi.js +1 -1
  79. package/dist/zuora_api/api/UsageApi.js +1 -1
  80. package/dist/zuora_api/api/WorkflowsApi.js +1 -1
  81. package/dist/zuora_api/index.js +173 -47
  82. package/dist/zuora_api/model/AccountBasicInfo.js +12 -1
  83. package/dist/zuora_api/model/AccountBillingAndPayment.js +12 -1
  84. package/dist/zuora_api/model/AccountCreditCardHolder.js +12 -1
  85. package/dist/zuora_api/model/AccountData.js +26 -2
  86. package/dist/zuora_api/model/AccountDetailResponse.js +25 -1
  87. package/dist/zuora_api/model/AccountEInvoiceProfile.js +14 -1
  88. package/dist/zuora_api/model/AccountMetrics.js +12 -1
  89. package/dist/zuora_api/model/AccountObjectNSFields.js +12 -1
  90. package/dist/zuora_api/model/AccountPMMandateInfo.js +12 -1
  91. package/dist/zuora_api/model/AccountSummaryBasicInfo.js +12 -1
  92. package/dist/zuora_api/model/AccountSummaryDefaultPaymentMethod.js +12 -1
  93. package/dist/zuora_api/model/AccountSummaryInvoice.js +12 -1
  94. package/dist/zuora_api/model/AccountSummaryPayment.js +12 -1
  95. package/dist/zuora_api/model/AccountSummaryPaymentInvoice.js +12 -1
  96. package/dist/zuora_api/model/AccountSummaryRatePlan.js +12 -1
  97. package/dist/zuora_api/model/AccountSummaryResponse.js +25 -1
  98. package/dist/zuora_api/model/AccountSummarySubscription.js +12 -1
  99. package/dist/zuora_api/model/AccountSummaryUsage.js +12 -1
  100. package/dist/zuora_api/model/AccountingCodeItemResponse.js +12 -1
  101. package/dist/zuora_api/model/ActionsErrorResponse.js +12 -1
  102. package/dist/zuora_api/model/AddSubscriptionComponent.js +13 -2
  103. package/dist/zuora_api/model/AddSubscriptionRatePlan.js +13 -2
  104. package/dist/zuora_api/model/ApiVolumeSummaryRecord.js +12 -1
  105. package/dist/zuora_api/model/ApplyCreditMemoItemToDebitMemoItem.js +13 -2
  106. package/dist/zuora_api/model/ApplyCreditMemoItemToInvoiceItem.js +13 -2
  107. package/dist/zuora_api/model/ApplyCreditMemoRequest.js +12 -1
  108. package/dist/zuora_api/model/ApplyCreditMemoToDebitMemo.js +13 -2
  109. package/dist/zuora_api/model/ApplyCreditMemoToInvoice.js +13 -2
  110. package/dist/zuora_api/model/ApplyPaymentDebitMemoApplication.js +13 -2
  111. package/dist/zuora_api/model/ApplyPaymentDebitMemoApplicationItem.js +13 -2
  112. package/dist/zuora_api/model/ApplyPaymentInvoiceApplication.js +13 -2
  113. package/dist/zuora_api/model/ApplyPaymentInvoiceApplicationItem.js +13 -2
  114. package/dist/zuora_api/model/ApplyPaymentRequest.js +12 -1
  115. package/dist/zuora_api/model/AsyncOperationResponse.js +12 -1
  116. package/dist/zuora_api/model/AsyncOrderJobResult.js +12 -1
  117. package/dist/zuora_api/model/AsyncOrderProcessingOptions.js +12 -1
  118. package/dist/zuora_api/model/AsyncOrderResultSubscriptions.js +12 -1
  119. package/dist/zuora_api/model/BadRequestErrors.js +12 -1
  120. package/dist/zuora_api/model/BadRequestResponse.js +12 -1
  121. package/dist/zuora_api/model/BillRun.js +12 -1
  122. package/dist/zuora_api/model/BillRunFilter.js +12 -1
  123. package/dist/zuora_api/model/BillRunResponse.js +12 -1
  124. package/dist/zuora_api/model/BillRunSchedule.js +12 -1
  125. package/dist/zuora_api/model/BillingAdjustment.js +12 -1
  126. package/dist/zuora_api/model/BillingAdjustmentExclusion.js +12 -1
  127. package/dist/zuora_api/model/BillingDocVolumeSummaryRecord.js +12 -1
  128. package/dist/zuora_api/model/BillingDocumentItemProcessingType.js +5 -0
  129. package/dist/zuora_api/model/BillingDocumentItemSourceType.js +10 -0
  130. package/dist/zuora_api/model/BillingDocumentQueryResponseElement.js +12 -1
  131. package/dist/zuora_api/model/BillingOptions.js +12 -1
  132. package/dist/zuora_api/model/BillingUpdate.js +12 -1
  133. package/dist/zuora_api/model/BookingDateJob.js +12 -1
  134. package/dist/zuora_api/model/BulkCreateCreditMemosFromChargeRequest.js +13 -2
  135. package/dist/zuora_api/model/BulkCreateCreditMemosFromInvoiceRequest.js +13 -2
  136. package/dist/zuora_api/model/BulkCreateCreditMemosRequest.js +1 -1
  137. package/dist/zuora_api/model/BulkCreateDebitMemosFromChargeRequest.js +13 -2
  138. package/dist/zuora_api/model/BulkCreateDebitMemosFromInvoiceRequest.js +13 -2
  139. package/dist/zuora_api/model/BulkCreateDebitMemosRequest.js +1 -1
  140. package/dist/zuora_api/model/BulkCreateInvoicesRequest.js +12 -1
  141. package/dist/zuora_api/model/BulkCreateInvoicesResponse.js +12 -1
  142. package/dist/zuora_api/model/BulkCreditMemosResponse.js +12 -1
  143. package/dist/zuora_api/model/BulkDebitMemosResponse.js +12 -1
  144. package/dist/zuora_api/model/BulkPDFGenerationJobStatus.js +5 -0
  145. package/dist/zuora_api/model/BulkPdfGenerationJobRequest.js +13 -2
  146. package/dist/zuora_api/model/BulkPdfGenerationJobResponse.js +12 -1
  147. package/dist/zuora_api/model/BulkPostInvoicesRequest.js +12 -1
  148. package/dist/zuora_api/model/BulkPostInvoicesResponse.js +12 -1
  149. package/dist/zuora_api/model/BulkUpdateCreditMemosRequest.js +12 -1
  150. package/dist/zuora_api/model/BulkUpdateDebitMemosRequest.js +12 -1
  151. package/dist/zuora_api/model/BulkUpdateInvoicesRequest.js +12 -1
  152. package/dist/zuora_api/model/BulkUpdateOrderLineItem.js +73 -28
  153. package/dist/zuora_api/model/BulkUpdateOrderLineItemsRequest.js +12 -1
  154. package/dist/zuora_api/model/BusinessRegion.js +12 -1
  155. package/dist/zuora_api/model/BusinessRegionsResponse.js +12 -1
  156. package/dist/zuora_api/model/CalloutAuth.js +12 -1
  157. package/dist/zuora_api/model/CancelAuthorizationRequest.js +13 -2
  158. package/dist/zuora_api/model/CancelAuthorizationResponse.js +12 -1
  159. package/dist/zuora_api/model/CancelBillRunRequest.js +12 -1
  160. package/dist/zuora_api/model/CancelBillRunResponse.js +12 -1
  161. package/dist/zuora_api/model/CancelBillingAdjustmentRequest.js +12 -1
  162. package/dist/zuora_api/model/CancelBillingAdjustmentResponse.js +12 -1
  163. package/dist/zuora_api/model/CancelOrderRequest.js +12 -1
  164. package/dist/zuora_api/model/CancelOrderResponse.js +12 -1
  165. package/dist/zuora_api/model/CancelPaymentSchedule.js +13 -2
  166. package/dist/zuora_api/model/CancelSubscriptionRequest.js +13 -2
  167. package/dist/zuora_api/model/CancelSubscriptionResponse.js +12 -1
  168. package/dist/zuora_api/model/CatalogGroup.js +12 -5
  169. package/dist/zuora_api/model/CatalogGroupProductRatePlan.js +12 -1
  170. package/dist/zuora_api/model/ChangeLogField.js +128 -0
  171. package/dist/zuora_api/model/ChangePlanRatePlanOverride.js +12 -1
  172. package/dist/zuora_api/model/ChangeSubscriptionRatePlan.js +12 -1
  173. package/dist/zuora_api/model/ChargeMetrics.js +12 -1
  174. package/dist/zuora_api/model/ChargeModelConfiguration.js +12 -1
  175. package/dist/zuora_api/model/ChargeModelConfigurationForSubscription.js +12 -1
  176. package/dist/zuora_api/model/ChargeModelConfigurationItem.js +13 -2
  177. package/dist/zuora_api/model/ChargeModelDataOverride.js +12 -1
  178. package/dist/zuora_api/model/ChargeOverride.js +46 -4
  179. package/dist/zuora_api/model/ChargeOverrideBilling.js +12 -1
  180. package/dist/zuora_api/model/ChargeOverridePricing.js +12 -1
  181. package/dist/zuora_api/model/ChargeProrationRuleDaysInMonth.js +63 -0
  182. package/dist/zuora_api/model/ChargeProrationRuleProrationUnit.js +58 -0
  183. package/dist/zuora_api/model/ChargeTier.js +13 -2
  184. package/dist/zuora_api/model/ChargeUpdate.js +12 -1
  185. package/dist/zuora_api/model/ChildrenSettingValueRequest.js +12 -1
  186. package/dist/zuora_api/model/CollectDebitMemoRequest.js +12 -1
  187. package/dist/zuora_api/model/CollectDebitMemoRequestPayment.js +12 -1
  188. package/dist/zuora_api/model/CollectDebitMemoResponse.js +12 -1
  189. package/dist/zuora_api/model/CollectDebitMemoResponseAppliedCreditMemos.js +12 -1
  190. package/dist/zuora_api/model/CollectDebitMemoResponseAppliedPayments.js +12 -1
  191. package/dist/zuora_api/model/CollectDebitMemoResponseDebitMemo.js +12 -1
  192. package/dist/zuora_api/model/CollectDebitMemoResponseProcessedPayment.js +12 -1
  193. package/dist/zuora_api/model/CommonErrorResponse.js +12 -1
  194. package/dist/zuora_api/model/CommonResponse.js +12 -1
  195. package/dist/zuora_api/model/CompareSchemaInfoResponse.js +12 -1
  196. package/dist/zuora_api/model/CompareSchemaKeyValue.js +12 -1
  197. package/dist/zuora_api/model/ConfigTemplateErrorResponse.js +12 -1
  198. package/dist/zuora_api/model/ConfigTemplateErrorResponseReasonsInner.js +12 -1
  199. package/dist/zuora_api/model/ConfigurationTemplateContent.js +12 -1
  200. package/dist/zuora_api/model/Contact.js +39 -1
  201. package/dist/zuora_api/model/ContactInfo.js +13 -2
  202. package/dist/zuora_api/model/ContactResponse.js +54 -1
  203. package/dist/zuora_api/model/ContactSnapshot.js +39 -1
  204. package/dist/zuora_api/model/ContactSnapshotResponse.js +54 -1
  205. package/dist/zuora_api/model/CreateAccountContact.js +14 -3
  206. package/dist/zuora_api/model/CreateAccountCreditCard.js +13 -2
  207. package/dist/zuora_api/model/CreateAccountCreditCardHolderInfo.js +13 -2
  208. package/dist/zuora_api/model/CreateAccountPaymentMethod.js +13 -2
  209. package/dist/zuora_api/model/CreateAccountRequest.js +35 -2
  210. package/dist/zuora_api/model/CreateAccountResponse.js +25 -1
  211. package/dist/zuora_api/model/CreateAccountSubscription.js +13 -2
  212. package/dist/zuora_api/model/CreateAccountingCodeRequest.js +13 -2
  213. package/dist/zuora_api/model/CreateAccountingCodeResponse.js +12 -1
  214. package/dist/zuora_api/model/CreateAccountingPeriodRequest.js +13 -2
  215. package/dist/zuora_api/model/CreateAccountingPeriodResponse.js +12 -1
  216. package/dist/zuora_api/model/CreateAuthorizationRequest.js +13 -2
  217. package/dist/zuora_api/model/CreateAuthorizationResponse.js +12 -1
  218. package/dist/zuora_api/model/CreateAuthorizationResponsePaymentGateway.js +12 -1
  219. package/dist/zuora_api/model/CreateAuthorizationResponseReasons.js +12 -1
  220. package/dist/zuora_api/model/CreateBatchQueryJobRequest.js +12 -1
  221. package/dist/zuora_api/model/CreateBatchQueryJobResponse.js +12 -1
  222. package/dist/zuora_api/model/CreateBatchQueryRequest.js +12 -1
  223. package/dist/zuora_api/model/CreateBatchQueryResponse.js +12 -1
  224. package/dist/zuora_api/model/CreateBillRunRequest.js +43 -1
  225. package/dist/zuora_api/model/CreateBillingAdjustmentRequest.js +24 -2
  226. package/dist/zuora_api/model/CreateBillingDocumentFilesDeletionJobRequest.js +12 -1
  227. package/dist/zuora_api/model/CreateBillingDocumentFilesDeletionJobResponse.js +12 -1
  228. package/dist/zuora_api/model/CreateBillingPreviewCreditMemoItem.js +12 -1
  229. package/dist/zuora_api/model/CreateBillingPreviewInvoiceItem.js +12 -1
  230. package/dist/zuora_api/model/CreateBillingPreviewRequest.js +13 -2
  231. package/dist/zuora_api/model/CreateBillingPreviewResponse.js +12 -1
  232. package/dist/zuora_api/model/CreateBillingPreviewRunRequest.js +13 -2
  233. package/dist/zuora_api/model/CreateBillingPreviewRunResponse.js +12 -1
  234. package/dist/zuora_api/model/CreateCatalogGroupRequest.js +12 -1
  235. package/dist/zuora_api/model/CreateContactRequest.js +40 -2
  236. package/dist/zuora_api/model/CreateCreditMemoFromCharge.js +12 -1
  237. package/dist/zuora_api/model/CreateCreditMemoFromChargeRequest.js +12 -1
  238. package/dist/zuora_api/model/CreateCreditMemoFromInvoice.js +12 -1
  239. package/dist/zuora_api/model/CreateCreditMemoFromInvoiceRequest.js +12 -1
  240. package/dist/zuora_api/model/CreateCreditMemoTaxationItemsRequest.js +12 -1
  241. package/dist/zuora_api/model/CreateDebitMemoFromCharge.js +12 -1
  242. package/dist/zuora_api/model/CreateDebitMemoFromChargeRequest.js +12 -1
  243. package/dist/zuora_api/model/CreateDebitMemoFromInvoiceRequest.js +47 -1
  244. package/dist/zuora_api/model/CreateDebitMemosFromInvoiceRequest.js +62 -1
  245. package/dist/zuora_api/model/CreateDiscountItem.js +13 -2
  246. package/dist/zuora_api/model/CreateFulfillment.js +14 -3
  247. package/dist/zuora_api/model/CreateFulfillmentItem.js +12 -1
  248. package/dist/zuora_api/model/CreateFulfillmentItemResponse.js +12 -1
  249. package/dist/zuora_api/model/CreateFulfillmentItemsRequest.js +12 -1
  250. package/dist/zuora_api/model/CreateFulfillmentItemsResponse.js +12 -1
  251. package/dist/zuora_api/model/CreateFulfillmentResponse.js +12 -1
  252. package/dist/zuora_api/model/CreateFulfillmentsRequest.js +12 -1
  253. package/dist/zuora_api/model/CreateFulfillmentsResponse.js +12 -1
  254. package/dist/zuora_api/model/CreateInvoiceCollectCreditMemos.js +12 -1
  255. package/dist/zuora_api/model/CreateInvoiceCollectInvoices.js +12 -1
  256. package/dist/zuora_api/model/CreateInvoiceCollectRequest.js +13 -2
  257. package/dist/zuora_api/model/CreateInvoiceCollectResponse.js +12 -1
  258. package/dist/zuora_api/model/CreateInvoiceItem.js +13 -2
  259. package/dist/zuora_api/model/CreateInvoiceRequest.js +48 -2
  260. package/dist/zuora_api/model/CreateInvoiceScheduleItem.js +12 -1
  261. package/dist/zuora_api/model/CreateInvoiceScheduleRequest.js +12 -1
  262. package/dist/zuora_api/model/CreateJournalEntryRequest.js +13 -2
  263. package/dist/zuora_api/model/CreateJournalEntryRequestItem.js +13 -2
  264. package/dist/zuora_api/model/CreateJournalEntryRequestSegment.js +13 -2
  265. package/dist/zuora_api/model/CreateJournalEntryResponse.js +12 -1
  266. package/dist/zuora_api/model/CreateJournalRunRequest.js +13 -2
  267. package/dist/zuora_api/model/CreateJournalRunRequestTransactionType.js +13 -2
  268. package/dist/zuora_api/model/CreateJournalRunResponse.js +12 -1
  269. package/dist/zuora_api/model/CreateMassUpdateResponse.js +12 -1
  270. package/dist/zuora_api/model/CreateMassUpdaterRequest.js +13 -2
  271. package/dist/zuora_api/model/CreateNonRefRefundFinanceInformation.js +12 -1
  272. package/dist/zuora_api/model/CreateOpenPaymentMethodTypeRequest.js +13 -2
  273. package/dist/zuora_api/model/CreateOrUpdateCatalogGroupProductRatePlan.js +12 -1
  274. package/dist/zuora_api/model/CreateOrUpdateEmailTemplatesResponse.js +12 -1
  275. package/dist/zuora_api/model/CreateOrderAction.js +14 -3
  276. package/dist/zuora_api/model/CreateOrderAddProduct.js +12 -1
  277. package/dist/zuora_api/model/CreateOrderAsyncRequest.js +13 -6
  278. package/dist/zuora_api/model/CreateOrderAsyncResponse.js +12 -1
  279. package/dist/zuora_api/model/CreateOrderChangePlan.js +13 -2
  280. package/dist/zuora_api/model/CreateOrderChangePlanRatePlanOverride.js +12 -1
  281. package/dist/zuora_api/model/CreateOrderChargeUpdate.js +12 -1
  282. package/dist/zuora_api/model/CreateOrderCreateSubscription.js +25 -1
  283. package/dist/zuora_api/model/CreateOrderOrderLineItem.js +52 -10
  284. package/dist/zuora_api/model/CreateOrderPricingUpdate.js +12 -1
  285. package/dist/zuora_api/model/CreateOrderProductOverride.js +12 -1
  286. package/dist/zuora_api/model/CreateOrderProductRatePlanOverride.js +12 -1
  287. package/dist/zuora_api/model/CreateOrderRatePlanFeatureOverride.js +13 -2
  288. package/dist/zuora_api/model/CreateOrderRatePlanOverride.js +12 -1
  289. package/dist/zuora_api/model/CreateOrderRatePlanUpdate.js +12 -1
  290. package/dist/zuora_api/model/CreateOrderRequest.js +13 -6
  291. package/dist/zuora_api/model/CreateOrderResponse.js +12 -1
  292. package/dist/zuora_api/model/CreateOrderResponseOrderAction.js +12 -1
  293. package/dist/zuora_api/model/CreateOrderResponseOrderLineItems.js +12 -1
  294. package/dist/zuora_api/model/CreateOrderResponseOrderMetric.js +12 -1
  295. package/dist/zuora_api/model/CreateOrderResponseRamps.js +12 -1
  296. package/dist/zuora_api/model/CreateOrderResponseRefunds.js +12 -1
  297. package/dist/zuora_api/model/CreateOrderResponseSubscriptions.js +12 -1
  298. package/dist/zuora_api/model/CreateOrderResponseWriteOff.js +12 -1
  299. package/dist/zuora_api/model/CreateOrderResume.js +13 -2
  300. package/dist/zuora_api/model/CreateOrderSubscription.js +12 -1
  301. package/dist/zuora_api/model/CreateOrderSubscriptionOwnerAccount.js +13 -2
  302. package/dist/zuora_api/model/CreateOrderSuspend.js +13 -2
  303. package/dist/zuora_api/model/CreateOrderTermsAndConditions.js +97 -1
  304. package/dist/zuora_api/model/CreateOrderUpdateProduct.js +12 -1
  305. package/dist/zuora_api/model/CreatePaymentDebitMemoApplication.js +13 -2
  306. package/dist/zuora_api/model/CreatePaymentDebitMemoApplicationItem.js +13 -2
  307. package/dist/zuora_api/model/CreatePaymentInvoiceApplication.js +13 -2
  308. package/dist/zuora_api/model/CreatePaymentInvoiceApplicationItem.js +13 -2
  309. package/dist/zuora_api/model/CreatePaymentMethodACH.js +12 -1
  310. package/dist/zuora_api/model/CreatePaymentMethodApplePayAdyen.js +12 -1
  311. package/dist/zuora_api/model/CreatePaymentMethodBankTransfer.js +12 -1
  312. package/dist/zuora_api/model/CreatePaymentMethodBankTransferAccountHolderInfo.js +12 -1
  313. package/dist/zuora_api/model/CreatePaymentMethodCCReferenceTransaction.js +12 -1
  314. package/dist/zuora_api/model/CreatePaymentMethodCardholderInfo.js +12 -1
  315. package/dist/zuora_api/model/CreatePaymentMethodCommon.js +12 -1
  316. package/dist/zuora_api/model/CreatePaymentMethodCreditCard.js +12 -1
  317. package/dist/zuora_api/model/CreatePaymentMethodDecryptionRequest.js +13 -2
  318. package/dist/zuora_api/model/CreatePaymentMethodDecryptionResponse.js +12 -1
  319. package/dist/zuora_api/model/CreatePaymentMethodGooglePayAdyenChase.js +12 -1
  320. package/dist/zuora_api/model/CreatePaymentMethodPayPalAdaptive.js +12 -1
  321. package/dist/zuora_api/model/CreatePaymentMethodPayPalECPayPalNativeECPayPalCP.js +12 -1
  322. package/dist/zuora_api/model/CreatePaymentMethodRequest.js +13 -2
  323. package/dist/zuora_api/model/CreatePaymentMethodResponse.js +12 -1
  324. package/dist/zuora_api/model/CreatePaymentMethodResponseReason.js +12 -1
  325. package/dist/zuora_api/model/CreatePaymentMethodUpdaterBatchRequest.js +13 -2
  326. package/dist/zuora_api/model/CreatePaymentMethodUpdaterBatchResponse.js +12 -1
  327. package/dist/zuora_api/model/CreatePaymentMethodUpdaterBatchResponseReasons.js +12 -1
  328. package/dist/zuora_api/model/CreatePaymentRequest.js +13 -2
  329. package/dist/zuora_api/model/CreatePaymentRunData.js +12 -1
  330. package/dist/zuora_api/model/CreatePaymentRunDataItem.js +12 -1
  331. package/dist/zuora_api/model/CreatePaymentRunRequest.js +12 -1
  332. package/dist/zuora_api/model/CreatePaymentScheduleItemsRequest.js +12 -1
  333. package/dist/zuora_api/model/CreatePaymentScheduleItemsRequestItems.js +13 -2
  334. package/dist/zuora_api/model/CreatePaymentScheduleRequest.js +12 -1
  335. package/dist/zuora_api/model/CreatePaymentScheduleRequestItems.js +12 -1
  336. package/dist/zuora_api/model/CreatePaymentSchedulesRequest.js +12 -1
  337. package/dist/zuora_api/model/CreatePaymentSchedulesResponse.js +12 -1
  338. package/dist/zuora_api/model/CreatePaymentSchedulesResponseItems.js +12 -1
  339. package/dist/zuora_api/model/CreatePaymentSessionInvoice.js +12 -1
  340. package/dist/zuora_api/model/CreatePaymentSessionRequest.js +12 -1
  341. package/dist/zuora_api/model/CreatePaymentSessionResponse.js +12 -1
  342. package/dist/zuora_api/model/CreateProductRatePlanChargeRequest.js +13 -2
  343. package/dist/zuora_api/model/CreateProductRatePlanRequest.js +13 -2
  344. package/dist/zuora_api/model/CreateProductRequest.js +13 -2
  345. package/dist/zuora_api/model/CreateRSASignatureRequest.js +13 -2
  346. package/dist/zuora_api/model/CreateRamp.js +12 -1
  347. package/dist/zuora_api/model/CreateRefundRequest.js +13 -2
  348. package/dist/zuora_api/model/CreateRefundwithAutoUnapply.js +13 -2
  349. package/dist/zuora_api/model/CreateSequenceSetRequest.js +13 -2
  350. package/dist/zuora_api/model/CreateSequenceSetsRequest.js +12 -1
  351. package/dist/zuora_api/model/CreateSequenceSetsResponse.js +12 -1
  352. package/dist/zuora_api/model/CreateStoredCredentialProfileRequest.js +13 -2
  353. package/dist/zuora_api/model/CreateSubscribeToProduct.js +12 -1
  354. package/dist/zuora_api/model/CreateSubscriptionComponent.js +13 -2
  355. package/dist/zuora_api/model/CreateSubscriptionRatePlan.js +12 -1
  356. package/dist/zuora_api/model/CreateSubscriptionRequest.js +13 -2
  357. package/dist/zuora_api/model/CreateSubscriptionResponse.js +12 -1
  358. package/dist/zuora_api/model/CreateTaxationItem.js +13 -2
  359. package/dist/zuora_api/model/CreateTaxationItemForCreditMemoFinanceInformation.js +12 -1
  360. package/dist/zuora_api/model/CreateTaxationItemForCreditMemoRequest.js +13 -2
  361. package/dist/zuora_api/model/CreateTaxationItemForDebitMemo.js +13 -2
  362. package/dist/zuora_api/model/CreateTaxationItemForDebitMemoFinanceInformation.js +12 -1
  363. package/dist/zuora_api/model/CreateTaxationItemForInvoiceRequest.js +13 -2
  364. package/dist/zuora_api/model/CreateTaxationItemsForDebitMemoRequest.js +12 -1
  365. package/dist/zuora_api/model/CreateTaxationItemsRequest.js +12 -1
  366. package/dist/zuora_api/model/CreateTemplateRequestContent.js +13 -2
  367. package/dist/zuora_api/model/CreateTokenRequest.js +13 -2
  368. package/dist/zuora_api/model/CreateUpdateOpenPaymentMethodTypeResponse.js +12 -1
  369. package/dist/zuora_api/model/CreateUpdateStoredCredentialProfileResponse.js +12 -1
  370. package/dist/zuora_api/model/CreateUsageRequest.js +13 -2
  371. package/dist/zuora_api/model/CreditCard.js +12 -1
  372. package/dist/zuora_api/model/CreditMemo.js +25 -1
  373. package/dist/zuora_api/model/CreditMemoEntityPrefix.js +12 -1
  374. package/dist/zuora_api/model/CreditMemoItem.js +44 -2
  375. package/dist/zuora_api/model/CreditMemoItemFinanceInformation.js +38 -1
  376. package/dist/zuora_api/model/CreditMemoItemFromChargeDetail.js +13 -2
  377. package/dist/zuora_api/model/CreditMemoItemFromChargeDetailFinanceInformation.js +12 -1
  378. package/dist/zuora_api/model/CreditMemoItemFromInvoiceItem.js +13 -2
  379. package/dist/zuora_api/model/CreditMemoItemFromInvoiceItemFinanceInformation.js +12 -1
  380. package/dist/zuora_api/model/CreditMemoItemFromWriteOffInvoice.js +53 -1
  381. package/dist/zuora_api/model/CreditMemoItemPart.js +12 -1
  382. package/dist/zuora_api/model/CreditMemoItemResponse.js +53 -2
  383. package/dist/zuora_api/model/CreditMemoItemsResponse.js +12 -1
  384. package/dist/zuora_api/model/CreditMemoObjectNSFields.js +12 -1
  385. package/dist/zuora_api/model/CreditMemoPart.js +12 -1
  386. package/dist/zuora_api/model/CreditMemoResponse.js +29 -1
  387. package/dist/zuora_api/model/CreditMemoTaxItemFromInvoiceTaxItemFinanceInformation.js +12 -1
  388. package/dist/zuora_api/model/CreditMemoTaxItemFromInvoiceTaxItemRequest.js +12 -1
  389. package/dist/zuora_api/model/CreditMemoTaxationItemFromWriteOffInvoice.js +111 -0
  390. package/dist/zuora_api/model/CreditMemosResponse.js +12 -1
  391. package/dist/zuora_api/model/CustomAccountPaymentMethod.js +12 -1
  392. package/dist/zuora_api/model/CustomFields.js +12 -1
  393. package/dist/zuora_api/model/CustomObjectAllFieldsDefinition.js +12 -1
  394. package/dist/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfCreatedById.js +12 -1
  395. package/dist/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfCreatedDate.js +12 -1
  396. package/dist/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfId.js +12 -1
  397. package/dist/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfUpdatedById.js +12 -1
  398. package/dist/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfUpdatedDate.js +12 -1
  399. package/dist/zuora_api/model/CustomObjectBulkDeleteFilter.js +13 -2
  400. package/dist/zuora_api/model/CustomObjectBulkDeleteFilterCondition.js +13 -2
  401. package/dist/zuora_api/model/CustomObjectBulkJobErrorResponse.js +12 -1
  402. package/dist/zuora_api/model/CustomObjectBulkJobErrorResponseCollection.js +13 -2
  403. package/dist/zuora_api/model/CustomObjectBulkJobRequest.js +13 -2
  404. package/dist/zuora_api/model/CustomObjectBulkJobResponse.js +12 -1
  405. package/dist/zuora_api/model/CustomObjectBulkJobResponseCollection.js +13 -2
  406. package/dist/zuora_api/model/CustomObjectBulkJobResponseError.js +12 -1
  407. package/dist/zuora_api/model/CustomObjectCustomFieldDefinition.js +12 -1
  408. package/dist/zuora_api/model/CustomObjectCustomFieldDefinitionUpdate.js +12 -1
  409. package/dist/zuora_api/model/CustomObjectCustomFieldsDefinition.js +12 -1
  410. package/dist/zuora_api/model/CustomObjectDefinition.js +12 -1
  411. package/dist/zuora_api/model/CustomObjectDefinitionSchema.js +12 -1
  412. package/dist/zuora_api/model/CustomObjectDefinitionUpdateActionRequest.js +13 -2
  413. package/dist/zuora_api/model/CustomObjectDefinitionUpdateActionResponse.js +12 -1
  414. package/dist/zuora_api/model/CustomObjectRecordBatchAction.js +13 -2
  415. package/dist/zuora_api/model/CustomObjectRecordBatchRequest.js +13 -2
  416. package/dist/zuora_api/model/CustomObjectRecordWithAllFields.js +12 -1
  417. package/dist/zuora_api/model/CustomObjectRecordWithOnlyCustomFields.js +12 -1
  418. package/dist/zuora_api/model/CustomObjectRecordsBatchUpdatePartialSuccessResponse.js +12 -1
  419. package/dist/zuora_api/model/CustomObjectRecordsErrorResponse.js +12 -1
  420. package/dist/zuora_api/model/CustomObjectRecordsThrottledResponse.js +12 -1
  421. package/dist/zuora_api/model/CustomObjectRecordsWithError.js +12 -1
  422. package/dist/zuora_api/model/CustomRates.js +13 -2
  423. package/dist/zuora_api/model/DailyConsumptionRevRecRequest.js +13 -2
  424. package/dist/zuora_api/model/DataQueryErrorResponse.js +12 -1
  425. package/dist/zuora_api/model/DataQueryJob.js +12 -1
  426. package/dist/zuora_api/model/DataQueryJobCancelled.js +12 -1
  427. package/dist/zuora_api/model/DataQueryJobCommon.js +12 -1
  428. package/dist/zuora_api/model/DebitMemo.js +38 -1
  429. package/dist/zuora_api/model/DebitMemoDueDate.js +12 -1
  430. package/dist/zuora_api/model/DebitMemoEntityPrefix.js +12 -1
  431. package/dist/zuora_api/model/DebitMemoItem.js +26 -2
  432. package/dist/zuora_api/model/DebitMemoItemFromChargeDetail.js +13 -2
  433. package/dist/zuora_api/model/DebitMemoItemFromChargeDetailFinanceInformation.js +12 -1
  434. package/dist/zuora_api/model/DebitMemoItemFromInvoiceItemFinanceInformation.js +12 -1
  435. package/dist/zuora_api/model/DebitMemoItemFromInvoiceItemRequest.js +13 -2
  436. package/dist/zuora_api/model/DebitMemoItemResponse.js +32 -3
  437. package/dist/zuora_api/model/DebitMemoItemTaxationItems.js +12 -1
  438. package/dist/zuora_api/model/DebitMemoItemWriteOffRequest.js +209 -0
  439. package/dist/zuora_api/model/DebitMemoItemsResponse.js +12 -1
  440. package/dist/zuora_api/model/DebitMemoObjectNSFields.js +12 -1
  441. package/dist/zuora_api/model/DebitMemoResponse.js +48 -1
  442. package/dist/zuora_api/model/DebitMemoTaxItemFromInvoiceTaxItemFinanceInformation.js +12 -1
  443. package/dist/zuora_api/model/DebitMemoTaxItemFromInvoiceTaxItemRequest.js +12 -1
  444. package/dist/zuora_api/model/DebitMemoTaxationItemWriteOffRequest.js +111 -0
  445. package/dist/zuora_api/model/DebitMemosResponse.js +12 -1
  446. package/dist/zuora_api/model/DecryptRSASignatureRequest.js +13 -2
  447. package/dist/zuora_api/model/DecryptRSASignatureResponse.js +12 -1
  448. package/dist/zuora_api/model/DeleteAccountResponse.js +12 -1
  449. package/dist/zuora_api/model/DeleteAttachmentResponse.js +12 -1
  450. package/dist/zuora_api/model/DeleteBatchQueryJobResponse.js +12 -1
  451. package/dist/zuora_api/model/DeleteBatchQueryResponse.js +12 -1
  452. package/dist/zuora_api/model/DeleteDataQueryJobResponse.js +12 -1
  453. package/dist/zuora_api/model/DeleteResult.js +12 -1
  454. package/dist/zuora_api/model/DeleteSubscriptionResponse.js +12 -1
  455. package/dist/zuora_api/model/DeleteWorkflowError.js +12 -1
  456. package/dist/zuora_api/model/DeleteWorkflowSuccess.js +12 -1
  457. package/dist/zuora_api/model/DeletedRecord.js +12 -1
  458. package/dist/zuora_api/model/DeliverySchedule.js +12 -1
  459. package/dist/zuora_api/model/DeliveryScheduleParams.js +12 -1
  460. package/dist/zuora_api/model/DeliveryScheduleProductRatePlanCharge.js +12 -1
  461. package/dist/zuora_api/model/DetailedWorkflow.js +12 -1
  462. package/dist/zuora_api/model/DiscountApplyDetail.js +12 -1
  463. package/dist/zuora_api/model/DiscountPricingOverride.js +12 -5
  464. package/dist/zuora_api/model/DiscountPricingUpdate.js +12 -5
  465. package/dist/zuora_api/model/DocumentIdList.js +12 -1
  466. package/dist/zuora_api/model/ElectronicPaymentOptions.js +12 -1
  467. package/dist/zuora_api/model/ElectronicPaymentOptionsWithDelayedCapturePayment.js +12 -1
  468. package/dist/zuora_api/model/EmailBillRunRequest.js +12 -1
  469. package/dist/zuora_api/model/EmailBillingDocumentRequest.js +12 -1
  470. package/dist/zuora_api/model/EndConditions.js +12 -1
  471. package/dist/zuora_api/model/Error401.js +12 -1
  472. package/dist/zuora_api/model/ErrorResponse.js +12 -1
  473. package/dist/zuora_api/model/ErrorResponse401Record.js +12 -1
  474. package/dist/zuora_api/model/ErrorResponseReasonsInner.js +12 -1
  475. package/dist/zuora_api/model/EventTrigger.js +12 -1
  476. package/dist/zuora_api/model/EventType.js +13 -2
  477. package/dist/zuora_api/model/ExecuteInvoiceScheduleRequest.js +12 -1
  478. package/dist/zuora_api/model/ExpandedAccount.js +12 -1
  479. package/dist/zuora_api/model/ExpandedAmendment.js +12 -1
  480. package/dist/zuora_api/model/ExpandedAuthentication.js +12 -1
  481. package/dist/zuora_api/model/ExpandedBillingRun.js +12 -1
  482. package/dist/zuora_api/model/ExpandedContact.js +12 -1
  483. package/dist/zuora_api/model/ExpandedCreditMemo.js +24 -1
  484. package/dist/zuora_api/model/ExpandedCreditMemoApplication.js +12 -1
  485. package/dist/zuora_api/model/ExpandedCreditMemoItem.js +36 -1
  486. package/dist/zuora_api/model/ExpandedDailyConsumptionSummary.js +12 -1
  487. package/dist/zuora_api/model/ExpandedDebitMemo.js +24 -1
  488. package/dist/zuora_api/model/ExpandedDebitMemoItem.js +12 -1
  489. package/dist/zuora_api/model/ExpandedExternalProductRatePlan.js +186 -0
  490. package/dist/zuora_api/model/ExpandedInvoice.js +12 -1
  491. package/dist/zuora_api/model/ExpandedInvoiceItem.js +12 -1
  492. package/dist/zuora_api/model/ExpandedMapping.js +12 -1
  493. package/dist/zuora_api/model/ExpandedOAuth.js +12 -1
  494. package/dist/zuora_api/model/ExpandedOAuthError.js +12 -1
  495. package/dist/zuora_api/model/ExpandedOrderAction.js +12 -1
  496. package/dist/zuora_api/model/ExpandedOrderLineItem.js +52 -1
  497. package/dist/zuora_api/model/ExpandedOrders.js +12 -1
  498. package/dist/zuora_api/model/ExpandedPayment.js +12 -1
  499. package/dist/zuora_api/model/ExpandedPaymentApplication.js +12 -1
  500. package/dist/zuora_api/model/ExpandedPaymentMethod.js +72 -1
  501. package/dist/zuora_api/model/ExpandedPaymentMethodSnapshot.js +12 -1
  502. package/dist/zuora_api/model/ExpandedPaymentRun.js +12 -1
  503. package/dist/zuora_api/model/ExpandedPaymentSchedule.js +12 -1
  504. package/dist/zuora_api/model/ExpandedPaymentScheduleItem.js +12 -1
  505. package/dist/zuora_api/model/ExpandedPrepaidBalance.js +12 -1
  506. package/dist/zuora_api/model/ExpandedPrepaidBalanceFund.js +12 -1
  507. package/dist/zuora_api/model/ExpandedPrepaidBalanceTransaction.js +12 -1
  508. package/dist/zuora_api/model/ExpandedProcessedUsage.js +12 -1
  509. package/dist/zuora_api/model/ExpandedProduct.js +12 -1
  510. package/dist/zuora_api/model/ExpandedProductRatePlan.js +25 -1
  511. package/dist/zuora_api/model/ExpandedProductRatePlanCharge.js +12 -1
  512. package/dist/zuora_api/model/ExpandedProductRatePlanChargeTier.js +12 -1
  513. package/dist/zuora_api/model/ExpandedRatePlan.js +12 -1
  514. package/dist/zuora_api/model/ExpandedRatePlanCharge.js +12 -1
  515. package/dist/zuora_api/model/ExpandedRatePlanChargeTier.js +12 -1
  516. package/dist/zuora_api/model/ExpandedRatingResult.js +12 -1
  517. package/dist/zuora_api/model/ExpandedRefund.js +12 -1
  518. package/dist/zuora_api/model/ExpandedRefundApplication.js +12 -1
  519. package/dist/zuora_api/model/ExpandedRefundApplicationItem.js +12 -1
  520. package/dist/zuora_api/model/ExpandedReportDownloadError.js +12 -1
  521. package/dist/zuora_api/model/ExpandedReportGetRecent.js +12 -1
  522. package/dist/zuora_api/model/ExpandedReportGetRecentDownloadError.js +12 -1
  523. package/dist/zuora_api/model/ExpandedReportGetRecentNotFoundError.js +12 -1
  524. package/dist/zuora_api/model/ExpandedReportList.js +12 -1
  525. package/dist/zuora_api/model/ExpandedReportListError.js +12 -1
  526. package/dist/zuora_api/model/ExpandedSignedUrl.js +12 -1
  527. package/dist/zuora_api/model/ExpandedStageError.js +12 -1
  528. package/dist/zuora_api/model/ExpandedSubscription.js +12 -1
  529. package/dist/zuora_api/model/ExpandedTaxationItem.js +12 -1
  530. package/dist/zuora_api/model/ExpandedUploadCsv.js +12 -1
  531. package/dist/zuora_api/model/ExpandedUploadCsvError.js +12 -1
  532. package/dist/zuora_api/model/ExpandedUploadCsvErrorStatus.js +12 -1
  533. package/dist/zuora_api/model/ExpandedUploadCsvResult.js +12 -1
  534. package/dist/zuora_api/model/ExpandedUploadCsvStatus.js +12 -1
  535. package/dist/zuora_api/model/ExpandedUploadCsvStatusResult.js +12 -1
  536. package/dist/zuora_api/model/ExpandedUploadFile.js +12 -1
  537. package/dist/zuora_api/model/ExpandedUploadFileError.js +12 -1
  538. package/dist/zuora_api/model/ExpandedUploadFileStatus.js +12 -1
  539. package/dist/zuora_api/model/ExpandedUsage.js +24 -1
  540. package/dist/zuora_api/model/ExpandedValidityPeriodSummary.js +24 -1
  541. package/dist/zuora_api/model/ExportWorkflowVersionResponse.js +12 -1
  542. package/dist/zuora_api/model/FailedReason.js +12 -1
  543. package/dist/zuora_api/model/FaultResponse.js +12 -1
  544. package/dist/zuora_api/model/FilterRuleParameterDefinition.js +12 -1
  545. package/dist/zuora_api/model/Fulfillment.js +13 -2
  546. package/dist/zuora_api/model/FulfillmentItem.js +12 -1
  547. package/dist/zuora_api/model/GETBookingDateBackfillJobById200Response.js +12 -1
  548. package/dist/zuora_api/model/GETDataBackfillJobById200Response.js +12 -1
  549. package/dist/zuora_api/model/GETListBookingDateBackfillJobs200Response.js +12 -1
  550. package/dist/zuora_api/model/GETListDataBackfillJobs200Response.js +12 -1
  551. package/dist/zuora_api/model/GatewayOptions.js +12 -1
  552. package/dist/zuora_api/model/GenerateBillingDocumentRequest.js +12 -1
  553. package/dist/zuora_api/model/GenerateBillingDocumentResponse.js +12 -1
  554. package/dist/zuora_api/model/GenerateBillingDocumentResponseCreditMemo.js +12 -1
  555. package/dist/zuora_api/model/GenerateBillingDocumentResponseInvoice.js +12 -1
  556. package/dist/zuora_api/model/GetAccountPMAccountHolderInfo.js +12 -1
  557. package/dist/zuora_api/model/GetAccountPaymentMethodResponse.js +12 -1
  558. package/dist/zuora_api/model/GetAccountingCodeResponse.js +12 -1
  559. package/dist/zuora_api/model/GetAccountingCodesResponse.js +12 -1
  560. package/dist/zuora_api/model/GetAccountingPeriodAllOfFieIdsResponse.js +12 -1
  561. package/dist/zuora_api/model/GetAccountingPeriodResponse.js +12 -1
  562. package/dist/zuora_api/model/GetAccountingPeriodWithoutSuccessResponse.js +12 -1
  563. package/dist/zuora_api/model/GetAccountingPeriodsResponse.js +12 -1
  564. package/dist/zuora_api/model/GetAllCustomObjectDefinitionsInNamespaceResponse.js +12 -1
  565. package/dist/zuora_api/model/GetApiVolumeSummaryResponse.js +12 -1
  566. package/dist/zuora_api/model/GetAsyncOrderJobResponse.js +12 -1
  567. package/dist/zuora_api/model/GetAttachmentResponse.js +12 -1
  568. package/dist/zuora_api/model/GetAttachmentsResponse.js +12 -1
  569. package/dist/zuora_api/model/GetBatchQueryJobResponse.js +12 -1
  570. package/dist/zuora_api/model/GetBatchQueryResponse.js +12 -1
  571. package/dist/zuora_api/model/GetBillingAdjustmentsBySubscriptionNumberResponse.js +12 -1
  572. package/dist/zuora_api/model/GetBillingAdjustmentsResponse.js +12 -1
  573. package/dist/zuora_api/model/GetBillingDocVolumeSummaryResponse.js +12 -1
  574. package/dist/zuora_api/model/GetBillingDocumentFilesDeletionJobResponse.js +12 -1
  575. package/dist/zuora_api/model/GetBillingDocumentsResponse.js +12 -1
  576. package/dist/zuora_api/model/GetBillingPreviewRunResponse.js +12 -1
  577. package/dist/zuora_api/model/GetBulkPdfGenerationJobResponse.js +46 -1
  578. package/dist/zuora_api/model/GetBulkUpdateOrderLineItemsResponse.js +12 -1
  579. package/dist/zuora_api/model/GetCalloutHistoryVOType.js +12 -1
  580. package/dist/zuora_api/model/GetCalloutHistoryVOsType.js +12 -1
  581. package/dist/zuora_api/model/GetCatalogGroupResponse.js +12 -5
  582. package/dist/zuora_api/model/GetCatalogGroupsResponse.js +12 -1
  583. package/dist/zuora_api/model/GetChargeOverride.js +67 -4
  584. package/dist/zuora_api/model/GetCreditMemoItemPartResponse.js +12 -1
  585. package/dist/zuora_api/model/GetCreditMemoItemPartsResponse.js +12 -1
  586. package/dist/zuora_api/model/GetCreditMemoItemTaxationItems.js +12 -1
  587. package/dist/zuora_api/model/GetCreditMemoPartResponse.js +12 -1
  588. package/dist/zuora_api/model/GetCreditMemoPartsResponse.js +12 -1
  589. package/dist/zuora_api/model/GetCreditMemoPdfStatusBatchResponse.js +12 -1
  590. package/dist/zuora_api/model/GetCreditMemoPdfStatusResponse.js +51 -1
  591. package/dist/zuora_api/model/GetCreditMemoTaxItemFinanceInformation.js +12 -1
  592. package/dist/zuora_api/model/GetCreditMemoTaxItemResponse.js +12 -1
  593. package/dist/zuora_api/model/GetCreditMemoTaxationItemResponse.js +12 -1
  594. package/dist/zuora_api/model/GetCustomExchangeRatesDataType.js +12 -1
  595. package/dist/zuora_api/model/GetCustomExchangeRatesType.js +12 -1
  596. package/dist/zuora_api/model/GetDataQueryJobResponse.js +12 -1
  597. package/dist/zuora_api/model/GetDataQueryJobsResponse.js +12 -1
  598. package/dist/zuora_api/model/GetDebitMemoApplicationPart.js +24 -5
  599. package/dist/zuora_api/model/GetDebitMemoApplicationPartsResponse.js +12 -1
  600. package/dist/zuora_api/model/GetDebitMemoItemFinanceInformation.js +12 -1
  601. package/dist/zuora_api/model/GetDebitMemoPdfStatusBatchResponse.js +12 -1
  602. package/dist/zuora_api/model/GetDebitMemoPdfStatusResponse.js +51 -1
  603. package/dist/zuora_api/model/GetDebitMemoTaxItem.js +12 -1
  604. package/dist/zuora_api/model/GetDebitMemoTaxItemFinanceInformation.js +12 -1
  605. package/dist/zuora_api/model/GetDebitMemoTaxItemNew.js +12 -1
  606. package/dist/zuora_api/model/GetEmailHistoryVOType.js +12 -1
  607. package/dist/zuora_api/model/GetEmailHistoryVOsType.js +12 -1
  608. package/dist/zuora_api/model/GetEventTriggers200Response.js +12 -1
  609. package/dist/zuora_api/model/GetFulfillment.js +14 -3
  610. package/dist/zuora_api/model/GetFulfillmentItem.js +12 -1
  611. package/dist/zuora_api/model/GetFulfillmentItemResponse.js +12 -1
  612. package/dist/zuora_api/model/GetFulfillmentResponse.js +12 -1
  613. package/dist/zuora_api/model/GetInvoiceApplicationPartRequest.js +12 -1
  614. package/dist/zuora_api/model/GetInvoiceApplicationPartsRequest.js +12 -1
  615. package/dist/zuora_api/model/GetInvoicePdfStatusBatchResponse.js +12 -1
  616. package/dist/zuora_api/model/GetInvoicePdfStatusResponse.js +51 -1
  617. package/dist/zuora_api/model/GetJournalEntriesInJournalRunResponse.js +12 -1
  618. package/dist/zuora_api/model/GetJournalEntryDetailResponse.js +12 -1
  619. package/dist/zuora_api/model/GetJournalEntryDetailTypeWithoutSuccess.js +12 -1
  620. package/dist/zuora_api/model/GetJournalEntryItemResponse.js +12 -1
  621. package/dist/zuora_api/model/GetJournalEntrySegmentResponse.js +12 -1
  622. package/dist/zuora_api/model/GetJournalRunResponse.js +12 -1
  623. package/dist/zuora_api/model/GetJournalRunTransactionResponse.js +12 -1
  624. package/dist/zuora_api/model/GetMassUpdateResponse.js +12 -1
  625. package/dist/zuora_api/model/GetMetricsBySubscriptionNumbersResponse.js +12 -1
  626. package/dist/zuora_api/model/GetOrderActionRatePlanResponse.js +12 -1
  627. package/dist/zuora_api/model/GetOrderLineItem.js +84 -21
  628. package/dist/zuora_api/model/GetOrderLineItemResponse.js +12 -1
  629. package/dist/zuora_api/model/GetOrderResponse.js +12 -1
  630. package/dist/zuora_api/model/GetOrdersResponse.js +12 -1
  631. package/dist/zuora_api/model/GetPMAccountHolderInfo.js +12 -1
  632. package/dist/zuora_api/model/GetPaymentFinanceInformation.js +12 -1
  633. package/dist/zuora_api/model/GetPaymentItemPartResponse.js +12 -1
  634. package/dist/zuora_api/model/GetPaymentItemPartsResponse.js +12 -1
  635. package/dist/zuora_api/model/GetPaymentMethodForAccountResponse.js +12 -1
  636. package/dist/zuora_api/model/GetPaymentMethodResponseACHForAccount.js +12 -1
  637. package/dist/zuora_api/model/GetPaymentMethodResponseApplePayForAccount.js +12 -1
  638. package/dist/zuora_api/model/GetPaymentMethodResponseBankTransferForAccount.js +12 -1
  639. package/dist/zuora_api/model/GetPaymentMethodResponseCreditCardForAccount.js +12 -1
  640. package/dist/zuora_api/model/GetPaymentMethodResponseGooglePayForAccount.js +12 -1
  641. package/dist/zuora_api/model/GetPaymentMethodResponsePayPalForAccount.js +12 -1
  642. package/dist/zuora_api/model/GetPaymentPartResponse.js +12 -1
  643. package/dist/zuora_api/model/GetPaymentPartsResponse.js +12 -1
  644. package/dist/zuora_api/model/GetPaymentRunDataArrayResponse.js +12 -1
  645. package/dist/zuora_api/model/GetPaymentRunDataElementResponse.js +12 -1
  646. package/dist/zuora_api/model/GetPaymentRunDataTransactionElementResponse.js +12 -1
  647. package/dist/zuora_api/model/GetPaymentRunStatisticResponse.js +12 -1
  648. package/dist/zuora_api/model/GetPaymentRunSummaryResponse.js +12 -1
  649. package/dist/zuora_api/model/GetPaymentRunSummaryTotalValuesResponse.js +12 -1
  650. package/dist/zuora_api/model/GetPaymentRunsResponse.js +12 -1
  651. package/dist/zuora_api/model/GetPaymentScheduleStatisticResponse.js +12 -1
  652. package/dist/zuora_api/model/GetPaymentScheduleStatisticResponsePaymentScheduleItems.js +12 -1
  653. package/dist/zuora_api/model/GetPaymentSchedulesResponse.js +13 -2
  654. package/dist/zuora_api/model/GetPaymentVolumeSummaryResponse.js +12 -1
  655. package/dist/zuora_api/model/GetPaymentsResponse.js +12 -1
  656. package/dist/zuora_api/model/GetProductRatePlanChargeResponse.js +25 -1
  657. package/dist/zuora_api/model/GetProductRatePlanChargeTierResponse.js +12 -1
  658. package/dist/zuora_api/model/GetProductRatePlanResponse.js +12 -1
  659. package/dist/zuora_api/model/GetProductRatePlansByExternalIdResponse.js +12 -1
  660. package/dist/zuora_api/model/GetProductRatePlansByProductResponse.js +12 -1
  661. package/dist/zuora_api/model/GetProductResponse.js +12 -1
  662. package/dist/zuora_api/model/GetProductsResponse.js +12 -1
  663. package/dist/zuora_api/model/GetPublicEmailTemplateResponse.js +12 -5
  664. package/dist/zuora_api/model/GetPublicNotificationDefinitionResponse.js +12 -1
  665. package/dist/zuora_api/model/GetPublicNotificationDefinitionResponseCallout.js +12 -1
  666. package/dist/zuora_api/model/GetPublicNotificationDefinitionResponseFilterRule.js +12 -1
  667. package/dist/zuora_api/model/GetQueryEmailTemplates200Response.js +12 -1
  668. package/dist/zuora_api/model/GetQueryNotificationDefinitions200Response.js +12 -1
  669. package/dist/zuora_api/model/GetRampByRampNumberResponse.js +12 -1
  670. package/dist/zuora_api/model/GetRampMetricsByOrderNumberResponse.js +12 -1
  671. package/dist/zuora_api/model/GetRampMetricsByRampNumberResponse.js +12 -1
  672. package/dist/zuora_api/model/GetRampMetricsBySubscriptionKeyResponse.js +12 -1
  673. package/dist/zuora_api/model/GetRampsBySubscriptionKeyResponse.js +12 -1
  674. package/dist/zuora_api/model/GetRefundCreditMemoFinanceInformation.js +12 -1
  675. package/dist/zuora_api/model/GetRefundItemPartResponse.js +12 -1
  676. package/dist/zuora_api/model/GetRefundItemPartsResponse.js +12 -1
  677. package/dist/zuora_api/model/GetRefundPartResponse.js +12 -1
  678. package/dist/zuora_api/model/GetRefundPartsResponse.js +12 -1
  679. package/dist/zuora_api/model/GetRefundsResponse.js +12 -1
  680. package/dist/zuora_api/model/GetScheduledEventResponse.js +12 -1
  681. package/dist/zuora_api/model/GetScheduledEventResponseParametersValue.js +12 -1
  682. package/dist/zuora_api/model/GetScheduledEvents200Response.js +12 -1
  683. package/dist/zuora_api/model/GetSequenceSetResponse.js +12 -1
  684. package/dist/zuora_api/model/GetSequenceSetsResponse.js +12 -1
  685. package/dist/zuora_api/model/GetSubscriptionChangeLogResponse.js +195 -0
  686. package/dist/zuora_api/model/GetSubscriptionChangeLogsResponse.js +211 -0
  687. package/dist/zuora_api/model/GetSubscriptionProductFeature.js +12 -1
  688. package/dist/zuora_api/model/GetSubscriptionRatePlan.js +12 -1
  689. package/dist/zuora_api/model/GetSubscriptionRatePlanChargesWithAllSegments.js +20 -1
  690. package/dist/zuora_api/model/GetSubscriptionResponse.js +58 -1
  691. package/dist/zuora_api/model/GetSubscriptionsResponse.js +12 -1
  692. package/dist/zuora_api/model/GetTaxationItemResponse.js +12 -1
  693. package/dist/zuora_api/model/GetTaxationItemsOfCreditMemoItemResponse.js +12 -1
  694. package/dist/zuora_api/model/GetTaxationItemsOfDebitMemoItemResponse.js +12 -1
  695. package/dist/zuora_api/model/GetTaxationItemsResponse.js +12 -1
  696. package/dist/zuora_api/model/GetUsageRateDetailRequest.js +12 -1
  697. package/dist/zuora_api/model/GetUsageRateDetailRequestData.js +12 -1
  698. package/dist/zuora_api/model/GetUsageResponse.js +12 -1
  699. package/dist/zuora_api/model/GetUsagesByAccountResponse.js +12 -1
  700. package/dist/zuora_api/model/GetVersionsResponse.js +12 -1
  701. package/dist/zuora_api/model/GetWorkflowResponse.js +12 -1
  702. package/dist/zuora_api/model/GetWorkflowResponseTasks.js +12 -1
  703. package/dist/zuora_api/model/GetWorkflowsResponse.js +12 -1
  704. package/dist/zuora_api/model/GetWorkflowsResponsePagination.js +12 -1
  705. package/dist/zuora_api/model/HostedPageResponse.js +12 -1
  706. package/dist/zuora_api/model/HostedPagesResponse.js +12 -1
  707. package/dist/zuora_api/model/IneligibleBillingAdjustment.js +12 -1
  708. package/dist/zuora_api/model/InitialTerm.js +12 -1
  709. package/dist/zuora_api/model/IntervalPricing.js +12 -1
  710. package/dist/zuora_api/model/IntervalPricingTier.js +12 -1
  711. package/dist/zuora_api/model/Invoice.js +38 -1
  712. package/dist/zuora_api/model/InvoiceEntityPrefix.js +12 -1
  713. package/dist/zuora_api/model/InvoiceFile.js +12 -1
  714. package/dist/zuora_api/model/InvoiceFilesResponse.js +12 -1
  715. package/dist/zuora_api/model/InvoiceItem.js +25 -1
  716. package/dist/zuora_api/model/InvoiceItemObjectNSFields.js +12 -1
  717. package/dist/zuora_api/model/InvoiceItemPreviewResult.js +12 -1
  718. package/dist/zuora_api/model/InvoiceItemPreviewResultAdditionalInfo.js +12 -1
  719. package/dist/zuora_api/model/InvoiceItemPreviewResultTaxationItems.js +12 -1
  720. package/dist/zuora_api/model/InvoiceItemsResponse.js +12 -1
  721. package/dist/zuora_api/model/InvoiceObjectNSFields.js +12 -1
  722. package/dist/zuora_api/model/InvoicePostResponse.js +12 -1
  723. package/dist/zuora_api/model/InvoiceResponse.js +48 -1
  724. package/dist/zuora_api/model/InvoiceSchedule.js +12 -1
  725. package/dist/zuora_api/model/InvoiceScheduleCustomFields.js +12 -1
  726. package/dist/zuora_api/model/InvoiceScheduleItem.js +12 -1
  727. package/dist/zuora_api/model/InvoiceScheduleItemCustomFields.js +12 -1
  728. package/dist/zuora_api/model/InvoiceScheduleResponse.js +12 -1
  729. package/dist/zuora_api/model/InvoiceScheduleSubscription.js +12 -1
  730. package/dist/zuora_api/model/InvoiceTaxationItem.js +12 -1
  731. package/dist/zuora_api/model/Job.js +12 -1
  732. package/dist/zuora_api/model/LastTerm.js +13 -2
  733. package/dist/zuora_api/model/Linkage.js +12 -1
  734. package/dist/zuora_api/model/ListAllSettingsResponse.js +12 -1
  735. package/dist/zuora_api/model/ListOfExchangeRates.js +12 -1
  736. package/dist/zuora_api/model/MemoDetailRevenueImpacting.js +58 -0
  737. package/dist/zuora_api/model/MemoRevenueImpacting.js +58 -0
  738. package/dist/zuora_api/model/MemoSourceType.js +10 -0
  739. package/dist/zuora_api/model/MigrationClientResponse.js +13 -2
  740. package/dist/zuora_api/model/MigrationComponentContent.js +12 -1
  741. package/dist/zuora_api/model/MigrationUpdateCustomObjectDefinitionsRequest.js +13 -2
  742. package/dist/zuora_api/model/MigrationUpdateCustomObjectDefinitionsResponse.js +12 -1
  743. package/dist/zuora_api/model/NotificationsHistoryDeletionTaskResponse.js +12 -1
  744. package/dist/zuora_api/model/ObjectPostImportRequest.js +13 -2
  745. package/dist/zuora_api/model/OneTimeFlatFeePricingOverride.js +13 -2
  746. package/dist/zuora_api/model/OneTimePerUnitPricingOverride.js +12 -1
  747. package/dist/zuora_api/model/OneTimeTieredPricingOverride.js +12 -1
  748. package/dist/zuora_api/model/OneTimeVolumePricingOverride.js +12 -1
  749. package/dist/zuora_api/model/OpenPaymentMethodTypeRequestFields.js +12 -1
  750. package/dist/zuora_api/model/OpenPaymentMethodTypeResponse.js +12 -1
  751. package/dist/zuora_api/model/OpenPaymentMethodTypeResponseFields.js +12 -1
  752. package/dist/zuora_api/model/OperationJobResponse.js +12 -1
  753. package/dist/zuora_api/model/Options.js +12 -1
  754. package/dist/zuora_api/model/Order.js +18 -7
  755. package/dist/zuora_api/model/OrderAction.js +14 -3
  756. package/dist/zuora_api/model/OrderActionAddProduct.js +15 -4
  757. package/dist/zuora_api/model/OrderActionCancelSubscription.js +13 -2
  758. package/dist/zuora_api/model/OrderActionChangePlan.js +12 -1
  759. package/dist/zuora_api/model/OrderActionCreateSubscription.js +25 -1
  760. package/dist/zuora_api/model/OrderActionCreateSubscriptionTerms.js +17 -8
  761. package/dist/zuora_api/model/OrderActionOwnerTransfer.js +34 -1
  762. package/dist/zuora_api/model/OrderActionRatePlanAmendment.js +12 -1
  763. package/dist/zuora_api/model/OrderActionRatePlanBillingUpdate.js +12 -1
  764. package/dist/zuora_api/model/OrderActionRatePlanChargeModelDataOverride.js +12 -1
  765. package/dist/zuora_api/model/OrderActionRatePlanChargeOverride.js +13 -2
  766. package/dist/zuora_api/model/OrderActionRatePlanChargeRemove.js +12 -1
  767. package/dist/zuora_api/model/OrderActionRatePlanChargeUpdate.js +12 -1
  768. package/dist/zuora_api/model/OrderActionRatePlanOrder.js +12 -1
  769. package/dist/zuora_api/model/OrderActionRatePlanOrderAction.js +12 -1
  770. package/dist/zuora_api/model/OrderActionRatePlanOverride.js +13 -2
  771. package/dist/zuora_api/model/OrderActionRatePlanPricingUpdate.js +12 -1
  772. package/dist/zuora_api/model/OrderActionRatePlanRecurringDeliveryPricingOverride.js +12 -5
  773. package/dist/zuora_api/model/OrderActionRatePlanRecurringDeliveryPricingUpdate.js +12 -5
  774. package/dist/zuora_api/model/OrderActionRatePlanRecurringFlatFeePricingOverride.js +12 -5
  775. package/dist/zuora_api/model/OrderActionRatePlanRecurringPerUnitPricingOverride.js +12 -5
  776. package/dist/zuora_api/model/OrderActionRatePlanRecurringTieredPricingOverride.js +12 -5
  777. package/dist/zuora_api/model/OrderActionRatePlanRecurringVolumePricingOverride.js +12 -5
  778. package/dist/zuora_api/model/OrderActionRatePlanRemoveProduct.js +12 -1
  779. package/dist/zuora_api/model/OrderActionRatePlanUpdate.js +12 -1
  780. package/dist/zuora_api/model/OrderActionRemoveProduct.js +12 -1
  781. package/dist/zuora_api/model/OrderActionRenewSubscription.js +34 -1
  782. package/dist/zuora_api/model/OrderActionResume.js +12 -1
  783. package/dist/zuora_api/model/OrderActionSuspend.js +12 -1
  784. package/dist/zuora_api/model/OrderActionTermsAndConditions.js +88 -1
  785. package/dist/zuora_api/model/OrderActionUpdateProduct.js +12 -1
  786. package/dist/zuora_api/model/OrderCreateAccount.js +30 -2
  787. package/dist/zuora_api/model/OrderCreateAccountContact.js +13 -2
  788. package/dist/zuora_api/model/OrderDeltaMetric.js +12 -1
  789. package/dist/zuora_api/model/OrderDeltaMrr.js +12 -1
  790. package/dist/zuora_api/model/OrderDeltaTcb.js +12 -1
  791. package/dist/zuora_api/model/OrderDeltaTcv.js +12 -1
  792. package/dist/zuora_api/model/OrderExistingAccountDetails.js +12 -1
  793. package/dist/zuora_api/model/OrderItem.js +12 -1
  794. package/dist/zuora_api/model/OrderLineItem.js +64 -21
  795. package/dist/zuora_api/model/OrderLineItemState.js +2 -2
  796. package/dist/zuora_api/model/OrderMetric.js +12 -1
  797. package/dist/zuora_api/model/OrderRampIntervalMetrics.js +12 -1
  798. package/dist/zuora_api/model/OrderRampMetrics.js +12 -1
  799. package/dist/zuora_api/model/OrderSchedulingOptions.js +12 -1
  800. package/dist/zuora_api/model/OrderSubscriptions.js +12 -1
  801. package/dist/zuora_api/model/OrderSubscriptionsSubscriptionOwnerAccountDetails.js +12 -1
  802. package/dist/zuora_api/model/OrganizationLabel.js +12 -1
  803. package/dist/zuora_api/model/OverrideDiscountApplyDetail.js +13 -2
  804. package/dist/zuora_api/model/PATCHUpdateWorkflowRequest.js +12 -1
  805. package/dist/zuora_api/model/POSTCreateBookingDateBackfillJob200Response.js +12 -1
  806. package/dist/zuora_api/model/POSTCreateDataBackfillJob200Response.js +12 -1
  807. package/dist/zuora_api/model/POSTCreateDataBackfillJobRequest.js +13 -2
  808. package/dist/zuora_api/model/PUTStopBookingDateBackfillJobByIdRequest.js +13 -2
  809. package/dist/zuora_api/model/Payment.js +12 -1
  810. package/dist/zuora_api/model/PaymentData.js +12 -1
  811. package/dist/zuora_api/model/PaymentEntityPrefix.js +12 -1
  812. package/dist/zuora_api/model/PaymentGatewaysResponse.js +12 -1
  813. package/dist/zuora_api/model/PaymentGatwayResponse.js +12 -1
  814. package/dist/zuora_api/model/PaymentItemPart.js +12 -1
  815. package/dist/zuora_api/model/PaymentMethodObjectCustomFields.js +12 -1
  816. package/dist/zuora_api/model/PaymentMethodObjectCustomFieldsForAccount.js +12 -1
  817. package/dist/zuora_api/model/PaymentMethodRequestMandateInfo.js +12 -1
  818. package/dist/zuora_api/model/PaymentMethodRequestProcessingOptions.js +12 -1
  819. package/dist/zuora_api/model/PaymentMethodResponse.js +12 -1
  820. package/dist/zuora_api/model/PaymentMethodResponseACH.js +12 -1
  821. package/dist/zuora_api/model/PaymentMethodResponseApplePay.js +12 -1
  822. package/dist/zuora_api/model/PaymentMethodResponseBankTransfer.js +12 -1
  823. package/dist/zuora_api/model/PaymentMethodResponseCreditCard.js +12 -1
  824. package/dist/zuora_api/model/PaymentMethodResponseGooglePay.js +12 -1
  825. package/dist/zuora_api/model/PaymentMethodResponseMandateInfo.js +12 -1
  826. package/dist/zuora_api/model/PaymentMethodResponsePayPal.js +12 -1
  827. package/dist/zuora_api/model/PaymentMethodSnapshotResponse.js +12 -1
  828. package/dist/zuora_api/model/PaymentMethodTransactionLogResponse.js +12 -1
  829. package/dist/zuora_api/model/PaymentMethodUpdaterInstanceResponse.js +12 -1
  830. package/dist/zuora_api/model/PaymentMethodUpdaterInstancesResponse.js +12 -1
  831. package/dist/zuora_api/model/PaymentPart.js +12 -1
  832. package/dist/zuora_api/model/PaymentRequestFinanceInformation.js +12 -1
  833. package/dist/zuora_api/model/PaymentResponse.js +12 -1
  834. package/dist/zuora_api/model/PaymentRun.js +12 -1
  835. package/dist/zuora_api/model/PaymentRunResponse.js +12 -1
  836. package/dist/zuora_api/model/PaymentSchedule.js +12 -1
  837. package/dist/zuora_api/model/PaymentScheduleBillingDocument.js +13 -2
  838. package/dist/zuora_api/model/PaymentScheduleItem.js +12 -1
  839. package/dist/zuora_api/model/PaymentScheduleItemResponse.js +12 -1
  840. package/dist/zuora_api/model/PaymentScheduleLinkedPaymentID.js +12 -1
  841. package/dist/zuora_api/model/PaymentSchedulePaymentOptionFields.js +12 -1
  842. package/dist/zuora_api/model/PaymentSchedulePaymentOptionFieldsDetail.js +12 -1
  843. package/dist/zuora_api/model/PaymentScheduleResponse.js +12 -1
  844. package/dist/zuora_api/model/PaymentTransactionLogResponse.js +12 -1
  845. package/dist/zuora_api/model/PaymentVolumeSummaryRecord.js +12 -1
  846. package/dist/zuora_api/model/PaymentWithCustomRates.js +13 -2
  847. package/dist/zuora_api/model/PostAsyncInvoiceRequest.js +12 -1
  848. package/dist/zuora_api/model/PostAttachmentResponse.js +12 -1
  849. package/dist/zuora_api/model/PostAttachmentsRequest.js +13 -2
  850. package/dist/zuora_api/model/PostBillRunRequest.js +13 -2
  851. package/dist/zuora_api/model/PostBusinessRegionsRequest.js +13 -2
  852. package/dist/zuora_api/model/PostCompareTemplateRequest.js +12 -1
  853. package/dist/zuora_api/model/PostCreateOrUpdateEmailTemplateRequest.js +12 -1
  854. package/dist/zuora_api/model/PostCreateOrUpdateEmailTemplateRequestFormat.js +13 -22
  855. package/dist/zuora_api/model/PostCreditMemoRequest.js +12 -1
  856. package/dist/zuora_api/model/PostCustomObjectDefinitionFieldDefinitionRequest.js +13 -2
  857. package/dist/zuora_api/model/PostCustomObjectDefinitionsRequest.js +12 -1
  858. package/dist/zuora_api/model/PostCustomObjectDefinitionsRequestDefinition.js +13 -2
  859. package/dist/zuora_api/model/PostCustomObjectRecordsRequest.js +13 -2
  860. package/dist/zuora_api/model/PostCustomObjectRecordsResponse.js +12 -1
  861. package/dist/zuora_api/model/PostEventTriggerRequest.js +13 -2
  862. package/dist/zuora_api/model/PostInvoiceRequest.js +12 -1
  863. package/dist/zuora_api/model/PostPublicEmailTemplateRequest.js +13 -10
  864. package/dist/zuora_api/model/PostPublicNotificationDefinitionRequest.js +13 -2
  865. package/dist/zuora_api/model/PostPublicNotificationDefinitionRequestCallout.js +13 -2
  866. package/dist/zuora_api/model/PostPublicNotificationDefinitionRequestFilterRule.js +13 -2
  867. package/dist/zuora_api/model/PostResendCalloutNotifications.js +13 -2
  868. package/dist/zuora_api/model/PostResendEmailNotifications.js +13 -2
  869. package/dist/zuora_api/model/PostRunWorkflow400Response.js +12 -1
  870. package/dist/zuora_api/model/PostRunWorkflow406Response.js +12 -1
  871. package/dist/zuora_api/model/PostScheduledEventRequest.js +13 -2
  872. package/dist/zuora_api/model/PostScheduledEventRequestParametersValue.js +12 -1
  873. package/dist/zuora_api/model/PostServiceProviderRequest.js +13 -2
  874. package/dist/zuora_api/model/PostWorkflowDefinitionImportRequest.js +12 -1
  875. package/dist/zuora_api/model/PostWorkflowVersionsImportRequest.js +12 -1
  876. package/dist/zuora_api/model/PreviewAccountInfo.js +26 -2
  877. package/dist/zuora_api/model/PreviewChargeMetrics.js +12 -1
  878. package/dist/zuora_api/model/PreviewChargeMetricsCmrr.js +12 -1
  879. package/dist/zuora_api/model/PreviewChargeMetricsTax.js +12 -1
  880. package/dist/zuora_api/model/PreviewChargeMetricsTcb.js +12 -1
  881. package/dist/zuora_api/model/PreviewChargeMetricsTcv.js +12 -1
  882. package/dist/zuora_api/model/PreviewContactInfo.js +12 -1
  883. package/dist/zuora_api/model/PreviewExistingSubscriptionCreditMemoItemResult.js +12 -1
  884. package/dist/zuora_api/model/PreviewExistingSubscriptionDiscountDetails.js +12 -1
  885. package/dist/zuora_api/model/PreviewExistingSubscriptionInvoiceItemResult.js +12 -1
  886. package/dist/zuora_api/model/PreviewExistingSubscriptionRequest.js +12 -1
  887. package/dist/zuora_api/model/PreviewExistingSubscriptionResponse.js +12 -1
  888. package/dist/zuora_api/model/PreviewExistingSubscriptionResultCreditMemos.js +12 -1
  889. package/dist/zuora_api/model/PreviewExistingSubscriptionResultInvoices.js +12 -1
  890. package/dist/zuora_api/model/PreviewOptions.js +12 -1
  891. package/dist/zuora_api/model/PreviewOrderAsyncRequest.js +13 -6
  892. package/dist/zuora_api/model/PreviewOrderAsyncResponse.js +12 -1
  893. package/dist/zuora_api/model/PreviewOrderChargeOverride.js +13 -2
  894. package/dist/zuora_api/model/PreviewOrderChargeUpdate.js +12 -1
  895. package/dist/zuora_api/model/PreviewOrderCreateSubscription.js +25 -1
  896. package/dist/zuora_api/model/PreviewOrderCreateSubscriptionTerms.js +13 -2
  897. package/dist/zuora_api/model/PreviewOrderOrderAction.js +13 -2
  898. package/dist/zuora_api/model/PreviewOrderPricingUpdate.js +12 -1
  899. package/dist/zuora_api/model/PreviewOrderRatePlanOverride.js +13 -2
  900. package/dist/zuora_api/model/PreviewOrderRatePlanUpdate.js +12 -1
  901. package/dist/zuora_api/model/PreviewOrderRequest.js +17 -10
  902. package/dist/zuora_api/model/PreviewOrderResponse.js +12 -1
  903. package/dist/zuora_api/model/PreviewOrderResult.js +12 -1
  904. package/dist/zuora_api/model/PreviewOrderResultChargeMetrics.js +12 -1
  905. package/dist/zuora_api/model/PreviewOrderResultCreditMemos.js +12 -1
  906. package/dist/zuora_api/model/PreviewOrderResultDeltaMetrics.js +12 -1
  907. package/dist/zuora_api/model/PreviewOrderResultInvoices.js +12 -1
  908. package/dist/zuora_api/model/PreviewOrderSubscriptionOwnerAccount.js +13 -2
  909. package/dist/zuora_api/model/PreviewOrderSubscriptions.js +174 -0
  910. package/dist/zuora_api/model/PreviewOrderSubscriptionsAsync.js +43 -1
  911. package/dist/zuora_api/model/PreviewPaymentSchedule.js +12 -1
  912. package/dist/zuora_api/model/PreviewResultOrderMetricsInner.js +12 -1
  913. package/dist/zuora_api/model/PreviewResultOrderMetricsInnerOrderActionsInner.js +12 -1
  914. package/dist/zuora_api/model/PreviewStartDate.js +12 -1
  915. package/dist/zuora_api/model/PreviewSubscriptionAccountInfo.js +13 -2
  916. package/dist/zuora_api/model/PreviewSubscriptionBillToContact.js +12 -1
  917. package/dist/zuora_api/model/PreviewSubscriptionInvoice.js +12 -1
  918. package/dist/zuora_api/model/PreviewSubscriptionInvoiceItem.js +12 -1
  919. package/dist/zuora_api/model/PreviewSubscriptionRequest.js +13 -2
  920. package/dist/zuora_api/model/PreviewSubscriptionResponse.js +12 -1
  921. package/dist/zuora_api/model/PreviewThroughDate.js +12 -1
  922. package/dist/zuora_api/model/PriceChangeParams.js +12 -5
  923. package/dist/zuora_api/model/PricingUpdate.js +12 -1
  924. package/dist/zuora_api/model/ProcessingOptions.js +12 -1
  925. package/dist/zuora_api/model/ProcessingOptionsWithDelayedCapturePayment.js +12 -1
  926. package/dist/zuora_api/model/Product.js +12 -1
  927. package/dist/zuora_api/model/ProductFeature.js +12 -1
  928. package/dist/zuora_api/model/ProductObjectNSFields.js +12 -1
  929. package/dist/zuora_api/model/ProductRatePlan.js +12 -1
  930. package/dist/zuora_api/model/ProductRatePlanCharge.js +21 -1
  931. package/dist/zuora_api/model/ProductRatePlanChargeObjectNSFields.js +12 -1
  932. package/dist/zuora_api/model/ProductRatePlanChargeTier.js +12 -1
  933. package/dist/zuora_api/model/ProductRatePlanChargeTierData.js +12 -1
  934. package/dist/zuora_api/model/ProductRatePlanObjectNSFields.js +12 -1
  935. package/dist/zuora_api/model/ProductRatePlanWithExternalId.js +12 -1
  936. package/dist/zuora_api/model/ProrationOption.js +73 -0
  937. package/dist/zuora_api/model/ProxyActioncreateRequest.js +13 -2
  938. package/dist/zuora_api/model/ProxyActiondeleteRequest.js +13 -2
  939. package/dist/zuora_api/model/ProxyActionqueryMoreRequest.js +13 -2
  940. package/dist/zuora_api/model/ProxyActionqueryMoreRequestConf.js +12 -1
  941. package/dist/zuora_api/model/ProxyActionqueryMoreResponse.js +12 -1
  942. package/dist/zuora_api/model/ProxyActionqueryRequest.js +13 -2
  943. package/dist/zuora_api/model/ProxyActionqueryResponse.js +12 -1
  944. package/dist/zuora_api/model/ProxyActionupdateRequest.js +13 -2
  945. package/dist/zuora_api/model/ProxyBadRequestResponse.js +12 -1
  946. package/dist/zuora_api/model/ProxyBadRequestResponseErrorsInner.js +12 -1
  947. package/dist/zuora_api/model/ProxyCreateOrModifyResponse.js +12 -1
  948. package/dist/zuora_api/model/ProxyCreateTaxationItemRequest.js +13 -2
  949. package/dist/zuora_api/model/ProxyDeleteResponse.js +12 -1
  950. package/dist/zuora_api/model/ProxyGetImport.js +12 -1
  951. package/dist/zuora_api/model/ProxyNoDataResponse.js +12 -1
  952. package/dist/zuora_api/model/ProxyPostImport.js +12 -1
  953. package/dist/zuora_api/model/ProxyUnauthorizedResponse.js +12 -1
  954. package/dist/zuora_api/model/PutAttachmentRequest.js +12 -1
  955. package/dist/zuora_api/model/PutBusinessRegionRequest.js +12 -1
  956. package/dist/zuora_api/model/PutEventTriggerRequest.js +12 -1
  957. package/dist/zuora_api/model/PutEventTriggerRequestEventType.js +12 -1
  958. package/dist/zuora_api/model/PutPublicEmailTemplateRequest.js +12 -5
  959. package/dist/zuora_api/model/PutPublicNotificationDefinitionRequest.js +12 -1
  960. package/dist/zuora_api/model/PutPublicNotificationDefinitionRequestCallout.js +13 -2
  961. package/dist/zuora_api/model/PutPublicNotificationDefinitionRequestFilterRule.js +13 -2
  962. package/dist/zuora_api/model/PutRevproAccCodeResponse.js +12 -1
  963. package/dist/zuora_api/model/PutScheduledEventRequest.js +12 -1
  964. package/dist/zuora_api/model/PutServiceProviderRequest.js +13 -2
  965. package/dist/zuora_api/model/PutTasksRequest.js +12 -1
  966. package/dist/zuora_api/model/QuantityForUsageCharges.js +12 -1
  967. package/dist/zuora_api/model/QueryAccountsResponse.js +23 -12
  968. package/dist/zuora_api/model/QueryAmendmentsResponse.js +23 -12
  969. package/dist/zuora_api/model/QueryBillingRunsResponse.js +23 -12
  970. package/dist/zuora_api/model/QueryContactsResponse.js +23 -12
  971. package/dist/zuora_api/model/QueryCreditMemoApplicationsResponse.js +23 -12
  972. package/dist/zuora_api/model/QueryCreditMemoItemsResponse.js +23 -12
  973. package/dist/zuora_api/model/QueryCreditMemosResponse.js +23 -12
  974. package/dist/zuora_api/model/QueryCustomObjectRecordsResponse.js +13 -2
  975. package/dist/zuora_api/model/QueryCustomObjectsResponse.js +23 -12
  976. package/dist/zuora_api/model/QueryDailyConsumptionSummarysResponse.js +23 -12
  977. package/dist/zuora_api/model/QueryDebitMemoItemsResponse.js +23 -12
  978. package/dist/zuora_api/model/QueryDebitMemosResponse.js +23 -12
  979. package/dist/zuora_api/model/QueryInvoiceItemsResponse.js +23 -12
  980. package/dist/zuora_api/model/QueryInvoicesResponse.js +23 -12
  981. package/dist/zuora_api/model/QueryOrderActionsResponse.js +23 -12
  982. package/dist/zuora_api/model/QueryOrderLineItemsResponse.js +23 -12
  983. package/dist/zuora_api/model/QueryOrderssResponse.js +23 -12
  984. package/dist/zuora_api/model/QueryPaymentApplicationsResponse.js +23 -12
  985. package/dist/zuora_api/model/QueryPaymentMethodSnapshotsResponse.js +23 -12
  986. package/dist/zuora_api/model/QueryPaymentMethodsResponse.js +23 -12
  987. package/dist/zuora_api/model/QueryPaymentRunsResponse.js +23 -12
  988. package/dist/zuora_api/model/QueryPaymentScheduleItemsResponse.js +23 -12
  989. package/dist/zuora_api/model/QueryPaymentSchedulesResponse.js +23 -12
  990. package/dist/zuora_api/model/QueryPaymentsResponse.js +23 -12
  991. package/dist/zuora_api/model/QueryPrepaidBalanceFundsResponse.js +23 -12
  992. package/dist/zuora_api/model/QueryPrepaidBalanceTransactionsResponse.js +23 -12
  993. package/dist/zuora_api/model/QueryPrepaidBalancesResponse.js +23 -12
  994. package/dist/zuora_api/model/QueryProcessedUsagesResponse.js +23 -12
  995. package/dist/zuora_api/model/QueryProductRatePlanChargeTiersResponse.js +23 -12
  996. package/dist/zuora_api/model/QueryProductRatePlanChargesResponse.js +23 -12
  997. package/dist/zuora_api/model/QueryProductRatePlansResponse.js +23 -12
  998. package/dist/zuora_api/model/QueryProductsResponse.js +23 -12
  999. package/dist/zuora_api/model/QueryRatePlanChargeTiersResponse.js +23 -12
  1000. package/dist/zuora_api/model/QueryRatePlanChargesResponse.js +23 -12
  1001. package/dist/zuora_api/model/QueryRatePlansResponse.js +23 -12
  1002. package/dist/zuora_api/model/QueryRatingResultsResponse.js +23 -12
  1003. package/dist/zuora_api/model/QueryRefundApplicationItemsResponse.js +23 -12
  1004. package/dist/zuora_api/model/QueryRefundApplicationsResponse.js +23 -12
  1005. package/dist/zuora_api/model/QueryRefundsResponse.js +23 -12
  1006. package/dist/zuora_api/model/QuerySubscriptionsResponse.js +23 -12
  1007. package/dist/zuora_api/model/QueryTaxationItemsResponse.js +23 -12
  1008. package/dist/zuora_api/model/QueryUsagesResponse.js +23 -12
  1009. package/dist/zuora_api/model/QueryValidityPeriodSummarysResponse.js +23 -12
  1010. package/dist/zuora_api/model/QuoteObjectFields.js +12 -1
  1011. package/dist/zuora_api/model/RSASignatureResponse.js +12 -1
  1012. package/dist/zuora_api/model/RampChargeRequest.js +12 -1
  1013. package/dist/zuora_api/model/RampChargeResponse.js +12 -1
  1014. package/dist/zuora_api/model/RampIntervalChargeDeltaMetrics.js +12 -1
  1015. package/dist/zuora_api/model/RampIntervalChargeDeltaMetricsDeltaMrrInner.js +12 -1
  1016. package/dist/zuora_api/model/RampIntervalChargeDeltaMetricsDeltaQuantityInner.js +12 -1
  1017. package/dist/zuora_api/model/RampIntervalChargeMetrics.js +12 -1
  1018. package/dist/zuora_api/model/RampIntervalChargeMetricsMrrInner.js +12 -1
  1019. package/dist/zuora_api/model/RampIntervalMetrics.js +12 -1
  1020. package/dist/zuora_api/model/RampIntervalRequest.js +13 -2
  1021. package/dist/zuora_api/model/RampIntervalResponse.js +12 -1
  1022. package/dist/zuora_api/model/RampMetrics.js +12 -1
  1023. package/dist/zuora_api/model/RampResponse.js +12 -1
  1024. package/dist/zuora_api/model/RatePlan.js +12 -1
  1025. package/dist/zuora_api/model/RatePlanChangeLog.js +167 -0
  1026. package/dist/zuora_api/model/RatePlanChargeChangeLog.js +175 -0
  1027. package/dist/zuora_api/model/RatePlanChargeObjectCustomFields.js +12 -1
  1028. package/dist/zuora_api/model/RatePlanChargeOverridePricing.js +12 -1
  1029. package/dist/zuora_api/model/RatePlanChargeSegment.js +72 -1
  1030. package/dist/zuora_api/model/RatePlanChargeSegmentInfo.js +56 -1
  1031. package/dist/zuora_api/model/RatePlanChargeTier.js +12 -1
  1032. package/dist/zuora_api/model/RatePlanFeatureOverride.js +12 -1
  1033. package/dist/zuora_api/model/RatePlanObjectCustomFields.js +12 -1
  1034. package/dist/zuora_api/model/RatePlanOverride.js +14 -3
  1035. package/dist/zuora_api/model/RatePlanUpdate.js +12 -1
  1036. package/dist/zuora_api/model/RatingGroupsOperatorType.js +58 -0
  1037. package/dist/zuora_api/model/RatingPropertiesOverride.js +124 -0
  1038. package/dist/zuora_api/model/ReconcileRefundRequest.js +12 -1
  1039. package/dist/zuora_api/model/RecurringDeliveryPricingOverride.js +12 -5
  1040. package/dist/zuora_api/model/RecurringDeliveryPricingUpdate.js +12 -5
  1041. package/dist/zuora_api/model/RecurringFlatFeePricingOverride.js +12 -5
  1042. package/dist/zuora_api/model/RecurringFlatFeePricingUpdate.js +12 -5
  1043. package/dist/zuora_api/model/RecurringPerUnitPricingOverride.js +12 -5
  1044. package/dist/zuora_api/model/RecurringPerUnitPricingUpdate.js +12 -5
  1045. package/dist/zuora_api/model/RecurringTieredPricingOverride.js +12 -5
  1046. package/dist/zuora_api/model/RecurringTieredPricingUpdate.js +12 -5
  1047. package/dist/zuora_api/model/RecurringVolumePricingOverride.js +12 -5
  1048. package/dist/zuora_api/model/RecurringVolumePricingUpdate.js +12 -5
  1049. package/dist/zuora_api/model/Refund.js +12 -1
  1050. package/dist/zuora_api/model/RefundCreditMemoItemRequest.js +13 -2
  1051. package/dist/zuora_api/model/RefundCreditMemoRequest.js +13 -2
  1052. package/dist/zuora_api/model/RefundCreditMemoResponse.js +12 -1
  1053. package/dist/zuora_api/model/RefundEntityPrefix.js +12 -1
  1054. package/dist/zuora_api/model/RefundItemPart.js +12 -1
  1055. package/dist/zuora_api/model/RefundObjectCustomFields.js +12 -1
  1056. package/dist/zuora_api/model/RefundObjectNSFields.js +12 -1
  1057. package/dist/zuora_api/model/RefundPart.js +12 -1
  1058. package/dist/zuora_api/model/RefundRequestFinanceInformation.js +12 -1
  1059. package/dist/zuora_api/model/RefundResponse.js +12 -1
  1060. package/dist/zuora_api/model/RegenerateBillingRequest.js +12 -1
  1061. package/dist/zuora_api/model/RegenerateBookingRequest.js +12 -1
  1062. package/dist/zuora_api/model/RegenerateRevRecEventsResponse.js +12 -1
  1063. package/dist/zuora_api/model/RegenerateTransactionObjectResponse.js +12 -1
  1064. package/dist/zuora_api/model/RejectPaymentRequest.js +12 -1
  1065. package/dist/zuora_api/model/RemoveCatalogGroupProductRatePlan.js +12 -1
  1066. package/dist/zuora_api/model/RemoveSubscriptionRatePlan.js +13 -2
  1067. package/dist/zuora_api/model/RenewSubscriptionRequest.js +12 -1
  1068. package/dist/zuora_api/model/RenewSubscriptionResponse.js +12 -1
  1069. package/dist/zuora_api/model/RenewalTerm.js +12 -1
  1070. package/dist/zuora_api/model/ResendCalloutNotificationsFailedResponse.js +12 -1
  1071. package/dist/zuora_api/model/ResendCalloutNotificationsFailedResponseValue.js +12 -1
  1072. package/dist/zuora_api/model/ResendEmailNotificationsFailedResponse.js +12 -1
  1073. package/dist/zuora_api/model/ResendEmailNotificationsFailedResponseValue.js +12 -1
  1074. package/dist/zuora_api/model/ResumeSubscriptionRequest.js +13 -2
  1075. package/dist/zuora_api/model/ResumeSubscriptionResponse.js +12 -1
  1076. package/dist/zuora_api/model/RetryPaymentScheduleItem.js +12 -1
  1077. package/dist/zuora_api/model/RetryPaymentScheduleItemRequest.js +12 -1
  1078. package/dist/zuora_api/model/RetryPaymentScheduleItemResponse.js +12 -1
  1079. package/dist/zuora_api/model/ReverseCreditMemoRequest.js +38 -1
  1080. package/dist/zuora_api/model/ReverseCreditMemoResponse.js +12 -1
  1081. package/dist/zuora_api/model/ReverseCreditMemoResponseCreditMemo.js +12 -1
  1082. package/dist/zuora_api/model/ReverseCreditMemoResponseDebitMemo.js +12 -1
  1083. package/dist/zuora_api/model/ReverseInvoiceRequest.js +38 -1
  1084. package/dist/zuora_api/model/ReverseInvoiceResponse.js +12 -1
  1085. package/dist/zuora_api/model/ReverseInvoiceResponseCreditMemo.js +12 -1
  1086. package/dist/zuora_api/model/ReverseInvoiceResponseDebitMemo.js +12 -1
  1087. package/dist/zuora_api/model/ReversePaymentRequest.js +13 -2
  1088. package/dist/zuora_api/model/RevertOrderRequest.js +120 -0
  1089. package/dist/zuora_api/model/RevertOrderResponse.js +246 -0
  1090. package/dist/zuora_api/model/RevproAccountingCodes.js +13 -2
  1091. package/dist/zuora_api/model/SaveResult.js +12 -1
  1092. package/dist/zuora_api/model/ServiceProvider.js +12 -1
  1093. package/dist/zuora_api/model/ServiceProviderResponse.js +12 -1
  1094. package/dist/zuora_api/model/SettingComponentKeyValue.js +12 -1
  1095. package/dist/zuora_api/model/SettingItemHttpOperation.js +12 -1
  1096. package/dist/zuora_api/model/SettingItemHttpRequestParameter.js +12 -1
  1097. package/dist/zuora_api/model/SettingItemWithOperationsInformation.js +12 -1
  1098. package/dist/zuora_api/model/SettingSourceComponentResponse.js +12 -1
  1099. package/dist/zuora_api/model/SettingValueRequest.js +12 -1
  1100. package/dist/zuora_api/model/SettingValueResponse.js +12 -1
  1101. package/dist/zuora_api/model/SettingValueResponseWrapper.js +12 -1
  1102. package/dist/zuora_api/model/SettingsBatchRequest.js +12 -1
  1103. package/dist/zuora_api/model/SettingsBatchResponse.js +12 -1
  1104. package/dist/zuora_api/model/SettlePaymentRequest.js +12 -1
  1105. package/dist/zuora_api/model/SignUpCreatePMPayPalECPayPalNativeEC.js +12 -1
  1106. package/dist/zuora_api/model/SignUpCreatePaymentMethodCardholderInfo.js +13 -2
  1107. package/dist/zuora_api/model/SignUpCreatePaymentMethodCommon.js +12 -1
  1108. package/dist/zuora_api/model/SignUpCreatePaymentMethodCreditCard.js +12 -1
  1109. package/dist/zuora_api/model/SignUpCreatePaymentMethodCreditCardReferenceTransaction.js +12 -1
  1110. package/dist/zuora_api/model/SignUpCreatePaymentMethodPayPalAdaptive.js +12 -1
  1111. package/dist/zuora_api/model/SignUpPaymentMethod.js +13 -2
  1112. package/dist/zuora_api/model/SignUpPaymentMethodObjectCustomFields.js +12 -1
  1113. package/dist/zuora_api/model/SignUpRequest.js +12 -1
  1114. package/dist/zuora_api/model/SignUpResponse.js +12 -1
  1115. package/dist/zuora_api/model/SignUpResponseReasons.js +12 -1
  1116. package/dist/zuora_api/model/SignUpTaxInfo.js +12 -5
  1117. package/dist/zuora_api/model/StoredCredentialProfileResponse.js +12 -1
  1118. package/dist/zuora_api/model/StoredCredentialProfilesResponse.js +12 -1
  1119. package/dist/zuora_api/model/SubmitDataQueryRequest.js +13 -2
  1120. package/dist/zuora_api/model/SubmitDataQueryRequestOutput.js +13 -2
  1121. package/dist/zuora_api/model/SubmitDataQueryResponse.js +12 -1
  1122. package/dist/zuora_api/model/SubscribeToProduct.js +15 -4
  1123. package/dist/zuora_api/model/SubscriptionChangeLog.js +323 -0
  1124. package/dist/zuora_api/model/SubscriptionCreditMemo.js +12 -1
  1125. package/dist/zuora_api/model/SubscriptionCreditMemoItem.js +12 -1
  1126. package/dist/zuora_api/model/SubscriptionData.js +12 -1
  1127. package/dist/zuora_api/model/SubscriptionMetrics.js +30 -1
  1128. package/dist/zuora_api/model/SubscriptionObjectNSFields.js +12 -1
  1129. package/dist/zuora_api/model/SubscriptionObjectQTFields.js +12 -1
  1130. package/dist/zuora_api/model/SubscriptionProductFeature.js +12 -1
  1131. package/dist/zuora_api/model/SubscriptionRatePlan.js +12 -1
  1132. package/dist/zuora_api/model/SubscriptionStatusHistory.js +12 -1
  1133. package/dist/zuora_api/model/SubscriptionTaxationItem.js +12 -1
  1134. package/dist/zuora_api/model/SuspendSubscriptionRequest.js +13 -2
  1135. package/dist/zuora_api/model/SuspendSubscriptionResponse.js +12 -1
  1136. package/dist/zuora_api/model/SystemHealthErrorResponse.js +12 -1
  1137. package/dist/zuora_api/model/Task.js +13 -2
  1138. package/dist/zuora_api/model/TasksResponse.js +12 -1
  1139. package/dist/zuora_api/model/TasksResponsePagination.js +12 -1
  1140. package/dist/zuora_api/model/TaxInfo.js +12 -5
  1141. package/dist/zuora_api/model/TaxItemsFinanceInformation.js +12 -1
  1142. package/dist/zuora_api/model/TaxationItem.js +12 -1
  1143. package/dist/zuora_api/model/TaxationItemFinanceInformation.js +12 -1
  1144. package/dist/zuora_api/model/TaxationItemsData.js +12 -1
  1145. package/dist/zuora_api/model/TaxationItemsDataResponse.js +12 -1
  1146. package/dist/zuora_api/model/TemplateDetailResponse.js +12 -1
  1147. package/dist/zuora_api/model/TemplateMigrationClientRequest.js +13 -2
  1148. package/dist/zuora_api/model/TemplateResponse.js +12 -1
  1149. package/dist/zuora_api/model/TermInfo.js +13 -2
  1150. package/dist/zuora_api/model/Tier.js +13 -2
  1151. package/dist/zuora_api/model/TimeSlicedElpNetMetrics.js +12 -1
  1152. package/dist/zuora_api/model/TimeSlicedMetrics.js +12 -1
  1153. package/dist/zuora_api/model/TimeSlicedNetMetrics.js +12 -1
  1154. package/dist/zuora_api/model/TimeSlicedTcbNetMetrics.js +12 -1
  1155. package/dist/zuora_api/model/TokenResponse.js +12 -1
  1156. package/dist/zuora_api/model/TransferPayment.js +12 -1
  1157. package/dist/zuora_api/model/TriggerDate.js +12 -1
  1158. package/dist/zuora_api/model/TriggerParams.js +12 -1
  1159. package/dist/zuora_api/model/UnapplyCreditMemoItemToDebitMemoItem.js +13 -2
  1160. package/dist/zuora_api/model/UnapplyCreditMemoItemToInvoiceItem.js +13 -2
  1161. package/dist/zuora_api/model/UnapplyCreditMemoRequest.js +12 -1
  1162. package/dist/zuora_api/model/UnapplyCreditMemoToDebitMemo.js +13 -2
  1163. package/dist/zuora_api/model/UnapplyCreditMemoToInvoice.js +13 -2
  1164. package/dist/zuora_api/model/UnapplyPaymentDebitMemoApplication.js +13 -2
  1165. package/dist/zuora_api/model/UnapplyPaymentDebitMemoApplicationItem.js +13 -2
  1166. package/dist/zuora_api/model/UnapplyPaymentInvoiceApplication.js +13 -2
  1167. package/dist/zuora_api/model/UnapplyPaymentInvoiceApplicationItem.js +13 -2
  1168. package/dist/zuora_api/model/UnapplyPaymentRequest.js +12 -1
  1169. package/dist/zuora_api/model/UpdateAccountContact.js +14 -3
  1170. package/dist/zuora_api/model/UpdateAccountRequest.js +59 -1
  1171. package/dist/zuora_api/model/UpdateAccountingCodeRequest.js +12 -1
  1172. package/dist/zuora_api/model/UpdateAccountingPeriodRequest.js +12 -1
  1173. package/dist/zuora_api/model/UpdateBasicSummaryJournalEntryRequest.js +12 -1
  1174. package/dist/zuora_api/model/UpdateCatalogGroupRequest.js +12 -1
  1175. package/dist/zuora_api/model/UpdateContactRequest.js +39 -1
  1176. package/dist/zuora_api/model/UpdateCreditMemoItem.js +35 -2
  1177. package/dist/zuora_api/model/UpdateCreditMemoRequest.js +12 -1
  1178. package/dist/zuora_api/model/UpdateCreditMemoTaxItemFinanceInformation.js +12 -1
  1179. package/dist/zuora_api/model/UpdateCreditMemoTaxItemRequest.js +13 -2
  1180. package/dist/zuora_api/model/UpdateCreditMemoWithId.js +12 -1
  1181. package/dist/zuora_api/model/UpdateCustomObjectCusotmField.js +12 -1
  1182. package/dist/zuora_api/model/UpdateDebitMemoItem.js +35 -2
  1183. package/dist/zuora_api/model/UpdateDebitMemoRequest.js +12 -1
  1184. package/dist/zuora_api/model/UpdateDebitMemoTaxItemFinanceInformation.js +12 -1
  1185. package/dist/zuora_api/model/UpdateDebitMemoTaxItemRequest.js +13 -2
  1186. package/dist/zuora_api/model/UpdateDebitMemoWithId.js +12 -1
  1187. package/dist/zuora_api/model/UpdateDebitMemosDueDatesRequest.js +12 -1
  1188. package/dist/zuora_api/model/UpdateDiscountInvoiceItem.js +53 -2
  1189. package/dist/zuora_api/model/UpdateFulfillmentItemRequest.js +12 -1
  1190. package/dist/zuora_api/model/UpdateFulfillmentRequest.js +13 -2
  1191. package/dist/zuora_api/model/UpdateInvoiceItem.js +61 -1
  1192. package/dist/zuora_api/model/UpdateInvoiceRequest.js +12 -1
  1193. package/dist/zuora_api/model/UpdateInvoiceResponse.js +12 -1
  1194. package/dist/zuora_api/model/UpdateInvoiceScheduleItem.js +12 -1
  1195. package/dist/zuora_api/model/UpdateInvoiceScheduleRequest.js +12 -1
  1196. package/dist/zuora_api/model/UpdateJournalEntryItemRequest.js +13 -2
  1197. package/dist/zuora_api/model/UpdateOpenPaymentMethodTypeRequest.js +13 -2
  1198. package/dist/zuora_api/model/UpdateOrderAction.js +12 -1
  1199. package/dist/zuora_api/model/UpdateOrderActionChargeTriggerDate.js +12 -1
  1200. package/dist/zuora_api/model/UpdateOrderActionRequest.js +12 -1
  1201. package/dist/zuora_api/model/UpdateOrderActionTriggerDate.js +12 -1
  1202. package/dist/zuora_api/model/UpdateOrderActionTriggerDates.js +13 -2
  1203. package/dist/zuora_api/model/UpdateOrderActionTriggerDatesRequest.js +13 -2
  1204. package/dist/zuora_api/model/UpdateOrderCustomFieldsRequest.js +12 -1
  1205. package/dist/zuora_api/model/UpdateOrderLineItem.js +54 -24
  1206. package/dist/zuora_api/model/UpdateOrderLineItemRequest.js +72 -27
  1207. package/dist/zuora_api/model/UpdateOrderRequest.js +13 -6
  1208. package/dist/zuora_api/model/UpdateOrderSubscriptionsCustomFields.js +12 -1
  1209. package/dist/zuora_api/model/UpdateOrderSubscriptionsOrderActionsCustomFields.js +12 -1
  1210. package/dist/zuora_api/model/UpdateOrderTriggerDateResponse.js +12 -1
  1211. package/dist/zuora_api/model/UpdateOrderTriggerDatesRequest.js +12 -1
  1212. package/dist/zuora_api/model/UpdateOrderTriggerDatesResponse.js +12 -1
  1213. package/dist/zuora_api/model/UpdatePaymentMethodRequest.js +12 -1
  1214. package/dist/zuora_api/model/UpdatePaymentMethodRequestCreditCardInfo.js +12 -1
  1215. package/dist/zuora_api/model/UpdatePaymentMethodResponse.js +12 -1
  1216. package/dist/zuora_api/model/UpdatePaymentRequest.js +12 -1
  1217. package/dist/zuora_api/model/UpdatePaymentRunRequest.js +12 -1
  1218. package/dist/zuora_api/model/UpdatePaymentScheduleItemRequest.js +12 -1
  1219. package/dist/zuora_api/model/UpdatePaymentScheduleRequest.js +12 -1
  1220. package/dist/zuora_api/model/UpdateProductRatePlanChargeRequest.js +13 -2
  1221. package/dist/zuora_api/model/UpdateProductRatePlanChargeTierRequest.js +12 -1
  1222. package/dist/zuora_api/model/UpdateProductRatePlanRequest.js +12 -1
  1223. package/dist/zuora_api/model/UpdateProductRequest.js +12 -1
  1224. package/dist/zuora_api/model/UpdateRatePlanCharge.js +13 -2
  1225. package/dist/zuora_api/model/UpdateRefundRequest.js +12 -1
  1226. package/dist/zuora_api/model/UpdateSequenceSetRequest.js +12 -1
  1227. package/dist/zuora_api/model/UpdateSequenceSetResponse.js +12 -1
  1228. package/dist/zuora_api/model/UpdateSubscriptionChargeCustomFields.js +12 -1
  1229. package/dist/zuora_api/model/UpdateSubscriptionChargeCustomFieldsOfASpecifiedVersion.js +12 -1
  1230. package/dist/zuora_api/model/UpdateSubscriptionCustomFieldsOfASpecifiedVersionRequest.js +12 -1
  1231. package/dist/zuora_api/model/UpdateSubscriptionCustomFieldsRequest.js +12 -1
  1232. package/dist/zuora_api/model/UpdateSubscriptionRatePlan.js +13 -2
  1233. package/dist/zuora_api/model/UpdateSubscriptionRatePlanCustomFields.js +12 -1
  1234. package/dist/zuora_api/model/UpdateSubscriptionRatePlanCustomFieldsOfASpecifiedVersion.js +13 -2
  1235. package/dist/zuora_api/model/UpdateSubscriptionRequest.js +12 -1
  1236. package/dist/zuora_api/model/UpdateSubscriptionResponse.js +12 -1
  1237. package/dist/zuora_api/model/UpdateTask.js +13 -2
  1238. package/dist/zuora_api/model/UpdateTaxationItemForFinanceInformation.js +12 -1
  1239. package/dist/zuora_api/model/UpdateTaxationItemRequest.js +12 -1
  1240. package/dist/zuora_api/model/UpdateUsageRequest.js +12 -1
  1241. package/dist/zuora_api/model/UpdaterPaymentMethodRequestAccountHolderInfo.js +12 -1
  1242. package/dist/zuora_api/model/UploadFileForCreditMemoRequest.js +12 -1
  1243. package/dist/zuora_api/model/UploadFileForDebitMemoRequest.js +12 -1
  1244. package/dist/zuora_api/model/UploadFileForInvoiceRequest.js +12 -1
  1245. package/dist/zuora_api/model/UploadFileResponse.js +12 -1
  1246. package/dist/zuora_api/model/UploadUsageFileRequest.js +13 -2
  1247. package/dist/zuora_api/model/UploadUsageFileResponse.js +12 -1
  1248. package/dist/zuora_api/model/Usage.js +12 -1
  1249. package/dist/zuora_api/model/UsageFlatFeePricingOverride.js +12 -5
  1250. package/dist/zuora_api/model/UsageFlatFeePricingUpdate.js +12 -5
  1251. package/dist/zuora_api/model/UsageItem.js +25 -1
  1252. package/dist/zuora_api/model/UsageOveragePricingOverride.js +12 -5
  1253. package/dist/zuora_api/model/UsageOveragePricingUpdate.js +12 -5
  1254. package/dist/zuora_api/model/UsagePerUnitPricingOverride.js +12 -5
  1255. package/dist/zuora_api/model/UsagePerUnitPricingUpdate.js +12 -5
  1256. package/dist/zuora_api/model/UsageTieredPricingOverride.js +12 -5
  1257. package/dist/zuora_api/model/UsageTieredPricingUpdate.js +12 -5
  1258. package/dist/zuora_api/model/UsageTieredWithOveragePricingOverride.js +12 -5
  1259. package/dist/zuora_api/model/UsageTieredWithOveragePricingUpdate.js +12 -5
  1260. package/dist/zuora_api/model/UsageValues.js +12 -1
  1261. package/dist/zuora_api/model/UsageVolumePricingOverride.js +12 -5
  1262. package/dist/zuora_api/model/UsageVolumePricingUpdate.js +12 -5
  1263. package/dist/zuora_api/model/UsagesResponse.js +12 -1
  1264. package/dist/zuora_api/model/ValidationErrors.js +12 -1
  1265. package/dist/zuora_api/model/ValidationReasons.js +12 -1
  1266. package/dist/zuora_api/model/VerifyPaymentMethodRequest.js +12 -1
  1267. package/dist/zuora_api/model/VerifyPaymentMethodResponse.js +12 -1
  1268. package/dist/zuora_api/model/Workflow.js +12 -1
  1269. package/dist/zuora_api/model/WorkflowDefinition.js +12 -1
  1270. package/dist/zuora_api/model/WorkflowDefinitionActiveVersion.js +12 -1
  1271. package/dist/zuora_api/model/WorkflowDefinitionAndVersions.js +12 -1
  1272. package/dist/zuora_api/model/WorkflowError.js +12 -1
  1273. package/dist/zuora_api/model/WorkflowInstance.js +12 -1
  1274. package/dist/zuora_api/model/WriteOffBehavior.js +12 -1
  1275. package/dist/zuora_api/model/WriteOffBehaviorFinanceInformation.js +12 -1
  1276. package/dist/zuora_api/model/WriteOffCreditMemoRequest.js +12 -1
  1277. package/dist/zuora_api/model/WriteOffCreditMemoResponse.js +12 -1
  1278. package/dist/zuora_api/model/WriteOffCreditMemoResponseDebitMemo.js +12 -1
  1279. package/dist/zuora_api/model/WriteOffDebitMemoRequest.js +306 -0
  1280. package/dist/zuora_api/model/WriteOffDebitMemoResponse.js +195 -0
  1281. package/dist/zuora_api/model/WriteOffInvoiceRequest.js +63 -1
  1282. package/dist/zuora_api/model/WriteOffInvoiceResponse.js +12 -1
  1283. package/dist/zuora_api/model/WriteOffInvoiceResponseCreditMemo.js +12 -1
  1284. package/dist/zuora_api/model/ZObject.js +12 -1
  1285. package/dist/zuora_api/model/ZObjectUpdate.js +13 -2
  1286. package/package.json +1 -1
  1287. package/src/ZuoraClient.js +20 -32
  1288. package/src/zuora_api/ApiClient.js +19 -2
  1289. package/src/zuora_api/api/APIHealthApi.js +1 -1
  1290. package/src/zuora_api/api/AccountingCodesApi.js +1 -1
  1291. package/src/zuora_api/api/AccountingPeriodsApi.js +1 -1
  1292. package/src/zuora_api/api/AccountsApi.js +1 -1
  1293. package/src/zuora_api/api/ActionsApi.js +1 -1
  1294. package/src/zuora_api/api/AdjustmentsApi.js +1 -1
  1295. package/src/zuora_api/api/AggregateQueriesApi.js +1 -1
  1296. package/src/zuora_api/api/AttachmentsApi.js +1 -1
  1297. package/src/zuora_api/api/BillRunApi.js +1 -1
  1298. package/src/zuora_api/api/BillRunHealthApi.js +1 -1
  1299. package/src/zuora_api/api/BillingDocumentsApi.js +1 -1
  1300. package/src/zuora_api/api/BillingPreviewRunApi.js +1 -1
  1301. package/src/zuora_api/api/BookingDateBackfillJobApi.js +1 -1
  1302. package/src/zuora_api/api/CatalogGroupsApi.js +1 -1
  1303. package/src/zuora_api/api/ConfigurationTemplatesApi.js +1 -1
  1304. package/src/zuora_api/api/ContactSnapshotsApi.js +1 -1
  1305. package/src/zuora_api/api/ContactsApi.js +1 -1
  1306. package/src/zuora_api/api/CreditMemosApi.js +1 -1
  1307. package/src/zuora_api/api/CustomEventTriggersApi.js +1 -1
  1308. package/src/zuora_api/api/CustomExchangeRatesApi.js +1 -1
  1309. package/src/zuora_api/api/CustomObjectDefinitionsApi.js +1 -1
  1310. package/src/zuora_api/api/CustomObjectJobsApi.js +1 -1
  1311. package/src/zuora_api/api/CustomObjectRecordsApi.js +1 -1
  1312. package/src/zuora_api/api/CustomPaymentMethodTypesApi.js +1 -1
  1313. package/src/zuora_api/api/CustomScheduledEventsApi.js +1 -1
  1314. package/src/zuora_api/api/DataBackfillJobApi.js +1 -1
  1315. package/src/zuora_api/api/DataQueriesApi.js +1 -1
  1316. package/src/zuora_api/api/DebitMemosApi.js +81 -1
  1317. package/src/zuora_api/api/DescribeApi.js +1 -1
  1318. package/src/zuora_api/api/EInvoicingApi.js +1 -1
  1319. package/src/zuora_api/api/ElectronicPaymentsHealthApi.js +1 -1
  1320. package/src/zuora_api/api/FilesApi.js +2 -2
  1321. package/src/zuora_api/api/FulfillmentsApi.js +1 -1
  1322. package/src/zuora_api/api/HostedPagesApi.js +1 -1
  1323. package/src/zuora_api/api/ImportsApi.js +1 -1
  1324. package/src/zuora_api/api/InvoiceSchedulesApi.js +1 -1
  1325. package/src/zuora_api/api/InvoicesApi.js +1 -1
  1326. package/src/zuora_api/api/JournalRunsApi.js +1 -1
  1327. package/src/zuora_api/api/MassUpdaterApi.js +1 -1
  1328. package/src/zuora_api/api/NotificationsApi.js +1 -1
  1329. package/src/zuora_api/api/OAuthApi.js +1 -1
  1330. package/src/zuora_api/api/ObjectQueriesApi.js +89 -341
  1331. package/src/zuora_api/api/OperationsApi.js +1 -1
  1332. package/src/zuora_api/api/OrderActionsApi.js +1 -1
  1333. package/src/zuora_api/api/OrderLineItemsApi.js +1 -1
  1334. package/src/zuora_api/api/OrdersApi.js +81 -1
  1335. package/src/zuora_api/api/PaymentAuthorizationApi.js +1 -1
  1336. package/src/zuora_api/api/PaymentGatewayReconciliationApi.js +1 -1
  1337. package/src/zuora_api/api/PaymentGatewaysApi.js +1 -1
  1338. package/src/zuora_api/api/PaymentMethodSnapshotsApi.js +1 -1
  1339. package/src/zuora_api/api/PaymentMethodTransactionLogsApi.js +1 -1
  1340. package/src/zuora_api/api/PaymentMethodUpdaterApi.js +1 -1
  1341. package/src/zuora_api/api/PaymentMethodsApi.js +1 -1
  1342. package/src/zuora_api/api/PaymentRunsApi.js +1 -1
  1343. package/src/zuora_api/api/PaymentSchedulesApi.js +1 -1
  1344. package/src/zuora_api/api/PaymentTransactionLogsApi.js +1 -1
  1345. package/src/zuora_api/api/PaymentsApi.js +1 -1
  1346. package/src/zuora_api/api/ProductRatePlanChargeTiersApi.js +1 -1
  1347. package/src/zuora_api/api/ProductRatePlanChargesApi.js +1 -1
  1348. package/src/zuora_api/api/ProductRatePlansApi.js +1 -1
  1349. package/src/zuora_api/api/ProductsApi.js +1 -1
  1350. package/src/zuora_api/api/RSASignaturesApi.js +1 -1
  1351. package/src/zuora_api/api/RampsApi.js +1 -1
  1352. package/src/zuora_api/api/RatePlansApi.js +1 -1
  1353. package/src/zuora_api/api/RefundsApi.js +1 -1
  1354. package/src/zuora_api/api/RegenerateApi.js +1 -1
  1355. package/src/zuora_api/api/{ZuoraRevenueIntegrationApi.js → RevenueAccountingCodesApi.js} +6 -6
  1356. package/src/zuora_api/api/RevenueIntegrationApi.js +826 -0
  1357. package/src/zuora_api/api/SequenceSetsApi.js +1 -1
  1358. package/src/zuora_api/api/SettingsApi.js +1 -1
  1359. package/src/zuora_api/api/SignUpApi.js +1 -1
  1360. package/src/zuora_api/api/SubscriptionChangeLogsApi.js +265 -0
  1361. package/src/zuora_api/api/SubscriptionsApi.js +1 -1
  1362. package/src/zuora_api/api/SummaryJournalEntriesApi.js +1 -1
  1363. package/src/zuora_api/api/TaxationItemsApi.js +1 -1
  1364. package/src/zuora_api/api/UsageApi.js +1 -1
  1365. package/src/zuora_api/api/WorkflowsApi.js +1 -1
  1366. package/src/zuora_api/index.js +171 -45
  1367. package/src/zuora_api/model/AccountBasicInfo.js +11 -1
  1368. package/src/zuora_api/model/AccountBillingAndPayment.js +11 -1
  1369. package/src/zuora_api/model/AccountCreditCardHolder.js +11 -1
  1370. package/src/zuora_api/model/AccountData.js +24 -2
  1371. package/src/zuora_api/model/AccountDetailResponse.js +23 -1
  1372. package/src/zuora_api/model/AccountEInvoiceProfile.js +15 -1
  1373. package/src/zuora_api/model/AccountMetrics.js +11 -1
  1374. package/src/zuora_api/model/AccountObjectNSFields.js +11 -1
  1375. package/src/zuora_api/model/AccountPMMandateInfo.js +11 -1
  1376. package/src/zuora_api/model/AccountSummaryBasicInfo.js +11 -1
  1377. package/src/zuora_api/model/AccountSummaryDefaultPaymentMethod.js +11 -1
  1378. package/src/zuora_api/model/AccountSummaryInvoice.js +11 -1
  1379. package/src/zuora_api/model/AccountSummaryPayment.js +11 -1
  1380. package/src/zuora_api/model/AccountSummaryPaymentInvoice.js +11 -1
  1381. package/src/zuora_api/model/AccountSummaryRatePlan.js +11 -1
  1382. package/src/zuora_api/model/AccountSummaryResponse.js +23 -1
  1383. package/src/zuora_api/model/AccountSummarySubscription.js +11 -1
  1384. package/src/zuora_api/model/AccountSummaryUsage.js +11 -1
  1385. package/src/zuora_api/model/AccountingCodeItemResponse.js +11 -1
  1386. package/src/zuora_api/model/ActionsErrorResponse.js +11 -1
  1387. package/src/zuora_api/model/AddSubscriptionComponent.js +12 -2
  1388. package/src/zuora_api/model/AddSubscriptionRatePlan.js +12 -2
  1389. package/src/zuora_api/model/ApiVolumeSummaryRecord.js +11 -1
  1390. package/src/zuora_api/model/ApplyCreditMemoItemToDebitMemoItem.js +12 -2
  1391. package/src/zuora_api/model/ApplyCreditMemoItemToInvoiceItem.js +12 -2
  1392. package/src/zuora_api/model/ApplyCreditMemoRequest.js +11 -1
  1393. package/src/zuora_api/model/ApplyCreditMemoToDebitMemo.js +12 -2
  1394. package/src/zuora_api/model/ApplyCreditMemoToInvoice.js +12 -2
  1395. package/src/zuora_api/model/ApplyPaymentDebitMemoApplication.js +12 -2
  1396. package/src/zuora_api/model/ApplyPaymentDebitMemoApplicationItem.js +12 -2
  1397. package/src/zuora_api/model/ApplyPaymentInvoiceApplication.js +12 -2
  1398. package/src/zuora_api/model/ApplyPaymentInvoiceApplicationItem.js +12 -2
  1399. package/src/zuora_api/model/ApplyPaymentRequest.js +11 -1
  1400. package/src/zuora_api/model/AsyncOperationResponse.js +11 -1
  1401. package/src/zuora_api/model/AsyncOrderJobResult.js +11 -1
  1402. package/src/zuora_api/model/AsyncOrderProcessingOptions.js +11 -1
  1403. package/src/zuora_api/model/AsyncOrderResultSubscriptions.js +11 -1
  1404. package/src/zuora_api/model/BadRequestErrors.js +11 -1
  1405. package/src/zuora_api/model/BadRequestResponse.js +11 -1
  1406. package/src/zuora_api/model/BillRun.js +11 -1
  1407. package/src/zuora_api/model/BillRunFilter.js +11 -1
  1408. package/src/zuora_api/model/BillRunResponse.js +11 -1
  1409. package/src/zuora_api/model/BillRunSchedule.js +11 -1
  1410. package/src/zuora_api/model/BillingAdjustment.js +11 -1
  1411. package/src/zuora_api/model/BillingAdjustmentExclusion.js +11 -1
  1412. package/src/zuora_api/model/BillingDocVolumeSummaryRecord.js +11 -1
  1413. package/src/zuora_api/model/BillingDocumentItemProcessingType.js +7 -0
  1414. package/src/zuora_api/model/BillingDocumentItemSourceType.js +14 -0
  1415. package/src/zuora_api/model/BillingDocumentQueryResponseElement.js +11 -1
  1416. package/src/zuora_api/model/BillingOptions.js +11 -1
  1417. package/src/zuora_api/model/BillingUpdate.js +11 -1
  1418. package/src/zuora_api/model/BookingDateJob.js +11 -1
  1419. package/src/zuora_api/model/BulkCreateCreditMemosFromChargeRequest.js +12 -2
  1420. package/src/zuora_api/model/BulkCreateCreditMemosFromInvoiceRequest.js +12 -2
  1421. package/src/zuora_api/model/BulkCreateCreditMemosRequest.js +1 -1
  1422. package/src/zuora_api/model/BulkCreateDebitMemosFromChargeRequest.js +12 -2
  1423. package/src/zuora_api/model/BulkCreateDebitMemosFromInvoiceRequest.js +12 -2
  1424. package/src/zuora_api/model/BulkCreateDebitMemosRequest.js +1 -1
  1425. package/src/zuora_api/model/BulkCreateInvoicesRequest.js +11 -1
  1426. package/src/zuora_api/model/BulkCreateInvoicesResponse.js +11 -1
  1427. package/src/zuora_api/model/BulkCreditMemosResponse.js +11 -1
  1428. package/src/zuora_api/model/BulkDebitMemosResponse.js +11 -1
  1429. package/src/zuora_api/model/BulkPDFGenerationJobStatus.js +7 -0
  1430. package/src/zuora_api/model/BulkPdfGenerationJobRequest.js +12 -2
  1431. package/src/zuora_api/model/BulkPdfGenerationJobResponse.js +11 -1
  1432. package/src/zuora_api/model/BulkPostInvoicesRequest.js +11 -1
  1433. package/src/zuora_api/model/BulkPostInvoicesResponse.js +11 -1
  1434. package/src/zuora_api/model/BulkUpdateCreditMemosRequest.js +11 -1
  1435. package/src/zuora_api/model/BulkUpdateDebitMemosRequest.js +11 -1
  1436. package/src/zuora_api/model/BulkUpdateInvoicesRequest.js +11 -1
  1437. package/src/zuora_api/model/BulkUpdateOrderLineItem.js +72 -28
  1438. package/src/zuora_api/model/BulkUpdateOrderLineItemsRequest.js +11 -1
  1439. package/src/zuora_api/model/BusinessRegion.js +11 -1
  1440. package/src/zuora_api/model/BusinessRegionsResponse.js +11 -1
  1441. package/src/zuora_api/model/CalloutAuth.js +11 -1
  1442. package/src/zuora_api/model/CancelAuthorizationRequest.js +12 -2
  1443. package/src/zuora_api/model/CancelAuthorizationResponse.js +11 -1
  1444. package/src/zuora_api/model/CancelBillRunRequest.js +11 -1
  1445. package/src/zuora_api/model/CancelBillRunResponse.js +11 -1
  1446. package/src/zuora_api/model/CancelBillingAdjustmentRequest.js +11 -1
  1447. package/src/zuora_api/model/CancelBillingAdjustmentResponse.js +11 -1
  1448. package/src/zuora_api/model/CancelOrderRequest.js +11 -1
  1449. package/src/zuora_api/model/CancelOrderResponse.js +11 -1
  1450. package/src/zuora_api/model/CancelPaymentSchedule.js +12 -2
  1451. package/src/zuora_api/model/CancelSubscriptionRequest.js +12 -2
  1452. package/src/zuora_api/model/CancelSubscriptionResponse.js +11 -1
  1453. package/src/zuora_api/model/CatalogGroup.js +11 -5
  1454. package/src/zuora_api/model/CatalogGroupProductRatePlan.js +11 -1
  1455. package/src/zuora_api/model/ChangeLogField.js +125 -0
  1456. package/src/zuora_api/model/ChangePlanRatePlanOverride.js +11 -1
  1457. package/src/zuora_api/model/ChangeSubscriptionRatePlan.js +11 -1
  1458. package/src/zuora_api/model/ChargeMetrics.js +11 -1
  1459. package/src/zuora_api/model/ChargeModelConfiguration.js +11 -1
  1460. package/src/zuora_api/model/ChargeModelConfigurationForSubscription.js +11 -1
  1461. package/src/zuora_api/model/ChargeModelConfigurationItem.js +12 -2
  1462. package/src/zuora_api/model/ChargeModelDataOverride.js +11 -1
  1463. package/src/zuora_api/model/ChargeOverride.js +44 -4
  1464. package/src/zuora_api/model/ChargeOverrideBilling.js +11 -1
  1465. package/src/zuora_api/model/ChargeOverridePricing.js +11 -1
  1466. package/src/zuora_api/model/ChargeProrationRuleDaysInMonth.js +53 -0
  1467. package/src/zuora_api/model/ChargeProrationRuleProrationUnit.js +46 -0
  1468. package/src/zuora_api/model/ChargeTier.js +12 -2
  1469. package/src/zuora_api/model/ChargeUpdate.js +11 -1
  1470. package/src/zuora_api/model/ChildrenSettingValueRequest.js +11 -1
  1471. package/src/zuora_api/model/CollectDebitMemoRequest.js +11 -1
  1472. package/src/zuora_api/model/CollectDebitMemoRequestPayment.js +11 -1
  1473. package/src/zuora_api/model/CollectDebitMemoResponse.js +11 -1
  1474. package/src/zuora_api/model/CollectDebitMemoResponseAppliedCreditMemos.js +11 -1
  1475. package/src/zuora_api/model/CollectDebitMemoResponseAppliedPayments.js +11 -1
  1476. package/src/zuora_api/model/CollectDebitMemoResponseDebitMemo.js +11 -1
  1477. package/src/zuora_api/model/CollectDebitMemoResponseProcessedPayment.js +11 -1
  1478. package/src/zuora_api/model/CommonErrorResponse.js +11 -1
  1479. package/src/zuora_api/model/CommonResponse.js +11 -1
  1480. package/src/zuora_api/model/CompareSchemaInfoResponse.js +11 -1
  1481. package/src/zuora_api/model/CompareSchemaKeyValue.js +11 -1
  1482. package/src/zuora_api/model/ConfigTemplateErrorResponse.js +11 -1
  1483. package/src/zuora_api/model/ConfigTemplateErrorResponseReasonsInner.js +11 -1
  1484. package/src/zuora_api/model/ConfigurationTemplateContent.js +11 -1
  1485. package/src/zuora_api/model/Contact.js +38 -1
  1486. package/src/zuora_api/model/ContactInfo.js +12 -2
  1487. package/src/zuora_api/model/ContactResponse.js +53 -1
  1488. package/src/zuora_api/model/ContactSnapshot.js +38 -1
  1489. package/src/zuora_api/model/ContactSnapshotResponse.js +53 -1
  1490. package/src/zuora_api/model/CreateAccountContact.js +13 -3
  1491. package/src/zuora_api/model/CreateAccountCreditCard.js +12 -2
  1492. package/src/zuora_api/model/CreateAccountCreditCardHolderInfo.js +12 -2
  1493. package/src/zuora_api/model/CreateAccountPaymentMethod.js +12 -2
  1494. package/src/zuora_api/model/CreateAccountRequest.js +33 -2
  1495. package/src/zuora_api/model/CreateAccountResponse.js +24 -1
  1496. package/src/zuora_api/model/CreateAccountSubscription.js +12 -2
  1497. package/src/zuora_api/model/CreateAccountingCodeRequest.js +12 -2
  1498. package/src/zuora_api/model/CreateAccountingCodeResponse.js +11 -1
  1499. package/src/zuora_api/model/CreateAccountingPeriodRequest.js +12 -2
  1500. package/src/zuora_api/model/CreateAccountingPeriodResponse.js +11 -1
  1501. package/src/zuora_api/model/CreateAuthorizationRequest.js +12 -2
  1502. package/src/zuora_api/model/CreateAuthorizationResponse.js +11 -1
  1503. package/src/zuora_api/model/CreateAuthorizationResponsePaymentGateway.js +11 -1
  1504. package/src/zuora_api/model/CreateAuthorizationResponseReasons.js +11 -1
  1505. package/src/zuora_api/model/CreateBatchQueryJobRequest.js +11 -1
  1506. package/src/zuora_api/model/CreateBatchQueryJobResponse.js +11 -1
  1507. package/src/zuora_api/model/CreateBatchQueryRequest.js +11 -1
  1508. package/src/zuora_api/model/CreateBatchQueryResponse.js +11 -1
  1509. package/src/zuora_api/model/CreateBillRunRequest.js +31 -1
  1510. package/src/zuora_api/model/CreateBillingAdjustmentRequest.js +21 -2
  1511. package/src/zuora_api/model/CreateBillingDocumentFilesDeletionJobRequest.js +11 -1
  1512. package/src/zuora_api/model/CreateBillingDocumentFilesDeletionJobResponse.js +11 -1
  1513. package/src/zuora_api/model/CreateBillingPreviewCreditMemoItem.js +11 -1
  1514. package/src/zuora_api/model/CreateBillingPreviewInvoiceItem.js +11 -1
  1515. package/src/zuora_api/model/CreateBillingPreviewRequest.js +12 -2
  1516. package/src/zuora_api/model/CreateBillingPreviewResponse.js +11 -1
  1517. package/src/zuora_api/model/CreateBillingPreviewRunRequest.js +12 -2
  1518. package/src/zuora_api/model/CreateBillingPreviewRunResponse.js +11 -1
  1519. package/src/zuora_api/model/CreateCatalogGroupRequest.js +11 -1
  1520. package/src/zuora_api/model/CreateContactRequest.js +39 -2
  1521. package/src/zuora_api/model/CreateCreditMemoFromCharge.js +11 -1
  1522. package/src/zuora_api/model/CreateCreditMemoFromChargeRequest.js +11 -1
  1523. package/src/zuora_api/model/CreateCreditMemoFromInvoice.js +11 -1
  1524. package/src/zuora_api/model/CreateCreditMemoFromInvoiceRequest.js +11 -1
  1525. package/src/zuora_api/model/CreateCreditMemoTaxationItemsRequest.js +11 -1
  1526. package/src/zuora_api/model/CreateDebitMemoFromCharge.js +11 -1
  1527. package/src/zuora_api/model/CreateDebitMemoFromChargeRequest.js +11 -1
  1528. package/src/zuora_api/model/CreateDebitMemoFromInvoiceRequest.js +46 -1
  1529. package/src/zuora_api/model/CreateDebitMemosFromInvoiceRequest.js +61 -1
  1530. package/src/zuora_api/model/CreateDiscountItem.js +12 -2
  1531. package/src/zuora_api/model/CreateFulfillment.js +13 -3
  1532. package/src/zuora_api/model/CreateFulfillmentItem.js +11 -1
  1533. package/src/zuora_api/model/CreateFulfillmentItemResponse.js +11 -1
  1534. package/src/zuora_api/model/CreateFulfillmentItemsRequest.js +11 -1
  1535. package/src/zuora_api/model/CreateFulfillmentItemsResponse.js +11 -1
  1536. package/src/zuora_api/model/CreateFulfillmentResponse.js +11 -1
  1537. package/src/zuora_api/model/CreateFulfillmentsRequest.js +11 -1
  1538. package/src/zuora_api/model/CreateFulfillmentsResponse.js +11 -1
  1539. package/src/zuora_api/model/CreateInvoiceCollectCreditMemos.js +11 -1
  1540. package/src/zuora_api/model/CreateInvoiceCollectInvoices.js +11 -1
  1541. package/src/zuora_api/model/CreateInvoiceCollectRequest.js +12 -2
  1542. package/src/zuora_api/model/CreateInvoiceCollectResponse.js +11 -1
  1543. package/src/zuora_api/model/CreateInvoiceItem.js +12 -2
  1544. package/src/zuora_api/model/CreateInvoiceRequest.js +46 -2
  1545. package/src/zuora_api/model/CreateInvoiceScheduleItem.js +11 -1
  1546. package/src/zuora_api/model/CreateInvoiceScheduleRequest.js +11 -1
  1547. package/src/zuora_api/model/CreateJournalEntryRequest.js +12 -2
  1548. package/src/zuora_api/model/CreateJournalEntryRequestItem.js +12 -2
  1549. package/src/zuora_api/model/CreateJournalEntryRequestSegment.js +12 -2
  1550. package/src/zuora_api/model/CreateJournalEntryResponse.js +11 -1
  1551. package/src/zuora_api/model/CreateJournalRunRequest.js +12 -2
  1552. package/src/zuora_api/model/CreateJournalRunRequestTransactionType.js +12 -2
  1553. package/src/zuora_api/model/CreateJournalRunResponse.js +11 -1
  1554. package/src/zuora_api/model/CreateMassUpdateResponse.js +11 -1
  1555. package/src/zuora_api/model/CreateMassUpdaterRequest.js +12 -2
  1556. package/src/zuora_api/model/CreateNonRefRefundFinanceInformation.js +11 -1
  1557. package/src/zuora_api/model/CreateOpenPaymentMethodTypeRequest.js +12 -2
  1558. package/src/zuora_api/model/CreateOrUpdateCatalogGroupProductRatePlan.js +11 -1
  1559. package/src/zuora_api/model/CreateOrUpdateEmailTemplatesResponse.js +11 -1
  1560. package/src/zuora_api/model/CreateOrderAction.js +13 -3
  1561. package/src/zuora_api/model/CreateOrderAddProduct.js +11 -1
  1562. package/src/zuora_api/model/CreateOrderAsyncRequest.js +12 -6
  1563. package/src/zuora_api/model/CreateOrderAsyncResponse.js +11 -1
  1564. package/src/zuora_api/model/CreateOrderChangePlan.js +12 -2
  1565. package/src/zuora_api/model/CreateOrderChangePlanRatePlanOverride.js +11 -1
  1566. package/src/zuora_api/model/CreateOrderChargeUpdate.js +11 -1
  1567. package/src/zuora_api/model/CreateOrderCreateSubscription.js +24 -1
  1568. package/src/zuora_api/model/CreateOrderOrderLineItem.js +51 -10
  1569. package/src/zuora_api/model/CreateOrderPricingUpdate.js +11 -1
  1570. package/src/zuora_api/model/CreateOrderProductOverride.js +11 -1
  1571. package/src/zuora_api/model/CreateOrderProductRatePlanOverride.js +11 -1
  1572. package/src/zuora_api/model/CreateOrderRatePlanFeatureOverride.js +12 -2
  1573. package/src/zuora_api/model/CreateOrderRatePlanOverride.js +11 -1
  1574. package/src/zuora_api/model/CreateOrderRatePlanUpdate.js +11 -1
  1575. package/src/zuora_api/model/CreateOrderRequest.js +12 -6
  1576. package/src/zuora_api/model/CreateOrderResponse.js +11 -1
  1577. package/src/zuora_api/model/CreateOrderResponseOrderAction.js +11 -1
  1578. package/src/zuora_api/model/CreateOrderResponseOrderLineItems.js +11 -1
  1579. package/src/zuora_api/model/CreateOrderResponseOrderMetric.js +11 -1
  1580. package/src/zuora_api/model/CreateOrderResponseRamps.js +11 -1
  1581. package/src/zuora_api/model/CreateOrderResponseRefunds.js +11 -1
  1582. package/src/zuora_api/model/CreateOrderResponseSubscriptions.js +11 -1
  1583. package/src/zuora_api/model/CreateOrderResponseWriteOff.js +11 -1
  1584. package/src/zuora_api/model/CreateOrderResume.js +12 -2
  1585. package/src/zuora_api/model/CreateOrderSubscription.js +11 -1
  1586. package/src/zuora_api/model/CreateOrderSubscriptionOwnerAccount.js +12 -2
  1587. package/src/zuora_api/model/CreateOrderSuspend.js +12 -2
  1588. package/src/zuora_api/model/CreateOrderTermsAndConditions.js +96 -1
  1589. package/src/zuora_api/model/CreateOrderUpdateProduct.js +11 -1
  1590. package/src/zuora_api/model/CreatePaymentDebitMemoApplication.js +12 -2
  1591. package/src/zuora_api/model/CreatePaymentDebitMemoApplicationItem.js +12 -2
  1592. package/src/zuora_api/model/CreatePaymentInvoiceApplication.js +12 -2
  1593. package/src/zuora_api/model/CreatePaymentInvoiceApplicationItem.js +12 -2
  1594. package/src/zuora_api/model/CreatePaymentMethodACH.js +11 -1
  1595. package/src/zuora_api/model/CreatePaymentMethodApplePayAdyen.js +11 -1
  1596. package/src/zuora_api/model/CreatePaymentMethodBankTransfer.js +11 -1
  1597. package/src/zuora_api/model/CreatePaymentMethodBankTransferAccountHolderInfo.js +11 -1
  1598. package/src/zuora_api/model/CreatePaymentMethodCCReferenceTransaction.js +11 -1
  1599. package/src/zuora_api/model/CreatePaymentMethodCardholderInfo.js +11 -1
  1600. package/src/zuora_api/model/CreatePaymentMethodCommon.js +11 -1
  1601. package/src/zuora_api/model/CreatePaymentMethodCreditCard.js +11 -1
  1602. package/src/zuora_api/model/CreatePaymentMethodDecryptionRequest.js +12 -2
  1603. package/src/zuora_api/model/CreatePaymentMethodDecryptionResponse.js +11 -1
  1604. package/src/zuora_api/model/CreatePaymentMethodGooglePayAdyenChase.js +11 -1
  1605. package/src/zuora_api/model/CreatePaymentMethodPayPalAdaptive.js +11 -1
  1606. package/src/zuora_api/model/CreatePaymentMethodPayPalECPayPalNativeECPayPalCP.js +11 -1
  1607. package/src/zuora_api/model/CreatePaymentMethodRequest.js +12 -2
  1608. package/src/zuora_api/model/CreatePaymentMethodResponse.js +11 -1
  1609. package/src/zuora_api/model/CreatePaymentMethodResponseReason.js +11 -1
  1610. package/src/zuora_api/model/CreatePaymentMethodUpdaterBatchRequest.js +12 -2
  1611. package/src/zuora_api/model/CreatePaymentMethodUpdaterBatchResponse.js +11 -1
  1612. package/src/zuora_api/model/CreatePaymentMethodUpdaterBatchResponseReasons.js +11 -1
  1613. package/src/zuora_api/model/CreatePaymentRequest.js +12 -2
  1614. package/src/zuora_api/model/CreatePaymentRunData.js +11 -1
  1615. package/src/zuora_api/model/CreatePaymentRunDataItem.js +11 -1
  1616. package/src/zuora_api/model/CreatePaymentRunRequest.js +11 -1
  1617. package/src/zuora_api/model/CreatePaymentScheduleItemsRequest.js +11 -1
  1618. package/src/zuora_api/model/CreatePaymentScheduleItemsRequestItems.js +12 -2
  1619. package/src/zuora_api/model/CreatePaymentScheduleRequest.js +11 -1
  1620. package/src/zuora_api/model/CreatePaymentScheduleRequestItems.js +11 -1
  1621. package/src/zuora_api/model/CreatePaymentSchedulesRequest.js +11 -1
  1622. package/src/zuora_api/model/CreatePaymentSchedulesResponse.js +11 -1
  1623. package/src/zuora_api/model/CreatePaymentSchedulesResponseItems.js +11 -1
  1624. package/src/zuora_api/model/CreatePaymentSessionInvoice.js +11 -1
  1625. package/src/zuora_api/model/CreatePaymentSessionRequest.js +11 -1
  1626. package/src/zuora_api/model/CreatePaymentSessionResponse.js +11 -1
  1627. package/src/zuora_api/model/CreateProductRatePlanChargeRequest.js +12 -2
  1628. package/src/zuora_api/model/CreateProductRatePlanRequest.js +12 -2
  1629. package/src/zuora_api/model/CreateProductRequest.js +12 -2
  1630. package/src/zuora_api/model/CreateRSASignatureRequest.js +12 -2
  1631. package/src/zuora_api/model/CreateRamp.js +11 -1
  1632. package/src/zuora_api/model/CreateRefundRequest.js +12 -2
  1633. package/src/zuora_api/model/CreateRefundwithAutoUnapply.js +12 -2
  1634. package/src/zuora_api/model/CreateSequenceSetRequest.js +12 -2
  1635. package/src/zuora_api/model/CreateSequenceSetsRequest.js +11 -1
  1636. package/src/zuora_api/model/CreateSequenceSetsResponse.js +11 -1
  1637. package/src/zuora_api/model/CreateStoredCredentialProfileRequest.js +12 -2
  1638. package/src/zuora_api/model/CreateSubscribeToProduct.js +11 -1
  1639. package/src/zuora_api/model/CreateSubscriptionComponent.js +12 -2
  1640. package/src/zuora_api/model/CreateSubscriptionRatePlan.js +11 -1
  1641. package/src/zuora_api/model/CreateSubscriptionRequest.js +12 -2
  1642. package/src/zuora_api/model/CreateSubscriptionResponse.js +11 -1
  1643. package/src/zuora_api/model/CreateTaxationItem.js +12 -2
  1644. package/src/zuora_api/model/CreateTaxationItemForCreditMemoFinanceInformation.js +11 -1
  1645. package/src/zuora_api/model/CreateTaxationItemForCreditMemoRequest.js +12 -2
  1646. package/src/zuora_api/model/CreateTaxationItemForDebitMemo.js +12 -2
  1647. package/src/zuora_api/model/CreateTaxationItemForDebitMemoFinanceInformation.js +11 -1
  1648. package/src/zuora_api/model/CreateTaxationItemForInvoiceRequest.js +12 -2
  1649. package/src/zuora_api/model/CreateTaxationItemsForDebitMemoRequest.js +11 -1
  1650. package/src/zuora_api/model/CreateTaxationItemsRequest.js +11 -1
  1651. package/src/zuora_api/model/CreateTemplateRequestContent.js +12 -2
  1652. package/src/zuora_api/model/CreateTokenRequest.js +12 -2
  1653. package/src/zuora_api/model/CreateUpdateOpenPaymentMethodTypeResponse.js +11 -1
  1654. package/src/zuora_api/model/CreateUpdateStoredCredentialProfileResponse.js +11 -1
  1655. package/src/zuora_api/model/CreateUsageRequest.js +12 -2
  1656. package/src/zuora_api/model/CreditCard.js +11 -1
  1657. package/src/zuora_api/model/CreditMemo.js +24 -1
  1658. package/src/zuora_api/model/CreditMemoEntityPrefix.js +11 -1
  1659. package/src/zuora_api/model/CreditMemoItem.js +44 -2
  1660. package/src/zuora_api/model/CreditMemoItemFinanceInformation.js +37 -1
  1661. package/src/zuora_api/model/CreditMemoItemFromChargeDetail.js +12 -2
  1662. package/src/zuora_api/model/CreditMemoItemFromChargeDetailFinanceInformation.js +11 -1
  1663. package/src/zuora_api/model/CreditMemoItemFromInvoiceItem.js +12 -2
  1664. package/src/zuora_api/model/CreditMemoItemFromInvoiceItemFinanceInformation.js +11 -1
  1665. package/src/zuora_api/model/CreditMemoItemFromWriteOffInvoice.js +38 -1
  1666. package/src/zuora_api/model/CreditMemoItemPart.js +11 -1
  1667. package/src/zuora_api/model/CreditMemoItemResponse.js +53 -2
  1668. package/src/zuora_api/model/CreditMemoItemsResponse.js +11 -1
  1669. package/src/zuora_api/model/CreditMemoObjectNSFields.js +11 -1
  1670. package/src/zuora_api/model/CreditMemoPart.js +11 -1
  1671. package/src/zuora_api/model/CreditMemoResponse.js +28 -1
  1672. package/src/zuora_api/model/CreditMemoTaxItemFromInvoiceTaxItemFinanceInformation.js +11 -1
  1673. package/src/zuora_api/model/CreditMemoTaxItemFromInvoiceTaxItemRequest.js +11 -1
  1674. package/src/zuora_api/model/CreditMemoTaxationItemFromWriteOffInvoice.js +110 -0
  1675. package/src/zuora_api/model/CreditMemosResponse.js +11 -1
  1676. package/src/zuora_api/model/CustomAccountPaymentMethod.js +11 -1
  1677. package/src/zuora_api/model/CustomFields.js +11 -1
  1678. package/src/zuora_api/model/CustomObjectAllFieldsDefinition.js +11 -1
  1679. package/src/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfCreatedById.js +11 -1
  1680. package/src/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfCreatedDate.js +11 -1
  1681. package/src/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfId.js +11 -1
  1682. package/src/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfUpdatedById.js +11 -1
  1683. package/src/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfUpdatedDate.js +11 -1
  1684. package/src/zuora_api/model/CustomObjectBulkDeleteFilter.js +12 -2
  1685. package/src/zuora_api/model/CustomObjectBulkDeleteFilterCondition.js +12 -2
  1686. package/src/zuora_api/model/CustomObjectBulkJobErrorResponse.js +11 -1
  1687. package/src/zuora_api/model/CustomObjectBulkJobErrorResponseCollection.js +12 -2
  1688. package/src/zuora_api/model/CustomObjectBulkJobRequest.js +12 -2
  1689. package/src/zuora_api/model/CustomObjectBulkJobResponse.js +11 -1
  1690. package/src/zuora_api/model/CustomObjectBulkJobResponseCollection.js +12 -2
  1691. package/src/zuora_api/model/CustomObjectBulkJobResponseError.js +11 -1
  1692. package/src/zuora_api/model/CustomObjectCustomFieldDefinition.js +11 -1
  1693. package/src/zuora_api/model/CustomObjectCustomFieldDefinitionUpdate.js +11 -1
  1694. package/src/zuora_api/model/CustomObjectCustomFieldsDefinition.js +11 -1
  1695. package/src/zuora_api/model/CustomObjectDefinition.js +11 -1
  1696. package/src/zuora_api/model/CustomObjectDefinitionSchema.js +11 -1
  1697. package/src/zuora_api/model/CustomObjectDefinitionUpdateActionRequest.js +12 -2
  1698. package/src/zuora_api/model/CustomObjectDefinitionUpdateActionResponse.js +11 -1
  1699. package/src/zuora_api/model/CustomObjectRecordBatchAction.js +12 -2
  1700. package/src/zuora_api/model/CustomObjectRecordBatchRequest.js +12 -2
  1701. package/src/zuora_api/model/CustomObjectRecordWithAllFields.js +11 -1
  1702. package/src/zuora_api/model/CustomObjectRecordWithOnlyCustomFields.js +11 -1
  1703. package/src/zuora_api/model/CustomObjectRecordsBatchUpdatePartialSuccessResponse.js +11 -1
  1704. package/src/zuora_api/model/CustomObjectRecordsErrorResponse.js +11 -1
  1705. package/src/zuora_api/model/CustomObjectRecordsThrottledResponse.js +11 -1
  1706. package/src/zuora_api/model/CustomObjectRecordsWithError.js +11 -1
  1707. package/src/zuora_api/model/CustomRates.js +12 -2
  1708. package/src/zuora_api/model/DailyConsumptionRevRecRequest.js +12 -2
  1709. package/src/zuora_api/model/DataQueryErrorResponse.js +11 -1
  1710. package/src/zuora_api/model/DataQueryJob.js +11 -1
  1711. package/src/zuora_api/model/DataQueryJobCancelled.js +11 -1
  1712. package/src/zuora_api/model/DataQueryJobCommon.js +11 -1
  1713. package/src/zuora_api/model/DebitMemo.js +37 -1
  1714. package/src/zuora_api/model/DebitMemoDueDate.js +11 -1
  1715. package/src/zuora_api/model/DebitMemoEntityPrefix.js +11 -1
  1716. package/src/zuora_api/model/DebitMemoItem.js +25 -2
  1717. package/src/zuora_api/model/DebitMemoItemFromChargeDetail.js +12 -2
  1718. package/src/zuora_api/model/DebitMemoItemFromChargeDetailFinanceInformation.js +11 -1
  1719. package/src/zuora_api/model/DebitMemoItemFromInvoiceItemFinanceInformation.js +11 -1
  1720. package/src/zuora_api/model/DebitMemoItemFromInvoiceItemRequest.js +12 -2
  1721. package/src/zuora_api/model/DebitMemoItemResponse.js +31 -3
  1722. package/src/zuora_api/model/DebitMemoItemTaxationItems.js +11 -1
  1723. package/src/zuora_api/model/DebitMemoItemWriteOffRequest.js +194 -0
  1724. package/src/zuora_api/model/DebitMemoItemsResponse.js +11 -1
  1725. package/src/zuora_api/model/DebitMemoObjectNSFields.js +11 -1
  1726. package/src/zuora_api/model/DebitMemoResponse.js +47 -1
  1727. package/src/zuora_api/model/DebitMemoTaxItemFromInvoiceTaxItemFinanceInformation.js +11 -1
  1728. package/src/zuora_api/model/DebitMemoTaxItemFromInvoiceTaxItemRequest.js +11 -1
  1729. package/src/zuora_api/model/DebitMemoTaxationItemWriteOffRequest.js +110 -0
  1730. package/src/zuora_api/model/DebitMemosResponse.js +11 -1
  1731. package/src/zuora_api/model/DecryptRSASignatureRequest.js +12 -2
  1732. package/src/zuora_api/model/DecryptRSASignatureResponse.js +11 -1
  1733. package/src/zuora_api/model/DeleteAccountResponse.js +11 -1
  1734. package/src/zuora_api/model/DeleteAttachmentResponse.js +11 -1
  1735. package/src/zuora_api/model/DeleteBatchQueryJobResponse.js +11 -1
  1736. package/src/zuora_api/model/DeleteBatchQueryResponse.js +11 -1
  1737. package/src/zuora_api/model/DeleteDataQueryJobResponse.js +11 -1
  1738. package/src/zuora_api/model/DeleteResult.js +11 -1
  1739. package/src/zuora_api/model/DeleteSubscriptionResponse.js +11 -1
  1740. package/src/zuora_api/model/DeleteWorkflowError.js +11 -1
  1741. package/src/zuora_api/model/DeleteWorkflowSuccess.js +11 -1
  1742. package/src/zuora_api/model/DeletedRecord.js +11 -1
  1743. package/src/zuora_api/model/DeliverySchedule.js +11 -1
  1744. package/src/zuora_api/model/DeliveryScheduleParams.js +11 -1
  1745. package/src/zuora_api/model/DeliveryScheduleProductRatePlanCharge.js +11 -1
  1746. package/src/zuora_api/model/DetailedWorkflow.js +11 -1
  1747. package/src/zuora_api/model/DiscountApplyDetail.js +11 -1
  1748. package/src/zuora_api/model/DiscountPricingOverride.js +11 -5
  1749. package/src/zuora_api/model/DiscountPricingUpdate.js +11 -5
  1750. package/src/zuora_api/model/DocumentIdList.js +11 -1
  1751. package/src/zuora_api/model/ElectronicPaymentOptions.js +11 -1
  1752. package/src/zuora_api/model/ElectronicPaymentOptionsWithDelayedCapturePayment.js +11 -1
  1753. package/src/zuora_api/model/EmailBillRunRequest.js +11 -1
  1754. package/src/zuora_api/model/EmailBillingDocumentRequest.js +11 -1
  1755. package/src/zuora_api/model/EndConditions.js +11 -1
  1756. package/src/zuora_api/model/Error401.js +11 -1
  1757. package/src/zuora_api/model/ErrorResponse.js +11 -1
  1758. package/src/zuora_api/model/ErrorResponse401Record.js +11 -1
  1759. package/src/zuora_api/model/ErrorResponseReasonsInner.js +11 -1
  1760. package/src/zuora_api/model/EventTrigger.js +11 -1
  1761. package/src/zuora_api/model/EventType.js +12 -2
  1762. package/src/zuora_api/model/ExecuteInvoiceScheduleRequest.js +11 -1
  1763. package/src/zuora_api/model/ExpandedAccount.js +11 -1
  1764. package/src/zuora_api/model/ExpandedAmendment.js +11 -1
  1765. package/src/zuora_api/model/ExpandedAuthentication.js +11 -1
  1766. package/src/zuora_api/model/ExpandedBillingRun.js +11 -1
  1767. package/src/zuora_api/model/ExpandedContact.js +11 -1
  1768. package/src/zuora_api/model/ExpandedCreditMemo.js +23 -1
  1769. package/src/zuora_api/model/ExpandedCreditMemoApplication.js +11 -1
  1770. package/src/zuora_api/model/ExpandedCreditMemoItem.js +35 -1
  1771. package/src/zuora_api/model/ExpandedDailyConsumptionSummary.js +11 -1
  1772. package/src/zuora_api/model/ExpandedDebitMemo.js +23 -1
  1773. package/src/zuora_api/model/ExpandedDebitMemoItem.js +11 -1
  1774. package/src/zuora_api/model/ExpandedExternalProductRatePlan.js +185 -0
  1775. package/src/zuora_api/model/ExpandedInvoice.js +11 -1
  1776. package/src/zuora_api/model/ExpandedInvoiceItem.js +11 -1
  1777. package/src/zuora_api/model/ExpandedMapping.js +11 -1
  1778. package/src/zuora_api/model/ExpandedOAuth.js +11 -1
  1779. package/src/zuora_api/model/ExpandedOAuthError.js +11 -1
  1780. package/src/zuora_api/model/ExpandedOrderAction.js +11 -1
  1781. package/src/zuora_api/model/ExpandedOrderLineItem.js +51 -1
  1782. package/src/zuora_api/model/ExpandedOrders.js +11 -1
  1783. package/src/zuora_api/model/ExpandedPayment.js +11 -1
  1784. package/src/zuora_api/model/ExpandedPaymentApplication.js +11 -1
  1785. package/src/zuora_api/model/ExpandedPaymentMethod.js +71 -1
  1786. package/src/zuora_api/model/ExpandedPaymentMethodSnapshot.js +11 -1
  1787. package/src/zuora_api/model/ExpandedPaymentRun.js +11 -1
  1788. package/src/zuora_api/model/ExpandedPaymentSchedule.js +11 -1
  1789. package/src/zuora_api/model/ExpandedPaymentScheduleItem.js +11 -1
  1790. package/src/zuora_api/model/ExpandedPrepaidBalance.js +11 -1
  1791. package/src/zuora_api/model/ExpandedPrepaidBalanceFund.js +11 -1
  1792. package/src/zuora_api/model/ExpandedPrepaidBalanceTransaction.js +11 -1
  1793. package/src/zuora_api/model/ExpandedProcessedUsage.js +11 -1
  1794. package/src/zuora_api/model/ExpandedProduct.js +11 -1
  1795. package/src/zuora_api/model/ExpandedProductRatePlan.js +24 -1
  1796. package/src/zuora_api/model/ExpandedProductRatePlanCharge.js +11 -1
  1797. package/src/zuora_api/model/ExpandedProductRatePlanChargeTier.js +11 -1
  1798. package/src/zuora_api/model/ExpandedRatePlan.js +11 -1
  1799. package/src/zuora_api/model/ExpandedRatePlanCharge.js +11 -1
  1800. package/src/zuora_api/model/ExpandedRatePlanChargeTier.js +11 -1
  1801. package/src/zuora_api/model/ExpandedRatingResult.js +11 -1
  1802. package/src/zuora_api/model/ExpandedRefund.js +11 -1
  1803. package/src/zuora_api/model/ExpandedRefundApplication.js +11 -1
  1804. package/src/zuora_api/model/ExpandedRefundApplicationItem.js +11 -1
  1805. package/src/zuora_api/model/ExpandedReportDownloadError.js +11 -1
  1806. package/src/zuora_api/model/ExpandedReportGetRecent.js +11 -1
  1807. package/src/zuora_api/model/ExpandedReportGetRecentDownloadError.js +11 -1
  1808. package/src/zuora_api/model/ExpandedReportGetRecentNotFoundError.js +11 -1
  1809. package/src/zuora_api/model/ExpandedReportList.js +11 -1
  1810. package/src/zuora_api/model/ExpandedReportListError.js +11 -1
  1811. package/src/zuora_api/model/ExpandedSignedUrl.js +11 -1
  1812. package/src/zuora_api/model/ExpandedStageError.js +11 -1
  1813. package/src/zuora_api/model/ExpandedSubscription.js +11 -1
  1814. package/src/zuora_api/model/ExpandedTaxationItem.js +11 -1
  1815. package/src/zuora_api/model/ExpandedUploadCsv.js +11 -1
  1816. package/src/zuora_api/model/ExpandedUploadCsvError.js +11 -1
  1817. package/src/zuora_api/model/ExpandedUploadCsvErrorStatus.js +11 -1
  1818. package/src/zuora_api/model/ExpandedUploadCsvResult.js +11 -1
  1819. package/src/zuora_api/model/ExpandedUploadCsvStatus.js +11 -1
  1820. package/src/zuora_api/model/ExpandedUploadCsvStatusResult.js +11 -1
  1821. package/src/zuora_api/model/ExpandedUploadFile.js +11 -1
  1822. package/src/zuora_api/model/ExpandedUploadFileError.js +11 -1
  1823. package/src/zuora_api/model/ExpandedUploadFileStatus.js +11 -1
  1824. package/src/zuora_api/model/ExpandedUsage.js +23 -1
  1825. package/src/zuora_api/model/ExpandedValidityPeriodSummary.js +23 -1
  1826. package/src/zuora_api/model/ExportWorkflowVersionResponse.js +11 -1
  1827. package/src/zuora_api/model/FailedReason.js +11 -1
  1828. package/src/zuora_api/model/FaultResponse.js +11 -1
  1829. package/src/zuora_api/model/FilterRuleParameterDefinition.js +11 -1
  1830. package/src/zuora_api/model/Fulfillment.js +12 -2
  1831. package/src/zuora_api/model/FulfillmentItem.js +11 -1
  1832. package/src/zuora_api/model/GETBookingDateBackfillJobById200Response.js +11 -1
  1833. package/src/zuora_api/model/GETDataBackfillJobById200Response.js +11 -1
  1834. package/src/zuora_api/model/GETListBookingDateBackfillJobs200Response.js +11 -1
  1835. package/src/zuora_api/model/GETListDataBackfillJobs200Response.js +11 -1
  1836. package/src/zuora_api/model/GatewayOptions.js +11 -1
  1837. package/src/zuora_api/model/GenerateBillingDocumentRequest.js +11 -1
  1838. package/src/zuora_api/model/GenerateBillingDocumentResponse.js +11 -1
  1839. package/src/zuora_api/model/GenerateBillingDocumentResponseCreditMemo.js +11 -1
  1840. package/src/zuora_api/model/GenerateBillingDocumentResponseInvoice.js +11 -1
  1841. package/src/zuora_api/model/GetAccountPMAccountHolderInfo.js +11 -1
  1842. package/src/zuora_api/model/GetAccountPaymentMethodResponse.js +11 -1
  1843. package/src/zuora_api/model/GetAccountingCodeResponse.js +11 -1
  1844. package/src/zuora_api/model/GetAccountingCodesResponse.js +11 -1
  1845. package/src/zuora_api/model/GetAccountingPeriodAllOfFieIdsResponse.js +11 -1
  1846. package/src/zuora_api/model/GetAccountingPeriodResponse.js +11 -1
  1847. package/src/zuora_api/model/GetAccountingPeriodWithoutSuccessResponse.js +11 -1
  1848. package/src/zuora_api/model/GetAccountingPeriodsResponse.js +11 -1
  1849. package/src/zuora_api/model/GetAllCustomObjectDefinitionsInNamespaceResponse.js +11 -1
  1850. package/src/zuora_api/model/GetApiVolumeSummaryResponse.js +11 -1
  1851. package/src/zuora_api/model/GetAsyncOrderJobResponse.js +11 -1
  1852. package/src/zuora_api/model/GetAttachmentResponse.js +11 -1
  1853. package/src/zuora_api/model/GetAttachmentsResponse.js +11 -1
  1854. package/src/zuora_api/model/GetBatchQueryJobResponse.js +11 -1
  1855. package/src/zuora_api/model/GetBatchQueryResponse.js +11 -1
  1856. package/src/zuora_api/model/GetBillingAdjustmentsBySubscriptionNumberResponse.js +11 -1
  1857. package/src/zuora_api/model/GetBillingAdjustmentsResponse.js +11 -1
  1858. package/src/zuora_api/model/GetBillingDocVolumeSummaryResponse.js +11 -1
  1859. package/src/zuora_api/model/GetBillingDocumentFilesDeletionJobResponse.js +11 -1
  1860. package/src/zuora_api/model/GetBillingDocumentsResponse.js +11 -1
  1861. package/src/zuora_api/model/GetBillingPreviewRunResponse.js +11 -1
  1862. package/src/zuora_api/model/GetBulkPdfGenerationJobResponse.js +31 -1
  1863. package/src/zuora_api/model/GetBulkUpdateOrderLineItemsResponse.js +11 -1
  1864. package/src/zuora_api/model/GetCalloutHistoryVOType.js +11 -1
  1865. package/src/zuora_api/model/GetCalloutHistoryVOsType.js +11 -1
  1866. package/src/zuora_api/model/GetCatalogGroupResponse.js +11 -5
  1867. package/src/zuora_api/model/GetCatalogGroupsResponse.js +11 -1
  1868. package/src/zuora_api/model/GetChargeOverride.js +66 -4
  1869. package/src/zuora_api/model/GetCreditMemoItemPartResponse.js +11 -1
  1870. package/src/zuora_api/model/GetCreditMemoItemPartsResponse.js +11 -1
  1871. package/src/zuora_api/model/GetCreditMemoItemTaxationItems.js +11 -1
  1872. package/src/zuora_api/model/GetCreditMemoPartResponse.js +11 -1
  1873. package/src/zuora_api/model/GetCreditMemoPartsResponse.js +11 -1
  1874. package/src/zuora_api/model/GetCreditMemoPdfStatusBatchResponse.js +11 -1
  1875. package/src/zuora_api/model/GetCreditMemoPdfStatusResponse.js +50 -1
  1876. package/src/zuora_api/model/GetCreditMemoTaxItemFinanceInformation.js +11 -1
  1877. package/src/zuora_api/model/GetCreditMemoTaxItemResponse.js +11 -1
  1878. package/src/zuora_api/model/GetCreditMemoTaxationItemResponse.js +11 -1
  1879. package/src/zuora_api/model/GetCustomExchangeRatesDataType.js +11 -1
  1880. package/src/zuora_api/model/GetCustomExchangeRatesType.js +11 -1
  1881. package/src/zuora_api/model/GetDataQueryJobResponse.js +11 -1
  1882. package/src/zuora_api/model/GetDataQueryJobsResponse.js +11 -1
  1883. package/src/zuora_api/model/GetDebitMemoApplicationPart.js +23 -5
  1884. package/src/zuora_api/model/GetDebitMemoApplicationPartsResponse.js +11 -1
  1885. package/src/zuora_api/model/GetDebitMemoItemFinanceInformation.js +11 -1
  1886. package/src/zuora_api/model/GetDebitMemoPdfStatusBatchResponse.js +11 -1
  1887. package/src/zuora_api/model/GetDebitMemoPdfStatusResponse.js +50 -1
  1888. package/src/zuora_api/model/GetDebitMemoTaxItem.js +11 -1
  1889. package/src/zuora_api/model/GetDebitMemoTaxItemFinanceInformation.js +11 -1
  1890. package/src/zuora_api/model/GetDebitMemoTaxItemNew.js +11 -1
  1891. package/src/zuora_api/model/GetEmailHistoryVOType.js +11 -1
  1892. package/src/zuora_api/model/GetEmailHistoryVOsType.js +11 -1
  1893. package/src/zuora_api/model/GetEventTriggers200Response.js +11 -1
  1894. package/src/zuora_api/model/GetFulfillment.js +13 -3
  1895. package/src/zuora_api/model/GetFulfillmentItem.js +11 -1
  1896. package/src/zuora_api/model/GetFulfillmentItemResponse.js +11 -1
  1897. package/src/zuora_api/model/GetFulfillmentResponse.js +11 -1
  1898. package/src/zuora_api/model/GetInvoiceApplicationPartRequest.js +11 -1
  1899. package/src/zuora_api/model/GetInvoiceApplicationPartsRequest.js +11 -1
  1900. package/src/zuora_api/model/GetInvoicePdfStatusBatchResponse.js +11 -1
  1901. package/src/zuora_api/model/GetInvoicePdfStatusResponse.js +50 -1
  1902. package/src/zuora_api/model/GetJournalEntriesInJournalRunResponse.js +11 -1
  1903. package/src/zuora_api/model/GetJournalEntryDetailResponse.js +11 -1
  1904. package/src/zuora_api/model/GetJournalEntryDetailTypeWithoutSuccess.js +11 -1
  1905. package/src/zuora_api/model/GetJournalEntryItemResponse.js +11 -1
  1906. package/src/zuora_api/model/GetJournalEntrySegmentResponse.js +11 -1
  1907. package/src/zuora_api/model/GetJournalRunResponse.js +11 -1
  1908. package/src/zuora_api/model/GetJournalRunTransactionResponse.js +11 -1
  1909. package/src/zuora_api/model/GetMassUpdateResponse.js +11 -1
  1910. package/src/zuora_api/model/GetMetricsBySubscriptionNumbersResponse.js +11 -1
  1911. package/src/zuora_api/model/GetOrderActionRatePlanResponse.js +11 -1
  1912. package/src/zuora_api/model/GetOrderLineItem.js +83 -21
  1913. package/src/zuora_api/model/GetOrderLineItemResponse.js +11 -1
  1914. package/src/zuora_api/model/GetOrderResponse.js +11 -1
  1915. package/src/zuora_api/model/GetOrdersResponse.js +11 -1
  1916. package/src/zuora_api/model/GetPMAccountHolderInfo.js +11 -1
  1917. package/src/zuora_api/model/GetPaymentFinanceInformation.js +11 -1
  1918. package/src/zuora_api/model/GetPaymentItemPartResponse.js +11 -1
  1919. package/src/zuora_api/model/GetPaymentItemPartsResponse.js +11 -1
  1920. package/src/zuora_api/model/GetPaymentMethodForAccountResponse.js +11 -1
  1921. package/src/zuora_api/model/GetPaymentMethodResponseACHForAccount.js +11 -1
  1922. package/src/zuora_api/model/GetPaymentMethodResponseApplePayForAccount.js +11 -1
  1923. package/src/zuora_api/model/GetPaymentMethodResponseBankTransferForAccount.js +11 -1
  1924. package/src/zuora_api/model/GetPaymentMethodResponseCreditCardForAccount.js +11 -1
  1925. package/src/zuora_api/model/GetPaymentMethodResponseGooglePayForAccount.js +11 -1
  1926. package/src/zuora_api/model/GetPaymentMethodResponsePayPalForAccount.js +11 -1
  1927. package/src/zuora_api/model/GetPaymentPartResponse.js +11 -1
  1928. package/src/zuora_api/model/GetPaymentPartsResponse.js +11 -1
  1929. package/src/zuora_api/model/GetPaymentRunDataArrayResponse.js +11 -1
  1930. package/src/zuora_api/model/GetPaymentRunDataElementResponse.js +11 -1
  1931. package/src/zuora_api/model/GetPaymentRunDataTransactionElementResponse.js +11 -1
  1932. package/src/zuora_api/model/GetPaymentRunStatisticResponse.js +11 -1
  1933. package/src/zuora_api/model/GetPaymentRunSummaryResponse.js +11 -1
  1934. package/src/zuora_api/model/GetPaymentRunSummaryTotalValuesResponse.js +11 -1
  1935. package/src/zuora_api/model/GetPaymentRunsResponse.js +11 -1
  1936. package/src/zuora_api/model/GetPaymentScheduleStatisticResponse.js +11 -1
  1937. package/src/zuora_api/model/GetPaymentScheduleStatisticResponsePaymentScheduleItems.js +11 -1
  1938. package/src/zuora_api/model/GetPaymentSchedulesResponse.js +11 -1
  1939. package/src/zuora_api/model/GetPaymentVolumeSummaryResponse.js +11 -1
  1940. package/src/zuora_api/model/GetPaymentsResponse.js +11 -1
  1941. package/src/zuora_api/model/GetProductRatePlanChargeResponse.js +24 -1
  1942. package/src/zuora_api/model/GetProductRatePlanChargeTierResponse.js +11 -1
  1943. package/src/zuora_api/model/GetProductRatePlanResponse.js +11 -1
  1944. package/src/zuora_api/model/GetProductRatePlansByExternalIdResponse.js +11 -1
  1945. package/src/zuora_api/model/GetProductRatePlansByProductResponse.js +11 -1
  1946. package/src/zuora_api/model/GetProductResponse.js +11 -1
  1947. package/src/zuora_api/model/GetProductsResponse.js +11 -1
  1948. package/src/zuora_api/model/GetPublicEmailTemplateResponse.js +11 -5
  1949. package/src/zuora_api/model/GetPublicNotificationDefinitionResponse.js +11 -1
  1950. package/src/zuora_api/model/GetPublicNotificationDefinitionResponseCallout.js +11 -1
  1951. package/src/zuora_api/model/GetPublicNotificationDefinitionResponseFilterRule.js +11 -1
  1952. package/src/zuora_api/model/GetQueryEmailTemplates200Response.js +11 -1
  1953. package/src/zuora_api/model/GetQueryNotificationDefinitions200Response.js +11 -1
  1954. package/src/zuora_api/model/GetRampByRampNumberResponse.js +11 -1
  1955. package/src/zuora_api/model/GetRampMetricsByOrderNumberResponse.js +11 -1
  1956. package/src/zuora_api/model/GetRampMetricsByRampNumberResponse.js +11 -1
  1957. package/src/zuora_api/model/GetRampMetricsBySubscriptionKeyResponse.js +11 -1
  1958. package/src/zuora_api/model/GetRampsBySubscriptionKeyResponse.js +11 -1
  1959. package/src/zuora_api/model/GetRefundCreditMemoFinanceInformation.js +11 -1
  1960. package/src/zuora_api/model/GetRefundItemPartResponse.js +11 -1
  1961. package/src/zuora_api/model/GetRefundItemPartsResponse.js +11 -1
  1962. package/src/zuora_api/model/GetRefundPartResponse.js +11 -1
  1963. package/src/zuora_api/model/GetRefundPartsResponse.js +11 -1
  1964. package/src/zuora_api/model/GetRefundsResponse.js +11 -1
  1965. package/src/zuora_api/model/GetScheduledEventResponse.js +11 -1
  1966. package/src/zuora_api/model/GetScheduledEventResponseParametersValue.js +11 -1
  1967. package/src/zuora_api/model/GetScheduledEvents200Response.js +11 -1
  1968. package/src/zuora_api/model/GetSequenceSetResponse.js +11 -1
  1969. package/src/zuora_api/model/GetSequenceSetsResponse.js +11 -1
  1970. package/src/zuora_api/model/GetSubscriptionChangeLogResponse.js +175 -0
  1971. package/src/zuora_api/model/GetSubscriptionChangeLogsResponse.js +181 -0
  1972. package/src/zuora_api/model/GetSubscriptionProductFeature.js +11 -1
  1973. package/src/zuora_api/model/GetSubscriptionRatePlan.js +11 -1
  1974. package/src/zuora_api/model/GetSubscriptionRatePlanChargesWithAllSegments.js +19 -1
  1975. package/src/zuora_api/model/GetSubscriptionResponse.js +56 -1
  1976. package/src/zuora_api/model/GetSubscriptionsResponse.js +11 -1
  1977. package/src/zuora_api/model/GetTaxationItemResponse.js +11 -1
  1978. package/src/zuora_api/model/GetTaxationItemsOfCreditMemoItemResponse.js +11 -1
  1979. package/src/zuora_api/model/GetTaxationItemsOfDebitMemoItemResponse.js +11 -1
  1980. package/src/zuora_api/model/GetTaxationItemsResponse.js +11 -1
  1981. package/src/zuora_api/model/GetUsageRateDetailRequest.js +11 -1
  1982. package/src/zuora_api/model/GetUsageRateDetailRequestData.js +11 -1
  1983. package/src/zuora_api/model/GetUsageResponse.js +11 -1
  1984. package/src/zuora_api/model/GetUsagesByAccountResponse.js +11 -1
  1985. package/src/zuora_api/model/GetVersionsResponse.js +11 -1
  1986. package/src/zuora_api/model/GetWorkflowResponse.js +11 -1
  1987. package/src/zuora_api/model/GetWorkflowResponseTasks.js +11 -1
  1988. package/src/zuora_api/model/GetWorkflowsResponse.js +11 -1
  1989. package/src/zuora_api/model/GetWorkflowsResponsePagination.js +11 -1
  1990. package/src/zuora_api/model/HostedPageResponse.js +11 -1
  1991. package/src/zuora_api/model/HostedPagesResponse.js +11 -1
  1992. package/src/zuora_api/model/IneligibleBillingAdjustment.js +11 -1
  1993. package/src/zuora_api/model/InitialTerm.js +11 -1
  1994. package/src/zuora_api/model/IntervalPricing.js +11 -1
  1995. package/src/zuora_api/model/IntervalPricingTier.js +11 -1
  1996. package/src/zuora_api/model/Invoice.js +37 -1
  1997. package/src/zuora_api/model/InvoiceEntityPrefix.js +11 -1
  1998. package/src/zuora_api/model/InvoiceFile.js +11 -1
  1999. package/src/zuora_api/model/InvoiceFilesResponse.js +11 -1
  2000. package/src/zuora_api/model/InvoiceItem.js +24 -1
  2001. package/src/zuora_api/model/InvoiceItemObjectNSFields.js +11 -1
  2002. package/src/zuora_api/model/InvoiceItemPreviewResult.js +11 -1
  2003. package/src/zuora_api/model/InvoiceItemPreviewResultAdditionalInfo.js +11 -1
  2004. package/src/zuora_api/model/InvoiceItemPreviewResultTaxationItems.js +11 -1
  2005. package/src/zuora_api/model/InvoiceItemsResponse.js +11 -1
  2006. package/src/zuora_api/model/InvoiceObjectNSFields.js +11 -1
  2007. package/src/zuora_api/model/InvoicePostResponse.js +11 -1
  2008. package/src/zuora_api/model/InvoiceResponse.js +47 -1
  2009. package/src/zuora_api/model/InvoiceSchedule.js +11 -1
  2010. package/src/zuora_api/model/InvoiceScheduleCustomFields.js +11 -1
  2011. package/src/zuora_api/model/InvoiceScheduleItem.js +11 -1
  2012. package/src/zuora_api/model/InvoiceScheduleItemCustomFields.js +11 -1
  2013. package/src/zuora_api/model/InvoiceScheduleResponse.js +11 -1
  2014. package/src/zuora_api/model/InvoiceScheduleSubscription.js +11 -1
  2015. package/src/zuora_api/model/InvoiceTaxationItem.js +11 -1
  2016. package/src/zuora_api/model/Job.js +11 -1
  2017. package/src/zuora_api/model/LastTerm.js +12 -2
  2018. package/src/zuora_api/model/Linkage.js +11 -1
  2019. package/src/zuora_api/model/ListAllSettingsResponse.js +11 -1
  2020. package/src/zuora_api/model/ListOfExchangeRates.js +11 -1
  2021. package/src/zuora_api/model/MemoDetailRevenueImpacting.js +46 -0
  2022. package/src/zuora_api/model/MemoRevenueImpacting.js +46 -0
  2023. package/src/zuora_api/model/MemoSourceType.js +14 -0
  2024. package/src/zuora_api/model/MigrationClientResponse.js +12 -2
  2025. package/src/zuora_api/model/MigrationComponentContent.js +11 -1
  2026. package/src/zuora_api/model/MigrationUpdateCustomObjectDefinitionsRequest.js +12 -2
  2027. package/src/zuora_api/model/MigrationUpdateCustomObjectDefinitionsResponse.js +11 -1
  2028. package/src/zuora_api/model/NotificationsHistoryDeletionTaskResponse.js +11 -1
  2029. package/src/zuora_api/model/ObjectPostImportRequest.js +12 -2
  2030. package/src/zuora_api/model/OneTimeFlatFeePricingOverride.js +12 -2
  2031. package/src/zuora_api/model/OneTimePerUnitPricingOverride.js +11 -1
  2032. package/src/zuora_api/model/OneTimeTieredPricingOverride.js +11 -1
  2033. package/src/zuora_api/model/OneTimeVolumePricingOverride.js +11 -1
  2034. package/src/zuora_api/model/OpenPaymentMethodTypeRequestFields.js +11 -1
  2035. package/src/zuora_api/model/OpenPaymentMethodTypeResponse.js +11 -1
  2036. package/src/zuora_api/model/OpenPaymentMethodTypeResponseFields.js +11 -1
  2037. package/src/zuora_api/model/OperationJobResponse.js +11 -1
  2038. package/src/zuora_api/model/Options.js +11 -1
  2039. package/src/zuora_api/model/Order.js +17 -7
  2040. package/src/zuora_api/model/OrderAction.js +13 -3
  2041. package/src/zuora_api/model/OrderActionAddProduct.js +14 -4
  2042. package/src/zuora_api/model/OrderActionCancelSubscription.js +12 -2
  2043. package/src/zuora_api/model/OrderActionChangePlan.js +11 -1
  2044. package/src/zuora_api/model/OrderActionCreateSubscription.js +24 -1
  2045. package/src/zuora_api/model/OrderActionCreateSubscriptionTerms.js +16 -8
  2046. package/src/zuora_api/model/OrderActionOwnerTransfer.js +33 -1
  2047. package/src/zuora_api/model/OrderActionRatePlanAmendment.js +11 -1
  2048. package/src/zuora_api/model/OrderActionRatePlanBillingUpdate.js +11 -1
  2049. package/src/zuora_api/model/OrderActionRatePlanChargeModelDataOverride.js +11 -1
  2050. package/src/zuora_api/model/OrderActionRatePlanChargeOverride.js +12 -2
  2051. package/src/zuora_api/model/OrderActionRatePlanChargeRemove.js +11 -1
  2052. package/src/zuora_api/model/OrderActionRatePlanChargeUpdate.js +11 -1
  2053. package/src/zuora_api/model/OrderActionRatePlanOrder.js +11 -1
  2054. package/src/zuora_api/model/OrderActionRatePlanOrderAction.js +11 -1
  2055. package/src/zuora_api/model/OrderActionRatePlanOverride.js +12 -2
  2056. package/src/zuora_api/model/OrderActionRatePlanPricingUpdate.js +11 -1
  2057. package/src/zuora_api/model/OrderActionRatePlanRecurringDeliveryPricingOverride.js +11 -5
  2058. package/src/zuora_api/model/OrderActionRatePlanRecurringDeliveryPricingUpdate.js +11 -5
  2059. package/src/zuora_api/model/OrderActionRatePlanRecurringFlatFeePricingOverride.js +11 -5
  2060. package/src/zuora_api/model/OrderActionRatePlanRecurringPerUnitPricingOverride.js +11 -5
  2061. package/src/zuora_api/model/OrderActionRatePlanRecurringTieredPricingOverride.js +11 -5
  2062. package/src/zuora_api/model/OrderActionRatePlanRecurringVolumePricingOverride.js +11 -5
  2063. package/src/zuora_api/model/OrderActionRatePlanRemoveProduct.js +11 -1
  2064. package/src/zuora_api/model/OrderActionRatePlanUpdate.js +11 -1
  2065. package/src/zuora_api/model/OrderActionRemoveProduct.js +11 -1
  2066. package/src/zuora_api/model/OrderActionRenewSubscription.js +33 -1
  2067. package/src/zuora_api/model/OrderActionResume.js +11 -1
  2068. package/src/zuora_api/model/OrderActionSuspend.js +11 -1
  2069. package/src/zuora_api/model/OrderActionTermsAndConditions.js +87 -1
  2070. package/src/zuora_api/model/OrderActionUpdateProduct.js +11 -1
  2071. package/src/zuora_api/model/OrderCreateAccount.js +29 -2
  2072. package/src/zuora_api/model/OrderCreateAccountContact.js +12 -2
  2073. package/src/zuora_api/model/OrderDeltaMetric.js +11 -1
  2074. package/src/zuora_api/model/OrderDeltaMrr.js +11 -1
  2075. package/src/zuora_api/model/OrderDeltaTcb.js +11 -1
  2076. package/src/zuora_api/model/OrderDeltaTcv.js +11 -1
  2077. package/src/zuora_api/model/OrderExistingAccountDetails.js +11 -1
  2078. package/src/zuora_api/model/OrderItem.js +11 -1
  2079. package/src/zuora_api/model/OrderLineItem.js +63 -21
  2080. package/src/zuora_api/model/OrderLineItemState.js +2 -2
  2081. package/src/zuora_api/model/OrderMetric.js +11 -1
  2082. package/src/zuora_api/model/OrderRampIntervalMetrics.js +11 -1
  2083. package/src/zuora_api/model/OrderRampMetrics.js +11 -1
  2084. package/src/zuora_api/model/OrderSchedulingOptions.js +11 -1
  2085. package/src/zuora_api/model/OrderSubscriptions.js +11 -1
  2086. package/src/zuora_api/model/OrderSubscriptionsSubscriptionOwnerAccountDetails.js +11 -1
  2087. package/src/zuora_api/model/OrganizationLabel.js +11 -1
  2088. package/src/zuora_api/model/OverrideDiscountApplyDetail.js +12 -2
  2089. package/src/zuora_api/model/PATCHUpdateWorkflowRequest.js +11 -1
  2090. package/src/zuora_api/model/POSTCreateBookingDateBackfillJob200Response.js +11 -1
  2091. package/src/zuora_api/model/POSTCreateDataBackfillJob200Response.js +11 -1
  2092. package/src/zuora_api/model/POSTCreateDataBackfillJobRequest.js +12 -2
  2093. package/src/zuora_api/model/PUTStopBookingDateBackfillJobByIdRequest.js +12 -2
  2094. package/src/zuora_api/model/Payment.js +11 -1
  2095. package/src/zuora_api/model/PaymentData.js +11 -1
  2096. package/src/zuora_api/model/PaymentEntityPrefix.js +11 -1
  2097. package/src/zuora_api/model/PaymentGatewaysResponse.js +11 -1
  2098. package/src/zuora_api/model/PaymentGatwayResponse.js +11 -1
  2099. package/src/zuora_api/model/PaymentItemPart.js +11 -1
  2100. package/src/zuora_api/model/PaymentMethodObjectCustomFields.js +11 -1
  2101. package/src/zuora_api/model/PaymentMethodObjectCustomFieldsForAccount.js +11 -1
  2102. package/src/zuora_api/model/PaymentMethodRequestMandateInfo.js +11 -1
  2103. package/src/zuora_api/model/PaymentMethodRequestProcessingOptions.js +11 -1
  2104. package/src/zuora_api/model/PaymentMethodResponse.js +11 -1
  2105. package/src/zuora_api/model/PaymentMethodResponseACH.js +11 -1
  2106. package/src/zuora_api/model/PaymentMethodResponseApplePay.js +11 -1
  2107. package/src/zuora_api/model/PaymentMethodResponseBankTransfer.js +11 -1
  2108. package/src/zuora_api/model/PaymentMethodResponseCreditCard.js +11 -1
  2109. package/src/zuora_api/model/PaymentMethodResponseGooglePay.js +11 -1
  2110. package/src/zuora_api/model/PaymentMethodResponseMandateInfo.js +11 -1
  2111. package/src/zuora_api/model/PaymentMethodResponsePayPal.js +11 -1
  2112. package/src/zuora_api/model/PaymentMethodSnapshotResponse.js +11 -1
  2113. package/src/zuora_api/model/PaymentMethodTransactionLogResponse.js +11 -1
  2114. package/src/zuora_api/model/PaymentMethodUpdaterInstanceResponse.js +11 -1
  2115. package/src/zuora_api/model/PaymentMethodUpdaterInstancesResponse.js +11 -1
  2116. package/src/zuora_api/model/PaymentPart.js +11 -1
  2117. package/src/zuora_api/model/PaymentRequestFinanceInformation.js +11 -1
  2118. package/src/zuora_api/model/PaymentResponse.js +11 -1
  2119. package/src/zuora_api/model/PaymentRun.js +11 -1
  2120. package/src/zuora_api/model/PaymentRunResponse.js +11 -1
  2121. package/src/zuora_api/model/PaymentSchedule.js +11 -1
  2122. package/src/zuora_api/model/PaymentScheduleBillingDocument.js +12 -2
  2123. package/src/zuora_api/model/PaymentScheduleItem.js +11 -1
  2124. package/src/zuora_api/model/PaymentScheduleItemResponse.js +11 -1
  2125. package/src/zuora_api/model/PaymentScheduleLinkedPaymentID.js +11 -1
  2126. package/src/zuora_api/model/PaymentSchedulePaymentOptionFields.js +11 -1
  2127. package/src/zuora_api/model/PaymentSchedulePaymentOptionFieldsDetail.js +11 -1
  2128. package/src/zuora_api/model/PaymentScheduleResponse.js +11 -1
  2129. package/src/zuora_api/model/PaymentTransactionLogResponse.js +11 -1
  2130. package/src/zuora_api/model/PaymentVolumeSummaryRecord.js +11 -1
  2131. package/src/zuora_api/model/PaymentWithCustomRates.js +12 -2
  2132. package/src/zuora_api/model/PostAsyncInvoiceRequest.js +11 -1
  2133. package/src/zuora_api/model/PostAttachmentResponse.js +11 -1
  2134. package/src/zuora_api/model/PostAttachmentsRequest.js +12 -2
  2135. package/src/zuora_api/model/PostBillRunRequest.js +12 -2
  2136. package/src/zuora_api/model/PostBusinessRegionsRequest.js +12 -2
  2137. package/src/zuora_api/model/PostCompareTemplateRequest.js +11 -1
  2138. package/src/zuora_api/model/PostCreateOrUpdateEmailTemplateRequest.js +11 -1
  2139. package/src/zuora_api/model/PostCreateOrUpdateEmailTemplateRequestFormat.js +12 -22
  2140. package/src/zuora_api/model/PostCreditMemoRequest.js +11 -1
  2141. package/src/zuora_api/model/PostCustomObjectDefinitionFieldDefinitionRequest.js +12 -2
  2142. package/src/zuora_api/model/PostCustomObjectDefinitionsRequest.js +11 -1
  2143. package/src/zuora_api/model/PostCustomObjectDefinitionsRequestDefinition.js +12 -2
  2144. package/src/zuora_api/model/PostCustomObjectRecordsRequest.js +12 -2
  2145. package/src/zuora_api/model/PostCustomObjectRecordsResponse.js +11 -1
  2146. package/src/zuora_api/model/PostEventTriggerRequest.js +12 -2
  2147. package/src/zuora_api/model/PostInvoiceRequest.js +11 -1
  2148. package/src/zuora_api/model/PostPublicEmailTemplateRequest.js +12 -10
  2149. package/src/zuora_api/model/PostPublicNotificationDefinitionRequest.js +12 -2
  2150. package/src/zuora_api/model/PostPublicNotificationDefinitionRequestCallout.js +12 -2
  2151. package/src/zuora_api/model/PostPublicNotificationDefinitionRequestFilterRule.js +12 -2
  2152. package/src/zuora_api/model/PostResendCalloutNotifications.js +11 -1
  2153. package/src/zuora_api/model/PostResendEmailNotifications.js +11 -1
  2154. package/src/zuora_api/model/PostRunWorkflow400Response.js +11 -1
  2155. package/src/zuora_api/model/PostRunWorkflow406Response.js +11 -1
  2156. package/src/zuora_api/model/PostScheduledEventRequest.js +12 -2
  2157. package/src/zuora_api/model/PostScheduledEventRequestParametersValue.js +11 -1
  2158. package/src/zuora_api/model/PostServiceProviderRequest.js +12 -2
  2159. package/src/zuora_api/model/PostWorkflowDefinitionImportRequest.js +11 -1
  2160. package/src/zuora_api/model/PostWorkflowVersionsImportRequest.js +11 -1
  2161. package/src/zuora_api/model/PreviewAccountInfo.js +24 -2
  2162. package/src/zuora_api/model/PreviewChargeMetrics.js +11 -1
  2163. package/src/zuora_api/model/PreviewChargeMetricsCmrr.js +11 -1
  2164. package/src/zuora_api/model/PreviewChargeMetricsTax.js +11 -1
  2165. package/src/zuora_api/model/PreviewChargeMetricsTcb.js +11 -1
  2166. package/src/zuora_api/model/PreviewChargeMetricsTcv.js +11 -1
  2167. package/src/zuora_api/model/PreviewContactInfo.js +11 -1
  2168. package/src/zuora_api/model/PreviewExistingSubscriptionCreditMemoItemResult.js +11 -1
  2169. package/src/zuora_api/model/PreviewExistingSubscriptionDiscountDetails.js +11 -1
  2170. package/src/zuora_api/model/PreviewExistingSubscriptionInvoiceItemResult.js +11 -1
  2171. package/src/zuora_api/model/PreviewExistingSubscriptionRequest.js +11 -1
  2172. package/src/zuora_api/model/PreviewExistingSubscriptionResponse.js +11 -1
  2173. package/src/zuora_api/model/PreviewExistingSubscriptionResultCreditMemos.js +11 -1
  2174. package/src/zuora_api/model/PreviewExistingSubscriptionResultInvoices.js +11 -1
  2175. package/src/zuora_api/model/PreviewOptions.js +11 -1
  2176. package/src/zuora_api/model/PreviewOrderAsyncRequest.js +12 -6
  2177. package/src/zuora_api/model/PreviewOrderAsyncResponse.js +11 -1
  2178. package/src/zuora_api/model/PreviewOrderChargeOverride.js +12 -2
  2179. package/src/zuora_api/model/PreviewOrderChargeUpdate.js +11 -1
  2180. package/src/zuora_api/model/PreviewOrderCreateSubscription.js +24 -1
  2181. package/src/zuora_api/model/PreviewOrderCreateSubscriptionTerms.js +12 -2
  2182. package/src/zuora_api/model/PreviewOrderOrderAction.js +12 -2
  2183. package/src/zuora_api/model/PreviewOrderPricingUpdate.js +11 -1
  2184. package/src/zuora_api/model/PreviewOrderRatePlanOverride.js +12 -2
  2185. package/src/zuora_api/model/PreviewOrderRatePlanUpdate.js +11 -1
  2186. package/src/zuora_api/model/PreviewOrderRequest.js +16 -10
  2187. package/src/zuora_api/model/PreviewOrderResponse.js +11 -1
  2188. package/src/zuora_api/model/PreviewOrderResult.js +11 -1
  2189. package/src/zuora_api/model/PreviewOrderResultChargeMetrics.js +11 -1
  2190. package/src/zuora_api/model/PreviewOrderResultCreditMemos.js +11 -1
  2191. package/src/zuora_api/model/PreviewOrderResultDeltaMetrics.js +11 -1
  2192. package/src/zuora_api/model/PreviewOrderResultInvoices.js +11 -1
  2193. package/src/zuora_api/model/PreviewOrderSubscriptionOwnerAccount.js +12 -2
  2194. package/src/zuora_api/model/PreviewOrderSubscriptions.js +153 -0
  2195. package/src/zuora_api/model/PreviewOrderSubscriptionsAsync.js +41 -2
  2196. package/src/zuora_api/model/PreviewPaymentSchedule.js +11 -1
  2197. package/src/zuora_api/model/PreviewResultOrderMetricsInner.js +11 -1
  2198. package/src/zuora_api/model/PreviewResultOrderMetricsInnerOrderActionsInner.js +11 -1
  2199. package/src/zuora_api/model/PreviewStartDate.js +11 -1
  2200. package/src/zuora_api/model/PreviewSubscriptionAccountInfo.js +12 -2
  2201. package/src/zuora_api/model/PreviewSubscriptionBillToContact.js +11 -1
  2202. package/src/zuora_api/model/PreviewSubscriptionInvoice.js +11 -1
  2203. package/src/zuora_api/model/PreviewSubscriptionInvoiceItem.js +11 -1
  2204. package/src/zuora_api/model/PreviewSubscriptionRequest.js +12 -2
  2205. package/src/zuora_api/model/PreviewSubscriptionResponse.js +11 -1
  2206. package/src/zuora_api/model/PreviewThroughDate.js +11 -1
  2207. package/src/zuora_api/model/PriceChangeParams.js +11 -5
  2208. package/src/zuora_api/model/PricingUpdate.js +11 -1
  2209. package/src/zuora_api/model/ProcessingOptions.js +11 -1
  2210. package/src/zuora_api/model/ProcessingOptionsWithDelayedCapturePayment.js +11 -1
  2211. package/src/zuora_api/model/Product.js +11 -1
  2212. package/src/zuora_api/model/ProductFeature.js +11 -1
  2213. package/src/zuora_api/model/ProductObjectNSFields.js +11 -1
  2214. package/src/zuora_api/model/ProductRatePlan.js +11 -1
  2215. package/src/zuora_api/model/ProductRatePlanCharge.js +20 -1
  2216. package/src/zuora_api/model/ProductRatePlanChargeObjectNSFields.js +11 -1
  2217. package/src/zuora_api/model/ProductRatePlanChargeTier.js +11 -1
  2218. package/src/zuora_api/model/ProductRatePlanChargeTierData.js +11 -1
  2219. package/src/zuora_api/model/ProductRatePlanObjectNSFields.js +11 -1
  2220. package/src/zuora_api/model/ProductRatePlanWithExternalId.js +11 -1
  2221. package/src/zuora_api/model/ProrationOption.js +67 -0
  2222. package/src/zuora_api/model/ProxyActioncreateRequest.js +12 -2
  2223. package/src/zuora_api/model/ProxyActiondeleteRequest.js +12 -2
  2224. package/src/zuora_api/model/ProxyActionqueryMoreRequest.js +12 -2
  2225. package/src/zuora_api/model/ProxyActionqueryMoreRequestConf.js +11 -1
  2226. package/src/zuora_api/model/ProxyActionqueryMoreResponse.js +11 -1
  2227. package/src/zuora_api/model/ProxyActionqueryRequest.js +12 -2
  2228. package/src/zuora_api/model/ProxyActionqueryResponse.js +11 -1
  2229. package/src/zuora_api/model/ProxyActionupdateRequest.js +12 -2
  2230. package/src/zuora_api/model/ProxyBadRequestResponse.js +11 -1
  2231. package/src/zuora_api/model/ProxyBadRequestResponseErrorsInner.js +11 -1
  2232. package/src/zuora_api/model/ProxyCreateOrModifyResponse.js +11 -1
  2233. package/src/zuora_api/model/ProxyCreateTaxationItemRequest.js +12 -2
  2234. package/src/zuora_api/model/ProxyDeleteResponse.js +11 -1
  2235. package/src/zuora_api/model/ProxyGetImport.js +11 -1
  2236. package/src/zuora_api/model/ProxyNoDataResponse.js +11 -1
  2237. package/src/zuora_api/model/ProxyPostImport.js +11 -1
  2238. package/src/zuora_api/model/ProxyUnauthorizedResponse.js +11 -1
  2239. package/src/zuora_api/model/PutAttachmentRequest.js +11 -1
  2240. package/src/zuora_api/model/PutBusinessRegionRequest.js +11 -1
  2241. package/src/zuora_api/model/PutEventTriggerRequest.js +11 -1
  2242. package/src/zuora_api/model/PutEventTriggerRequestEventType.js +11 -1
  2243. package/src/zuora_api/model/PutPublicEmailTemplateRequest.js +11 -5
  2244. package/src/zuora_api/model/PutPublicNotificationDefinitionRequest.js +11 -1
  2245. package/src/zuora_api/model/PutPublicNotificationDefinitionRequestCallout.js +12 -2
  2246. package/src/zuora_api/model/PutPublicNotificationDefinitionRequestFilterRule.js +12 -2
  2247. package/src/zuora_api/model/PutRevproAccCodeResponse.js +11 -1
  2248. package/src/zuora_api/model/PutScheduledEventRequest.js +11 -1
  2249. package/src/zuora_api/model/PutServiceProviderRequest.js +12 -2
  2250. package/src/zuora_api/model/PutTasksRequest.js +11 -1
  2251. package/src/zuora_api/model/QuantityForUsageCharges.js +11 -1
  2252. package/src/zuora_api/model/QueryAccountsResponse.js +22 -12
  2253. package/src/zuora_api/model/QueryAmendmentsResponse.js +22 -12
  2254. package/src/zuora_api/model/QueryBillingRunsResponse.js +22 -12
  2255. package/src/zuora_api/model/QueryContactsResponse.js +22 -12
  2256. package/src/zuora_api/model/QueryCreditMemoApplicationsResponse.js +22 -12
  2257. package/src/zuora_api/model/QueryCreditMemoItemsResponse.js +22 -12
  2258. package/src/zuora_api/model/QueryCreditMemosResponse.js +22 -12
  2259. package/src/zuora_api/model/QueryCustomObjectRecordsResponse.js +12 -2
  2260. package/src/zuora_api/model/QueryCustomObjectsResponse.js +22 -12
  2261. package/src/zuora_api/model/QueryDailyConsumptionSummarysResponse.js +22 -12
  2262. package/src/zuora_api/model/QueryDebitMemoItemsResponse.js +22 -12
  2263. package/src/zuora_api/model/QueryDebitMemosResponse.js +22 -12
  2264. package/src/zuora_api/model/QueryInvoiceItemsResponse.js +22 -12
  2265. package/src/zuora_api/model/QueryInvoicesResponse.js +22 -12
  2266. package/src/zuora_api/model/QueryOrderActionsResponse.js +22 -12
  2267. package/src/zuora_api/model/QueryOrderLineItemsResponse.js +22 -12
  2268. package/src/zuora_api/model/QueryOrderssResponse.js +22 -12
  2269. package/src/zuora_api/model/QueryPaymentApplicationsResponse.js +22 -12
  2270. package/src/zuora_api/model/QueryPaymentMethodSnapshotsResponse.js +22 -12
  2271. package/src/zuora_api/model/QueryPaymentMethodsResponse.js +22 -12
  2272. package/src/zuora_api/model/QueryPaymentRunsResponse.js +22 -12
  2273. package/src/zuora_api/model/QueryPaymentScheduleItemsResponse.js +22 -12
  2274. package/src/zuora_api/model/QueryPaymentSchedulesResponse.js +22 -12
  2275. package/src/zuora_api/model/QueryPaymentsResponse.js +22 -12
  2276. package/src/zuora_api/model/QueryPrepaidBalanceFundsResponse.js +22 -12
  2277. package/src/zuora_api/model/QueryPrepaidBalanceTransactionsResponse.js +22 -12
  2278. package/src/zuora_api/model/QueryPrepaidBalancesResponse.js +22 -12
  2279. package/src/zuora_api/model/QueryProcessedUsagesResponse.js +22 -12
  2280. package/src/zuora_api/model/QueryProductRatePlanChargeTiersResponse.js +22 -12
  2281. package/src/zuora_api/model/QueryProductRatePlanChargesResponse.js +22 -12
  2282. package/src/zuora_api/model/QueryProductRatePlansResponse.js +22 -12
  2283. package/src/zuora_api/model/QueryProductsResponse.js +22 -12
  2284. package/src/zuora_api/model/QueryRatePlanChargeTiersResponse.js +22 -12
  2285. package/src/zuora_api/model/QueryRatePlanChargesResponse.js +22 -12
  2286. package/src/zuora_api/model/QueryRatePlansResponse.js +22 -12
  2287. package/src/zuora_api/model/QueryRatingResultsResponse.js +22 -12
  2288. package/src/zuora_api/model/QueryRefundApplicationItemsResponse.js +22 -12
  2289. package/src/zuora_api/model/QueryRefundApplicationsResponse.js +22 -12
  2290. package/src/zuora_api/model/QueryRefundsResponse.js +22 -12
  2291. package/src/zuora_api/model/QuerySubscriptionsResponse.js +22 -12
  2292. package/src/zuora_api/model/QueryTaxationItemsResponse.js +22 -12
  2293. package/src/zuora_api/model/QueryUsagesResponse.js +22 -12
  2294. package/src/zuora_api/model/QueryValidityPeriodSummarysResponse.js +22 -12
  2295. package/src/zuora_api/model/QuoteObjectFields.js +11 -1
  2296. package/src/zuora_api/model/RSASignatureResponse.js +11 -1
  2297. package/src/zuora_api/model/RampChargeRequest.js +11 -1
  2298. package/src/zuora_api/model/RampChargeResponse.js +11 -1
  2299. package/src/zuora_api/model/RampIntervalChargeDeltaMetrics.js +11 -1
  2300. package/src/zuora_api/model/RampIntervalChargeDeltaMetricsDeltaMrrInner.js +11 -1
  2301. package/src/zuora_api/model/RampIntervalChargeDeltaMetricsDeltaQuantityInner.js +11 -1
  2302. package/src/zuora_api/model/RampIntervalChargeMetrics.js +11 -1
  2303. package/src/zuora_api/model/RampIntervalChargeMetricsMrrInner.js +11 -1
  2304. package/src/zuora_api/model/RampIntervalMetrics.js +11 -1
  2305. package/src/zuora_api/model/RampIntervalRequest.js +12 -2
  2306. package/src/zuora_api/model/RampIntervalResponse.js +11 -1
  2307. package/src/zuora_api/model/RampMetrics.js +11 -1
  2308. package/src/zuora_api/model/RampResponse.js +11 -1
  2309. package/src/zuora_api/model/RatePlan.js +11 -1
  2310. package/src/zuora_api/model/RatePlanChangeLog.js +139 -0
  2311. package/src/zuora_api/model/RatePlanChargeChangeLog.js +158 -0
  2312. package/src/zuora_api/model/RatePlanChargeObjectCustomFields.js +11 -1
  2313. package/src/zuora_api/model/RatePlanChargeOverridePricing.js +11 -1
  2314. package/src/zuora_api/model/RatePlanChargeSegment.js +71 -1
  2315. package/src/zuora_api/model/RatePlanChargeSegmentInfo.js +55 -1
  2316. package/src/zuora_api/model/RatePlanChargeTier.js +11 -1
  2317. package/src/zuora_api/model/RatePlanFeatureOverride.js +11 -1
  2318. package/src/zuora_api/model/RatePlanObjectCustomFields.js +11 -1
  2319. package/src/zuora_api/model/RatePlanOverride.js +13 -3
  2320. package/src/zuora_api/model/RatePlanUpdate.js +11 -1
  2321. package/src/zuora_api/model/RatingGroupsOperatorType.js +46 -0
  2322. package/src/zuora_api/model/RatingPropertiesOverride.js +121 -0
  2323. package/src/zuora_api/model/ReconcileRefundRequest.js +11 -1
  2324. package/src/zuora_api/model/RecurringDeliveryPricingOverride.js +11 -5
  2325. package/src/zuora_api/model/RecurringDeliveryPricingUpdate.js +11 -5
  2326. package/src/zuora_api/model/RecurringFlatFeePricingOverride.js +11 -5
  2327. package/src/zuora_api/model/RecurringFlatFeePricingUpdate.js +11 -5
  2328. package/src/zuora_api/model/RecurringPerUnitPricingOverride.js +11 -5
  2329. package/src/zuora_api/model/RecurringPerUnitPricingUpdate.js +11 -5
  2330. package/src/zuora_api/model/RecurringTieredPricingOverride.js +11 -5
  2331. package/src/zuora_api/model/RecurringTieredPricingUpdate.js +11 -5
  2332. package/src/zuora_api/model/RecurringVolumePricingOverride.js +11 -5
  2333. package/src/zuora_api/model/RecurringVolumePricingUpdate.js +11 -5
  2334. package/src/zuora_api/model/Refund.js +11 -1
  2335. package/src/zuora_api/model/RefundCreditMemoItemRequest.js +12 -2
  2336. package/src/zuora_api/model/RefundCreditMemoRequest.js +12 -2
  2337. package/src/zuora_api/model/RefundCreditMemoResponse.js +11 -1
  2338. package/src/zuora_api/model/RefundEntityPrefix.js +11 -1
  2339. package/src/zuora_api/model/RefundItemPart.js +11 -1
  2340. package/src/zuora_api/model/RefundObjectCustomFields.js +11 -1
  2341. package/src/zuora_api/model/RefundObjectNSFields.js +11 -1
  2342. package/src/zuora_api/model/RefundPart.js +11 -1
  2343. package/src/zuora_api/model/RefundRequestFinanceInformation.js +11 -1
  2344. package/src/zuora_api/model/RefundResponse.js +11 -1
  2345. package/src/zuora_api/model/RegenerateBillingRequest.js +11 -1
  2346. package/src/zuora_api/model/RegenerateBookingRequest.js +11 -1
  2347. package/src/zuora_api/model/RegenerateRevRecEventsResponse.js +11 -1
  2348. package/src/zuora_api/model/RegenerateTransactionObjectResponse.js +11 -1
  2349. package/src/zuora_api/model/RejectPaymentRequest.js +11 -1
  2350. package/src/zuora_api/model/RemoveCatalogGroupProductRatePlan.js +11 -1
  2351. package/src/zuora_api/model/RemoveSubscriptionRatePlan.js +12 -2
  2352. package/src/zuora_api/model/RenewSubscriptionRequest.js +11 -1
  2353. package/src/zuora_api/model/RenewSubscriptionResponse.js +11 -1
  2354. package/src/zuora_api/model/RenewalTerm.js +11 -1
  2355. package/src/zuora_api/model/ResendCalloutNotificationsFailedResponse.js +11 -1
  2356. package/src/zuora_api/model/ResendCalloutNotificationsFailedResponseValue.js +11 -1
  2357. package/src/zuora_api/model/ResendEmailNotificationsFailedResponse.js +11 -1
  2358. package/src/zuora_api/model/ResendEmailNotificationsFailedResponseValue.js +11 -1
  2359. package/src/zuora_api/model/ResumeSubscriptionRequest.js +12 -2
  2360. package/src/zuora_api/model/ResumeSubscriptionResponse.js +11 -1
  2361. package/src/zuora_api/model/RetryPaymentScheduleItem.js +11 -1
  2362. package/src/zuora_api/model/RetryPaymentScheduleItemRequest.js +11 -1
  2363. package/src/zuora_api/model/RetryPaymentScheduleItemResponse.js +11 -1
  2364. package/src/zuora_api/model/ReverseCreditMemoRequest.js +37 -1
  2365. package/src/zuora_api/model/ReverseCreditMemoResponse.js +11 -1
  2366. package/src/zuora_api/model/ReverseCreditMemoResponseCreditMemo.js +11 -1
  2367. package/src/zuora_api/model/ReverseCreditMemoResponseDebitMemo.js +11 -1
  2368. package/src/zuora_api/model/ReverseInvoiceRequest.js +37 -1
  2369. package/src/zuora_api/model/ReverseInvoiceResponse.js +11 -1
  2370. package/src/zuora_api/model/ReverseInvoiceResponseCreditMemo.js +11 -1
  2371. package/src/zuora_api/model/ReverseInvoiceResponseDebitMemo.js +11 -1
  2372. package/src/zuora_api/model/ReversePaymentRequest.js +12 -2
  2373. package/src/zuora_api/model/RevertOrderRequest.js +102 -0
  2374. package/src/zuora_api/model/RevertOrderResponse.js +229 -0
  2375. package/src/zuora_api/model/RevproAccountingCodes.js +12 -2
  2376. package/src/zuora_api/model/SaveResult.js +11 -1
  2377. package/src/zuora_api/model/ServiceProvider.js +11 -1
  2378. package/src/zuora_api/model/ServiceProviderResponse.js +11 -1
  2379. package/src/zuora_api/model/SettingComponentKeyValue.js +11 -1
  2380. package/src/zuora_api/model/SettingItemHttpOperation.js +11 -1
  2381. package/src/zuora_api/model/SettingItemHttpRequestParameter.js +11 -1
  2382. package/src/zuora_api/model/SettingItemWithOperationsInformation.js +11 -1
  2383. package/src/zuora_api/model/SettingSourceComponentResponse.js +11 -1
  2384. package/src/zuora_api/model/SettingValueRequest.js +11 -1
  2385. package/src/zuora_api/model/SettingValueResponse.js +11 -1
  2386. package/src/zuora_api/model/SettingValueResponseWrapper.js +11 -1
  2387. package/src/zuora_api/model/SettingsBatchRequest.js +11 -1
  2388. package/src/zuora_api/model/SettingsBatchResponse.js +11 -1
  2389. package/src/zuora_api/model/SettlePaymentRequest.js +11 -1
  2390. package/src/zuora_api/model/SignUpCreatePMPayPalECPayPalNativeEC.js +11 -1
  2391. package/src/zuora_api/model/SignUpCreatePaymentMethodCardholderInfo.js +12 -2
  2392. package/src/zuora_api/model/SignUpCreatePaymentMethodCommon.js +11 -1
  2393. package/src/zuora_api/model/SignUpCreatePaymentMethodCreditCard.js +11 -1
  2394. package/src/zuora_api/model/SignUpCreatePaymentMethodCreditCardReferenceTransaction.js +11 -1
  2395. package/src/zuora_api/model/SignUpCreatePaymentMethodPayPalAdaptive.js +11 -1
  2396. package/src/zuora_api/model/SignUpPaymentMethod.js +12 -2
  2397. package/src/zuora_api/model/SignUpPaymentMethodObjectCustomFields.js +11 -1
  2398. package/src/zuora_api/model/SignUpRequest.js +11 -1
  2399. package/src/zuora_api/model/SignUpResponse.js +11 -1
  2400. package/src/zuora_api/model/SignUpResponseReasons.js +11 -1
  2401. package/src/zuora_api/model/SignUpTaxInfo.js +11 -5
  2402. package/src/zuora_api/model/StoredCredentialProfileResponse.js +11 -1
  2403. package/src/zuora_api/model/StoredCredentialProfilesResponse.js +11 -1
  2404. package/src/zuora_api/model/SubmitDataQueryRequest.js +12 -2
  2405. package/src/zuora_api/model/SubmitDataQueryRequestOutput.js +12 -2
  2406. package/src/zuora_api/model/SubmitDataQueryResponse.js +11 -1
  2407. package/src/zuora_api/model/SubscribeToProduct.js +14 -4
  2408. package/src/zuora_api/model/SubscriptionChangeLog.js +295 -0
  2409. package/src/zuora_api/model/SubscriptionCreditMemo.js +11 -1
  2410. package/src/zuora_api/model/SubscriptionCreditMemoItem.js +11 -1
  2411. package/src/zuora_api/model/SubscriptionData.js +11 -1
  2412. package/src/zuora_api/model/SubscriptionMetrics.js +29 -1
  2413. package/src/zuora_api/model/SubscriptionObjectNSFields.js +11 -1
  2414. package/src/zuora_api/model/SubscriptionObjectQTFields.js +11 -1
  2415. package/src/zuora_api/model/SubscriptionProductFeature.js +11 -1
  2416. package/src/zuora_api/model/SubscriptionRatePlan.js +11 -1
  2417. package/src/zuora_api/model/SubscriptionStatusHistory.js +11 -1
  2418. package/src/zuora_api/model/SubscriptionTaxationItem.js +11 -1
  2419. package/src/zuora_api/model/SuspendSubscriptionRequest.js +12 -2
  2420. package/src/zuora_api/model/SuspendSubscriptionResponse.js +11 -1
  2421. package/src/zuora_api/model/SystemHealthErrorResponse.js +11 -1
  2422. package/src/zuora_api/model/Task.js +12 -2
  2423. package/src/zuora_api/model/TasksResponse.js +11 -1
  2424. package/src/zuora_api/model/TasksResponsePagination.js +11 -1
  2425. package/src/zuora_api/model/TaxInfo.js +11 -5
  2426. package/src/zuora_api/model/TaxItemsFinanceInformation.js +11 -1
  2427. package/src/zuora_api/model/TaxationItem.js +11 -1
  2428. package/src/zuora_api/model/TaxationItemFinanceInformation.js +11 -1
  2429. package/src/zuora_api/model/TaxationItemsData.js +11 -1
  2430. package/src/zuora_api/model/TaxationItemsDataResponse.js +11 -1
  2431. package/src/zuora_api/model/TemplateDetailResponse.js +11 -1
  2432. package/src/zuora_api/model/TemplateMigrationClientRequest.js +12 -2
  2433. package/src/zuora_api/model/TemplateResponse.js +11 -1
  2434. package/src/zuora_api/model/TermInfo.js +12 -2
  2435. package/src/zuora_api/model/Tier.js +12 -2
  2436. package/src/zuora_api/model/TimeSlicedElpNetMetrics.js +11 -1
  2437. package/src/zuora_api/model/TimeSlicedMetrics.js +11 -1
  2438. package/src/zuora_api/model/TimeSlicedNetMetrics.js +11 -1
  2439. package/src/zuora_api/model/TimeSlicedTcbNetMetrics.js +11 -1
  2440. package/src/zuora_api/model/TokenResponse.js +11 -1
  2441. package/src/zuora_api/model/TransferPayment.js +11 -1
  2442. package/src/zuora_api/model/TriggerDate.js +11 -1
  2443. package/src/zuora_api/model/TriggerParams.js +11 -1
  2444. package/src/zuora_api/model/UnapplyCreditMemoItemToDebitMemoItem.js +12 -2
  2445. package/src/zuora_api/model/UnapplyCreditMemoItemToInvoiceItem.js +12 -2
  2446. package/src/zuora_api/model/UnapplyCreditMemoRequest.js +11 -1
  2447. package/src/zuora_api/model/UnapplyCreditMemoToDebitMemo.js +12 -2
  2448. package/src/zuora_api/model/UnapplyCreditMemoToInvoice.js +12 -2
  2449. package/src/zuora_api/model/UnapplyPaymentDebitMemoApplication.js +12 -2
  2450. package/src/zuora_api/model/UnapplyPaymentDebitMemoApplicationItem.js +12 -2
  2451. package/src/zuora_api/model/UnapplyPaymentInvoiceApplication.js +12 -2
  2452. package/src/zuora_api/model/UnapplyPaymentInvoiceApplicationItem.js +12 -2
  2453. package/src/zuora_api/model/UnapplyPaymentRequest.js +11 -1
  2454. package/src/zuora_api/model/UpdateAccountContact.js +13 -3
  2455. package/src/zuora_api/model/UpdateAccountRequest.js +58 -1
  2456. package/src/zuora_api/model/UpdateAccountingCodeRequest.js +11 -1
  2457. package/src/zuora_api/model/UpdateAccountingPeriodRequest.js +11 -1
  2458. package/src/zuora_api/model/UpdateBasicSummaryJournalEntryRequest.js +11 -1
  2459. package/src/zuora_api/model/UpdateCatalogGroupRequest.js +11 -1
  2460. package/src/zuora_api/model/UpdateContactRequest.js +38 -1
  2461. package/src/zuora_api/model/UpdateCreditMemoItem.js +34 -2
  2462. package/src/zuora_api/model/UpdateCreditMemoRequest.js +11 -1
  2463. package/src/zuora_api/model/UpdateCreditMemoTaxItemFinanceInformation.js +11 -1
  2464. package/src/zuora_api/model/UpdateCreditMemoTaxItemRequest.js +12 -2
  2465. package/src/zuora_api/model/UpdateCreditMemoWithId.js +11 -1
  2466. package/src/zuora_api/model/UpdateCustomObjectCusotmField.js +11 -1
  2467. package/src/zuora_api/model/UpdateDebitMemoItem.js +34 -2
  2468. package/src/zuora_api/model/UpdateDebitMemoRequest.js +11 -1
  2469. package/src/zuora_api/model/UpdateDebitMemoTaxItemFinanceInformation.js +11 -1
  2470. package/src/zuora_api/model/UpdateDebitMemoTaxItemRequest.js +12 -2
  2471. package/src/zuora_api/model/UpdateDebitMemoWithId.js +11 -1
  2472. package/src/zuora_api/model/UpdateDebitMemosDueDatesRequest.js +11 -1
  2473. package/src/zuora_api/model/UpdateDiscountInvoiceItem.js +52 -2
  2474. package/src/zuora_api/model/UpdateFulfillmentItemRequest.js +11 -1
  2475. package/src/zuora_api/model/UpdateFulfillmentRequest.js +12 -2
  2476. package/src/zuora_api/model/UpdateInvoiceItem.js +60 -1
  2477. package/src/zuora_api/model/UpdateInvoiceRequest.js +11 -1
  2478. package/src/zuora_api/model/UpdateInvoiceResponse.js +11 -1
  2479. package/src/zuora_api/model/UpdateInvoiceScheduleItem.js +11 -1
  2480. package/src/zuora_api/model/UpdateInvoiceScheduleRequest.js +11 -1
  2481. package/src/zuora_api/model/UpdateJournalEntryItemRequest.js +12 -2
  2482. package/src/zuora_api/model/UpdateOpenPaymentMethodTypeRequest.js +12 -2
  2483. package/src/zuora_api/model/UpdateOrderAction.js +11 -1
  2484. package/src/zuora_api/model/UpdateOrderActionChargeTriggerDate.js +11 -1
  2485. package/src/zuora_api/model/UpdateOrderActionRequest.js +11 -1
  2486. package/src/zuora_api/model/UpdateOrderActionTriggerDate.js +11 -1
  2487. package/src/zuora_api/model/UpdateOrderActionTriggerDates.js +12 -2
  2488. package/src/zuora_api/model/UpdateOrderActionTriggerDatesRequest.js +12 -2
  2489. package/src/zuora_api/model/UpdateOrderCustomFieldsRequest.js +11 -1
  2490. package/src/zuora_api/model/UpdateOrderLineItem.js +53 -24
  2491. package/src/zuora_api/model/UpdateOrderLineItemRequest.js +71 -27
  2492. package/src/zuora_api/model/UpdateOrderRequest.js +12 -6
  2493. package/src/zuora_api/model/UpdateOrderSubscriptionsCustomFields.js +11 -1
  2494. package/src/zuora_api/model/UpdateOrderSubscriptionsOrderActionsCustomFields.js +11 -1
  2495. package/src/zuora_api/model/UpdateOrderTriggerDateResponse.js +11 -1
  2496. package/src/zuora_api/model/UpdateOrderTriggerDatesRequest.js +11 -1
  2497. package/src/zuora_api/model/UpdateOrderTriggerDatesResponse.js +11 -1
  2498. package/src/zuora_api/model/UpdatePaymentMethodRequest.js +11 -1
  2499. package/src/zuora_api/model/UpdatePaymentMethodRequestCreditCardInfo.js +11 -1
  2500. package/src/zuora_api/model/UpdatePaymentMethodResponse.js +11 -1
  2501. package/src/zuora_api/model/UpdatePaymentRequest.js +11 -1
  2502. package/src/zuora_api/model/UpdatePaymentRunRequest.js +11 -1
  2503. package/src/zuora_api/model/UpdatePaymentScheduleItemRequest.js +11 -1
  2504. package/src/zuora_api/model/UpdatePaymentScheduleRequest.js +11 -1
  2505. package/src/zuora_api/model/UpdateProductRatePlanChargeRequest.js +12 -2
  2506. package/src/zuora_api/model/UpdateProductRatePlanChargeTierRequest.js +11 -1
  2507. package/src/zuora_api/model/UpdateProductRatePlanRequest.js +11 -1
  2508. package/src/zuora_api/model/UpdateProductRequest.js +11 -1
  2509. package/src/zuora_api/model/UpdateRatePlanCharge.js +12 -2
  2510. package/src/zuora_api/model/UpdateRefundRequest.js +11 -1
  2511. package/src/zuora_api/model/UpdateSequenceSetRequest.js +11 -1
  2512. package/src/zuora_api/model/UpdateSequenceSetResponse.js +11 -1
  2513. package/src/zuora_api/model/UpdateSubscriptionChargeCustomFields.js +11 -1
  2514. package/src/zuora_api/model/UpdateSubscriptionChargeCustomFieldsOfASpecifiedVersion.js +11 -1
  2515. package/src/zuora_api/model/UpdateSubscriptionCustomFieldsOfASpecifiedVersionRequest.js +11 -1
  2516. package/src/zuora_api/model/UpdateSubscriptionCustomFieldsRequest.js +11 -1
  2517. package/src/zuora_api/model/UpdateSubscriptionRatePlan.js +12 -2
  2518. package/src/zuora_api/model/UpdateSubscriptionRatePlanCustomFields.js +11 -1
  2519. package/src/zuora_api/model/UpdateSubscriptionRatePlanCustomFieldsOfASpecifiedVersion.js +12 -2
  2520. package/src/zuora_api/model/UpdateSubscriptionRequest.js +11 -1
  2521. package/src/zuora_api/model/UpdateSubscriptionResponse.js +11 -1
  2522. package/src/zuora_api/model/UpdateTask.js +12 -2
  2523. package/src/zuora_api/model/UpdateTaxationItemForFinanceInformation.js +11 -1
  2524. package/src/zuora_api/model/UpdateTaxationItemRequest.js +11 -1
  2525. package/src/zuora_api/model/UpdateUsageRequest.js +11 -1
  2526. package/src/zuora_api/model/UpdaterPaymentMethodRequestAccountHolderInfo.js +11 -1
  2527. package/src/zuora_api/model/UploadFileForCreditMemoRequest.js +11 -1
  2528. package/src/zuora_api/model/UploadFileForDebitMemoRequest.js +11 -1
  2529. package/src/zuora_api/model/UploadFileForInvoiceRequest.js +11 -1
  2530. package/src/zuora_api/model/UploadFileResponse.js +11 -1
  2531. package/src/zuora_api/model/UploadUsageFileRequest.js +12 -2
  2532. package/src/zuora_api/model/UploadUsageFileResponse.js +11 -1
  2533. package/src/zuora_api/model/Usage.js +11 -1
  2534. package/src/zuora_api/model/UsageFlatFeePricingOverride.js +11 -5
  2535. package/src/zuora_api/model/UsageFlatFeePricingUpdate.js +11 -5
  2536. package/src/zuora_api/model/UsageItem.js +24 -1
  2537. package/src/zuora_api/model/UsageOveragePricingOverride.js +11 -5
  2538. package/src/zuora_api/model/UsageOveragePricingUpdate.js +11 -5
  2539. package/src/zuora_api/model/UsagePerUnitPricingOverride.js +11 -5
  2540. package/src/zuora_api/model/UsagePerUnitPricingUpdate.js +11 -5
  2541. package/src/zuora_api/model/UsageTieredPricingOverride.js +11 -5
  2542. package/src/zuora_api/model/UsageTieredPricingUpdate.js +11 -5
  2543. package/src/zuora_api/model/UsageTieredWithOveragePricingOverride.js +11 -5
  2544. package/src/zuora_api/model/UsageTieredWithOveragePricingUpdate.js +11 -5
  2545. package/src/zuora_api/model/UsageValues.js +11 -1
  2546. package/src/zuora_api/model/UsageVolumePricingOverride.js +11 -5
  2547. package/src/zuora_api/model/UsageVolumePricingUpdate.js +11 -5
  2548. package/src/zuora_api/model/UsagesResponse.js +11 -1
  2549. package/src/zuora_api/model/ValidationErrors.js +11 -1
  2550. package/src/zuora_api/model/ValidationReasons.js +11 -1
  2551. package/src/zuora_api/model/VerifyPaymentMethodRequest.js +11 -1
  2552. package/src/zuora_api/model/VerifyPaymentMethodResponse.js +11 -1
  2553. package/src/zuora_api/model/Workflow.js +11 -1
  2554. package/src/zuora_api/model/WorkflowDefinition.js +11 -1
  2555. package/src/zuora_api/model/WorkflowDefinitionActiveVersion.js +11 -1
  2556. package/src/zuora_api/model/WorkflowDefinitionAndVersions.js +11 -1
  2557. package/src/zuora_api/model/WorkflowError.js +11 -1
  2558. package/src/zuora_api/model/WorkflowInstance.js +11 -1
  2559. package/src/zuora_api/model/WriteOffBehavior.js +11 -1
  2560. package/src/zuora_api/model/WriteOffBehaviorFinanceInformation.js +11 -1
  2561. package/src/zuora_api/model/WriteOffCreditMemoRequest.js +11 -1
  2562. package/src/zuora_api/model/WriteOffCreditMemoResponse.js +11 -1
  2563. package/src/zuora_api/model/WriteOffCreditMemoResponseDebitMemo.js +11 -1
  2564. package/src/zuora_api/model/WriteOffDebitMemoRequest.js +292 -0
  2565. package/src/zuora_api/model/WriteOffDebitMemoResponse.js +175 -0
  2566. package/src/zuora_api/model/WriteOffInvoiceRequest.js +65 -1
  2567. package/src/zuora_api/model/WriteOffInvoiceResponse.js +11 -1
  2568. package/src/zuora_api/model/WriteOffInvoiceResponseCreditMemo.js +11 -1
  2569. package/src/zuora_api/model/ZObject.js +11 -1
  2570. package/src/zuora_api/model/ZObjectUpdate.js +12 -2
  2571. package/dist/zuora_api/api/AuthenticationApi.js +0 -146
  2572. package/dist/zuora_api/api/MappingApi.js +0 -92
  2573. package/dist/zuora_api/api/ReportsApi.js +0 -238
  2574. package/dist/zuora_api/api/SignedUrlApi.js +0 -92
  2575. package/dist/zuora_api/api/StageErrorApi.js +0 -92
  2576. package/dist/zuora_api/api/UploadApi.js +0 -307
  2577. package/src/zuora_api/api/AuthenticationApi.js +0 -153
  2578. package/src/zuora_api/api/MappingApi.js +0 -91
  2579. package/src/zuora_api/api/ReportsApi.js +0 -255
  2580. package/src/zuora_api/api/SignedUrlApi.js +0 -91
  2581. package/src/zuora_api/api/StageErrorApi.js +0 -91
  2582. package/src/zuora_api/api/UploadApi.js +0 -330
@@ -102,7 +102,7 @@ import QueryValidityPeriodSummarysResponse from '../model/QueryValidityPeriodSum
102
102
  /**
103
103
  * ObjectQueries service.
104
104
  * @module api/ObjectQueriesApi
105
- * @version 3.0.0
105
+ * @version 3.2.0-beta.0
106
106
  */
107
107
  export default class ObjectQueriesApi {
108
108
 
@@ -130,7 +130,6 @@ export default class ObjectQueriesApi {
130
130
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
131
131
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
132
132
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
133
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
134
133
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
135
134
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
136
135
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -163,8 +162,7 @@ export default class ObjectQueriesApi {
163
162
  'Zuora-Track-Id': opts['zuora_track_id'],
164
163
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
165
164
  'Authorization': opts['authorization'],
166
- 'Zuora-Version': opts['zuora_version'],
167
- 'Zuora-Org-Ids': opts['zuora_org_ids']
165
+ 'Zuora-Version': opts['zuora_version']
168
166
  };
169
167
  let formParams = {
170
168
  };
@@ -191,7 +189,6 @@ export default class ObjectQueriesApi {
191
189
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
192
190
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
193
191
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
194
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
195
192
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
196
193
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
197
194
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -217,7 +214,6 @@ export default class ObjectQueriesApi {
217
214
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
218
215
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
219
216
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
220
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
221
217
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
222
218
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
223
219
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -245,8 +241,7 @@ export default class ObjectQueriesApi {
245
241
  'Zuora-Track-Id': opts['zuora_track_id'],
246
242
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
247
243
  'Authorization': opts['authorization'],
248
- 'Zuora-Version': opts['zuora_version'],
249
- 'Zuora-Org-Ids': opts['zuora_org_ids']
244
+ 'Zuora-Version': opts['zuora_version']
250
245
  };
251
246
  let formParams = {
252
247
  };
@@ -272,7 +267,6 @@ export default class ObjectQueriesApi {
272
267
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
273
268
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
274
269
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
275
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
276
270
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
277
271
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
278
272
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -299,7 +293,6 @@ export default class ObjectQueriesApi {
299
293
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
300
294
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
301
295
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
302
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
303
296
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
304
297
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
305
298
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -332,8 +325,7 @@ export default class ObjectQueriesApi {
332
325
  'Zuora-Track-Id': opts['zuora_track_id'],
333
326
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
334
327
  'Authorization': opts['authorization'],
335
- 'Zuora-Version': opts['zuora_version'],
336
- 'Zuora-Org-Ids': opts['zuora_org_ids']
328
+ 'Zuora-Version': opts['zuora_version']
337
329
  };
338
330
  let formParams = {
339
331
  };
@@ -360,7 +352,6 @@ export default class ObjectQueriesApi {
360
352
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
361
353
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
362
354
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
363
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
364
355
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
365
356
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
366
357
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -386,7 +377,6 @@ export default class ObjectQueriesApi {
386
377
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
387
378
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
388
379
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
389
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
390
380
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
391
381
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
392
382
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -414,8 +404,7 @@ export default class ObjectQueriesApi {
414
404
  'Zuora-Track-Id': opts['zuora_track_id'],
415
405
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
416
406
  'Authorization': opts['authorization'],
417
- 'Zuora-Version': opts['zuora_version'],
418
- 'Zuora-Org-Ids': opts['zuora_org_ids']
407
+ 'Zuora-Version': opts['zuora_version']
419
408
  };
420
409
  let formParams = {
421
410
  };
@@ -441,7 +430,6 @@ export default class ObjectQueriesApi {
441
430
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
442
431
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
443
432
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
444
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
445
433
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
446
434
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
447
435
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -468,7 +456,6 @@ export default class ObjectQueriesApi {
468
456
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
469
457
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
470
458
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
471
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
472
459
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
473
460
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
474
461
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -501,8 +488,7 @@ export default class ObjectQueriesApi {
501
488
  'Zuora-Track-Id': opts['zuora_track_id'],
502
489
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
503
490
  'Authorization': opts['authorization'],
504
- 'Zuora-Version': opts['zuora_version'],
505
- 'Zuora-Org-Ids': opts['zuora_org_ids']
491
+ 'Zuora-Version': opts['zuora_version']
506
492
  };
507
493
  let formParams = {
508
494
  };
@@ -529,7 +515,6 @@ export default class ObjectQueriesApi {
529
515
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
530
516
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
531
517
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
532
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
533
518
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
534
519
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
535
520
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -555,7 +540,6 @@ export default class ObjectQueriesApi {
555
540
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
556
541
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
557
542
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
558
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
559
543
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
560
544
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
561
545
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -583,8 +567,7 @@ export default class ObjectQueriesApi {
583
567
  'Zuora-Track-Id': opts['zuora_track_id'],
584
568
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
585
569
  'Authorization': opts['authorization'],
586
- 'Zuora-Version': opts['zuora_version'],
587
- 'Zuora-Org-Ids': opts['zuora_org_ids']
570
+ 'Zuora-Version': opts['zuora_version']
588
571
  };
589
572
  let formParams = {
590
573
  };
@@ -610,7 +593,6 @@ export default class ObjectQueriesApi {
610
593
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
611
594
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
612
595
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
613
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
614
596
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
615
597
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
616
598
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -637,7 +619,6 @@ export default class ObjectQueriesApi {
637
619
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
638
620
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
639
621
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
640
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
641
622
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
642
623
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
643
624
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -670,8 +651,7 @@ export default class ObjectQueriesApi {
670
651
  'Zuora-Track-Id': opts['zuora_track_id'],
671
652
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
672
653
  'Authorization': opts['authorization'],
673
- 'Zuora-Version': opts['zuora_version'],
674
- 'Zuora-Org-Ids': opts['zuora_org_ids']
654
+ 'Zuora-Version': opts['zuora_version']
675
655
  };
676
656
  let formParams = {
677
657
  };
@@ -698,7 +678,6 @@ export default class ObjectQueriesApi {
698
678
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
699
679
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
700
680
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
701
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
702
681
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
703
682
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
704
683
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -724,7 +703,6 @@ export default class ObjectQueriesApi {
724
703
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
725
704
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
726
705
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
727
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
728
706
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
729
707
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
730
708
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -752,8 +730,7 @@ export default class ObjectQueriesApi {
752
730
  'Zuora-Track-Id': opts['zuora_track_id'],
753
731
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
754
732
  'Authorization': opts['authorization'],
755
- 'Zuora-Version': opts['zuora_version'],
756
- 'Zuora-Org-Ids': opts['zuora_org_ids']
733
+ 'Zuora-Version': opts['zuora_version']
757
734
  };
758
735
  let formParams = {
759
736
  };
@@ -779,7 +756,6 @@ export default class ObjectQueriesApi {
779
756
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
780
757
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
781
758
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
782
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
783
759
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
784
760
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
785
761
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -806,7 +782,6 @@ export default class ObjectQueriesApi {
806
782
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
807
783
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
808
784
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
809
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
810
785
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
811
786
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
812
787
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -839,8 +814,7 @@ export default class ObjectQueriesApi {
839
814
  'Zuora-Track-Id': opts['zuora_track_id'],
840
815
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
841
816
  'Authorization': opts['authorization'],
842
- 'Zuora-Version': opts['zuora_version'],
843
- 'Zuora-Org-Ids': opts['zuora_org_ids']
817
+ 'Zuora-Version': opts['zuora_version']
844
818
  };
845
819
  let formParams = {
846
820
  };
@@ -867,7 +841,6 @@ export default class ObjectQueriesApi {
867
841
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
868
842
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
869
843
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
870
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
871
844
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
872
845
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
873
846
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -893,7 +866,6 @@ export default class ObjectQueriesApi {
893
866
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
894
867
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
895
868
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
896
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
897
869
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
898
870
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
899
871
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -921,8 +893,7 @@ export default class ObjectQueriesApi {
921
893
  'Zuora-Track-Id': opts['zuora_track_id'],
922
894
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
923
895
  'Authorization': opts['authorization'],
924
- 'Zuora-Version': opts['zuora_version'],
925
- 'Zuora-Org-Ids': opts['zuora_org_ids']
896
+ 'Zuora-Version': opts['zuora_version']
926
897
  };
927
898
  let formParams = {
928
899
  };
@@ -948,7 +919,6 @@ export default class ObjectQueriesApi {
948
919
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
949
920
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
950
921
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
951
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
952
922
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
953
923
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
954
924
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -975,7 +945,6 @@ export default class ObjectQueriesApi {
975
945
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
976
946
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
977
947
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
978
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
979
948
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
980
949
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
981
950
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1008,8 +977,7 @@ export default class ObjectQueriesApi {
1008
977
  'Zuora-Track-Id': opts['zuora_track_id'],
1009
978
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1010
979
  'Authorization': opts['authorization'],
1011
- 'Zuora-Version': opts['zuora_version'],
1012
- 'Zuora-Org-Ids': opts['zuora_org_ids']
980
+ 'Zuora-Version': opts['zuora_version']
1013
981
  };
1014
982
  let formParams = {
1015
983
  };
@@ -1036,7 +1004,6 @@ export default class ObjectQueriesApi {
1036
1004
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1037
1005
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1038
1006
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1039
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1040
1007
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
1041
1008
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1042
1009
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1063,7 +1030,6 @@ export default class ObjectQueriesApi {
1063
1030
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1064
1031
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1065
1032
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1066
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1067
1033
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
1068
1034
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1069
1035
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1096,8 +1062,7 @@ export default class ObjectQueriesApi {
1096
1062
  'Zuora-Track-Id': opts['zuora_track_id'],
1097
1063
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1098
1064
  'Authorization': opts['authorization'],
1099
- 'Zuora-Version': opts['zuora_version'],
1100
- 'Zuora-Org-Ids': opts['zuora_org_ids']
1065
+ 'Zuora-Version': opts['zuora_version']
1101
1066
  };
1102
1067
  let formParams = {
1103
1068
  };
@@ -1124,7 +1089,6 @@ export default class ObjectQueriesApi {
1124
1089
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1125
1090
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1126
1091
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1127
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1128
1092
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
1129
1093
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1130
1094
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1150,7 +1114,6 @@ export default class ObjectQueriesApi {
1150
1114
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1151
1115
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1152
1116
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1153
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1154
1117
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
1155
1118
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1156
1119
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1178,8 +1141,7 @@ export default class ObjectQueriesApi {
1178
1141
  'Zuora-Track-Id': opts['zuora_track_id'],
1179
1142
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1180
1143
  'Authorization': opts['authorization'],
1181
- 'Zuora-Version': opts['zuora_version'],
1182
- 'Zuora-Org-Ids': opts['zuora_org_ids']
1144
+ 'Zuora-Version': opts['zuora_version']
1183
1145
  };
1184
1146
  let formParams = {
1185
1147
  };
@@ -1205,7 +1167,6 @@ export default class ObjectQueriesApi {
1205
1167
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1206
1168
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1207
1169
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1208
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1209
1170
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
1210
1171
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1211
1172
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1231,7 +1192,6 @@ export default class ObjectQueriesApi {
1231
1192
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1232
1193
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1233
1194
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1234
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1235
1195
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
1236
1196
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1237
1197
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1259,8 +1219,7 @@ export default class ObjectQueriesApi {
1259
1219
  'Zuora-Track-Id': opts['zuora_track_id'],
1260
1220
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1261
1221
  'Authorization': opts['authorization'],
1262
- 'Zuora-Version': opts['zuora_version'],
1263
- 'Zuora-Org-Ids': opts['zuora_org_ids']
1222
+ 'Zuora-Version': opts['zuora_version']
1264
1223
  };
1265
1224
  let formParams = {
1266
1225
  };
@@ -1286,7 +1245,6 @@ export default class ObjectQueriesApi {
1286
1245
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1287
1246
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1288
1247
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1289
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1290
1248
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
1291
1249
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1292
1250
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1314,7 +1272,6 @@ export default class ObjectQueriesApi {
1314
1272
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1315
1273
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1316
1274
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1317
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1318
1275
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
1319
1276
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1320
1277
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1352,8 +1309,7 @@ export default class ObjectQueriesApi {
1352
1309
  'Zuora-Track-Id': opts['zuora_track_id'],
1353
1310
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1354
1311
  'Authorization': opts['authorization'],
1355
- 'Zuora-Version': opts['zuora_version'],
1356
- 'Zuora-Org-Ids': opts['zuora_org_ids']
1312
+ 'Zuora-Version': opts['zuora_version']
1357
1313
  };
1358
1314
  let formParams = {
1359
1315
  };
@@ -1381,7 +1337,6 @@ export default class ObjectQueriesApi {
1381
1337
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1382
1338
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1383
1339
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1384
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1385
1340
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
1386
1341
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1387
1342
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1408,7 +1363,6 @@ export default class ObjectQueriesApi {
1408
1363
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1409
1364
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1410
1365
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1411
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1412
1366
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
1413
1367
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1414
1368
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1441,8 +1395,7 @@ export default class ObjectQueriesApi {
1441
1395
  'Zuora-Track-Id': opts['zuora_track_id'],
1442
1396
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1443
1397
  'Authorization': opts['authorization'],
1444
- 'Zuora-Version': opts['zuora_version'],
1445
- 'Zuora-Org-Ids': opts['zuora_org_ids']
1398
+ 'Zuora-Version': opts['zuora_version']
1446
1399
  };
1447
1400
  let formParams = {
1448
1401
  };
@@ -1469,7 +1422,6 @@ export default class ObjectQueriesApi {
1469
1422
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1470
1423
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1471
1424
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1472
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1473
1425
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
1474
1426
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1475
1427
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1496,7 +1448,6 @@ export default class ObjectQueriesApi {
1496
1448
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1497
1449
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1498
1450
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1499
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1500
1451
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
1501
1452
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1502
1453
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1529,8 +1480,7 @@ export default class ObjectQueriesApi {
1529
1480
  'Zuora-Track-Id': opts['zuora_track_id'],
1530
1481
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1531
1482
  'Authorization': opts['authorization'],
1532
- 'Zuora-Version': opts['zuora_version'],
1533
- 'Zuora-Org-Ids': opts['zuora_org_ids']
1483
+ 'Zuora-Version': opts['zuora_version']
1534
1484
  };
1535
1485
  let formParams = {
1536
1486
  };
@@ -1557,7 +1507,6 @@ export default class ObjectQueriesApi {
1557
1507
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1558
1508
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1559
1509
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1560
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1561
1510
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
1562
1511
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1563
1512
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1583,7 +1532,6 @@ export default class ObjectQueriesApi {
1583
1532
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1584
1533
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1585
1534
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1586
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1587
1535
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
1588
1536
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1589
1537
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1611,8 +1559,7 @@ export default class ObjectQueriesApi {
1611
1559
  'Zuora-Track-Id': opts['zuora_track_id'],
1612
1560
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1613
1561
  'Authorization': opts['authorization'],
1614
- 'Zuora-Version': opts['zuora_version'],
1615
- 'Zuora-Org-Ids': opts['zuora_org_ids']
1562
+ 'Zuora-Version': opts['zuora_version']
1616
1563
  };
1617
1564
  let formParams = {
1618
1565
  };
@@ -1638,7 +1585,6 @@ export default class ObjectQueriesApi {
1638
1585
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1639
1586
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1640
1587
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1641
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1642
1588
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
1643
1589
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1644
1590
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1665,7 +1611,6 @@ export default class ObjectQueriesApi {
1665
1611
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1666
1612
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1667
1613
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1668
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1669
1614
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
1670
1615
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1671
1616
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1698,8 +1643,7 @@ export default class ObjectQueriesApi {
1698
1643
  'Zuora-Track-Id': opts['zuora_track_id'],
1699
1644
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1700
1645
  'Authorization': opts['authorization'],
1701
- 'Zuora-Version': opts['zuora_version'],
1702
- 'Zuora-Org-Ids': opts['zuora_org_ids']
1646
+ 'Zuora-Version': opts['zuora_version']
1703
1647
  };
1704
1648
  let formParams = {
1705
1649
  };
@@ -1726,7 +1670,6 @@ export default class ObjectQueriesApi {
1726
1670
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1727
1671
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1728
1672
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1729
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1730
1673
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
1731
1674
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1732
1675
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1753,7 +1696,6 @@ export default class ObjectQueriesApi {
1753
1696
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1754
1697
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1755
1698
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1756
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1757
1699
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
1758
1700
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1759
1701
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1786,8 +1728,7 @@ export default class ObjectQueriesApi {
1786
1728
  'Zuora-Track-Id': opts['zuora_track_id'],
1787
1729
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1788
1730
  'Authorization': opts['authorization'],
1789
- 'Zuora-Version': opts['zuora_version'],
1790
- 'Zuora-Org-Ids': opts['zuora_org_ids']
1731
+ 'Zuora-Version': opts['zuora_version']
1791
1732
  };
1792
1733
  let formParams = {
1793
1734
  };
@@ -1814,7 +1755,6 @@ export default class ObjectQueriesApi {
1814
1755
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1815
1756
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1816
1757
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1817
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1818
1758
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
1819
1759
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1820
1760
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1840,7 +1780,6 @@ export default class ObjectQueriesApi {
1840
1780
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1841
1781
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1842
1782
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1843
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1844
1783
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
1845
1784
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1846
1785
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1868,8 +1807,7 @@ export default class ObjectQueriesApi {
1868
1807
  'Zuora-Track-Id': opts['zuora_track_id'],
1869
1808
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1870
1809
  'Authorization': opts['authorization'],
1871
- 'Zuora-Version': opts['zuora_version'],
1872
- 'Zuora-Org-Ids': opts['zuora_org_ids']
1810
+ 'Zuora-Version': opts['zuora_version']
1873
1811
  };
1874
1812
  let formParams = {
1875
1813
  };
@@ -1895,7 +1833,6 @@ export default class ObjectQueriesApi {
1895
1833
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1896
1834
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1897
1835
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1898
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1899
1836
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
1900
1837
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1901
1838
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1921,7 +1858,6 @@ export default class ObjectQueriesApi {
1921
1858
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1922
1859
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1923
1860
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1924
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1925
1861
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
1926
1862
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1927
1863
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1949,8 +1885,7 @@ export default class ObjectQueriesApi {
1949
1885
  'Zuora-Track-Id': opts['zuora_track_id'],
1950
1886
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1951
1887
  'Authorization': opts['authorization'],
1952
- 'Zuora-Version': opts['zuora_version'],
1953
- 'Zuora-Org-Ids': opts['zuora_org_ids']
1888
+ 'Zuora-Version': opts['zuora_version']
1954
1889
  };
1955
1890
  let formParams = {
1956
1891
  };
@@ -1976,7 +1911,6 @@ export default class ObjectQueriesApi {
1976
1911
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
1977
1912
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
1978
1913
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1979
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1980
1914
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
1981
1915
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1982
1916
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2003,7 +1937,6 @@ export default class ObjectQueriesApi {
2003
1937
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2004
1938
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2005
1939
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2006
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2007
1940
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
2008
1941
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2009
1942
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2036,8 +1969,7 @@ export default class ObjectQueriesApi {
2036
1969
  'Zuora-Track-Id': opts['zuora_track_id'],
2037
1970
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2038
1971
  'Authorization': opts['authorization'],
2039
- 'Zuora-Version': opts['zuora_version'],
2040
- 'Zuora-Org-Ids': opts['zuora_org_ids']
1972
+ 'Zuora-Version': opts['zuora_version']
2041
1973
  };
2042
1974
  let formParams = {
2043
1975
  };
@@ -2064,7 +1996,6 @@ export default class ObjectQueriesApi {
2064
1996
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2065
1997
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2066
1998
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2067
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2068
1999
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
2069
2000
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2070
2001
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2091,7 +2022,6 @@ export default class ObjectQueriesApi {
2091
2022
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2092
2023
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2093
2024
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2094
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2095
2025
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
2096
2026
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2097
2027
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2124,8 +2054,7 @@ export default class ObjectQueriesApi {
2124
2054
  'Zuora-Track-Id': opts['zuora_track_id'],
2125
2055
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2126
2056
  'Authorization': opts['authorization'],
2127
- 'Zuora-Version': opts['zuora_version'],
2128
- 'Zuora-Org-Ids': opts['zuora_org_ids']
2057
+ 'Zuora-Version': opts['zuora_version']
2129
2058
  };
2130
2059
  let formParams = {
2131
2060
  };
@@ -2152,7 +2081,6 @@ export default class ObjectQueriesApi {
2152
2081
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2153
2082
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2154
2083
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2155
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2156
2084
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
2157
2085
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2158
2086
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2178,7 +2106,6 @@ export default class ObjectQueriesApi {
2178
2106
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2179
2107
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2180
2108
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2181
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2182
2109
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
2183
2110
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2184
2111
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2206,8 +2133,7 @@ export default class ObjectQueriesApi {
2206
2133
  'Zuora-Track-Id': opts['zuora_track_id'],
2207
2134
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2208
2135
  'Authorization': opts['authorization'],
2209
- 'Zuora-Version': opts['zuora_version'],
2210
- 'Zuora-Org-Ids': opts['zuora_org_ids']
2136
+ 'Zuora-Version': opts['zuora_version']
2211
2137
  };
2212
2138
  let formParams = {
2213
2139
  };
@@ -2233,7 +2159,6 @@ export default class ObjectQueriesApi {
2233
2159
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2234
2160
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2235
2161
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2236
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2237
2162
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
2238
2163
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2239
2164
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2259,7 +2184,6 @@ export default class ObjectQueriesApi {
2259
2184
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2260
2185
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2261
2186
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2262
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2263
2187
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
2264
2188
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2265
2189
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2287,8 +2211,7 @@ export default class ObjectQueriesApi {
2287
2211
  'Zuora-Track-Id': opts['zuora_track_id'],
2288
2212
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2289
2213
  'Authorization': opts['authorization'],
2290
- 'Zuora-Version': opts['zuora_version'],
2291
- 'Zuora-Org-Ids': opts['zuora_org_ids']
2214
+ 'Zuora-Version': opts['zuora_version']
2292
2215
  };
2293
2216
  let formParams = {
2294
2217
  };
@@ -2314,7 +2237,6 @@ export default class ObjectQueriesApi {
2314
2237
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2315
2238
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2316
2239
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2317
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2318
2240
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
2319
2241
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2320
2242
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2341,7 +2263,6 @@ export default class ObjectQueriesApi {
2341
2263
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2342
2264
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2343
2265
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2344
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2345
2266
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
2346
2267
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2347
2268
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2374,8 +2295,7 @@ export default class ObjectQueriesApi {
2374
2295
  'Zuora-Track-Id': opts['zuora_track_id'],
2375
2296
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2376
2297
  'Authorization': opts['authorization'],
2377
- 'Zuora-Version': opts['zuora_version'],
2378
- 'Zuora-Org-Ids': opts['zuora_org_ids']
2298
+ 'Zuora-Version': opts['zuora_version']
2379
2299
  };
2380
2300
  let formParams = {
2381
2301
  };
@@ -2402,7 +2322,6 @@ export default class ObjectQueriesApi {
2402
2322
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2403
2323
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2404
2324
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2405
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2406
2325
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
2407
2326
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2408
2327
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2428,7 +2347,6 @@ export default class ObjectQueriesApi {
2428
2347
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2429
2348
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2430
2349
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2431
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2432
2350
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
2433
2351
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2434
2352
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2456,8 +2374,7 @@ export default class ObjectQueriesApi {
2456
2374
  'Zuora-Track-Id': opts['zuora_track_id'],
2457
2375
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2458
2376
  'Authorization': opts['authorization'],
2459
- 'Zuora-Version': opts['zuora_version'],
2460
- 'Zuora-Org-Ids': opts['zuora_org_ids']
2377
+ 'Zuora-Version': opts['zuora_version']
2461
2378
  };
2462
2379
  let formParams = {
2463
2380
  };
@@ -2483,7 +2400,6 @@ export default class ObjectQueriesApi {
2483
2400
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2484
2401
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2485
2402
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2486
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2487
2403
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
2488
2404
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2489
2405
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2510,7 +2426,6 @@ export default class ObjectQueriesApi {
2510
2426
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2511
2427
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2512
2428
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2513
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2514
2429
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
2515
2430
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2516
2431
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2543,8 +2458,7 @@ export default class ObjectQueriesApi {
2543
2458
  'Zuora-Track-Id': opts['zuora_track_id'],
2544
2459
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2545
2460
  'Authorization': opts['authorization'],
2546
- 'Zuora-Version': opts['zuora_version'],
2547
- 'Zuora-Org-Ids': opts['zuora_org_ids']
2461
+ 'Zuora-Version': opts['zuora_version']
2548
2462
  };
2549
2463
  let formParams = {
2550
2464
  };
@@ -2571,7 +2485,6 @@ export default class ObjectQueriesApi {
2571
2485
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2572
2486
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2573
2487
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2574
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2575
2488
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
2576
2489
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2577
2490
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2597,7 +2510,6 @@ export default class ObjectQueriesApi {
2597
2510
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2598
2511
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2599
2512
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2600
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2601
2513
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
2602
2514
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2603
2515
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2625,8 +2537,7 @@ export default class ObjectQueriesApi {
2625
2537
  'Zuora-Track-Id': opts['zuora_track_id'],
2626
2538
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2627
2539
  'Authorization': opts['authorization'],
2628
- 'Zuora-Version': opts['zuora_version'],
2629
- 'Zuora-Org-Ids': opts['zuora_org_ids']
2540
+ 'Zuora-Version': opts['zuora_version']
2630
2541
  };
2631
2542
  let formParams = {
2632
2543
  };
@@ -2652,7 +2563,6 @@ export default class ObjectQueriesApi {
2652
2563
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2653
2564
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2654
2565
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2655
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2656
2566
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
2657
2567
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2658
2568
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2679,7 +2589,6 @@ export default class ObjectQueriesApi {
2679
2589
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2680
2590
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2681
2591
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2682
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2683
2592
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
2684
2593
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2685
2594
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2712,8 +2621,7 @@ export default class ObjectQueriesApi {
2712
2621
  'Zuora-Track-Id': opts['zuora_track_id'],
2713
2622
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2714
2623
  'Authorization': opts['authorization'],
2715
- 'Zuora-Version': opts['zuora_version'],
2716
- 'Zuora-Org-Ids': opts['zuora_org_ids']
2624
+ 'Zuora-Version': opts['zuora_version']
2717
2625
  };
2718
2626
  let formParams = {
2719
2627
  };
@@ -2740,7 +2648,6 @@ export default class ObjectQueriesApi {
2740
2648
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2741
2649
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2742
2650
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2743
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2744
2651
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
2745
2652
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2746
2653
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2766,7 +2673,6 @@ export default class ObjectQueriesApi {
2766
2673
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2767
2674
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2768
2675
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2769
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2770
2676
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
2771
2677
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2772
2678
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2794,8 +2700,7 @@ export default class ObjectQueriesApi {
2794
2700
  'Zuora-Track-Id': opts['zuora_track_id'],
2795
2701
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2796
2702
  'Authorization': opts['authorization'],
2797
- 'Zuora-Version': opts['zuora_version'],
2798
- 'Zuora-Org-Ids': opts['zuora_org_ids']
2703
+ 'Zuora-Version': opts['zuora_version']
2799
2704
  };
2800
2705
  let formParams = {
2801
2706
  };
@@ -2821,7 +2726,6 @@ export default class ObjectQueriesApi {
2821
2726
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2822
2727
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2823
2728
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2824
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2825
2729
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
2826
2730
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2827
2731
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2848,7 +2752,6 @@ export default class ObjectQueriesApi {
2848
2752
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2849
2753
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2850
2754
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2851
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2852
2755
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
2853
2756
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2854
2757
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2881,8 +2784,7 @@ export default class ObjectQueriesApi {
2881
2784
  'Zuora-Track-Id': opts['zuora_track_id'],
2882
2785
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2883
2786
  'Authorization': opts['authorization'],
2884
- 'Zuora-Version': opts['zuora_version'],
2885
- 'Zuora-Org-Ids': opts['zuora_org_ids']
2787
+ 'Zuora-Version': opts['zuora_version']
2886
2788
  };
2887
2789
  let formParams = {
2888
2790
  };
@@ -2909,7 +2811,6 @@ export default class ObjectQueriesApi {
2909
2811
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2910
2812
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2911
2813
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2912
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2913
2814
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
2914
2815
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2915
2816
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2935,7 +2836,6 @@ export default class ObjectQueriesApi {
2935
2836
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2936
2837
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2937
2838
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2938
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2939
2839
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
2940
2840
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2941
2841
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -2963,8 +2863,7 @@ export default class ObjectQueriesApi {
2963
2863
  'Zuora-Track-Id': opts['zuora_track_id'],
2964
2864
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2965
2865
  'Authorization': opts['authorization'],
2966
- 'Zuora-Version': opts['zuora_version'],
2967
- 'Zuora-Org-Ids': opts['zuora_org_ids']
2866
+ 'Zuora-Version': opts['zuora_version']
2968
2867
  };
2969
2868
  let formParams = {
2970
2869
  };
@@ -2990,7 +2889,6 @@ export default class ObjectQueriesApi {
2990
2889
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2991
2890
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2992
2891
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2993
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
2994
2892
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
2995
2893
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
2996
2894
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3017,7 +2915,6 @@ export default class ObjectQueriesApi {
3017
2915
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3018
2916
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3019
2917
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3020
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3021
2918
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
3022
2919
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3023
2920
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3050,8 +2947,7 @@ export default class ObjectQueriesApi {
3050
2947
  'Zuora-Track-Id': opts['zuora_track_id'],
3051
2948
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3052
2949
  'Authorization': opts['authorization'],
3053
- 'Zuora-Version': opts['zuora_version'],
3054
- 'Zuora-Org-Ids': opts['zuora_org_ids']
2950
+ 'Zuora-Version': opts['zuora_version']
3055
2951
  };
3056
2952
  let formParams = {
3057
2953
  };
@@ -3078,7 +2974,6 @@ export default class ObjectQueriesApi {
3078
2974
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3079
2975
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3080
2976
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3081
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3082
2977
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
3083
2978
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3084
2979
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3105,7 +3000,6 @@ export default class ObjectQueriesApi {
3105
3000
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3106
3001
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3107
3002
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3108
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3109
3003
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
3110
3004
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3111
3005
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3138,8 +3032,7 @@ export default class ObjectQueriesApi {
3138
3032
  'Zuora-Track-Id': opts['zuora_track_id'],
3139
3033
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3140
3034
  'Authorization': opts['authorization'],
3141
- 'Zuora-Version': opts['zuora_version'],
3142
- 'Zuora-Org-Ids': opts['zuora_org_ids']
3035
+ 'Zuora-Version': opts['zuora_version']
3143
3036
  };
3144
3037
  let formParams = {
3145
3038
  };
@@ -3166,7 +3059,6 @@ export default class ObjectQueriesApi {
3166
3059
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3167
3060
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3168
3061
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3169
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3170
3062
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
3171
3063
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3172
3064
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3193,7 +3085,6 @@ export default class ObjectQueriesApi {
3193
3085
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3194
3086
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3195
3087
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3196
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3197
3088
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
3198
3089
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3199
3090
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3226,8 +3117,7 @@ export default class ObjectQueriesApi {
3226
3117
  'Zuora-Track-Id': opts['zuora_track_id'],
3227
3118
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3228
3119
  'Authorization': opts['authorization'],
3229
- 'Zuora-Version': opts['zuora_version'],
3230
- 'Zuora-Org-Ids': opts['zuora_org_ids']
3120
+ 'Zuora-Version': opts['zuora_version']
3231
3121
  };
3232
3122
  let formParams = {
3233
3123
  };
@@ -3254,7 +3144,6 @@ export default class ObjectQueriesApi {
3254
3144
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3255
3145
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3256
3146
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3257
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3258
3147
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
3259
3148
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3260
3149
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3280,7 +3169,6 @@ export default class ObjectQueriesApi {
3280
3169
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3281
3170
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3282
3171
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3283
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3284
3172
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
3285
3173
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3286
3174
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3308,8 +3196,7 @@ export default class ObjectQueriesApi {
3308
3196
  'Zuora-Track-Id': opts['zuora_track_id'],
3309
3197
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3310
3198
  'Authorization': opts['authorization'],
3311
- 'Zuora-Version': opts['zuora_version'],
3312
- 'Zuora-Org-Ids': opts['zuora_org_ids']
3199
+ 'Zuora-Version': opts['zuora_version']
3313
3200
  };
3314
3201
  let formParams = {
3315
3202
  };
@@ -3335,7 +3222,6 @@ export default class ObjectQueriesApi {
3335
3222
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3336
3223
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3337
3224
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3338
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3339
3225
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
3340
3226
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3341
3227
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3361,7 +3247,6 @@ export default class ObjectQueriesApi {
3361
3247
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3362
3248
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3363
3249
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3364
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3365
3250
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
3366
3251
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3367
3252
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3389,8 +3274,7 @@ export default class ObjectQueriesApi {
3389
3274
  'Zuora-Track-Id': opts['zuora_track_id'],
3390
3275
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3391
3276
  'Authorization': opts['authorization'],
3392
- 'Zuora-Version': opts['zuora_version'],
3393
- 'Zuora-Org-Ids': opts['zuora_org_ids']
3277
+ 'Zuora-Version': opts['zuora_version']
3394
3278
  };
3395
3279
  let formParams = {
3396
3280
  };
@@ -3416,7 +3300,6 @@ export default class ObjectQueriesApi {
3416
3300
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3417
3301
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3418
3302
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3419
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3420
3303
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
3421
3304
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3422
3305
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3443,7 +3326,6 @@ export default class ObjectQueriesApi {
3443
3326
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3444
3327
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3445
3328
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3446
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3447
3329
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
3448
3330
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3449
3331
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3476,8 +3358,7 @@ export default class ObjectQueriesApi {
3476
3358
  'Zuora-Track-Id': opts['zuora_track_id'],
3477
3359
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3478
3360
  'Authorization': opts['authorization'],
3479
- 'Zuora-Version': opts['zuora_version'],
3480
- 'Zuora-Org-Ids': opts['zuora_org_ids']
3361
+ 'Zuora-Version': opts['zuora_version']
3481
3362
  };
3482
3363
  let formParams = {
3483
3364
  };
@@ -3504,7 +3385,6 @@ export default class ObjectQueriesApi {
3504
3385
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3505
3386
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3506
3387
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3507
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3508
3388
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
3509
3389
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3510
3390
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3530,7 +3410,6 @@ export default class ObjectQueriesApi {
3530
3410
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3531
3411
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3532
3412
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3533
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3534
3413
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
3535
3414
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3536
3415
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3558,8 +3437,7 @@ export default class ObjectQueriesApi {
3558
3437
  'Zuora-Track-Id': opts['zuora_track_id'],
3559
3438
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3560
3439
  'Authorization': opts['authorization'],
3561
- 'Zuora-Version': opts['zuora_version'],
3562
- 'Zuora-Org-Ids': opts['zuora_org_ids']
3440
+ 'Zuora-Version': opts['zuora_version']
3563
3441
  };
3564
3442
  let formParams = {
3565
3443
  };
@@ -3585,7 +3463,6 @@ export default class ObjectQueriesApi {
3585
3463
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3586
3464
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3587
3465
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3588
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3589
3466
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
3590
3467
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3591
3468
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3612,7 +3489,6 @@ export default class ObjectQueriesApi {
3612
3489
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3613
3490
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3614
3491
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3615
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3616
3492
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
3617
3493
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3618
3494
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3645,8 +3521,7 @@ export default class ObjectQueriesApi {
3645
3521
  'Zuora-Track-Id': opts['zuora_track_id'],
3646
3522
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3647
3523
  'Authorization': opts['authorization'],
3648
- 'Zuora-Version': opts['zuora_version'],
3649
- 'Zuora-Org-Ids': opts['zuora_org_ids']
3524
+ 'Zuora-Version': opts['zuora_version']
3650
3525
  };
3651
3526
  let formParams = {
3652
3527
  };
@@ -3673,7 +3548,6 @@ export default class ObjectQueriesApi {
3673
3548
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3674
3549
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3675
3550
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3676
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3677
3551
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
3678
3552
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3679
3553
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3700,7 +3574,6 @@ export default class ObjectQueriesApi {
3700
3574
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3701
3575
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3702
3576
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3703
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3704
3577
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
3705
3578
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3706
3579
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3733,8 +3606,7 @@ export default class ObjectQueriesApi {
3733
3606
  'Zuora-Track-Id': opts['zuora_track_id'],
3734
3607
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3735
3608
  'Authorization': opts['authorization'],
3736
- 'Zuora-Version': opts['zuora_version'],
3737
- 'Zuora-Org-Ids': opts['zuora_org_ids']
3609
+ 'Zuora-Version': opts['zuora_version']
3738
3610
  };
3739
3611
  let formParams = {
3740
3612
  };
@@ -3761,7 +3633,6 @@ export default class ObjectQueriesApi {
3761
3633
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3762
3634
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3763
3635
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3764
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3765
3636
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
3766
3637
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3767
3638
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3787,7 +3658,6 @@ export default class ObjectQueriesApi {
3787
3658
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3788
3659
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3789
3660
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3790
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3791
3661
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
3792
3662
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3793
3663
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3815,8 +3685,7 @@ export default class ObjectQueriesApi {
3815
3685
  'Zuora-Track-Id': opts['zuora_track_id'],
3816
3686
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3817
3687
  'Authorization': opts['authorization'],
3818
- 'Zuora-Version': opts['zuora_version'],
3819
- 'Zuora-Org-Ids': opts['zuora_org_ids']
3688
+ 'Zuora-Version': opts['zuora_version']
3820
3689
  };
3821
3690
  let formParams = {
3822
3691
  };
@@ -3842,7 +3711,6 @@ export default class ObjectQueriesApi {
3842
3711
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3843
3712
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3844
3713
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3845
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3846
3714
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
3847
3715
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3848
3716
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3868,7 +3736,6 @@ export default class ObjectQueriesApi {
3868
3736
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3869
3737
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3870
3738
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3871
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3872
3739
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
3873
3740
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3874
3741
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3896,8 +3763,7 @@ export default class ObjectQueriesApi {
3896
3763
  'Zuora-Track-Id': opts['zuora_track_id'],
3897
3764
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3898
3765
  'Authorization': opts['authorization'],
3899
- 'Zuora-Version': opts['zuora_version'],
3900
- 'Zuora-Org-Ids': opts['zuora_org_ids']
3766
+ 'Zuora-Version': opts['zuora_version']
3901
3767
  };
3902
3768
  let formParams = {
3903
3769
  };
@@ -3923,7 +3789,6 @@ export default class ObjectQueriesApi {
3923
3789
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3924
3790
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3925
3791
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3926
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3927
3792
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
3928
3793
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3929
3794
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3949,7 +3814,6 @@ export default class ObjectQueriesApi {
3949
3814
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
3950
3815
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
3951
3816
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3952
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
3953
3817
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
3954
3818
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
3955
3819
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -3977,8 +3841,7 @@ export default class ObjectQueriesApi {
3977
3841
  'Zuora-Track-Id': opts['zuora_track_id'],
3978
3842
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3979
3843
  'Authorization': opts['authorization'],
3980
- 'Zuora-Version': opts['zuora_version'],
3981
- 'Zuora-Org-Ids': opts['zuora_org_ids']
3844
+ 'Zuora-Version': opts['zuora_version']
3982
3845
  };
3983
3846
  let formParams = {
3984
3847
  };
@@ -4004,7 +3867,6 @@ export default class ObjectQueriesApi {
4004
3867
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4005
3868
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4006
3869
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4007
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4008
3870
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
4009
3871
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4010
3872
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4031,7 +3893,6 @@ export default class ObjectQueriesApi {
4031
3893
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4032
3894
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4033
3895
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4034
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4035
3896
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
4036
3897
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4037
3898
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4064,8 +3925,7 @@ export default class ObjectQueriesApi {
4064
3925
  'Zuora-Track-Id': opts['zuora_track_id'],
4065
3926
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4066
3927
  'Authorization': opts['authorization'],
4067
- 'Zuora-Version': opts['zuora_version'],
4068
- 'Zuora-Org-Ids': opts['zuora_org_ids']
3928
+ 'Zuora-Version': opts['zuora_version']
4069
3929
  };
4070
3930
  let formParams = {
4071
3931
  };
@@ -4092,7 +3952,6 @@ export default class ObjectQueriesApi {
4092
3952
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4093
3953
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4094
3954
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4095
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4096
3955
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
4097
3956
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4098
3957
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4119,7 +3978,6 @@ export default class ObjectQueriesApi {
4119
3978
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4120
3979
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4121
3980
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4122
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4123
3981
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
4124
3982
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4125
3983
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4152,8 +4010,7 @@ export default class ObjectQueriesApi {
4152
4010
  'Zuora-Track-Id': opts['zuora_track_id'],
4153
4011
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4154
4012
  'Authorization': opts['authorization'],
4155
- 'Zuora-Version': opts['zuora_version'],
4156
- 'Zuora-Org-Ids': opts['zuora_org_ids']
4013
+ 'Zuora-Version': opts['zuora_version']
4157
4014
  };
4158
4015
  let formParams = {
4159
4016
  };
@@ -4180,7 +4037,6 @@ export default class ObjectQueriesApi {
4180
4037
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4181
4038
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4182
4039
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4183
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4184
4040
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
4185
4041
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4186
4042
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4206,7 +4062,6 @@ export default class ObjectQueriesApi {
4206
4062
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4207
4063
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4208
4064
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4209
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4210
4065
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
4211
4066
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4212
4067
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4234,8 +4089,7 @@ export default class ObjectQueriesApi {
4234
4089
  'Zuora-Track-Id': opts['zuora_track_id'],
4235
4090
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4236
4091
  'Authorization': opts['authorization'],
4237
- 'Zuora-Version': opts['zuora_version'],
4238
- 'Zuora-Org-Ids': opts['zuora_org_ids']
4092
+ 'Zuora-Version': opts['zuora_version']
4239
4093
  };
4240
4094
  let formParams = {
4241
4095
  };
@@ -4261,7 +4115,6 @@ export default class ObjectQueriesApi {
4261
4115
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4262
4116
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4263
4117
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4264
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4265
4118
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
4266
4119
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4267
4120
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4288,7 +4141,6 @@ export default class ObjectQueriesApi {
4288
4141
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4289
4142
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4290
4143
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4291
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4292
4144
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
4293
4145
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4294
4146
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4321,8 +4173,7 @@ export default class ObjectQueriesApi {
4321
4173
  'Zuora-Track-Id': opts['zuora_track_id'],
4322
4174
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4323
4175
  'Authorization': opts['authorization'],
4324
- 'Zuora-Version': opts['zuora_version'],
4325
- 'Zuora-Org-Ids': opts['zuora_org_ids']
4176
+ 'Zuora-Version': opts['zuora_version']
4326
4177
  };
4327
4178
  let formParams = {
4328
4179
  };
@@ -4349,7 +4200,6 @@ export default class ObjectQueriesApi {
4349
4200
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4350
4201
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4351
4202
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4352
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4353
4203
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
4354
4204
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4355
4205
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4375,7 +4225,6 @@ export default class ObjectQueriesApi {
4375
4225
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4376
4226
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4377
4227
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4378
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4379
4228
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
4380
4229
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4381
4230
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4403,8 +4252,7 @@ export default class ObjectQueriesApi {
4403
4252
  'Zuora-Track-Id': opts['zuora_track_id'],
4404
4253
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4405
4254
  'Authorization': opts['authorization'],
4406
- 'Zuora-Version': opts['zuora_version'],
4407
- 'Zuora-Org-Ids': opts['zuora_org_ids']
4255
+ 'Zuora-Version': opts['zuora_version']
4408
4256
  };
4409
4257
  let formParams = {
4410
4258
  };
@@ -4430,7 +4278,6 @@ export default class ObjectQueriesApi {
4430
4278
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4431
4279
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4432
4280
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4433
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4434
4281
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
4435
4282
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4436
4283
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4456,7 +4303,6 @@ export default class ObjectQueriesApi {
4456
4303
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4457
4304
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4458
4305
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4459
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4460
4306
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
4461
4307
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4462
4308
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4484,8 +4330,7 @@ export default class ObjectQueriesApi {
4484
4330
  'Zuora-Track-Id': opts['zuora_track_id'],
4485
4331
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4486
4332
  'Authorization': opts['authorization'],
4487
- 'Zuora-Version': opts['zuora_version'],
4488
- 'Zuora-Org-Ids': opts['zuora_org_ids']
4333
+ 'Zuora-Version': opts['zuora_version']
4489
4334
  };
4490
4335
  let formParams = {
4491
4336
  };
@@ -4511,7 +4356,6 @@ export default class ObjectQueriesApi {
4511
4356
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4512
4357
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4513
4358
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4514
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4515
4359
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
4516
4360
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4517
4361
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4538,7 +4382,6 @@ export default class ObjectQueriesApi {
4538
4382
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4539
4383
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4540
4384
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4541
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4542
4385
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
4543
4386
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4544
4387
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4571,8 +4414,7 @@ export default class ObjectQueriesApi {
4571
4414
  'Zuora-Track-Id': opts['zuora_track_id'],
4572
4415
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4573
4416
  'Authorization': opts['authorization'],
4574
- 'Zuora-Version': opts['zuora_version'],
4575
- 'Zuora-Org-Ids': opts['zuora_org_ids']
4417
+ 'Zuora-Version': opts['zuora_version']
4576
4418
  };
4577
4419
  let formParams = {
4578
4420
  };
@@ -4599,7 +4441,6 @@ export default class ObjectQueriesApi {
4599
4441
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4600
4442
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4601
4443
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4602
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4603
4444
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
4604
4445
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4605
4446
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4625,7 +4466,6 @@ export default class ObjectQueriesApi {
4625
4466
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4626
4467
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4627
4468
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4628
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4629
4469
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
4630
4470
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4631
4471
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4653,8 +4493,7 @@ export default class ObjectQueriesApi {
4653
4493
  'Zuora-Track-Id': opts['zuora_track_id'],
4654
4494
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4655
4495
  'Authorization': opts['authorization'],
4656
- 'Zuora-Version': opts['zuora_version'],
4657
- 'Zuora-Org-Ids': opts['zuora_org_ids']
4496
+ 'Zuora-Version': opts['zuora_version']
4658
4497
  };
4659
4498
  let formParams = {
4660
4499
  };
@@ -4680,7 +4519,6 @@ export default class ObjectQueriesApi {
4680
4519
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4681
4520
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4682
4521
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4683
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4684
4522
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
4685
4523
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4686
4524
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4707,7 +4545,6 @@ export default class ObjectQueriesApi {
4707
4545
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4708
4546
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4709
4547
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4710
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4711
4548
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
4712
4549
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4713
4550
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4740,8 +4577,7 @@ export default class ObjectQueriesApi {
4740
4577
  'Zuora-Track-Id': opts['zuora_track_id'],
4741
4578
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4742
4579
  'Authorization': opts['authorization'],
4743
- 'Zuora-Version': opts['zuora_version'],
4744
- 'Zuora-Org-Ids': opts['zuora_org_ids']
4580
+ 'Zuora-Version': opts['zuora_version']
4745
4581
  };
4746
4582
  let formParams = {
4747
4583
  };
@@ -4768,7 +4604,6 @@ export default class ObjectQueriesApi {
4768
4604
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4769
4605
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4770
4606
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4771
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4772
4607
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
4773
4608
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4774
4609
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4785,7 +4620,7 @@ export default class ObjectQueriesApi {
4785
4620
 
4786
4621
 
4787
4622
  /**
4788
- * Query ProductRatePlan by key with filters, expands, sort capabilities. Supported expands: product,productrateplancharges,productrateplancharges.productrateplanchargetiers.
4623
+ * Query ProductRatePlan by key with filters, expands, sort capabilities. Supported expands: product,productrateplancharges,productrateplancharges.productrateplanchargetiers,externalproductrateplans.
4789
4624
  * @param {String} key Object ID or Number.
4790
4625
  * @param {Object} opts Optional parameters
4791
4626
  * @param {String} [idempotency_key] Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
@@ -4795,7 +4630,6 @@ export default class ObjectQueriesApi {
4795
4630
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4796
4631
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4797
4632
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4798
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4799
4633
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
4800
4634
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4801
4635
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4828,8 +4662,7 @@ export default class ObjectQueriesApi {
4828
4662
  'Zuora-Track-Id': opts['zuora_track_id'],
4829
4663
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4830
4664
  'Authorization': opts['authorization'],
4831
- 'Zuora-Version': opts['zuora_version'],
4832
- 'Zuora-Org-Ids': opts['zuora_org_ids']
4665
+ 'Zuora-Version': opts['zuora_version']
4833
4666
  };
4834
4667
  let formParams = {
4835
4668
  };
@@ -4846,7 +4679,7 @@ export default class ObjectQueriesApi {
4846
4679
  }
4847
4680
 
4848
4681
  /**
4849
- * Query ProductRatePlan by key with filters, expands, sort capabilities. Supported expands: product,productrateplancharges,productrateplancharges.productrateplanchargetiers.
4682
+ * Query ProductRatePlan by key with filters, expands, sort capabilities. Supported expands: product,productrateplancharges,productrateplancharges.productrateplanchargetiers,externalproductrateplans.
4850
4683
  * @param {String} key Object ID or Number.
4851
4684
  * @param {Object} opts Optional parameters
4852
4685
  * @param {String} opts.idempotency_key Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
@@ -4856,7 +4689,6 @@ export default class ObjectQueriesApi {
4856
4689
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4857
4690
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4858
4691
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4859
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4860
4692
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
4861
4693
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4862
4694
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4883,7 +4715,6 @@ export default class ObjectQueriesApi {
4883
4715
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4884
4716
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4885
4717
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4886
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4887
4718
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
4888
4719
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4889
4720
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4916,8 +4747,7 @@ export default class ObjectQueriesApi {
4916
4747
  'Zuora-Track-Id': opts['zuora_track_id'],
4917
4748
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4918
4749
  'Authorization': opts['authorization'],
4919
- 'Zuora-Version': opts['zuora_version'],
4920
- 'Zuora-Org-Ids': opts['zuora_org_ids']
4750
+ 'Zuora-Version': opts['zuora_version']
4921
4751
  };
4922
4752
  let formParams = {
4923
4753
  };
@@ -4944,7 +4774,6 @@ export default class ObjectQueriesApi {
4944
4774
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4945
4775
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4946
4776
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4947
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4948
4777
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
4949
4778
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4950
4779
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -4971,7 +4800,6 @@ export default class ObjectQueriesApi {
4971
4800
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
4972
4801
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
4973
4802
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4974
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
4975
4803
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
4976
4804
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
4977
4805
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5004,8 +4832,7 @@ export default class ObjectQueriesApi {
5004
4832
  'Zuora-Track-Id': opts['zuora_track_id'],
5005
4833
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5006
4834
  'Authorization': opts['authorization'],
5007
- 'Zuora-Version': opts['zuora_version'],
5008
- 'Zuora-Org-Ids': opts['zuora_org_ids']
4835
+ 'Zuora-Version': opts['zuora_version']
5009
4836
  };
5010
4837
  let formParams = {
5011
4838
  };
@@ -5032,7 +4859,6 @@ export default class ObjectQueriesApi {
5032
4859
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5033
4860
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5034
4861
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5035
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5036
4862
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
5037
4863
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5038
4864
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5058,7 +4884,6 @@ export default class ObjectQueriesApi {
5058
4884
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5059
4885
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5060
4886
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5061
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5062
4887
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
5063
4888
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5064
4889
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5086,8 +4911,7 @@ export default class ObjectQueriesApi {
5086
4911
  'Zuora-Track-Id': opts['zuora_track_id'],
5087
4912
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5088
4913
  'Authorization': opts['authorization'],
5089
- 'Zuora-Version': opts['zuora_version'],
5090
- 'Zuora-Org-Ids': opts['zuora_org_ids']
4914
+ 'Zuora-Version': opts['zuora_version']
5091
4915
  };
5092
4916
  let formParams = {
5093
4917
  };
@@ -5113,7 +4937,6 @@ export default class ObjectQueriesApi {
5113
4937
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5114
4938
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5115
4939
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5116
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5117
4940
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
5118
4941
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5119
4942
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5139,7 +4962,6 @@ export default class ObjectQueriesApi {
5139
4962
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5140
4963
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5141
4964
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5142
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5143
4965
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
5144
4966
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5145
4967
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5167,8 +4989,7 @@ export default class ObjectQueriesApi {
5167
4989
  'Zuora-Track-Id': opts['zuora_track_id'],
5168
4990
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5169
4991
  'Authorization': opts['authorization'],
5170
- 'Zuora-Version': opts['zuora_version'],
5171
- 'Zuora-Org-Ids': opts['zuora_org_ids']
4992
+ 'Zuora-Version': opts['zuora_version']
5172
4993
  };
5173
4994
  let formParams = {
5174
4995
  };
@@ -5194,7 +5015,6 @@ export default class ObjectQueriesApi {
5194
5015
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5195
5016
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5196
5017
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5197
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5198
5018
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
5199
5019
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5200
5020
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5211,7 +5031,7 @@ export default class ObjectQueriesApi {
5211
5031
 
5212
5032
 
5213
5033
  /**
5214
- * Query ProductRatePlans with filters, expands, sort capabilities. Supported expands: product,productrateplancharges,productrateplancharges.productrateplanchargetiers.
5034
+ * Query ProductRatePlans with filters, expands, sort capabilities. Supported expands: product,productrateplancharges,productrateplancharges.productrateplanchargetiers,externalproductrateplans.
5215
5035
  * @param {Object} opts Optional parameters
5216
5036
  * @param {String} [idempotency_key] Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
5217
5037
  * @param {String} [accept_encoding] Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
@@ -5220,7 +5040,6 @@ export default class ObjectQueriesApi {
5220
5040
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5221
5041
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5222
5042
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5223
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5224
5043
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
5225
5044
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5226
5045
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5248,8 +5067,7 @@ export default class ObjectQueriesApi {
5248
5067
  'Zuora-Track-Id': opts['zuora_track_id'],
5249
5068
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5250
5069
  'Authorization': opts['authorization'],
5251
- 'Zuora-Version': opts['zuora_version'],
5252
- 'Zuora-Org-Ids': opts['zuora_org_ids']
5070
+ 'Zuora-Version': opts['zuora_version']
5253
5071
  };
5254
5072
  let formParams = {
5255
5073
  };
@@ -5266,7 +5084,7 @@ export default class ObjectQueriesApi {
5266
5084
  }
5267
5085
 
5268
5086
  /**
5269
- * Query ProductRatePlans with filters, expands, sort capabilities. Supported expands: product,productrateplancharges,productrateplancharges.productrateplanchargetiers.
5087
+ * Query ProductRatePlans with filters, expands, sort capabilities. Supported expands: product,productrateplancharges,productrateplancharges.productrateplanchargetiers,externalproductrateplans.
5270
5088
  * @param {Object} opts Optional parameters
5271
5089
  * @param {String} opts.idempotency_key Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident.
5272
5090
  * @param {String} opts.accept_encoding Include the `Accept-Encoding: gzip` header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a `Content-Encoding` header with the compression algorithm so that your client can decompress it.
@@ -5275,7 +5093,6 @@ export default class ObjectQueriesApi {
5275
5093
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5276
5094
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5277
5095
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5278
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5279
5096
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
5280
5097
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5281
5098
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5301,7 +5118,6 @@ export default class ObjectQueriesApi {
5301
5118
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5302
5119
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5303
5120
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5304
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5305
5121
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
5306
5122
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5307
5123
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5329,8 +5145,7 @@ export default class ObjectQueriesApi {
5329
5145
  'Zuora-Track-Id': opts['zuora_track_id'],
5330
5146
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5331
5147
  'Authorization': opts['authorization'],
5332
- 'Zuora-Version': opts['zuora_version'],
5333
- 'Zuora-Org-Ids': opts['zuora_org_ids']
5148
+ 'Zuora-Version': opts['zuora_version']
5334
5149
  };
5335
5150
  let formParams = {
5336
5151
  };
@@ -5356,7 +5171,6 @@ export default class ObjectQueriesApi {
5356
5171
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5357
5172
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5358
5173
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5359
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5360
5174
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
5361
5175
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5362
5176
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5383,7 +5197,6 @@ export default class ObjectQueriesApi {
5383
5197
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5384
5198
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5385
5199
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5386
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5387
5200
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
5388
5201
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5389
5202
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5416,8 +5229,7 @@ export default class ObjectQueriesApi {
5416
5229
  'Zuora-Track-Id': opts['zuora_track_id'],
5417
5230
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5418
5231
  'Authorization': opts['authorization'],
5419
- 'Zuora-Version': opts['zuora_version'],
5420
- 'Zuora-Org-Ids': opts['zuora_org_ids']
5232
+ 'Zuora-Version': opts['zuora_version']
5421
5233
  };
5422
5234
  let formParams = {
5423
5235
  };
@@ -5444,7 +5256,6 @@ export default class ObjectQueriesApi {
5444
5256
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5445
5257
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5446
5258
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5447
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5448
5259
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
5449
5260
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5450
5261
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5471,7 +5282,6 @@ export default class ObjectQueriesApi {
5471
5282
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5472
5283
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5473
5284
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5474
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5475
5285
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
5476
5286
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5477
5287
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5504,8 +5314,7 @@ export default class ObjectQueriesApi {
5504
5314
  'Zuora-Track-Id': opts['zuora_track_id'],
5505
5315
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5506
5316
  'Authorization': opts['authorization'],
5507
- 'Zuora-Version': opts['zuora_version'],
5508
- 'Zuora-Org-Ids': opts['zuora_org_ids']
5317
+ 'Zuora-Version': opts['zuora_version']
5509
5318
  };
5510
5319
  let formParams = {
5511
5320
  };
@@ -5532,7 +5341,6 @@ export default class ObjectQueriesApi {
5532
5341
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5533
5342
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5534
5343
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5535
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5536
5344
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
5537
5345
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5538
5346
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5559,7 +5367,6 @@ export default class ObjectQueriesApi {
5559
5367
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5560
5368
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5561
5369
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5562
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5563
5370
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
5564
5371
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5565
5372
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5592,8 +5399,7 @@ export default class ObjectQueriesApi {
5592
5399
  'Zuora-Track-Id': opts['zuora_track_id'],
5593
5400
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5594
5401
  'Authorization': opts['authorization'],
5595
- 'Zuora-Version': opts['zuora_version'],
5596
- 'Zuora-Org-Ids': opts['zuora_org_ids']
5402
+ 'Zuora-Version': opts['zuora_version']
5597
5403
  };
5598
5404
  let formParams = {
5599
5405
  };
@@ -5620,7 +5426,6 @@ export default class ObjectQueriesApi {
5620
5426
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5621
5427
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5622
5428
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5623
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5624
5429
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
5625
5430
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5626
5431
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5646,7 +5451,6 @@ export default class ObjectQueriesApi {
5646
5451
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5647
5452
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5648
5453
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5649
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5650
5454
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
5651
5455
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5652
5456
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5674,8 +5478,7 @@ export default class ObjectQueriesApi {
5674
5478
  'Zuora-Track-Id': opts['zuora_track_id'],
5675
5479
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5676
5480
  'Authorization': opts['authorization'],
5677
- 'Zuora-Version': opts['zuora_version'],
5678
- 'Zuora-Org-Ids': opts['zuora_org_ids']
5481
+ 'Zuora-Version': opts['zuora_version']
5679
5482
  };
5680
5483
  let formParams = {
5681
5484
  };
@@ -5701,7 +5504,6 @@ export default class ObjectQueriesApi {
5701
5504
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5702
5505
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5703
5506
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5704
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5705
5507
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
5706
5508
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5707
5509
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5727,7 +5529,6 @@ export default class ObjectQueriesApi {
5727
5529
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5728
5530
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5729
5531
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5730
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5731
5532
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
5732
5533
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5733
5534
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5755,8 +5556,7 @@ export default class ObjectQueriesApi {
5755
5556
  'Zuora-Track-Id': opts['zuora_track_id'],
5756
5557
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5757
5558
  'Authorization': opts['authorization'],
5758
- 'Zuora-Version': opts['zuora_version'],
5759
- 'Zuora-Org-Ids': opts['zuora_org_ids']
5559
+ 'Zuora-Version': opts['zuora_version']
5760
5560
  };
5761
5561
  let formParams = {
5762
5562
  };
@@ -5782,7 +5582,6 @@ export default class ObjectQueriesApi {
5782
5582
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5783
5583
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5784
5584
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5785
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5786
5585
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
5787
5586
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5788
5587
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5808,7 +5607,6 @@ export default class ObjectQueriesApi {
5808
5607
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5809
5608
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5810
5609
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5811
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5812
5610
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
5813
5611
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5814
5612
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5836,8 +5634,7 @@ export default class ObjectQueriesApi {
5836
5634
  'Zuora-Track-Id': opts['zuora_track_id'],
5837
5635
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5838
5636
  'Authorization': opts['authorization'],
5839
- 'Zuora-Version': opts['zuora_version'],
5840
- 'Zuora-Org-Ids': opts['zuora_org_ids']
5637
+ 'Zuora-Version': opts['zuora_version']
5841
5638
  };
5842
5639
  let formParams = {
5843
5640
  };
@@ -5863,7 +5660,6 @@ export default class ObjectQueriesApi {
5863
5660
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5864
5661
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5865
5662
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5866
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5867
5663
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
5868
5664
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5869
5665
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5890,7 +5686,6 @@ export default class ObjectQueriesApi {
5890
5686
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5891
5687
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5892
5688
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5893
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5894
5689
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
5895
5690
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5896
5691
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5923,8 +5718,7 @@ export default class ObjectQueriesApi {
5923
5718
  'Zuora-Track-Id': opts['zuora_track_id'],
5924
5719
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5925
5720
  'Authorization': opts['authorization'],
5926
- 'Zuora-Version': opts['zuora_version'],
5927
- 'Zuora-Org-Ids': opts['zuora_org_ids']
5721
+ 'Zuora-Version': opts['zuora_version']
5928
5722
  };
5929
5723
  let formParams = {
5930
5724
  };
@@ -5951,7 +5745,6 @@ export default class ObjectQueriesApi {
5951
5745
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5952
5746
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5953
5747
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5954
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5955
5748
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
5956
5749
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5957
5750
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -5977,7 +5770,6 @@ export default class ObjectQueriesApi {
5977
5770
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
5978
5771
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
5979
5772
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5980
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
5981
5773
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
5982
5774
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
5983
5775
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6005,8 +5797,7 @@ export default class ObjectQueriesApi {
6005
5797
  'Zuora-Track-Id': opts['zuora_track_id'],
6006
5798
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6007
5799
  'Authorization': opts['authorization'],
6008
- 'Zuora-Version': opts['zuora_version'],
6009
- 'Zuora-Org-Ids': opts['zuora_org_ids']
5800
+ 'Zuora-Version': opts['zuora_version']
6010
5801
  };
6011
5802
  let formParams = {
6012
5803
  };
@@ -6032,7 +5823,6 @@ export default class ObjectQueriesApi {
6032
5823
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6033
5824
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6034
5825
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6035
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6036
5826
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
6037
5827
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6038
5828
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6059,7 +5849,6 @@ export default class ObjectQueriesApi {
6059
5849
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6060
5850
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6061
5851
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6062
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6063
5852
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
6064
5853
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6065
5854
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6092,8 +5881,7 @@ export default class ObjectQueriesApi {
6092
5881
  'Zuora-Track-Id': opts['zuora_track_id'],
6093
5882
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6094
5883
  'Authorization': opts['authorization'],
6095
- 'Zuora-Version': opts['zuora_version'],
6096
- 'Zuora-Org-Ids': opts['zuora_org_ids']
5884
+ 'Zuora-Version': opts['zuora_version']
6097
5885
  };
6098
5886
  let formParams = {
6099
5887
  };
@@ -6120,7 +5908,6 @@ export default class ObjectQueriesApi {
6120
5908
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6121
5909
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6122
5910
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6123
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6124
5911
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
6125
5912
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6126
5913
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6147,7 +5934,6 @@ export default class ObjectQueriesApi {
6147
5934
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6148
5935
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6149
5936
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6150
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6151
5937
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
6152
5938
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6153
5939
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6180,8 +5966,7 @@ export default class ObjectQueriesApi {
6180
5966
  'Zuora-Track-Id': opts['zuora_track_id'],
6181
5967
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6182
5968
  'Authorization': opts['authorization'],
6183
- 'Zuora-Version': opts['zuora_version'],
6184
- 'Zuora-Org-Ids': opts['zuora_org_ids']
5969
+ 'Zuora-Version': opts['zuora_version']
6185
5970
  };
6186
5971
  let formParams = {
6187
5972
  };
@@ -6208,7 +5993,6 @@ export default class ObjectQueriesApi {
6208
5993
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6209
5994
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6210
5995
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6211
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6212
5996
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
6213
5997
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6214
5998
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6234,7 +6018,6 @@ export default class ObjectQueriesApi {
6234
6018
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6235
6019
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6236
6020
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6237
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6238
6021
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
6239
6022
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6240
6023
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6262,8 +6045,7 @@ export default class ObjectQueriesApi {
6262
6045
  'Zuora-Track-Id': opts['zuora_track_id'],
6263
6046
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6264
6047
  'Authorization': opts['authorization'],
6265
- 'Zuora-Version': opts['zuora_version'],
6266
- 'Zuora-Org-Ids': opts['zuora_org_ids']
6048
+ 'Zuora-Version': opts['zuora_version']
6267
6049
  };
6268
6050
  let formParams = {
6269
6051
  };
@@ -6289,7 +6071,6 @@ export default class ObjectQueriesApi {
6289
6071
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6290
6072
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6291
6073
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6292
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6293
6074
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
6294
6075
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6295
6076
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6315,7 +6096,6 @@ export default class ObjectQueriesApi {
6315
6096
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6316
6097
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6317
6098
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6318
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6319
6099
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
6320
6100
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6321
6101
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6343,8 +6123,7 @@ export default class ObjectQueriesApi {
6343
6123
  'Zuora-Track-Id': opts['zuora_track_id'],
6344
6124
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6345
6125
  'Authorization': opts['authorization'],
6346
- 'Zuora-Version': opts['zuora_version'],
6347
- 'Zuora-Org-Ids': opts['zuora_org_ids']
6126
+ 'Zuora-Version': opts['zuora_version']
6348
6127
  };
6349
6128
  let formParams = {
6350
6129
  };
@@ -6370,7 +6149,6 @@ export default class ObjectQueriesApi {
6370
6149
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6371
6150
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6372
6151
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6373
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6374
6152
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
6375
6153
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6376
6154
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6397,7 +6175,6 @@ export default class ObjectQueriesApi {
6397
6175
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6398
6176
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6399
6177
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6400
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6401
6178
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
6402
6179
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6403
6180
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6430,8 +6207,7 @@ export default class ObjectQueriesApi {
6430
6207
  'Zuora-Track-Id': opts['zuora_track_id'],
6431
6208
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6432
6209
  'Authorization': opts['authorization'],
6433
- 'Zuora-Version': opts['zuora_version'],
6434
- 'Zuora-Org-Ids': opts['zuora_org_ids']
6210
+ 'Zuora-Version': opts['zuora_version']
6435
6211
  };
6436
6212
  let formParams = {
6437
6213
  };
@@ -6458,7 +6234,6 @@ export default class ObjectQueriesApi {
6458
6234
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6459
6235
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6460
6236
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6461
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6462
6237
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
6463
6238
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6464
6239
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6484,7 +6259,6 @@ export default class ObjectQueriesApi {
6484
6259
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6485
6260
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6486
6261
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6487
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6488
6262
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
6489
6263
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6490
6264
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6512,8 +6286,7 @@ export default class ObjectQueriesApi {
6512
6286
  'Zuora-Track-Id': opts['zuora_track_id'],
6513
6287
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6514
6288
  'Authorization': opts['authorization'],
6515
- 'Zuora-Version': opts['zuora_version'],
6516
- 'Zuora-Org-Ids': opts['zuora_org_ids']
6289
+ 'Zuora-Version': opts['zuora_version']
6517
6290
  };
6518
6291
  let formParams = {
6519
6292
  };
@@ -6539,7 +6312,6 @@ export default class ObjectQueriesApi {
6539
6312
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6540
6313
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6541
6314
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6542
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6543
6315
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
6544
6316
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6545
6317
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6566,7 +6338,6 @@ export default class ObjectQueriesApi {
6566
6338
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6567
6339
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6568
6340
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6569
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6570
6341
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
6571
6342
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6572
6343
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6599,8 +6370,7 @@ export default class ObjectQueriesApi {
6599
6370
  'Zuora-Track-Id': opts['zuora_track_id'],
6600
6371
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6601
6372
  'Authorization': opts['authorization'],
6602
- 'Zuora-Version': opts['zuora_version'],
6603
- 'Zuora-Org-Ids': opts['zuora_org_ids']
6373
+ 'Zuora-Version': opts['zuora_version']
6604
6374
  };
6605
6375
  let formParams = {
6606
6376
  };
@@ -6627,7 +6397,6 @@ export default class ObjectQueriesApi {
6627
6397
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6628
6398
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6629
6399
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6630
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6631
6400
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
6632
6401
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6633
6402
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6653,7 +6422,6 @@ export default class ObjectQueriesApi {
6653
6422
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6654
6423
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6655
6424
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6656
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6657
6425
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
6658
6426
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6659
6427
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6681,8 +6449,7 @@ export default class ObjectQueriesApi {
6681
6449
  'Zuora-Track-Id': opts['zuora_track_id'],
6682
6450
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6683
6451
  'Authorization': opts['authorization'],
6684
- 'Zuora-Version': opts['zuora_version'],
6685
- 'Zuora-Org-Ids': opts['zuora_org_ids']
6452
+ 'Zuora-Version': opts['zuora_version']
6686
6453
  };
6687
6454
  let formParams = {
6688
6455
  };
@@ -6708,7 +6475,6 @@ export default class ObjectQueriesApi {
6708
6475
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6709
6476
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6710
6477
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6711
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6712
6478
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
6713
6479
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6714
6480
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6735,7 +6501,6 @@ export default class ObjectQueriesApi {
6735
6501
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6736
6502
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6737
6503
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6738
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6739
6504
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
6740
6505
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6741
6506
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6768,8 +6533,7 @@ export default class ObjectQueriesApi {
6768
6533
  'Zuora-Track-Id': opts['zuora_track_id'],
6769
6534
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6770
6535
  'Authorization': opts['authorization'],
6771
- 'Zuora-Version': opts['zuora_version'],
6772
- 'Zuora-Org-Ids': opts['zuora_org_ids']
6536
+ 'Zuora-Version': opts['zuora_version']
6773
6537
  };
6774
6538
  let formParams = {
6775
6539
  };
@@ -6796,7 +6560,6 @@ export default class ObjectQueriesApi {
6796
6560
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6797
6561
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6798
6562
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6799
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6800
6563
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
6801
6564
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6802
6565
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6822,7 +6585,6 @@ export default class ObjectQueriesApi {
6822
6585
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6823
6586
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6824
6587
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6825
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6826
6588
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
6827
6589
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6828
6590
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6850,8 +6612,7 @@ export default class ObjectQueriesApi {
6850
6612
  'Zuora-Track-Id': opts['zuora_track_id'],
6851
6613
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6852
6614
  'Authorization': opts['authorization'],
6853
- 'Zuora-Version': opts['zuora_version'],
6854
- 'Zuora-Org-Ids': opts['zuora_org_ids']
6615
+ 'Zuora-Version': opts['zuora_version']
6855
6616
  };
6856
6617
  let formParams = {
6857
6618
  };
@@ -6877,7 +6638,6 @@ export default class ObjectQueriesApi {
6877
6638
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6878
6639
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6879
6640
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6880
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6881
6641
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
6882
6642
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6883
6643
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6904,7 +6664,6 @@ export default class ObjectQueriesApi {
6904
6664
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6905
6665
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6906
6666
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6907
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6908
6667
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
6909
6668
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6910
6669
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6937,8 +6696,7 @@ export default class ObjectQueriesApi {
6937
6696
  'Zuora-Track-Id': opts['zuora_track_id'],
6938
6697
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6939
6698
  'Authorization': opts['authorization'],
6940
- 'Zuora-Version': opts['zuora_version'],
6941
- 'Zuora-Org-Ids': opts['zuora_org_ids']
6699
+ 'Zuora-Version': opts['zuora_version']
6942
6700
  };
6943
6701
  let formParams = {
6944
6702
  };
@@ -6965,7 +6723,6 @@ export default class ObjectQueriesApi {
6965
6723
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6966
6724
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6967
6725
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6968
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6969
6726
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
6970
6727
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6971
6728
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -6991,7 +6748,6 @@ export default class ObjectQueriesApi {
6991
6748
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
6992
6749
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
6993
6750
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6994
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
6995
6751
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
6996
6752
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
6997
6753
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -7019,8 +6775,7 @@ export default class ObjectQueriesApi {
7019
6775
  'Zuora-Track-Id': opts['zuora_track_id'],
7020
6776
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
7021
6777
  'Authorization': opts['authorization'],
7022
- 'Zuora-Version': opts['zuora_version'],
7023
- 'Zuora-Org-Ids': opts['zuora_org_ids']
6778
+ 'Zuora-Version': opts['zuora_version']
7024
6779
  };
7025
6780
  let formParams = {
7026
6781
  };
@@ -7046,7 +6801,6 @@ export default class ObjectQueriesApi {
7046
6801
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
7047
6802
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
7048
6803
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
7049
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
7050
6804
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
7051
6805
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
7052
6806
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -7073,7 +6827,6 @@ export default class ObjectQueriesApi {
7073
6827
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
7074
6828
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
7075
6829
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
7076
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
7077
6830
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
7078
6831
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
7079
6832
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -7106,8 +6859,7 @@ export default class ObjectQueriesApi {
7106
6859
  'Zuora-Track-Id': opts['zuora_track_id'],
7107
6860
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
7108
6861
  'Authorization': opts['authorization'],
7109
- 'Zuora-Version': opts['zuora_version'],
7110
- 'Zuora-Org-Ids': opts['zuora_org_ids']
6862
+ 'Zuora-Version': opts['zuora_version']
7111
6863
  };
7112
6864
  let formParams = {
7113
6865
  };
@@ -7134,7 +6886,6 @@ export default class ObjectQueriesApi {
7134
6886
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
7135
6887
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
7136
6888
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
7137
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
7138
6889
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
7139
6890
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
7140
6891
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -7160,7 +6911,6 @@ export default class ObjectQueriesApi {
7160
6911
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
7161
6912
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
7162
6913
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
7163
- * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
7164
6914
  * @param {Number} [page_size] The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
7165
6915
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
7166
6916
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -7188,8 +6938,7 @@ export default class ObjectQueriesApi {
7188
6938
  'Zuora-Track-Id': opts['zuora_track_id'],
7189
6939
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
7190
6940
  'Authorization': opts['authorization'],
7191
- 'Zuora-Version': opts['zuora_version'],
7192
- 'Zuora-Org-Ids': opts['zuora_org_ids']
6941
+ 'Zuora-Version': opts['zuora_version']
7193
6942
  };
7194
6943
  let formParams = {
7195
6944
  };
@@ -7215,7 +6964,6 @@ export default class ObjectQueriesApi {
7215
6964
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
7216
6965
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
7217
6966
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
7218
- * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
7219
6967
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 50, Zuora will return a 400 error.
7220
6968
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
7221
6969
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.