zuora-sdk-js 3.2.1 → 3.3.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 (2703) hide show
  1. package/README.md +151 -85
  2. package/dist/ZuoraClient.js +23 -6
  3. package/dist/zuora_api/ApiClient.js +2 -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/ContactSnapshotsApi.js +1 -1
  19. package/dist/zuora_api/api/ContactsApi.js +74 -1
  20. package/dist/zuora_api/api/CreditMemosApi.js +72 -72
  21. package/dist/zuora_api/api/CustomEventTriggersApi.js +1 -1
  22. package/dist/zuora_api/api/CustomExchangeRatesApi.js +1 -1
  23. package/dist/zuora_api/api/CustomObjectDefinitionsApi.js +1 -1
  24. package/dist/zuora_api/api/CustomObjectJobsApi.js +1 -1
  25. package/dist/zuora_api/api/CustomObjectRecordsApi.js +1 -1
  26. package/dist/zuora_api/api/CustomPaymentMethodTypesApi.js +1 -1
  27. package/dist/zuora_api/api/CustomScheduledEventsApi.js +1 -1
  28. package/dist/zuora_api/api/DataBackfillJobApi.js +1 -1
  29. package/dist/zuora_api/api/DataLabelingApi.js +177 -0
  30. package/dist/zuora_api/api/DataQueriesApi.js +1 -1
  31. package/dist/zuora_api/api/DebitMemosApi.js +33 -33
  32. package/dist/zuora_api/api/DeploymentApi.js +683 -0
  33. package/dist/zuora_api/api/{ConfigurationTemplatesApi.js → DeploymentConfigurationTemplatesApi.js} +178 -178
  34. package/dist/zuora_api/api/DescribeApi.js +1 -1
  35. package/dist/zuora_api/api/EInvoicingApi.js +1 -1
  36. package/dist/zuora_api/api/ElectronicPaymentsHealthApi.js +1 -1
  37. package/dist/zuora_api/api/FilesApi.js +1 -1
  38. package/dist/zuora_api/api/FulfillmentsApi.js +1 -1
  39. package/dist/zuora_api/api/HostedPagesApi.js +1 -1
  40. package/dist/zuora_api/api/ImportsApi.js +1 -1
  41. package/dist/zuora_api/api/InvoiceSchedulesApi.js +152 -6
  42. package/dist/zuora_api/api/InvoicesApi.js +2 -2
  43. package/dist/zuora_api/api/JournalRunsApi.js +1 -1
  44. package/dist/zuora_api/api/MassUpdaterApi.js +1 -1
  45. package/dist/zuora_api/api/NotificationsApi.js +1 -1
  46. package/dist/zuora_api/api/OAuthApi.js +1 -1
  47. package/dist/zuora_api/api/ObjectQueriesApi.js +436 -118
  48. package/dist/zuora_api/api/OmniChannelSubscriptionsApi.js +253 -0
  49. package/dist/zuora_api/api/OperationsApi.js +1 -1
  50. package/dist/zuora_api/api/OrderActionsApi.js +1 -1
  51. package/dist/zuora_api/api/OrderLineItemsApi.js +1 -1
  52. package/dist/zuora_api/api/OrdersApi.js +71 -1
  53. package/dist/zuora_api/api/PaymentAuthorizationApi.js +1 -1
  54. package/dist/zuora_api/api/PaymentGatewayReconciliationApi.js +1 -1
  55. package/dist/zuora_api/api/PaymentGatewaysApi.js +71 -5
  56. package/dist/zuora_api/api/PaymentMethodSnapshotsApi.js +1 -1
  57. package/dist/zuora_api/api/PaymentMethodTransactionLogsApi.js +1 -1
  58. package/dist/zuora_api/api/PaymentMethodUpdaterApi.js +1 -1
  59. package/dist/zuora_api/api/PaymentMethodsApi.js +1 -1
  60. package/dist/zuora_api/api/PaymentRunsApi.js +1 -1
  61. package/dist/zuora_api/api/PaymentSchedulesApi.js +1 -1
  62. package/dist/zuora_api/api/PaymentTransactionLogsApi.js +1 -1
  63. package/dist/zuora_api/api/PaymentsApi.js +37 -37
  64. package/dist/zuora_api/api/ProductRatePlanChargeTiersApi.js +1 -1
  65. package/dist/zuora_api/api/ProductRatePlanChargesApi.js +75 -1
  66. package/dist/zuora_api/api/ProductRatePlansApi.js +1 -1
  67. package/dist/zuora_api/api/ProductsApi.js +1 -1
  68. package/dist/zuora_api/api/RSASignaturesApi.js +1 -1
  69. package/dist/zuora_api/api/RampsApi.js +1 -1
  70. package/dist/zuora_api/api/RatePlansApi.js +1 -1
  71. package/dist/zuora_api/api/RefundsApi.js +37 -37
  72. package/dist/zuora_api/api/RegenerateApi.js +1 -1
  73. package/dist/zuora_api/api/RevenueAccountingCodesApi.js +1 -1
  74. package/dist/zuora_api/api/RevenueIntegrationApi.js +1 -1
  75. package/dist/zuora_api/api/SequenceSetsApi.js +1 -1
  76. package/dist/zuora_api/api/SettingsApi.js +1 -1
  77. package/dist/zuora_api/api/SignUpApi.js +1 -1
  78. package/dist/zuora_api/api/SubscriptionChangeLogsApi.js +1 -1
  79. package/dist/zuora_api/api/SubscriptionsApi.js +1 -1
  80. package/dist/zuora_api/api/SummaryJournalEntriesApi.js +1 -1
  81. package/dist/zuora_api/api/TaxationItemsApi.js +4 -4
  82. package/dist/zuora_api/api/UsageApi.js +1 -1
  83. package/dist/zuora_api/api/WorkflowsApi.js +1 -1
  84. package/dist/zuora_api/index.js +404 -68
  85. package/dist/zuora_api/model/AccountBasicInfo.js +1 -1
  86. package/dist/zuora_api/model/AccountBillingAndPayment.js +1 -1
  87. package/dist/zuora_api/model/AccountCreditCardHolder.js +1 -1
  88. package/dist/zuora_api/model/AccountData.js +1 -1
  89. package/dist/zuora_api/model/AccountDetailResponse.js +1 -1
  90. package/dist/zuora_api/model/AccountEInvoiceProfile.js +1 -1
  91. package/dist/zuora_api/model/AccountMetrics.js +1 -1
  92. package/dist/zuora_api/model/AccountObjectNSFields.js +1 -1
  93. package/dist/zuora_api/model/AccountPMMandateInfo.js +1 -1
  94. package/dist/zuora_api/model/AccountSummaryBasicInfo.js +1 -1
  95. package/dist/zuora_api/model/AccountSummaryDefaultPaymentMethod.js +1 -1
  96. package/dist/zuora_api/model/AccountSummaryInvoice.js +1 -1
  97. package/dist/zuora_api/model/AccountSummaryPayment.js +1 -1
  98. package/dist/zuora_api/model/AccountSummaryPaymentInvoice.js +1 -1
  99. package/dist/zuora_api/model/AccountSummaryRatePlan.js +1 -1
  100. package/dist/zuora_api/model/AccountSummaryResponse.js +1 -1
  101. package/dist/zuora_api/model/AccountSummarySubscription.js +1 -1
  102. package/dist/zuora_api/model/AccountSummaryUsage.js +1 -1
  103. package/dist/zuora_api/model/AccountingCodeItemResponse.js +1 -1
  104. package/dist/zuora_api/model/ActionsErrorResponse.js +1 -1
  105. package/dist/zuora_api/model/AddSubscriptionComponent.js +1 -1
  106. package/dist/zuora_api/model/AddSubscriptionRatePlan.js +1 -1
  107. package/dist/zuora_api/model/ApiVolumeSummaryRecord.js +1 -1
  108. package/dist/zuora_api/model/ApplyCreditMemoItemToDebitMemoItem.js +1 -1
  109. package/dist/zuora_api/model/ApplyCreditMemoItemToInvoiceItem.js +1 -1
  110. package/dist/zuora_api/model/ApplyCreditMemoRequest.js +1 -1
  111. package/dist/zuora_api/model/ApplyCreditMemoToDebitMemo.js +1 -1
  112. package/dist/zuora_api/model/ApplyCreditMemoToInvoice.js +1 -1
  113. package/dist/zuora_api/model/ApplyPaymentDebitMemoApplication.js +1 -1
  114. package/dist/zuora_api/model/ApplyPaymentDebitMemoApplicationItem.js +1 -1
  115. package/dist/zuora_api/model/ApplyPaymentInvoiceApplication.js +1 -1
  116. package/dist/zuora_api/model/ApplyPaymentInvoiceApplicationItem.js +1 -1
  117. package/dist/zuora_api/model/ApplyPaymentRequest.js +1 -1
  118. package/dist/zuora_api/model/AsyncOperationResponse.js +1 -1
  119. package/dist/zuora_api/model/AsyncOrderProcessingOptions.js +1 -1
  120. package/dist/zuora_api/model/AttachInvoiceScheduleRequest.js +122 -0
  121. package/dist/zuora_api/model/AuthenticationErrorResponse.js +1 -1
  122. package/dist/zuora_api/model/AuthenticationFailResponse.js +1 -1
  123. package/dist/zuora_api/model/AuthenticationSuccessResponse.js +1 -1
  124. package/dist/zuora_api/model/BadRequestErrors.js +1 -1
  125. package/dist/zuora_api/model/BadRequestResponse.js +1 -1
  126. package/dist/zuora_api/model/Bi3ViewsColumnsDescriptionResponse.js +1 -1
  127. package/dist/zuora_api/model/Bi3ViewsColumnsErrorResponse.js +1 -1
  128. package/dist/zuora_api/model/Bi3ViewsColumnsServerErrorResponse.js +1 -1
  129. package/dist/zuora_api/model/Bi3ViewsCountSuccessResponse.js +1 -1
  130. package/dist/zuora_api/model/Bi3ViewsErrorResponse.js +1 -1
  131. package/dist/zuora_api/model/Bi3ViewsNoDataResponse.js +1 -1
  132. package/dist/zuora_api/model/Bi3ViewsServerErrorResponse.js +1 -1
  133. package/dist/zuora_api/model/Bi3ViewsStatusErrorResponse.js +1 -1
  134. package/dist/zuora_api/model/Bi3ViewsStatusServerErrorResponse.js +1 -1
  135. package/dist/zuora_api/model/Bi3ViewsTaskStatusResponse.js +1 -1
  136. package/dist/zuora_api/model/Bi3ViewsV2SuccessResponse.js +1 -1
  137. package/dist/zuora_api/model/BiViews1ErrorResponse.js +1 -1
  138. package/dist/zuora_api/model/BiViews1SelectSuccessResponse.js +1 -1
  139. package/dist/zuora_api/model/BiViews1SuccessResponse.js +1 -1
  140. package/dist/zuora_api/model/BillRun.js +1 -1
  141. package/dist/zuora_api/model/BillRunFilter.js +46 -1
  142. package/dist/zuora_api/model/BillRunResponse.js +1 -1
  143. package/dist/zuora_api/model/BillRunSchedule.js +1 -1
  144. package/dist/zuora_api/model/BillingAdjustment.js +1 -1
  145. package/dist/zuora_api/model/BillingAdjustmentExclusion.js +1 -1
  146. package/dist/zuora_api/model/BillingDocVolumeSummaryRecord.js +1 -1
  147. package/dist/zuora_api/model/BillingDocumentQueryResponseElement.js +1 -1
  148. package/dist/zuora_api/model/BillingOptions.js +15 -1
  149. package/dist/zuora_api/model/BillingUpdate.js +1 -1
  150. package/dist/zuora_api/model/BookingDateJob.js +1 -1
  151. package/dist/zuora_api/model/BulkCreateCreditMemosFromChargeRequest.js +1 -1
  152. package/dist/zuora_api/model/BulkCreateCreditMemosFromInvoiceRequest.js +1 -1
  153. package/dist/zuora_api/model/BulkCreateCreditMemosRequest.js +1 -1
  154. package/dist/zuora_api/model/BulkCreateDebitMemosFromChargeRequest.js +1 -1
  155. package/dist/zuora_api/model/BulkCreateDebitMemosFromInvoiceRequest.js +1 -1
  156. package/dist/zuora_api/model/BulkCreateDebitMemosRequest.js +1 -1
  157. package/dist/zuora_api/model/BulkCreateInvoicesRequest.js +1 -1
  158. package/dist/zuora_api/model/BulkCreateInvoicesResponse.js +1 -1
  159. package/dist/zuora_api/model/BulkCreditMemosResponse.js +1 -1
  160. package/dist/zuora_api/model/BulkDebitMemosResponse.js +1 -1
  161. package/dist/zuora_api/model/BulkPdfGenerationJobRequest.js +10 -1
  162. package/dist/zuora_api/model/BulkPdfGenerationJobResponse.js +1 -1
  163. package/dist/zuora_api/model/BulkPostInvoicesRequest.js +1 -1
  164. package/dist/zuora_api/model/BulkPostInvoicesResponse.js +1 -1
  165. package/dist/zuora_api/model/BulkUpdateCreditMemosRequest.js +1 -1
  166. package/dist/zuora_api/model/BulkUpdateDebitMemosRequest.js +1 -1
  167. package/dist/zuora_api/model/BulkUpdateInvoicesRequest.js +1 -1
  168. package/dist/zuora_api/model/BulkUpdateOrderLineItem.js +1 -1
  169. package/dist/zuora_api/model/BulkUpdateOrderLineItemsRequest.js +1 -1
  170. package/dist/zuora_api/model/BusinessRegion.js +1 -1
  171. package/dist/zuora_api/model/BusinessRegionsResponse.js +1 -1
  172. package/dist/zuora_api/model/CalloutAuth.js +1 -1
  173. package/dist/zuora_api/model/CancelAuthorizationRequest.js +1 -1
  174. package/dist/zuora_api/model/CancelAuthorizationResponse.js +1 -1
  175. package/dist/zuora_api/model/CancelBillRunRequest.js +1 -1
  176. package/dist/zuora_api/model/CancelBillRunResponse.js +1 -1
  177. package/dist/zuora_api/model/CancelBillingAdjustmentRequest.js +1 -1
  178. package/dist/zuora_api/model/CancelBillingAdjustmentResponse.js +1 -1
  179. package/dist/zuora_api/model/CancelOrderRequest.js +1 -1
  180. package/dist/zuora_api/model/CancelOrderResponse.js +1 -1
  181. package/dist/zuora_api/model/CancelPaymentSchedule.js +1 -1
  182. package/dist/zuora_api/model/CancelSubscriptionRequest.js +1 -1
  183. package/dist/zuora_api/model/CancelSubscriptionResponse.js +1 -1
  184. package/dist/zuora_api/model/CatalogGroup.js +1 -1
  185. package/dist/zuora_api/model/CatalogGroupProductRatePlan.js +1 -1
  186. package/dist/zuora_api/model/ChangeLogField.js +1 -1
  187. package/dist/zuora_api/model/ChangePlanRatePlanOverride.js +1 -1
  188. package/dist/zuora_api/model/ChangeSubscriptionRatePlan.js +1 -1
  189. package/dist/zuora_api/model/ChargeMetrics.js +1 -1
  190. package/dist/zuora_api/model/ChargeModelConfiguration.js +1 -1
  191. package/dist/zuora_api/model/ChargeModelConfigurationForSubscription.js +1 -1
  192. package/dist/zuora_api/model/ChargeModelConfigurationItem.js +1 -1
  193. package/dist/zuora_api/model/ChargeModelDataOverride.js +1 -1
  194. package/dist/zuora_api/model/ChargeOverride.js +20 -2
  195. package/dist/zuora_api/model/ChargeOverrideBilling.js +1 -1
  196. package/dist/zuora_api/model/ChargeOverridePricing.js +1 -1
  197. package/dist/zuora_api/model/ChargeTier.js +10 -1
  198. package/dist/zuora_api/model/ChargeUpdate.js +10 -1
  199. package/dist/zuora_api/model/ChildrenSettingValueRequest.js +1 -1
  200. package/dist/zuora_api/model/CollectDebitMemoRequest.js +1 -1
  201. package/dist/zuora_api/model/CollectDebitMemoRequestPayment.js +1 -1
  202. package/dist/zuora_api/model/CollectDebitMemoResponse.js +1 -1
  203. package/dist/zuora_api/model/CollectDebitMemoResponseAppliedCreditMemos.js +1 -1
  204. package/dist/zuora_api/model/CollectDebitMemoResponseAppliedPayments.js +1 -1
  205. package/dist/zuora_api/model/CollectDebitMemoResponseDebitMemo.js +1 -1
  206. package/dist/zuora_api/model/CollectDebitMemoResponseProcessedPayment.js +1 -1
  207. package/dist/zuora_api/model/CommonErrorResponse.js +1 -1
  208. package/dist/zuora_api/model/CommonResponse.js +1 -1
  209. package/dist/zuora_api/model/CompareAndDeployProductCatalogTemplateRequest.js +247 -0
  210. package/dist/zuora_api/model/CompareAndDeployProductCatalogTenantRequest.js +251 -0
  211. package/dist/zuora_api/model/CompareAndDeployTemplateRequest.js +188 -0
  212. package/dist/zuora_api/model/CompareAndDeployTenantRequest.js +305 -0
  213. package/dist/zuora_api/model/CompareSchemaKeyValue.js +1 -1
  214. package/dist/zuora_api/model/{PostCompareTemplateRequest.js → CompareTemplateRequest.js} +21 -21
  215. package/dist/zuora_api/model/{CompareSchemaInfoResponse.js → CompareTemplateResponse.js} +28 -28
  216. package/dist/zuora_api/model/Condition.js +249 -0
  217. package/dist/zuora_api/model/ConfigTemplateErrorResponse.js +1 -1
  218. package/dist/zuora_api/model/ConfigTemplateErrorResponseReasonsInner.js +1 -1
  219. package/dist/zuora_api/model/ConfigurationTemplateContent.js +1 -1
  220. package/dist/zuora_api/model/Contact.js +1 -1
  221. package/dist/zuora_api/model/ContactInfo.js +1 -1
  222. package/dist/zuora_api/model/ContactResponse.js +1 -1
  223. package/dist/zuora_api/model/ContactSnapshot.js +1 -1
  224. package/dist/zuora_api/model/ContactSnapshotResponse.js +1 -1
  225. package/dist/zuora_api/model/CreateAccountContact.js +1 -1
  226. package/dist/zuora_api/model/CreateAccountCreditCard.js +1 -1
  227. package/dist/zuora_api/model/CreateAccountCreditCardHolderInfo.js +1 -1
  228. package/dist/zuora_api/model/CreateAccountPaymentMethod.js +19 -1
  229. package/dist/zuora_api/model/CreateAccountRequest.js +1 -1
  230. package/dist/zuora_api/model/CreateAccountResponse.js +1 -1
  231. package/dist/zuora_api/model/CreateAccountSubscription.js +1 -1
  232. package/dist/zuora_api/model/CreateAccountingCodeRequest.js +1 -1
  233. package/dist/zuora_api/model/CreateAccountingCodeResponse.js +1 -1
  234. package/dist/zuora_api/model/CreateAccountingPeriodRequest.js +1 -1
  235. package/dist/zuora_api/model/CreateAccountingPeriodResponse.js +1 -1
  236. package/dist/zuora_api/model/CreateAuthorizationRequest.js +1 -1
  237. package/dist/zuora_api/model/CreateAuthorizationResponse.js +1 -1
  238. package/dist/zuora_api/model/CreateAuthorizationResponsePaymentGateway.js +1 -1
  239. package/dist/zuora_api/model/CreateAuthorizationResponseReasons.js +1 -1
  240. package/dist/zuora_api/model/CreateBatchQueryJobRequest.js +7 -3
  241. package/dist/zuora_api/model/CreateBatchQueryJobResponse.js +7 -3
  242. package/dist/zuora_api/model/CreateBatchQueryRequest.js +1 -1
  243. package/dist/zuora_api/model/CreateBatchQueryResponse.js +3 -7
  244. package/dist/zuora_api/model/CreateBillRunRequest.js +1 -1
  245. package/dist/zuora_api/model/CreateBillingAdjustmentRequest.js +1 -1
  246. package/dist/zuora_api/model/CreateBillingDocumentFilesDeletionJobRequest.js +1 -1
  247. package/dist/zuora_api/model/CreateBillingDocumentFilesDeletionJobResponse.js +1 -1
  248. package/dist/zuora_api/model/CreateBillingPreviewCreditMemoItem.js +1 -1
  249. package/dist/zuora_api/model/CreateBillingPreviewInvoiceItem.js +1 -1
  250. package/dist/zuora_api/model/CreateBillingPreviewRequest.js +1 -1
  251. package/dist/zuora_api/model/CreateBillingPreviewResponse.js +1 -1
  252. package/dist/zuora_api/model/CreateBillingPreviewRunRequest.js +1 -1
  253. package/dist/zuora_api/model/CreateBillingPreviewRunResponse.js +1 -1
  254. package/dist/zuora_api/model/CreateCatalogGroupRequest.js +1 -1
  255. package/dist/zuora_api/model/CreateContactRequest.js +1 -1
  256. package/dist/zuora_api/model/CreateCreditMemoFromCharge.js +1 -1
  257. package/dist/zuora_api/model/CreateCreditMemoFromChargeRequest.js +1 -1
  258. package/dist/zuora_api/model/CreateCreditMemoFromInvoice.js +1 -1
  259. package/dist/zuora_api/model/CreateCreditMemoFromInvoiceRequest.js +1 -1
  260. package/dist/zuora_api/model/CreateCreditMemoTaxationItemsRequest.js +1 -1
  261. package/dist/zuora_api/model/CreateDebitMemoFromCharge.js +1 -1
  262. package/dist/zuora_api/model/CreateDebitMemoFromChargeRequest.js +1 -1
  263. package/dist/zuora_api/model/CreateDebitMemoFromInvoiceRequest.js +1 -1
  264. package/dist/zuora_api/model/CreateDebitMemosFromInvoiceRequest.js +1 -1
  265. package/dist/zuora_api/model/{CreateTemplateRequestContent.js → CreateDeploymentTemplateRequest.js} +36 -36
  266. package/dist/zuora_api/model/CreateDiscountItem.js +1 -1
  267. package/dist/zuora_api/model/CreateFulfillment.js +1 -1
  268. package/dist/zuora_api/model/CreateFulfillmentItem.js +1 -1
  269. package/dist/zuora_api/model/CreateFulfillmentItemResponse.js +1 -1
  270. package/dist/zuora_api/model/CreateFulfillmentItemsRequest.js +1 -1
  271. package/dist/zuora_api/model/CreateFulfillmentItemsResponse.js +1 -1
  272. package/dist/zuora_api/model/CreateFulfillmentResponse.js +1 -1
  273. package/dist/zuora_api/model/CreateFulfillmentsRequest.js +1 -1
  274. package/dist/zuora_api/model/CreateFulfillmentsResponse.js +1 -1
  275. package/dist/zuora_api/model/CreateInvoiceCollectCreditMemos.js +1 -1
  276. package/dist/zuora_api/model/CreateInvoiceCollectInvoices.js +1 -1
  277. package/dist/zuora_api/model/CreateInvoiceCollectRequest.js +1 -1
  278. package/dist/zuora_api/model/CreateInvoiceCollectResponse.js +1 -1
  279. package/dist/zuora_api/model/CreateInvoiceItem.js +1 -1
  280. package/dist/zuora_api/model/CreateInvoiceRequest.js +1 -1
  281. package/dist/zuora_api/model/CreateInvoiceScheduleItem.js +1 -1
  282. package/dist/zuora_api/model/CreateInvoiceScheduleRequest.js +1 -1
  283. package/dist/zuora_api/model/CreateJournalEntryRequest.js +1 -1
  284. package/dist/zuora_api/model/CreateJournalEntryRequestItem.js +1 -1
  285. package/dist/zuora_api/model/CreateJournalEntryRequestSegment.js +1 -1
  286. package/dist/zuora_api/model/CreateJournalEntryResponse.js +1 -1
  287. package/dist/zuora_api/model/CreateJournalRunRequest.js +1 -1
  288. package/dist/zuora_api/model/CreateJournalRunRequestTransactionType.js +1 -1
  289. package/dist/zuora_api/model/CreateJournalRunResponse.js +1 -1
  290. package/dist/zuora_api/model/CreateMassUpdateResponse.js +1 -1
  291. package/dist/zuora_api/model/CreateMassUpdaterRequest.js +1 -1
  292. package/dist/zuora_api/model/CreateNonRefRefundFinanceInformation.js +1 -1
  293. package/dist/zuora_api/model/CreateOmniChannelSubscriptionRequest.js +414 -0
  294. package/dist/zuora_api/model/CreateOmniChannelSubscriptionResponse.js +233 -0
  295. package/dist/zuora_api/model/CreateOpenPaymentMethodTypeRequest.js +1 -1
  296. package/dist/zuora_api/model/CreateOrUpdateCatalogGroupProductRatePlan.js +1 -1
  297. package/dist/zuora_api/model/CreateOrUpdateEmailTemplatesResponse.js +1 -1
  298. package/dist/zuora_api/model/CreateOrderAction.js +1 -1
  299. package/dist/zuora_api/model/CreateOrderAddProduct.js +1 -1
  300. package/dist/zuora_api/model/CreateOrderAsyncRequest.js +1 -1
  301. package/dist/zuora_api/model/CreateOrderAsyncResponse.js +1 -1
  302. package/dist/zuora_api/model/CreateOrderChangePlan.js +1 -1
  303. package/dist/zuora_api/model/CreateOrderChangePlanRatePlanOverride.js +1 -1
  304. package/dist/zuora_api/model/CreateOrderChargeUpdate.js +10 -1
  305. package/dist/zuora_api/model/CreateOrderCreateSubscription.js +27 -1
  306. package/dist/zuora_api/model/CreateOrderOrderLineItem.js +14 -1
  307. package/dist/zuora_api/model/CreateOrderPricingUpdate.js +1 -1
  308. package/dist/zuora_api/model/CreateOrderProductOverride.js +1 -1
  309. package/dist/zuora_api/model/CreateOrderProductRatePlanOverride.js +1 -1
  310. package/dist/zuora_api/model/CreateOrderRatePlanFeatureOverride.js +1 -1
  311. package/dist/zuora_api/model/CreateOrderRatePlanOverride.js +1 -1
  312. package/dist/zuora_api/model/CreateOrderRatePlanUpdate.js +1 -1
  313. package/dist/zuora_api/model/CreateOrderRequest.js +1 -1
  314. package/dist/zuora_api/model/CreateOrderResponse.js +97 -5
  315. package/dist/zuora_api/model/CreateOrderResponseOrderAction.js +1 -1
  316. package/dist/zuora_api/model/CreateOrderResponseOrderLineItems.js +1 -1
  317. package/dist/zuora_api/model/CreateOrderResponseOrderMetric.js +1 -1
  318. package/dist/zuora_api/model/CreateOrderResponseRamps.js +1 -1
  319. package/dist/zuora_api/model/CreateOrderResponseRefunds.js +1 -1
  320. package/dist/zuora_api/model/CreateOrderResponseSubscriptions.js +1 -1
  321. package/dist/zuora_api/model/CreateOrderResponseWriteOff.js +1 -1
  322. package/dist/zuora_api/model/{AsyncOrderJobResult.js → CreateOrderResult.js} +124 -182
  323. package/dist/zuora_api/model/CreateOrderResume.js +1 -1
  324. package/dist/zuora_api/model/CreateOrderSubscription.js +1 -1
  325. package/dist/zuora_api/model/CreateOrderSubscriptionOwnerAccount.js +1 -1
  326. package/dist/zuora_api/model/CreateOrderSuspend.js +1 -1
  327. package/dist/zuora_api/model/CreateOrderTermsAndConditions.js +1 -1
  328. package/dist/zuora_api/model/CreateOrderUpdateProduct.js +1 -1
  329. package/dist/zuora_api/model/CreatePaymentDebitMemoApplication.js +1 -1
  330. package/dist/zuora_api/model/CreatePaymentDebitMemoApplicationItem.js +1 -1
  331. package/dist/zuora_api/model/CreatePaymentInvoiceApplication.js +1 -1
  332. package/dist/zuora_api/model/CreatePaymentInvoiceApplicationItem.js +1 -1
  333. package/dist/zuora_api/model/CreatePaymentMethodACH.js +1 -1
  334. package/dist/zuora_api/model/CreatePaymentMethodApplePayAdyen.js +1 -1
  335. package/dist/zuora_api/model/CreatePaymentMethodBankTransfer.js +14 -1
  336. package/dist/zuora_api/model/CreatePaymentMethodBankTransferAccountHolderInfo.js +1 -1
  337. package/dist/zuora_api/model/CreatePaymentMethodCCReferenceTransaction.js +1 -1
  338. package/dist/zuora_api/model/CreatePaymentMethodCardholderInfo.js +1 -1
  339. package/dist/zuora_api/model/CreatePaymentMethodCommon.js +1 -1
  340. package/dist/zuora_api/model/CreatePaymentMethodCreditCard.js +1 -1
  341. package/dist/zuora_api/model/CreatePaymentMethodDecryptionRequest.js +1 -1
  342. package/dist/zuora_api/model/CreatePaymentMethodDecryptionResponse.js +1 -1
  343. package/dist/zuora_api/model/CreatePaymentMethodGooglePayAdyenChase.js +1 -1
  344. package/dist/zuora_api/model/CreatePaymentMethodPayPalAdaptive.js +1 -1
  345. package/dist/zuora_api/model/CreatePaymentMethodPayPalECPayPalNativeECPayPalCP.js +1 -1
  346. package/dist/zuora_api/model/CreatePaymentMethodRequest.js +43 -1
  347. package/dist/zuora_api/model/CreatePaymentMethodResponse.js +1 -1
  348. package/dist/zuora_api/model/CreatePaymentMethodResponseReason.js +1 -1
  349. package/dist/zuora_api/model/CreatePaymentMethodUpdaterBatchRequest.js +1 -1
  350. package/dist/zuora_api/model/CreatePaymentMethodUpdaterBatchResponse.js +1 -1
  351. package/dist/zuora_api/model/CreatePaymentMethodUpdaterBatchResponseReasons.js +1 -1
  352. package/dist/zuora_api/model/CreatePaymentPredebitNotifyRequest.js +150 -0
  353. package/dist/zuora_api/model/CreatePaymentPredebitNotifyResponse.js +214 -0
  354. package/dist/zuora_api/model/CreatePaymentRequest.js +1 -1
  355. package/dist/zuora_api/model/CreatePaymentRunData.js +1 -1
  356. package/dist/zuora_api/model/CreatePaymentRunDataItem.js +1 -1
  357. package/dist/zuora_api/model/CreatePaymentRunRequest.js +1 -1
  358. package/dist/zuora_api/model/CreatePaymentScheduleItemsRequest.js +1 -1
  359. package/dist/zuora_api/model/CreatePaymentScheduleItemsRequestItems.js +1 -1
  360. package/dist/zuora_api/model/CreatePaymentScheduleRequest.js +1 -1
  361. package/dist/zuora_api/model/CreatePaymentScheduleRequestItems.js +1 -1
  362. package/dist/zuora_api/model/CreatePaymentSchedulesRequest.js +1 -1
  363. package/dist/zuora_api/model/CreatePaymentSchedulesResponse.js +1 -1
  364. package/dist/zuora_api/model/CreatePaymentSchedulesResponseItems.js +1 -1
  365. package/dist/zuora_api/model/CreatePaymentSessionInvoice.js +1 -1
  366. package/dist/zuora_api/model/CreatePaymentSessionRequest.js +15 -1
  367. package/dist/zuora_api/model/CreatePaymentSessionResponse.js +1 -1
  368. package/dist/zuora_api/model/CreateProductRatePlanChargeRequest.js +1 -1
  369. package/dist/zuora_api/model/CreateProductRatePlanRequest.js +1 -1
  370. package/dist/zuora_api/model/CreateProductRequest.js +1 -1
  371. package/dist/zuora_api/model/CreateRSASignatureRequest.js +1 -1
  372. package/dist/zuora_api/model/CreateRamp.js +1 -1
  373. package/dist/zuora_api/model/CreateRefundRequest.js +1 -1
  374. package/dist/zuora_api/model/CreateRefundwithAutoUnapply.js +25 -1
  375. package/dist/zuora_api/model/CreateSequenceSetRequest.js +1 -1
  376. package/dist/zuora_api/model/CreateSequenceSetsRequest.js +1 -1
  377. package/dist/zuora_api/model/CreateSequenceSetsResponse.js +1 -1
  378. package/dist/zuora_api/model/CreateStoredCredentialProfileRequest.js +1 -1
  379. package/dist/zuora_api/model/CreateSubscribeToProduct.js +1 -1
  380. package/dist/zuora_api/model/CreateSubscriptionComponent.js +1 -1
  381. package/dist/zuora_api/model/CreateSubscriptionRatePlan.js +1 -1
  382. package/dist/zuora_api/model/CreateSubscriptionRequest.js +1 -1
  383. package/dist/zuora_api/model/CreateSubscriptionResponse.js +1 -1
  384. package/dist/zuora_api/model/CreateTaxationItem.js +1 -1
  385. package/dist/zuora_api/model/CreateTaxationItemForCreditMemoFinanceInformation.js +1 -1
  386. package/dist/zuora_api/model/CreateTaxationItemForCreditMemoRequest.js +1 -1
  387. package/dist/zuora_api/model/CreateTaxationItemForDebitMemo.js +1 -1
  388. package/dist/zuora_api/model/CreateTaxationItemForDebitMemoFinanceInformation.js +1 -1
  389. package/dist/zuora_api/model/CreateTaxationItemForInvoiceRequest.js +1 -1
  390. package/dist/zuora_api/model/CreateTaxationItemsForDebitMemoRequest.js +1 -1
  391. package/dist/zuora_api/model/CreateTaxationItemsRequest.js +1 -1
  392. package/dist/zuora_api/model/CreateTokenRequest.js +1 -1
  393. package/dist/zuora_api/model/CreateUpdateOpenPaymentMethodTypeResponse.js +1 -1
  394. package/dist/zuora_api/model/CreateUpdateStoredCredentialProfileResponse.js +1 -1
  395. package/dist/zuora_api/model/CreateUsageRequest.js +1 -1
  396. package/dist/zuora_api/model/CreditCard.js +1 -1
  397. package/dist/zuora_api/model/CreditMemo.js +10 -1
  398. package/dist/zuora_api/model/CreditMemoEntityPrefix.js +1 -1
  399. package/dist/zuora_api/model/CreditMemoItem.js +1 -1
  400. package/dist/zuora_api/model/CreditMemoItemFinanceInformation.js +1 -1
  401. package/dist/zuora_api/model/CreditMemoItemFromChargeDetail.js +1 -1
  402. package/dist/zuora_api/model/CreditMemoItemFromChargeDetailFinanceInformation.js +1 -1
  403. package/dist/zuora_api/model/CreditMemoItemFromInvoiceItem.js +1 -1
  404. package/dist/zuora_api/model/CreditMemoItemFromInvoiceItemFinanceInformation.js +1 -1
  405. package/dist/zuora_api/model/CreditMemoItemFromWriteOffInvoice.js +1 -1
  406. package/dist/zuora_api/model/CreditMemoItemPart.js +1 -1
  407. package/dist/zuora_api/model/CreditMemoItemResponse.js +1 -1
  408. package/dist/zuora_api/model/CreditMemoItemsResponse.js +1 -1
  409. package/dist/zuora_api/model/CreditMemoObjectNSFields.js +1 -1
  410. package/dist/zuora_api/model/CreditMemoPart.js +1 -1
  411. package/dist/zuora_api/model/CreditMemoResponse.js +15 -1
  412. package/dist/zuora_api/model/CreditMemoTaxItemFromInvoiceTaxItemFinanceInformation.js +1 -1
  413. package/dist/zuora_api/model/CreditMemoTaxItemFromInvoiceTaxItemRequest.js +1 -1
  414. package/dist/zuora_api/model/CreditMemoTaxationItemFromWriteOffInvoice.js +1 -1
  415. package/dist/zuora_api/model/CreditMemosResponse.js +1 -1
  416. package/dist/zuora_api/model/CustomAccountPaymentMethod.js +1 -1
  417. package/dist/zuora_api/model/CustomFields.js +1 -1
  418. package/dist/zuora_api/model/CustomObjectAllFieldsDefinition.js +1 -1
  419. package/dist/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfCreatedById.js +1 -1
  420. package/dist/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfCreatedDate.js +1 -1
  421. package/dist/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfId.js +1 -1
  422. package/dist/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfUpdatedById.js +1 -1
  423. package/dist/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfUpdatedDate.js +1 -1
  424. package/dist/zuora_api/model/CustomObjectBulkDeleteFilter.js +1 -1
  425. package/dist/zuora_api/model/CustomObjectBulkDeleteFilterCondition.js +1 -1
  426. package/dist/zuora_api/model/CustomObjectBulkJobErrorResponse.js +1 -1
  427. package/dist/zuora_api/model/CustomObjectBulkJobErrorResponseCollection.js +1 -1
  428. package/dist/zuora_api/model/CustomObjectBulkJobRequest.js +1 -1
  429. package/dist/zuora_api/model/CustomObjectBulkJobResponse.js +1 -1
  430. package/dist/zuora_api/model/CustomObjectBulkJobResponseCollection.js +1 -1
  431. package/dist/zuora_api/model/CustomObjectBulkJobResponseError.js +1 -1
  432. package/dist/zuora_api/model/CustomObjectCustomFieldDefinition.js +1 -1
  433. package/dist/zuora_api/model/CustomObjectCustomFieldDefinitionUpdate.js +1 -1
  434. package/dist/zuora_api/model/CustomObjectCustomFieldsDefinition.js +1 -1
  435. package/dist/zuora_api/model/CustomObjectDefinition.js +1 -1
  436. package/dist/zuora_api/model/CustomObjectDefinitionSchema.js +1 -1
  437. package/dist/zuora_api/model/CustomObjectDefinitionUpdateActionRequest.js +1 -1
  438. package/dist/zuora_api/model/CustomObjectDefinitionUpdateActionResponse.js +1 -1
  439. package/dist/zuora_api/model/CustomObjectRecordBatchAction.js +1 -1
  440. package/dist/zuora_api/model/CustomObjectRecordBatchRequest.js +1 -1
  441. package/dist/zuora_api/model/CustomObjectRecordWithAllFields.js +1 -1
  442. package/dist/zuora_api/model/CustomObjectRecordWithOnlyCustomFields.js +1 -1
  443. package/dist/zuora_api/model/CustomObjectRecordsBatchUpdatePartialSuccessResponse.js +1 -1
  444. package/dist/zuora_api/model/CustomObjectRecordsErrorResponse.js +1 -1
  445. package/dist/zuora_api/model/CustomObjectRecordsThrottledResponse.js +1 -1
  446. package/dist/zuora_api/model/CustomObjectRecordsWithError.js +1 -1
  447. package/dist/zuora_api/model/CustomRates.js +1 -1
  448. package/dist/zuora_api/model/DailyConsumptionRevRecRequest.js +1 -1
  449. package/dist/zuora_api/model/DataQueryErrorResponse.js +1 -1
  450. package/dist/zuora_api/model/DataQueryJob.js +1 -1
  451. package/dist/zuora_api/model/DataQueryJobCancelled.js +1 -1
  452. package/dist/zuora_api/model/DataQueryJobCommon.js +1 -1
  453. package/dist/zuora_api/model/DebitMemo.js +1 -1
  454. package/dist/zuora_api/model/DebitMemoDueDate.js +1 -1
  455. package/dist/zuora_api/model/DebitMemoEntityPrefix.js +1 -1
  456. package/dist/zuora_api/model/DebitMemoItem.js +1 -1
  457. package/dist/zuora_api/model/DebitMemoItemFromChargeDetail.js +1 -1
  458. package/dist/zuora_api/model/DebitMemoItemFromChargeDetailFinanceInformation.js +1 -1
  459. package/dist/zuora_api/model/DebitMemoItemFromInvoiceItemFinanceInformation.js +1 -1
  460. package/dist/zuora_api/model/DebitMemoItemFromInvoiceItemRequest.js +1 -1
  461. package/dist/zuora_api/model/DebitMemoItemResponse.js +1 -1
  462. package/dist/zuora_api/model/DebitMemoItemTaxationItems.js +1 -1
  463. package/dist/zuora_api/model/DebitMemoItemWriteOffRequest.js +1 -1
  464. package/dist/zuora_api/model/DebitMemoItemsResponse.js +1 -1
  465. package/dist/zuora_api/model/DebitMemoObjectNSFields.js +1 -1
  466. package/dist/zuora_api/model/DebitMemoResponse.js +1 -1
  467. package/dist/zuora_api/model/DebitMemoTaxItemFromInvoiceTaxItemFinanceInformation.js +1 -1
  468. package/dist/zuora_api/model/DebitMemoTaxItemFromInvoiceTaxItemRequest.js +1 -1
  469. package/dist/zuora_api/model/DebitMemoTaxationItemWriteOffRequest.js +1 -1
  470. package/dist/zuora_api/model/DebitMemosResponse.js +1 -1
  471. package/dist/zuora_api/model/DecryptRSASignatureRequest.js +1 -1
  472. package/dist/zuora_api/model/DecryptRSASignatureResponse.js +1 -1
  473. package/dist/zuora_api/model/DeleteAccountResponse.js +1 -1
  474. package/dist/zuora_api/model/DeleteAttachmentResponse.js +1 -1
  475. package/dist/zuora_api/model/DeleteBatchQueryJobResponse.js +7 -3
  476. package/dist/zuora_api/model/DeleteBatchQueryResponse.js +3 -7
  477. package/dist/zuora_api/model/DeleteDataQueryJobResponse.js +1 -1
  478. package/dist/zuora_api/model/DeleteOrderAsyncResponse.js +110 -0
  479. package/dist/zuora_api/model/DeleteResult.js +1 -1
  480. package/dist/zuora_api/model/DeleteSubscriptionResponse.js +1 -1
  481. package/dist/zuora_api/model/DeleteWorkflowError.js +1 -1
  482. package/dist/zuora_api/model/DeleteWorkflowSuccess.js +1 -1
  483. package/dist/zuora_api/model/DeletedRecord.js +1 -1
  484. package/dist/zuora_api/model/DeliverySchedule.js +1 -1
  485. package/dist/zuora_api/model/DeliveryScheduleParams.js +1 -1
  486. package/dist/zuora_api/model/DeliveryScheduleProductRatePlanCharge.js +1 -1
  487. package/dist/zuora_api/model/DeploymentResponse.js +140 -0
  488. package/dist/zuora_api/model/{TemplateDetailResponse.js → DeploymentTemplate.js} +36 -36
  489. package/dist/zuora_api/model/{TemplateResponse.js → DeploymentTemplatesResponse.js} +25 -25
  490. package/dist/zuora_api/model/DetachInvoiceScheduleRequest.js +122 -0
  491. package/dist/zuora_api/model/DetailedWorkflow.js +1 -1
  492. package/dist/zuora_api/model/DiscountApplyDetail.js +1 -1
  493. package/dist/zuora_api/model/DiscountPricingOverride.js +1 -1
  494. package/dist/zuora_api/model/DiscountPricingUpdate.js +1 -1
  495. package/dist/zuora_api/model/DocumentIdList.js +1 -1
  496. package/dist/zuora_api/model/EInvoiceStatus.js +5 -0
  497. package/dist/zuora_api/model/ElectronicPaymentOptions.js +1 -1
  498. package/dist/zuora_api/model/ElectronicPaymentOptionsWithDelayedCapturePayment.js +1 -1
  499. package/dist/zuora_api/model/EmailBillRunRequest.js +1 -1
  500. package/dist/zuora_api/model/EmailBillingDocumentRequest.js +1 -1
  501. package/dist/zuora_api/model/EndConditions.js +1 -1
  502. package/dist/zuora_api/model/Error401.js +1 -1
  503. package/dist/zuora_api/model/ErrorResponse.js +1 -1
  504. package/dist/zuora_api/model/ErrorResponse401Record.js +1 -1
  505. package/dist/zuora_api/model/ErrorResponseReasonsInner.js +1 -1
  506. package/dist/zuora_api/model/EventTrigger.js +1 -1
  507. package/dist/zuora_api/model/EventType.js +1 -1
  508. package/dist/zuora_api/model/ExecuteInvoiceScheduleRequest.js +1 -1
  509. package/dist/zuora_api/model/ExpandedAccount.js +21 -1
  510. package/dist/zuora_api/model/ExpandedAmendment.js +1 -1
  511. package/dist/zuora_api/model/ExpandedBillingRun.js +1 -1
  512. package/dist/zuora_api/model/ExpandedContact.js +25 -1
  513. package/dist/zuora_api/model/ExpandedCreditMemo.js +19 -3
  514. package/dist/zuora_api/model/ExpandedCreditMemoApplication.js +1 -1
  515. package/dist/zuora_api/model/ExpandedCreditMemoItem.js +65 -3
  516. package/dist/zuora_api/model/ExpandedCreditTaxationItem.js +422 -0
  517. package/dist/zuora_api/model/ExpandedDailyConsumptionSummary.js +1 -1
  518. package/dist/zuora_api/model/ExpandedDebitMemo.js +25 -1
  519. package/dist/zuora_api/model/ExpandedDebitMemoItem.js +59 -1
  520. package/dist/zuora_api/model/ExpandedDebitTaxationItem.js +410 -0
  521. package/dist/zuora_api/model/ExpandedExternalProductRatePlan.js +1 -1
  522. package/dist/zuora_api/model/ExpandedInvoice.js +25 -1
  523. package/dist/zuora_api/model/ExpandedInvoiceItem.js +58 -1
  524. package/dist/zuora_api/model/ExpandedInvoiceSchedule.js +275 -0
  525. package/dist/zuora_api/model/ExpandedInvoiceScheduleItem.js +276 -0
  526. package/dist/zuora_api/model/ExpandedOrderAction.js +33 -1
  527. package/dist/zuora_api/model/ExpandedOrderLineItem.js +61 -1
  528. package/dist/zuora_api/model/ExpandedOrders.js +21 -1
  529. package/dist/zuora_api/model/ExpandedPayment.js +14 -1
  530. package/dist/zuora_api/model/ExpandedPaymentApplication.js +1 -1
  531. package/dist/zuora_api/model/ExpandedPaymentMethod.js +1 -1
  532. package/dist/zuora_api/model/ExpandedPaymentMethodSnapshot.js +1 -1
  533. package/dist/zuora_api/model/ExpandedPaymentRun.js +1 -1
  534. package/dist/zuora_api/model/ExpandedPaymentSchedule.js +1 -1
  535. package/dist/zuora_api/model/ExpandedPaymentScheduleItem.js +14 -1
  536. package/dist/zuora_api/model/ExpandedPaymentScheduleItemPayment.js +192 -0
  537. package/dist/zuora_api/model/ExpandedPrepaidBalance.js +1 -1
  538. package/dist/zuora_api/model/ExpandedPrepaidBalanceFund.js +1 -1
  539. package/dist/zuora_api/model/ExpandedPrepaidBalanceTransaction.js +1 -1
  540. package/dist/zuora_api/model/ExpandedProcessedUsage.js +1 -9
  541. package/dist/zuora_api/model/ExpandedProduct.js +1 -1
  542. package/dist/zuora_api/model/ExpandedProductRatePlan.js +1 -1
  543. package/dist/zuora_api/model/ExpandedProductRatePlanCharge.js +1 -1
  544. package/dist/zuora_api/model/ExpandedProductRatePlanChargeTier.js +1 -1
  545. package/dist/zuora_api/model/ExpandedRatePlan.js +1 -1
  546. package/dist/zuora_api/model/ExpandedRatePlanCharge.js +17 -1
  547. package/dist/zuora_api/model/ExpandedRatePlanChargeTier.js +1 -1
  548. package/dist/zuora_api/model/ExpandedRatingDetail.js +666 -0
  549. package/dist/zuora_api/model/ExpandedRatingResult.js +1 -1
  550. package/dist/zuora_api/model/ExpandedRefund.js +1 -1
  551. package/dist/zuora_api/model/ExpandedRefundApplication.js +1 -1
  552. package/dist/zuora_api/model/ExpandedRefundApplicationItem.js +1 -1
  553. package/dist/zuora_api/model/ExpandedSubscription.js +25 -1
  554. package/dist/zuora_api/model/ExpandedSummaryStatement.js +1 -1
  555. package/dist/zuora_api/model/ExpandedSummaryStatementRun.js +1 -1
  556. package/dist/zuora_api/model/ExpandedTaxationItem.js +1 -1
  557. package/dist/zuora_api/model/ExpandedUsage.js +1 -1
  558. package/dist/zuora_api/model/ExpandedValidityPeriodSummary.js +1 -1
  559. package/dist/zuora_api/model/ExportWorkflowVersionResponse.js +1 -1
  560. package/dist/zuora_api/model/FailedReason.js +1 -1
  561. package/dist/zuora_api/model/FaultResponse.js +1 -1
  562. package/dist/zuora_api/model/FilterRuleParameterDefinition.js +1 -1
  563. package/dist/zuora_api/model/Fulfillment.js +1 -1
  564. package/dist/zuora_api/model/FulfillmentItem.js +1 -1
  565. package/dist/zuora_api/model/GETBookingDateBackfillJobById200Response.js +1 -1
  566. package/dist/zuora_api/model/GETDataBackfillJobById200Response.js +1 -1
  567. package/dist/zuora_api/model/GETListBookingDateBackfillJobs200Response.js +1 -1
  568. package/dist/zuora_api/model/GETListDataBackfillJobs200Response.js +1 -1
  569. package/dist/zuora_api/model/GatewayOptions.js +1 -1
  570. package/dist/zuora_api/model/GenerateBillingDocumentRequest.js +1 -1
  571. package/dist/zuora_api/model/GenerateBillingDocumentResponse.js +1 -1
  572. package/dist/zuora_api/model/GenerateBillingDocumentResponseCreditMemo.js +1 -1
  573. package/dist/zuora_api/model/GenerateBillingDocumentResponseInvoice.js +1 -1
  574. package/dist/zuora_api/model/GetAccountPMAccountHolderInfo.js +1 -1
  575. package/dist/zuora_api/model/GetAccountPaymentMethodResponse.js +1 -1
  576. package/dist/zuora_api/model/GetAccountingCodeResponse.js +1 -1
  577. package/dist/zuora_api/model/GetAccountingCodesResponse.js +1 -1
  578. package/dist/zuora_api/model/GetAccountingPeriodAllOfFieIdsResponse.js +14 -1
  579. package/dist/zuora_api/model/GetAccountingPeriodResponse.js +1 -1
  580. package/dist/zuora_api/model/GetAccountingPeriodWithoutSuccessResponse.js +1 -1
  581. package/dist/zuora_api/model/GetAccountingPeriodsResponse.js +1 -1
  582. package/dist/zuora_api/model/GetAllCustomObjectDefinitionsInNamespaceResponse.js +1 -1
  583. package/dist/zuora_api/model/GetApiVolumeSummaryResponse.js +1 -1
  584. package/dist/zuora_api/model/GetAsyncCreateOrderJobResponse.js +654 -0
  585. package/dist/zuora_api/model/GetAsyncOrderJobResponse.js +5 -9
  586. package/dist/zuora_api/model/GetAsyncOrderJobResponseResult.js +326 -0
  587. package/dist/zuora_api/model/GetAsyncPreviewOrderJobResponse.js +427 -0
  588. package/dist/zuora_api/model/GetAttachmentResponse.js +1 -1
  589. package/dist/zuora_api/model/GetAttachmentsResponse.js +1 -1
  590. package/dist/zuora_api/model/GetBIViewStatus200ResponseInner.js +1 -1
  591. package/dist/zuora_api/model/GetBatchQueryJobResponse.js +7 -3
  592. package/dist/zuora_api/model/GetBatchQueryResponse.js +3 -7
  593. package/dist/zuora_api/model/GetBillingAdjustmentsBySubscriptionNumberResponse.js +1 -1
  594. package/dist/zuora_api/model/GetBillingAdjustmentsResponse.js +1 -1
  595. package/dist/zuora_api/model/GetBillingDocVolumeSummaryResponse.js +1 -1
  596. package/dist/zuora_api/model/GetBillingDocumentFilesDeletionJobResponse.js +1 -1
  597. package/dist/zuora_api/model/GetBillingDocumentsResponse.js +1 -1
  598. package/dist/zuora_api/model/GetBillingPreviewRunResponse.js +1 -1
  599. package/dist/zuora_api/model/GetBulkPdfGenerationJobResponse.js +31 -1
  600. package/dist/zuora_api/model/GetBulkUpdateOrderLineItemsResponse.js +1 -1
  601. package/dist/zuora_api/model/GetCalloutHistoryVOType.js +1 -1
  602. package/dist/zuora_api/model/GetCalloutHistoryVOsType.js +1 -1
  603. package/dist/zuora_api/model/GetCatalogGroupResponse.js +1 -1
  604. package/dist/zuora_api/model/GetCatalogGroupsResponse.js +1 -1
  605. package/dist/zuora_api/model/GetChargeOverride.js +45 -1
  606. package/dist/zuora_api/model/GetCreditMemoItemPartResponse.js +1 -1
  607. package/dist/zuora_api/model/GetCreditMemoItemPartsResponse.js +1 -1
  608. package/dist/zuora_api/model/GetCreditMemoItemTaxationItems.js +1 -1
  609. package/dist/zuora_api/model/GetCreditMemoPartResponse.js +1 -1
  610. package/dist/zuora_api/model/GetCreditMemoPartsResponse.js +1 -1
  611. package/dist/zuora_api/model/GetCreditMemoPdfStatusBatchResponse.js +1 -1
  612. package/dist/zuora_api/model/GetCreditMemoPdfStatusResponse.js +1 -1
  613. package/dist/zuora_api/model/GetCreditMemoTaxItemFinanceInformation.js +1 -1
  614. package/dist/zuora_api/model/GetCreditMemoTaxItemResponse.js +1 -1
  615. package/dist/zuora_api/model/GetCreditMemoTaxationItemResponse.js +1 -1
  616. package/dist/zuora_api/model/GetCustomExchangeRatesDataType.js +1 -1
  617. package/dist/zuora_api/model/GetCustomExchangeRatesType.js +14 -1
  618. package/dist/zuora_api/model/GetDataLabelingJobResponse.js +182 -0
  619. package/dist/zuora_api/model/GetDataLabelingJobResponseProgress.js +115 -0
  620. package/dist/zuora_api/model/GetDataQueryJobResponse.js +1 -1
  621. package/dist/zuora_api/model/GetDataQueryJobsResponse.js +1 -1
  622. package/dist/zuora_api/model/GetDebitMemoApplicationPart.js +1 -1
  623. package/dist/zuora_api/model/GetDebitMemoApplicationPartsResponse.js +1 -1
  624. package/dist/zuora_api/model/GetDebitMemoItemFinanceInformation.js +1 -1
  625. package/dist/zuora_api/model/GetDebitMemoPdfStatusBatchResponse.js +1 -1
  626. package/dist/zuora_api/model/GetDebitMemoPdfStatusResponse.js +1 -1
  627. package/dist/zuora_api/model/GetDebitMemoTaxItem.js +1 -1
  628. package/dist/zuora_api/model/GetDebitMemoTaxItemFinanceInformation.js +1 -1
  629. package/dist/zuora_api/model/GetDebitMemoTaxItemNew.js +1 -1
  630. package/dist/zuora_api/model/GetEmailHistoryVOType.js +1 -1
  631. package/dist/zuora_api/model/GetEmailHistoryVOsType.js +1 -1
  632. package/dist/zuora_api/model/GetEventTriggers200Response.js +1 -1
  633. package/dist/zuora_api/model/GetFulfillment.js +1 -1
  634. package/dist/zuora_api/model/GetFulfillmentItem.js +1 -1
  635. package/dist/zuora_api/model/GetFulfillmentItemResponse.js +1 -1
  636. package/dist/zuora_api/model/GetFulfillmentResponse.js +1 -1
  637. package/dist/zuora_api/model/GetInvoiceApplicationPartRequest.js +1 -1
  638. package/dist/zuora_api/model/GetInvoiceApplicationPartsRequest.js +1 -1
  639. package/dist/zuora_api/model/GetInvoicePdfStatusBatchResponse.js +1 -1
  640. package/dist/zuora_api/model/GetInvoicePdfStatusResponse.js +1 -1
  641. package/dist/zuora_api/model/GetJournalEntriesInJournalRunResponse.js +1 -1
  642. package/dist/zuora_api/model/GetJournalEntryDetailResponse.js +1 -1
  643. package/dist/zuora_api/model/GetJournalEntryDetailTypeWithoutSuccess.js +1 -1
  644. package/dist/zuora_api/model/GetJournalEntryItemResponse.js +1 -1
  645. package/dist/zuora_api/model/GetJournalEntrySegmentResponse.js +1 -1
  646. package/dist/zuora_api/model/GetJournalRunResponse.js +1 -1
  647. package/dist/zuora_api/model/GetJournalRunTransactionResponse.js +1 -1
  648. package/dist/zuora_api/model/GetMassUpdateResponse.js +1 -1
  649. package/dist/zuora_api/model/GetMetricsBySubscriptionNumbersResponse.js +1 -1
  650. package/dist/zuora_api/model/GetOmniChannelSubscriptionResponse.js +496 -0
  651. package/dist/zuora_api/model/GetOrderActionRatePlanResponse.js +1 -1
  652. package/dist/zuora_api/model/GetOrderLineItem.js +1 -1
  653. package/dist/zuora_api/model/GetOrderLineItemResponse.js +1 -1
  654. package/dist/zuora_api/model/GetOrderResponse.js +1 -1
  655. package/dist/zuora_api/model/GetOrdersResponse.js +1 -1
  656. package/dist/zuora_api/model/GetPMAccountHolderInfo.js +1 -1
  657. package/dist/zuora_api/model/GetPaymentFinanceInformation.js +1 -1
  658. package/dist/zuora_api/model/GetPaymentItemPartResponse.js +1 -1
  659. package/dist/zuora_api/model/GetPaymentItemPartsResponse.js +1 -1
  660. package/dist/zuora_api/model/GetPaymentMethodForAccountResponse.js +1 -1
  661. package/dist/zuora_api/model/GetPaymentMethodResponseACHForAccount.js +1 -1
  662. package/dist/zuora_api/model/GetPaymentMethodResponseApplePayForAccount.js +1 -1
  663. package/dist/zuora_api/model/GetPaymentMethodResponseBankTransferForAccount.js +1 -1
  664. package/dist/zuora_api/model/GetPaymentMethodResponseCreditCardForAccount.js +1 -1
  665. package/dist/zuora_api/model/GetPaymentMethodResponseGooglePayForAccount.js +1 -1
  666. package/dist/zuora_api/model/GetPaymentMethodResponsePayPalForAccount.js +1 -1
  667. package/dist/zuora_api/model/GetPaymentPartResponse.js +1 -1
  668. package/dist/zuora_api/model/GetPaymentPartsResponse.js +1 -1
  669. package/dist/zuora_api/model/GetPaymentRunDataArrayResponse.js +1 -1
  670. package/dist/zuora_api/model/GetPaymentRunDataElementResponse.js +1 -1
  671. package/dist/zuora_api/model/GetPaymentRunDataTransactionElementResponse.js +1 -1
  672. package/dist/zuora_api/model/GetPaymentRunStatisticResponse.js +1 -1
  673. package/dist/zuora_api/model/GetPaymentRunSummaryResponse.js +1 -1
  674. package/dist/zuora_api/model/GetPaymentRunSummaryTotalValuesResponse.js +1 -1
  675. package/dist/zuora_api/model/GetPaymentRunsResponse.js +1 -1
  676. package/dist/zuora_api/model/GetPaymentScheduleStatisticResponse.js +1 -1
  677. package/dist/zuora_api/model/GetPaymentScheduleStatisticResponsePaymentScheduleItems.js +1 -1
  678. package/dist/zuora_api/model/GetPaymentSchedulesResponse.js +1 -1
  679. package/dist/zuora_api/model/GetPaymentVolumeSummaryResponse.js +1 -1
  680. package/dist/zuora_api/model/GetPaymentsResponse.js +1 -1
  681. package/dist/zuora_api/model/GetProductRatePlanChargeResponse.js +1 -1
  682. package/dist/zuora_api/model/GetProductRatePlanChargeTierResponse.js +1 -1
  683. package/dist/zuora_api/model/GetProductRatePlanResponse.js +1 -1
  684. package/dist/zuora_api/model/GetProductRatePlansByExternalIdResponse.js +1 -1
  685. package/dist/zuora_api/model/GetProductRatePlansByProductResponse.js +1 -1
  686. package/dist/zuora_api/model/GetProductResponse.js +1 -1
  687. package/dist/zuora_api/model/GetProductsResponse.js +1 -1
  688. package/dist/zuora_api/model/GetPublicEmailTemplateResponse.js +1 -1
  689. package/dist/zuora_api/model/GetPublicNotificationDefinitionResponse.js +1 -1
  690. package/dist/zuora_api/model/GetPublicNotificationDefinitionResponseCallout.js +1 -1
  691. package/dist/zuora_api/model/GetPublicNotificationDefinitionResponseFilterRule.js +1 -1
  692. package/dist/zuora_api/model/GetQueryEmailTemplates200Response.js +1 -1
  693. package/dist/zuora_api/model/GetQueryNotificationDefinitions200Response.js +1 -1
  694. package/dist/zuora_api/model/GetRampByRampNumberResponse.js +1 -1
  695. package/dist/zuora_api/model/GetRampMetricsByOrderNumberResponse.js +1 -1
  696. package/dist/zuora_api/model/GetRampMetricsByRampNumberResponse.js +1 -1
  697. package/dist/zuora_api/model/GetRampMetricsBySubscriptionKeyResponse.js +1 -1
  698. package/dist/zuora_api/model/GetRampsBySubscriptionKeyResponse.js +1 -1
  699. package/dist/zuora_api/model/GetRefundCreditMemoFinanceInformation.js +1 -1
  700. package/dist/zuora_api/model/GetRefundItemPartResponse.js +1 -1
  701. package/dist/zuora_api/model/GetRefundItemPartsResponse.js +1 -1
  702. package/dist/zuora_api/model/GetRefundPartResponse.js +1 -1
  703. package/dist/zuora_api/model/GetRefundPartsResponse.js +1 -1
  704. package/dist/zuora_api/model/GetRefundsResponse.js +1 -1
  705. package/dist/zuora_api/model/GetScheduledEventResponse.js +1 -1
  706. package/dist/zuora_api/model/GetScheduledEventResponseParametersValue.js +1 -1
  707. package/dist/zuora_api/model/GetScheduledEvents200Response.js +1 -1
  708. package/dist/zuora_api/model/GetSequenceSetResponse.js +1 -1
  709. package/dist/zuora_api/model/GetSequenceSetsResponse.js +1 -1
  710. package/dist/zuora_api/model/GetSubscriptionChangeLogResponse.js +1 -1
  711. package/dist/zuora_api/model/GetSubscriptionChangeLogsResponse.js +1 -1
  712. package/dist/zuora_api/model/GetSubscriptionProductFeature.js +1 -1
  713. package/dist/zuora_api/model/GetSubscriptionRatePlan.js +1 -1
  714. package/dist/zuora_api/model/GetSubscriptionRatePlanChargesWithAllSegments.js +49 -1
  715. package/dist/zuora_api/model/GetSubscriptionResponse.js +1 -1
  716. package/dist/zuora_api/model/GetSubscriptionsResponse.js +1 -1
  717. package/dist/zuora_api/model/GetTaxationItemResponse.js +1 -1
  718. package/dist/zuora_api/model/GetTaxationItemsOfCreditMemoItemResponse.js +1 -1
  719. package/dist/zuora_api/model/GetTaxationItemsOfDebitMemoItemResponse.js +1 -1
  720. package/dist/zuora_api/model/GetTaxationItemsResponse.js +1 -1
  721. package/dist/zuora_api/model/GetUsageRateDetailRequest.js +1 -1
  722. package/dist/zuora_api/model/GetUsageRateDetailRequestData.js +1 -1
  723. package/dist/zuora_api/model/GetUsageResponse.js +1 -1
  724. package/dist/zuora_api/model/GetUsagesByAccountResponse.js +1 -1
  725. package/dist/zuora_api/model/GetVersionsResponse.js +1 -1
  726. package/dist/zuora_api/model/GetWorkflowResponse.js +1 -1
  727. package/dist/zuora_api/model/GetWorkflowResponseTasks.js +1 -1
  728. package/dist/zuora_api/model/GetWorkflowsResponse.js +1 -1
  729. package/dist/zuora_api/model/GetWorkflowsResponsePagination.js +1 -1
  730. package/dist/zuora_api/model/HostedPageResponse.js +1 -1
  731. package/dist/zuora_api/model/HostedPagesResponse.js +1 -1
  732. package/dist/zuora_api/model/IneligibleBillingAdjustment.js +1 -1
  733. package/dist/zuora_api/model/InitialTerm.js +1 -1
  734. package/dist/zuora_api/model/IntervalPricing.js +1 -1
  735. package/dist/zuora_api/model/IntervalPricingTier.js +15 -1
  736. package/dist/zuora_api/model/Invoice.js +1 -1
  737. package/dist/zuora_api/model/InvoiceEntityPrefix.js +1 -1
  738. package/dist/zuora_api/model/InvoiceFile.js +1 -1
  739. package/dist/zuora_api/model/InvoiceFilesResponse.js +1 -1
  740. package/dist/zuora_api/model/InvoiceItem.js +1 -1
  741. package/dist/zuora_api/model/InvoiceItemObjectNSFields.js +1 -1
  742. package/dist/zuora_api/model/InvoiceItemPreviewResult.js +1 -1
  743. package/dist/zuora_api/model/InvoiceItemPreviewResultAdditionalInfo.js +1 -1
  744. package/dist/zuora_api/model/InvoiceItemPreviewResultTaxationItems.js +1 -1
  745. package/dist/zuora_api/model/InvoiceItemsResponse.js +1 -1
  746. package/dist/zuora_api/model/InvoiceObjectNSFields.js +1 -1
  747. package/dist/zuora_api/model/InvoicePostResponse.js +1 -1
  748. package/dist/zuora_api/model/InvoiceResponse.js +1 -1
  749. package/dist/zuora_api/model/InvoiceSchedule.js +1 -1
  750. package/dist/zuora_api/model/InvoiceScheduleCustomFields.js +1 -1
  751. package/dist/zuora_api/model/InvoiceScheduleItem.js +1 -1
  752. package/dist/zuora_api/model/InvoiceScheduleItemCustomFields.js +1 -1
  753. package/dist/zuora_api/model/InvoiceScheduleResponse.js +1 -1
  754. package/dist/zuora_api/model/InvoiceScheduleSubscription.js +1 -1
  755. package/dist/zuora_api/model/InvoiceTaxationItem.js +1 -1
  756. package/dist/zuora_api/model/Job.js +1 -1
  757. package/dist/zuora_api/model/LastTerm.js +1 -1
  758. package/dist/zuora_api/model/Linkage.js +1 -1
  759. package/dist/zuora_api/model/ListAllSettingsResponse.js +1 -1
  760. package/dist/zuora_api/model/ListOfExchangeRates.js +1 -1
  761. package/dist/zuora_api/model/MappingResponse.js +1 -1
  762. package/dist/zuora_api/model/{TemplateMigrationClientRequest.js → MigrateTenantSettingsRequest.js} +30 -30
  763. package/dist/zuora_api/model/{MigrationClientResponse.js → MigrateTenantSettingsResponse.js} +35 -35
  764. package/dist/zuora_api/model/MigrationComponentContent.js +1 -1
  765. package/dist/zuora_api/model/MigrationUpdateCustomObjectDefinitionsRequest.js +1 -1
  766. package/dist/zuora_api/model/MigrationUpdateCustomObjectDefinitionsResponse.js +1 -1
  767. package/dist/zuora_api/model/NotificationsHistoryDeletionTaskResponse.js +1 -1
  768. package/dist/zuora_api/model/ObjectPostImportRequest.js +1 -1
  769. package/dist/zuora_api/model/OmniChannelAccountData.js +203 -0
  770. package/dist/zuora_api/model/OneTimeFlatFeePricingOverride.js +1 -1
  771. package/dist/zuora_api/model/OneTimePerUnitPricingOverride.js +1 -1
  772. package/dist/zuora_api/model/OneTimeTieredPricingOverride.js +1 -1
  773. package/dist/zuora_api/model/OneTimeVolumePricingOverride.js +1 -1
  774. package/dist/zuora_api/model/OpenPaymentMethodTypeRequestFields.js +1 -1
  775. package/dist/zuora_api/model/OpenPaymentMethodTypeResponse.js +1 -1
  776. package/dist/zuora_api/model/OpenPaymentMethodTypeResponseFields.js +1 -1
  777. package/dist/zuora_api/model/OperationJobResponse.js +1 -1
  778. package/dist/zuora_api/model/Options.js +1 -1
  779. package/dist/zuora_api/model/Order.js +1 -1
  780. package/dist/zuora_api/model/OrderAction.js +1 -1
  781. package/dist/zuora_api/model/OrderActionAddProduct.js +1 -1
  782. package/dist/zuora_api/model/OrderActionCancelSubscription.js +1 -1
  783. package/dist/zuora_api/model/OrderActionChangePlan.js +1 -1
  784. package/dist/zuora_api/model/OrderActionCreateSubscription.js +28 -1
  785. package/dist/zuora_api/model/OrderActionCreateSubscriptionTerms.js +1 -1
  786. package/dist/zuora_api/model/OrderActionOwnerTransfer.js +15 -1
  787. package/dist/zuora_api/model/OrderActionRatePlanAmendment.js +12 -1
  788. package/dist/zuora_api/model/OrderActionRatePlanBillingUpdate.js +1 -1
  789. package/dist/zuora_api/model/OrderActionRatePlanChargeModelDataOverride.js +1 -1
  790. package/dist/zuora_api/model/OrderActionRatePlanChargeOverride.js +10 -1
  791. package/dist/zuora_api/model/OrderActionRatePlanChargeRemove.js +1 -1
  792. package/dist/zuora_api/model/OrderActionRatePlanChargeUpdate.js +10 -1
  793. package/dist/zuora_api/model/OrderActionRatePlanOrder.js +1 -1
  794. package/dist/zuora_api/model/OrderActionRatePlanOrderAction.js +1 -1
  795. package/dist/zuora_api/model/OrderActionRatePlanOverride.js +1 -1
  796. package/dist/zuora_api/model/OrderActionRatePlanPricingUpdate.js +1 -1
  797. package/dist/zuora_api/model/OrderActionRatePlanRecurringDeliveryPricingOverride.js +1 -1
  798. package/dist/zuora_api/model/OrderActionRatePlanRecurringDeliveryPricingUpdate.js +1 -1
  799. package/dist/zuora_api/model/OrderActionRatePlanRecurringFlatFeePricingOverride.js +1 -1
  800. package/dist/zuora_api/model/OrderActionRatePlanRecurringPerUnitPricingOverride.js +1 -1
  801. package/dist/zuora_api/model/OrderActionRatePlanRecurringTieredPricingOverride.js +1 -1
  802. package/dist/zuora_api/model/OrderActionRatePlanRecurringVolumePricingOverride.js +1 -1
  803. package/dist/zuora_api/model/OrderActionRatePlanRemoveProduct.js +1 -1
  804. package/dist/zuora_api/model/OrderActionRatePlanUpdate.js +1 -1
  805. package/dist/zuora_api/model/OrderActionRemoveProduct.js +1 -1
  806. package/dist/zuora_api/model/OrderActionRenewSubscription.js +1 -1
  807. package/dist/zuora_api/model/OrderActionResume.js +1 -1
  808. package/dist/zuora_api/model/OrderActionSuspend.js +1 -1
  809. package/dist/zuora_api/model/OrderActionTermsAndConditions.js +15 -1
  810. package/dist/zuora_api/model/OrderActionUpdateProduct.js +1 -1
  811. package/dist/zuora_api/model/OrderCreateAccount.js +1 -1
  812. package/dist/zuora_api/model/OrderCreateAccountContact.js +1 -1
  813. package/dist/zuora_api/model/OrderDeltaMetric.js +1 -1
  814. package/dist/zuora_api/model/OrderDeltaMrr.js +1 -1
  815. package/dist/zuora_api/model/OrderDeltaQty.js +233 -0
  816. package/dist/zuora_api/model/OrderDeltaTcb.js +1 -1
  817. package/dist/zuora_api/model/OrderDeltaTcv.js +1 -1
  818. package/dist/zuora_api/model/OrderExistingAccountDetails.js +1 -1
  819. package/dist/zuora_api/model/OrderItem.js +1 -1
  820. package/dist/zuora_api/model/OrderLineItem.js +1 -1
  821. package/dist/zuora_api/model/OrderMetric.js +1 -1
  822. package/dist/zuora_api/model/OrderRampIntervalMetrics.js +1 -1
  823. package/dist/zuora_api/model/OrderRampMetrics.js +1 -1
  824. package/dist/zuora_api/model/OrderSchedulingOptions.js +1 -1
  825. package/dist/zuora_api/model/OrderSubscriptions.js +1 -1
  826. package/dist/zuora_api/model/OrderSubscriptionsSubscriptionOwnerAccountDetails.js +1 -1
  827. package/dist/zuora_api/model/OrganizationLabel.js +1 -1
  828. package/dist/zuora_api/model/OverrideDiscountApplyDetail.js +1 -1
  829. package/dist/zuora_api/model/PATCHUpdateWorkflowRequest.js +1 -1
  830. package/dist/zuora_api/model/POSTCreateBookingDateBackfillJob200Response.js +1 -1
  831. package/dist/zuora_api/model/POSTCreateDataBackfillJob200Response.js +1 -1
  832. package/dist/zuora_api/model/POSTCreateDataBackfillJobRequest.js +1 -1
  833. package/dist/zuora_api/model/PUTStopBookingDateBackfillJobByIdRequest.js +1 -1
  834. package/dist/zuora_api/model/Payment.js +1 -1
  835. package/dist/zuora_api/model/PaymentData.js +1 -1
  836. package/dist/zuora_api/model/PaymentEntityPrefix.js +1 -1
  837. package/dist/zuora_api/model/PaymentGatewaysResponse.js +1 -1
  838. package/dist/zuora_api/model/PaymentGatwayResponse.js +1 -1
  839. package/dist/zuora_api/model/PaymentItemPart.js +1 -1
  840. package/dist/zuora_api/model/{AsyncOrderResultSubscriptionStatus.js → PaymentMethodCardBinInfoCardClass.js} +20 -15
  841. package/dist/zuora_api/model/PaymentMethodCardBinInfoProductType.js +58 -0
  842. package/dist/zuora_api/model/PaymentMethodObjectCustomFields.js +1 -1
  843. package/dist/zuora_api/model/PaymentMethodObjectCustomFieldsForAccount.js +1 -1
  844. package/dist/zuora_api/model/PaymentMethodRequestMandateInfo.js +1 -1
  845. package/dist/zuora_api/model/PaymentMethodRequestProcessingOptions.js +1 -1
  846. package/dist/zuora_api/model/PaymentMethodRequestTokens.js +141 -0
  847. package/dist/zuora_api/model/PaymentMethodResponse.js +15 -1
  848. package/dist/zuora_api/model/PaymentMethodResponseACH.js +1 -1
  849. package/dist/zuora_api/model/PaymentMethodResponseApplePay.js +1 -1
  850. package/dist/zuora_api/model/PaymentMethodResponseBankTransfer.js +1 -1
  851. package/dist/zuora_api/model/PaymentMethodResponseCardBinInfo.js +146 -0
  852. package/dist/zuora_api/model/PaymentMethodResponseCreditCard.js +1 -1
  853. package/dist/zuora_api/model/PaymentMethodResponseGooglePay.js +1 -1
  854. package/dist/zuora_api/model/PaymentMethodResponseMandateInfo.js +1 -1
  855. package/dist/zuora_api/model/PaymentMethodResponsePayPal.js +1 -1
  856. package/dist/zuora_api/model/PaymentMethodSnapshotResponse.js +1 -1
  857. package/dist/zuora_api/model/PaymentMethodTransactionLogResponse.js +1 -1
  858. package/dist/zuora_api/model/PaymentMethodUpdaterInstanceResponse.js +1 -1
  859. package/dist/zuora_api/model/PaymentMethodUpdaterInstancesResponse.js +1 -1
  860. package/dist/zuora_api/model/PaymentPart.js +1 -1
  861. package/dist/zuora_api/model/PaymentProfile.js +161 -0
  862. package/dist/zuora_api/model/PaymentRequestFinanceInformation.js +1 -1
  863. package/dist/zuora_api/model/PaymentResponse.js +1 -1
  864. package/dist/zuora_api/model/PaymentRun.js +28 -6
  865. package/dist/zuora_api/model/PaymentRunResponse.js +34 -14
  866. package/dist/zuora_api/model/PaymentSchedule.js +1 -1
  867. package/dist/zuora_api/model/PaymentScheduleBillingDocument.js +1 -1
  868. package/dist/zuora_api/model/PaymentScheduleItem.js +1 -1
  869. package/dist/zuora_api/model/PaymentScheduleItemResponse.js +1 -1
  870. package/dist/zuora_api/model/PaymentScheduleLinkedPaymentID.js +1 -1
  871. package/dist/zuora_api/model/PaymentSchedulePaymentOptionFields.js +1 -1
  872. package/dist/zuora_api/model/PaymentSchedulePaymentOptionFieldsDetail.js +1 -1
  873. package/dist/zuora_api/model/PaymentScheduleResponse.js +1 -1
  874. package/dist/zuora_api/model/PaymentTransactionLogResponse.js +1 -1
  875. package/dist/zuora_api/model/PaymentVolumeSummaryRecord.js +1 -1
  876. package/dist/zuora_api/model/PaymentWithCustomRates.js +1 -1
  877. package/dist/zuora_api/model/PostAsyncInvoiceRequest.js +1 -1
  878. package/dist/zuora_api/model/PostAttachmentResponse.js +1 -1
  879. package/dist/zuora_api/model/PostAttachmentsRequest.js +1 -1
  880. package/dist/zuora_api/model/PostBillRunRequest.js +1 -1
  881. package/dist/zuora_api/model/PostBusinessRegionsRequest.js +1 -1
  882. package/dist/zuora_api/model/PostCreateOrUpdateEmailTemplateRequest.js +1 -1
  883. package/dist/zuora_api/model/PostCreateOrUpdateEmailTemplateRequestFormat.js +1 -1
  884. package/dist/zuora_api/model/PostCreditMemoRequest.js +1 -1
  885. package/dist/zuora_api/model/PostCustomObjectDefinitionFieldDefinitionRequest.js +1 -1
  886. package/dist/zuora_api/model/PostCustomObjectDefinitionsRequest.js +1 -1
  887. package/dist/zuora_api/model/PostCustomObjectDefinitionsRequestDefinition.js +1 -1
  888. package/dist/zuora_api/model/PostCustomObjectRecordsRequest.js +1 -1
  889. package/dist/zuora_api/model/PostCustomObjectRecordsResponse.js +1 -1
  890. package/dist/zuora_api/model/PostEventTriggerRequest.js +1 -1
  891. package/dist/zuora_api/model/PostInvoiceRequest.js +1 -1
  892. package/dist/zuora_api/model/PostPublicEmailTemplateRequest.js +1 -1
  893. package/dist/zuora_api/model/PostPublicNotificationDefinitionRequest.js +1 -1
  894. package/dist/zuora_api/model/PostPublicNotificationDefinitionRequestCallout.js +1 -1
  895. package/dist/zuora_api/model/PostPublicNotificationDefinitionRequestFilterRule.js +1 -1
  896. package/dist/zuora_api/model/PostResendCalloutNotifications.js +1 -1
  897. package/dist/zuora_api/model/PostResendEmailNotifications.js +1 -1
  898. package/dist/zuora_api/model/PostRunWorkflow400Response.js +1 -1
  899. package/dist/zuora_api/model/PostRunWorkflow406Response.js +1 -1
  900. package/dist/zuora_api/model/PostScheduledEventRequest.js +1 -1
  901. package/dist/zuora_api/model/PostScheduledEventRequestParametersValue.js +1 -1
  902. package/dist/zuora_api/model/PostServiceProviderRequest.js +1 -1
  903. package/dist/zuora_api/model/PostWorkflowDefinitionImportRequest.js +1 -1
  904. package/dist/zuora_api/model/PostWorkflowVersionsImportRequest.js +1 -1
  905. package/dist/zuora_api/model/PreviewAccountInfo.js +1 -1
  906. package/dist/zuora_api/model/PreviewChargeMetrics.js +9 -1
  907. package/dist/zuora_api/model/PreviewChargeMetricsCmrr.js +1 -1
  908. package/dist/zuora_api/model/PreviewChargeMetricsTax.js +1 -1
  909. package/dist/zuora_api/model/PreviewChargeMetricsTcb.js +1 -1
  910. package/dist/zuora_api/model/PreviewChargeMetricsTcv.js +1 -1
  911. package/dist/zuora_api/model/PreviewContactInfo.js +1 -1
  912. package/dist/zuora_api/model/PreviewExistingSubscriptionCreditMemoItemResult.js +1 -1
  913. package/dist/zuora_api/model/PreviewExistingSubscriptionDiscountDetails.js +1 -1
  914. package/dist/zuora_api/model/PreviewExistingSubscriptionInvoiceItemResult.js +1 -1
  915. package/dist/zuora_api/model/PreviewExistingSubscriptionRequest.js +1 -1
  916. package/dist/zuora_api/model/PreviewExistingSubscriptionResponse.js +1 -1
  917. package/dist/zuora_api/model/PreviewExistingSubscriptionResultCreditMemos.js +1 -1
  918. package/dist/zuora_api/model/PreviewExistingSubscriptionResultInvoices.js +1 -1
  919. package/dist/zuora_api/model/PreviewOptions.js +15 -1
  920. package/dist/zuora_api/model/PreviewOrderAsyncRequest.js +1 -1
  921. package/dist/zuora_api/model/PreviewOrderAsyncResponse.js +1 -1
  922. package/dist/zuora_api/model/PreviewOrderChargeOverride.js +41 -1
  923. package/dist/zuora_api/model/PreviewOrderChargeUpdate.js +10 -1
  924. package/dist/zuora_api/model/PreviewOrderCreateSubscription.js +14 -1
  925. package/dist/zuora_api/model/PreviewOrderCreateSubscriptionTerms.js +1 -1
  926. package/dist/zuora_api/model/PreviewOrderOrderAction.js +1 -1
  927. package/dist/zuora_api/model/PreviewOrderPricingUpdate.js +1 -1
  928. package/dist/zuora_api/model/PreviewOrderRatePlanOverride.js +1 -1
  929. package/dist/zuora_api/model/PreviewOrderRatePlanUpdate.js +1 -1
  930. package/dist/zuora_api/model/PreviewOrderRequest.js +1 -1
  931. package/dist/zuora_api/model/PreviewOrderResponse.js +1 -1
  932. package/dist/zuora_api/model/PreviewOrderResult.js +1 -1
  933. package/dist/zuora_api/model/PreviewOrderResultChargeMetrics.js +1 -1
  934. package/dist/zuora_api/model/PreviewOrderResultCreditMemos.js +1 -1
  935. package/dist/zuora_api/model/PreviewOrderResultDeltaMetrics.js +31 -1
  936. package/dist/zuora_api/model/PreviewOrderResultInvoices.js +1 -1
  937. package/dist/zuora_api/model/PreviewOrderSubscriptionOwnerAccount.js +1 -1
  938. package/dist/zuora_api/model/PreviewOrderSubscriptions.js +1 -1
  939. package/dist/zuora_api/model/PreviewOrderSubscriptionsAsync.js +1 -1
  940. package/dist/zuora_api/model/PreviewPaymentSchedule.js +1 -1
  941. package/dist/zuora_api/model/PreviewResultOrderMetricsInner.js +1 -1
  942. package/dist/zuora_api/model/PreviewResultOrderMetricsInnerOrderActionsInner.js +1 -1
  943. package/dist/zuora_api/model/PreviewStartDate.js +1 -1
  944. package/dist/zuora_api/model/PreviewSubscriptionAccountInfo.js +1 -1
  945. package/dist/zuora_api/model/PreviewSubscriptionBillToContact.js +1 -1
  946. package/dist/zuora_api/model/PreviewSubscriptionInvoice.js +1 -1
  947. package/dist/zuora_api/model/PreviewSubscriptionInvoiceItem.js +1 -1
  948. package/dist/zuora_api/model/PreviewSubscriptionRequest.js +1 -1
  949. package/dist/zuora_api/model/PreviewSubscriptionResponse.js +1 -1
  950. package/dist/zuora_api/model/PreviewThroughDate.js +1 -1
  951. package/dist/zuora_api/model/PriceChangeParams.js +1 -1
  952. package/dist/zuora_api/model/PricingUpdate.js +1 -1
  953. package/dist/zuora_api/model/ProcessingOptions.js +1 -1
  954. package/dist/zuora_api/model/ProcessingOptionsWithDelayedCapturePayment.js +1 -1
  955. package/dist/zuora_api/model/Product.js +1 -1
  956. package/dist/zuora_api/model/ProductFeature.js +1 -1
  957. package/dist/zuora_api/model/ProductObjectNSFields.js +1 -1
  958. package/dist/zuora_api/model/ProductRatePlan.js +1 -1
  959. package/dist/zuora_api/model/ProductRatePlanCharge.js +1 -1
  960. package/dist/zuora_api/model/ProductRatePlanChargeFinanceInformation.js +205 -0
  961. package/dist/zuora_api/model/ProductRatePlanChargeObjectNSFields.js +1 -1
  962. package/dist/zuora_api/model/ProductRatePlanChargeTier.js +1 -1
  963. package/dist/zuora_api/model/ProductRatePlanChargeTierData.js +1 -1
  964. package/dist/zuora_api/model/ProductRatePlanObjectNSFields.js +1 -1
  965. package/dist/zuora_api/model/ProductRatePlanWithExternalId.js +1 -1
  966. package/dist/zuora_api/model/ProxyActioncreateRequest.js +1 -1
  967. package/dist/zuora_api/model/ProxyActiondeleteRequest.js +1 -1
  968. package/dist/zuora_api/model/ProxyActionqueryMoreRequest.js +1 -1
  969. package/dist/zuora_api/model/ProxyActionqueryMoreRequestConf.js +1 -1
  970. package/dist/zuora_api/model/ProxyActionqueryMoreResponse.js +1 -1
  971. package/dist/zuora_api/model/ProxyActionqueryRequest.js +1 -1
  972. package/dist/zuora_api/model/ProxyActionqueryResponse.js +1 -1
  973. package/dist/zuora_api/model/ProxyActionupdateRequest.js +1 -1
  974. package/dist/zuora_api/model/ProxyBadRequestResponse.js +1 -1
  975. package/dist/zuora_api/model/ProxyBadRequestResponseErrorsInner.js +1 -1
  976. package/dist/zuora_api/model/ProxyCreateOrModifyResponse.js +1 -1
  977. package/dist/zuora_api/model/ProxyCreateTaxationItemRequest.js +1 -1
  978. package/dist/zuora_api/model/ProxyDeleteResponse.js +1 -1
  979. package/dist/zuora_api/model/ProxyGetImport.js +1 -1
  980. package/dist/zuora_api/model/ProxyNoDataResponse.js +1 -1
  981. package/dist/zuora_api/model/ProxyPostImport.js +1 -1
  982. package/dist/zuora_api/model/ProxyUnauthorizedResponse.js +1 -1
  983. package/dist/zuora_api/model/PutAttachmentRequest.js +1 -1
  984. package/dist/zuora_api/model/PutBusinessRegionRequest.js +1 -1
  985. package/dist/zuora_api/model/PutEventTriggerRequest.js +1 -1
  986. package/dist/zuora_api/model/PutEventTriggerRequestEventType.js +1 -1
  987. package/dist/zuora_api/model/PutPublicEmailTemplateRequest.js +1 -1
  988. package/dist/zuora_api/model/PutPublicNotificationDefinitionRequest.js +1 -1
  989. package/dist/zuora_api/model/PutPublicNotificationDefinitionRequestCallout.js +1 -1
  990. package/dist/zuora_api/model/PutPublicNotificationDefinitionRequestFilterRule.js +1 -1
  991. package/dist/zuora_api/model/PutRevproAccCodeResponse.js +1 -1
  992. package/dist/zuora_api/model/PutScheduledEventRequest.js +1 -1
  993. package/dist/zuora_api/model/PutServiceProviderRequest.js +1 -1
  994. package/dist/zuora_api/model/PutTasksRequest.js +1 -1
  995. package/dist/zuora_api/model/QuantityForUsageCharges.js +1 -1
  996. package/dist/zuora_api/model/QueryAccountsResponse.js +12 -12
  997. package/dist/zuora_api/model/QueryAmendmentsResponse.js +12 -12
  998. package/dist/zuora_api/model/QueryBillingRunsResponse.js +12 -12
  999. package/dist/zuora_api/model/QueryContactsResponse.js +12 -12
  1000. package/dist/zuora_api/model/QueryCreditMemoApplicationsResponse.js +12 -12
  1001. package/dist/zuora_api/model/QueryCreditMemoItemsResponse.js +12 -12
  1002. package/dist/zuora_api/model/QueryCreditMemosResponse.js +12 -12
  1003. package/dist/zuora_api/model/QueryCustomObjectRecordsResponse.js +1 -1
  1004. package/dist/zuora_api/model/QueryCustomObjectsResponse.js +12 -12
  1005. package/dist/zuora_api/model/QueryDailyConsumptionSummarysResponse.js +12 -12
  1006. package/dist/zuora_api/model/QueryDebitMemoItemsResponse.js +12 -12
  1007. package/dist/zuora_api/model/QueryDebitMemosResponse.js +12 -12
  1008. package/dist/zuora_api/model/QueryInvoiceItemsResponse.js +12 -12
  1009. package/dist/zuora_api/model/{AsyncOrderResultSubscriptions.js → QueryInvoiceSchedulesResponse.js} +37 -35
  1010. package/dist/zuora_api/model/QueryInvoicesResponse.js +12 -12
  1011. package/dist/zuora_api/model/QueryOrderActionsResponse.js +12 -12
  1012. package/dist/zuora_api/model/QueryOrderLineItemsResponse.js +12 -12
  1013. package/dist/zuora_api/model/QueryOrderssResponse.js +12 -12
  1014. package/dist/zuora_api/model/QueryPaymentApplicationsResponse.js +12 -12
  1015. package/dist/zuora_api/model/QueryPaymentMethodSnapshotsResponse.js +12 -12
  1016. package/dist/zuora_api/model/QueryPaymentMethodsResponse.js +12 -12
  1017. package/dist/zuora_api/model/QueryPaymentRunsResponse.js +12 -12
  1018. package/dist/zuora_api/model/QueryPaymentScheduleItemsResponse.js +12 -12
  1019. package/dist/zuora_api/model/QueryPaymentSchedulesResponse.js +12 -12
  1020. package/dist/zuora_api/model/QueryPaymentsResponse.js +12 -12
  1021. package/dist/zuora_api/model/QueryPrepaidBalanceFundsResponse.js +12 -12
  1022. package/dist/zuora_api/model/QueryPrepaidBalanceTransactionsResponse.js +12 -12
  1023. package/dist/zuora_api/model/QueryPrepaidBalancesResponse.js +12 -12
  1024. package/dist/zuora_api/model/QueryProcessedUsagesResponse.js +12 -12
  1025. package/dist/zuora_api/model/QueryProductRatePlanChargeTiersResponse.js +12 -12
  1026. package/dist/zuora_api/model/QueryProductRatePlanChargesResponse.js +12 -12
  1027. package/dist/zuora_api/model/QueryProductRatePlansResponse.js +12 -12
  1028. package/dist/zuora_api/model/QueryProductsResponse.js +12 -12
  1029. package/dist/zuora_api/model/QueryRatePlanChargeTiersResponse.js +12 -12
  1030. package/dist/zuora_api/model/QueryRatePlanChargesResponse.js +12 -12
  1031. package/dist/zuora_api/model/QueryRatePlansResponse.js +12 -12
  1032. package/dist/zuora_api/model/QueryRatingDetailsResponse.js +116 -0
  1033. package/dist/zuora_api/model/QueryRatingResultsResponse.js +12 -12
  1034. package/dist/zuora_api/model/QueryRefundApplicationItemsResponse.js +12 -12
  1035. package/dist/zuora_api/model/QueryRefundApplicationsResponse.js +12 -12
  1036. package/dist/zuora_api/model/QueryRefundsResponse.js +12 -12
  1037. package/dist/zuora_api/model/QuerySubscriptionsResponse.js +12 -12
  1038. package/dist/zuora_api/model/QuerySummaryStatementRunsResponse.js +12 -12
  1039. package/dist/zuora_api/model/QuerySummaryStatementsResponse.js +12 -12
  1040. package/dist/zuora_api/model/QueryTaxationItemsResponse.js +12 -12
  1041. package/dist/zuora_api/model/QueryUsagesResponse.js +12 -12
  1042. package/dist/zuora_api/model/QueryValidityPeriodSummarysResponse.js +12 -12
  1043. package/dist/zuora_api/model/QuoteObjectFields.js +1 -1
  1044. package/dist/zuora_api/model/RSASignatureResponse.js +1 -1
  1045. package/dist/zuora_api/model/RampChargeRequest.js +1 -1
  1046. package/dist/zuora_api/model/RampChargeResponse.js +1 -1
  1047. package/dist/zuora_api/model/RampIntervalChargeDeltaMetrics.js +1 -1
  1048. package/dist/zuora_api/model/RampIntervalChargeDeltaMetricsDeltaMrrInner.js +1 -1
  1049. package/dist/zuora_api/model/RampIntervalChargeDeltaMetricsDeltaQuantityInner.js +1 -1
  1050. package/dist/zuora_api/model/RampIntervalChargeMetrics.js +1 -1
  1051. package/dist/zuora_api/model/RampIntervalChargeMetricsMrrInner.js +1 -1
  1052. package/dist/zuora_api/model/RampIntervalMetrics.js +1 -1
  1053. package/dist/zuora_api/model/RampIntervalRequest.js +1 -1
  1054. package/dist/zuora_api/model/RampIntervalResponse.js +1 -1
  1055. package/dist/zuora_api/model/RampMetrics.js +1 -1
  1056. package/dist/zuora_api/model/RampResponse.js +1 -1
  1057. package/dist/zuora_api/model/RatePlan.js +1 -1
  1058. package/dist/zuora_api/model/RatePlanChangeLog.js +1 -1
  1059. package/dist/zuora_api/model/RatePlanChargeChangeLog.js +1 -1
  1060. package/dist/zuora_api/model/RatePlanChargeObjectCustomFields.js +1 -1
  1061. package/dist/zuora_api/model/RatePlanChargeOverridePricing.js +1 -1
  1062. package/dist/zuora_api/model/RatePlanChargeSegment.js +69 -1
  1063. package/dist/zuora_api/model/RatePlanChargeSegmentInfo.js +49 -1
  1064. package/dist/zuora_api/model/RatePlanChargeTier.js +10 -1
  1065. package/dist/zuora_api/model/RatePlanFeatureOverride.js +1 -1
  1066. package/dist/zuora_api/model/RatePlanObjectCustomFields.js +1 -1
  1067. package/dist/zuora_api/model/RatePlanOverride.js +1 -1
  1068. package/dist/zuora_api/model/RatePlanUpdate.js +1 -1
  1069. package/dist/zuora_api/model/RatingPropertiesOverride.js +1 -1
  1070. package/dist/zuora_api/model/ReconcileRefundRequest.js +1 -1
  1071. package/dist/zuora_api/model/RecurringDeliveryPricingOverride.js +1 -1
  1072. package/dist/zuora_api/model/RecurringDeliveryPricingUpdate.js +1 -1
  1073. package/dist/zuora_api/model/RecurringFlatFeePricingOverride.js +1 -1
  1074. package/dist/zuora_api/model/RecurringFlatFeePricingUpdate.js +1 -1
  1075. package/dist/zuora_api/model/RecurringPerUnitPricingOverride.js +1 -1
  1076. package/dist/zuora_api/model/RecurringPerUnitPricingUpdate.js +1 -1
  1077. package/dist/zuora_api/model/RecurringTieredPricingOverride.js +1 -1
  1078. package/dist/zuora_api/model/RecurringTieredPricingUpdate.js +1 -1
  1079. package/dist/zuora_api/model/RecurringVolumePricingOverride.js +1 -1
  1080. package/dist/zuora_api/model/RecurringVolumePricingUpdate.js +1 -1
  1081. package/dist/zuora_api/model/Refund.js +15 -1
  1082. package/dist/zuora_api/model/RefundCreditMemoItemRequest.js +1 -1
  1083. package/dist/zuora_api/model/RefundCreditMemoRequest.js +1 -1
  1084. package/dist/zuora_api/model/RefundCreditMemoResponse.js +1 -1
  1085. package/dist/zuora_api/model/RefundEntityPrefix.js +1 -1
  1086. package/dist/zuora_api/model/RefundItemPart.js +1 -1
  1087. package/dist/zuora_api/model/RefundObjectCustomFields.js +1 -1
  1088. package/dist/zuora_api/model/RefundObjectNSFields.js +1 -1
  1089. package/dist/zuora_api/model/RefundPart.js +1 -1
  1090. package/dist/zuora_api/model/RefundRequestFinanceInformation.js +1 -1
  1091. package/dist/zuora_api/model/RefundResponse.js +19 -1
  1092. package/dist/zuora_api/model/RegenerateBillingRequest.js +1 -1
  1093. package/dist/zuora_api/model/RegenerateBookingRequest.js +1 -1
  1094. package/dist/zuora_api/model/RegenerateRevRecEventsResponse.js +1 -1
  1095. package/dist/zuora_api/model/RegenerateTransactionObjectResponse.js +1 -1
  1096. package/dist/zuora_api/model/RejectPaymentRequest.js +1 -1
  1097. package/dist/zuora_api/model/RemoveCatalogGroupProductRatePlan.js +1 -1
  1098. package/dist/zuora_api/model/RemoveSubscriptionRatePlan.js +1 -1
  1099. package/dist/zuora_api/model/RenewSubscriptionRequest.js +1 -1
  1100. package/dist/zuora_api/model/RenewSubscriptionResponse.js +1 -1
  1101. package/dist/zuora_api/model/RenewalTerm.js +1 -1
  1102. package/dist/zuora_api/model/ReportDownloadErrorResponse.js +1 -1
  1103. package/dist/zuora_api/model/ReportFileNotExistsResponse.js +1 -1
  1104. package/dist/zuora_api/model/ReportListErrorResponse.js +1 -1
  1105. package/dist/zuora_api/model/ReportListResponse.js +1 -1
  1106. package/dist/zuora_api/model/ResendCalloutNotificationsFailedResponse.js +1 -1
  1107. package/dist/zuora_api/model/ResendCalloutNotificationsFailedResponseValue.js +1 -1
  1108. package/dist/zuora_api/model/ResendEmailNotificationsFailedResponse.js +1 -1
  1109. package/dist/zuora_api/model/ResendEmailNotificationsFailedResponseValue.js +1 -1
  1110. package/dist/zuora_api/model/ResumeSubscriptionRequest.js +1 -1
  1111. package/dist/zuora_api/model/ResumeSubscriptionResponse.js +1 -1
  1112. package/dist/zuora_api/model/RetrieveDeploymentResponse.js +277 -0
  1113. package/dist/zuora_api/model/RetrieveDeploymentResponseFailedInner.js +141 -0
  1114. package/dist/zuora_api/model/RetrieveDeploymentResponseSkippedInner.js +141 -0
  1115. package/dist/zuora_api/model/RetrieveDeploymentResponseSucceededInner.js +128 -0
  1116. package/dist/zuora_api/model/RetrieveDeploymentResponseTargetTenant.js +128 -0
  1117. package/dist/zuora_api/model/RetryPaymentScheduleItem.js +1 -1
  1118. package/dist/zuora_api/model/RetryPaymentScheduleItemRequest.js +1 -1
  1119. package/dist/zuora_api/model/RetryPaymentScheduleItemResponse.js +1 -1
  1120. package/dist/zuora_api/model/ReverseCreditMemoRequest.js +1 -1
  1121. package/dist/zuora_api/model/ReverseCreditMemoResponse.js +1 -1
  1122. package/dist/zuora_api/model/ReverseCreditMemoResponseCreditMemo.js +1 -1
  1123. package/dist/zuora_api/model/ReverseCreditMemoResponseDebitMemo.js +1 -1
  1124. package/dist/zuora_api/model/ReverseInvoiceRequest.js +1 -1
  1125. package/dist/zuora_api/model/ReverseInvoiceResponse.js +1 -1
  1126. package/dist/zuora_api/model/ReverseInvoiceResponseCreditMemo.js +1 -1
  1127. package/dist/zuora_api/model/ReverseInvoiceResponseDebitMemo.js +1 -1
  1128. package/dist/zuora_api/model/ReversePaymentRequest.js +1 -1
  1129. package/dist/zuora_api/model/RevertDeploymentResponse.js +254 -0
  1130. package/dist/zuora_api/model/RevertOrderRequest.js +1 -1
  1131. package/dist/zuora_api/model/RevertOrderResponse.js +1 -1
  1132. package/dist/zuora_api/model/RevproAccountingCodes.js +1 -1
  1133. package/dist/zuora_api/model/SaveResult.js +1 -1
  1134. package/dist/zuora_api/model/ServiceProvider.js +1 -1
  1135. package/dist/zuora_api/model/ServiceProviderResponse.js +1 -1
  1136. package/dist/zuora_api/model/SettingComponentKeyValue.js +1 -1
  1137. package/dist/zuora_api/model/SettingItemHttpOperation.js +1 -1
  1138. package/dist/zuora_api/model/SettingItemHttpRequestParameter.js +1 -1
  1139. package/dist/zuora_api/model/SettingItemWithOperationsInformation.js +1 -1
  1140. package/dist/zuora_api/model/{SettingSourceComponentResponse.js → SettingSourceComponent.js} +27 -27
  1141. package/dist/zuora_api/model/SettingValueRequest.js +1 -1
  1142. package/dist/zuora_api/model/SettingValueResponse.js +1 -1
  1143. package/dist/zuora_api/model/SettingValueResponseWrapper.js +1 -1
  1144. package/dist/zuora_api/model/SettingsBatchRequest.js +1 -1
  1145. package/dist/zuora_api/model/SettingsBatchResponse.js +1 -1
  1146. package/dist/zuora_api/model/SettlePaymentRequest.js +1 -1
  1147. package/dist/zuora_api/model/SignUpCreatePMPayPalECPayPalNativeEC.js +1 -1
  1148. package/dist/zuora_api/model/SignUpCreatePaymentMethodCardholderInfo.js +1 -1
  1149. package/dist/zuora_api/model/SignUpCreatePaymentMethodCommon.js +1 -1
  1150. package/dist/zuora_api/model/SignUpCreatePaymentMethodCreditCard.js +1 -1
  1151. package/dist/zuora_api/model/SignUpCreatePaymentMethodCreditCardReferenceTransaction.js +1 -1
  1152. package/dist/zuora_api/model/SignUpCreatePaymentMethodPayPalAdaptive.js +1 -1
  1153. package/dist/zuora_api/model/SignUpPaymentMethod.js +1 -1
  1154. package/dist/zuora_api/model/SignUpPaymentMethodObjectCustomFields.js +1 -1
  1155. package/dist/zuora_api/model/SignUpRequest.js +1 -1
  1156. package/dist/zuora_api/model/SignUpResponse.js +1 -1
  1157. package/dist/zuora_api/model/SignUpResponseReasons.js +1 -1
  1158. package/dist/zuora_api/model/SignUpTaxInfo.js +1 -1
  1159. package/dist/zuora_api/model/SignedUrlInvalidReportResponse.js +1 -1
  1160. package/dist/zuora_api/model/SignedUrlReportNotFoundResponse.js +1 -1
  1161. package/dist/zuora_api/model/SignedUrlSuccessResponse.js +1 -1
  1162. package/dist/zuora_api/model/StageErrorNoRecordResponse.js +1 -1
  1163. package/dist/zuora_api/model/StageErrorResponse.js +1 -1
  1164. package/dist/zuora_api/model/StageErrorResponseResultInner.js +1 -1
  1165. package/dist/zuora_api/model/StoredCredentialProfileResponse.js +1 -1
  1166. package/dist/zuora_api/model/StoredCredentialProfilesResponse.js +1 -1
  1167. package/dist/zuora_api/model/SubmitDataLabelingJobRequest.js +209 -0
  1168. package/dist/zuora_api/model/SubmitDataLabelingJobResponse.js +146 -0
  1169. package/dist/zuora_api/model/SubmitDataQueryRequest.js +1 -1
  1170. package/dist/zuora_api/model/SubmitDataQueryRequestOutput.js +1 -1
  1171. package/dist/zuora_api/model/SubmitDataQueryResponse.js +1 -1
  1172. package/dist/zuora_api/model/SubscribeToProduct.js +1 -1
  1173. package/dist/zuora_api/model/SubscriptionChangeLog.js +1 -1
  1174. package/dist/zuora_api/model/SubscriptionCreditMemo.js +1 -1
  1175. package/dist/zuora_api/model/SubscriptionCreditMemoItem.js +1 -1
  1176. package/dist/zuora_api/model/SubscriptionData.js +1 -1
  1177. package/dist/zuora_api/model/SubscriptionMetrics.js +1 -1
  1178. package/dist/zuora_api/model/SubscriptionObjectNSFields.js +1 -1
  1179. package/dist/zuora_api/model/SubscriptionObjectQTFields.js +1 -1
  1180. package/dist/zuora_api/model/SubscriptionProductFeature.js +1 -1
  1181. package/dist/zuora_api/model/SubscriptionRatePlan.js +1 -1
  1182. package/dist/zuora_api/model/SubscriptionStatusHistory.js +1 -1
  1183. package/dist/zuora_api/model/SubscriptionTaxationItem.js +1 -1
  1184. package/dist/zuora_api/model/SuspendSubscriptionRequest.js +1 -1
  1185. package/dist/zuora_api/model/SuspendSubscriptionResponse.js +1 -1
  1186. package/dist/zuora_api/model/SystemHealthErrorResponse.js +1 -1
  1187. package/dist/zuora_api/model/Task.js +1 -1
  1188. package/dist/zuora_api/model/TasksResponse.js +1 -1
  1189. package/dist/zuora_api/model/TasksResponsePagination.js +1 -1
  1190. package/dist/zuora_api/model/TaxInfo.js +1 -1
  1191. package/dist/zuora_api/model/TaxItemsFinanceInformation.js +1 -1
  1192. package/dist/zuora_api/model/TaxationItem.js +1 -1
  1193. package/dist/zuora_api/model/TaxationItemFinanceInformation.js +1 -1
  1194. package/dist/zuora_api/model/TaxationItemsData.js +1 -1
  1195. package/dist/zuora_api/model/TaxationItemsDataResponse.js +1 -1
  1196. package/dist/zuora_api/model/TermInfo.js +1 -1
  1197. package/dist/zuora_api/model/Tier.js +1 -1
  1198. package/dist/zuora_api/model/TimeSlicedElpNetMetrics.js +1 -1
  1199. package/dist/zuora_api/model/TimeSlicedMetrics.js +1 -1
  1200. package/dist/zuora_api/model/TimeSlicedNetMetrics.js +1 -1
  1201. package/dist/zuora_api/model/TimeSlicedTcbNetMetrics.js +1 -1
  1202. package/dist/zuora_api/model/TokenResponse.js +1 -1
  1203. package/dist/zuora_api/model/TransferContactRequest.js +124 -0
  1204. package/dist/zuora_api/model/TransferPayment.js +1 -1
  1205. package/dist/zuora_api/model/TriggerDate.js +1 -1
  1206. package/dist/zuora_api/model/TriggerParams.js +1 -1
  1207. package/dist/zuora_api/model/UnapplyCreditMemoItemToDebitMemoItem.js +1 -1
  1208. package/dist/zuora_api/model/UnapplyCreditMemoItemToInvoiceItem.js +1 -1
  1209. package/dist/zuora_api/model/UnapplyCreditMemoRequest.js +1 -1
  1210. package/dist/zuora_api/model/UnapplyCreditMemoToDebitMemo.js +1 -1
  1211. package/dist/zuora_api/model/UnapplyCreditMemoToInvoice.js +1 -1
  1212. package/dist/zuora_api/model/UnapplyPaymentDebitMemoApplication.js +1 -1
  1213. package/dist/zuora_api/model/UnapplyPaymentDebitMemoApplicationItem.js +1 -1
  1214. package/dist/zuora_api/model/UnapplyPaymentInvoiceApplication.js +1 -1
  1215. package/dist/zuora_api/model/UnapplyPaymentInvoiceApplicationItem.js +1 -1
  1216. package/dist/zuora_api/model/UnapplyPaymentRequest.js +1 -1
  1217. package/dist/zuora_api/model/UpdateAccountContact.js +1 -1
  1218. package/dist/zuora_api/model/UpdateAccountRequest.js +1 -1
  1219. package/dist/zuora_api/model/UpdateAccountingCodeRequest.js +1 -1
  1220. package/dist/zuora_api/model/UpdateAccountingPeriodRequest.js +1 -1
  1221. package/dist/zuora_api/model/UpdateBasicSummaryJournalEntryRequest.js +1 -1
  1222. package/dist/zuora_api/model/UpdateCatalogGroupRequest.js +1 -1
  1223. package/dist/zuora_api/model/UpdateContactRequest.js +1 -1
  1224. package/dist/zuora_api/model/UpdateCreditMemoItem.js +1 -1
  1225. package/dist/zuora_api/model/UpdateCreditMemoRequest.js +1 -1
  1226. package/dist/zuora_api/model/UpdateCreditMemoTaxItemFinanceInformation.js +1 -1
  1227. package/dist/zuora_api/model/UpdateCreditMemoTaxItemRequest.js +1 -1
  1228. package/dist/zuora_api/model/UpdateCreditMemoWithId.js +1 -1
  1229. package/dist/zuora_api/model/UpdateCustomObjectCusotmField.js +1 -1
  1230. package/dist/zuora_api/model/UpdateDebitMemoItem.js +1 -1
  1231. package/dist/zuora_api/model/UpdateDebitMemoRequest.js +1 -1
  1232. package/dist/zuora_api/model/UpdateDebitMemoTaxItemFinanceInformation.js +1 -1
  1233. package/dist/zuora_api/model/UpdateDebitMemoTaxItemRequest.js +1 -1
  1234. package/dist/zuora_api/model/UpdateDebitMemoWithId.js +1 -1
  1235. package/dist/zuora_api/model/UpdateDebitMemosDueDatesRequest.js +1 -1
  1236. package/dist/zuora_api/model/UpdateDiscountInvoiceItem.js +1 -1
  1237. package/dist/zuora_api/model/UpdateFulfillmentItemRequest.js +1 -1
  1238. package/dist/zuora_api/model/UpdateFulfillmentRequest.js +1 -1
  1239. package/dist/zuora_api/model/UpdateInvoiceItem.js +1 -1
  1240. package/dist/zuora_api/model/UpdateInvoiceRequest.js +1 -1
  1241. package/dist/zuora_api/model/UpdateInvoiceResponse.js +1 -1
  1242. package/dist/zuora_api/model/UpdateInvoiceScheduleItem.js +1 -1
  1243. package/dist/zuora_api/model/UpdateInvoiceScheduleRequest.js +1 -1
  1244. package/dist/zuora_api/model/UpdateJournalEntryItemRequest.js +1 -1
  1245. package/dist/zuora_api/model/UpdateOpenPaymentMethodTypeRequest.js +1 -1
  1246. package/dist/zuora_api/model/UpdateOrderAction.js +1 -1
  1247. package/dist/zuora_api/model/UpdateOrderActionChargeTriggerDate.js +1 -1
  1248. package/dist/zuora_api/model/UpdateOrderActionRequest.js +1 -1
  1249. package/dist/zuora_api/model/UpdateOrderActionTriggerDate.js +1 -1
  1250. package/dist/zuora_api/model/UpdateOrderActionTriggerDates.js +1 -1
  1251. package/dist/zuora_api/model/UpdateOrderActionTriggerDatesRequest.js +1 -1
  1252. package/dist/zuora_api/model/UpdateOrderCustomFieldsRequest.js +1 -1
  1253. package/dist/zuora_api/model/UpdateOrderLineItem.js +1 -1
  1254. package/dist/zuora_api/model/UpdateOrderLineItemRequest.js +1 -1
  1255. package/dist/zuora_api/model/UpdateOrderRequest.js +1 -1
  1256. package/dist/zuora_api/model/UpdateOrderSubscriptionsCustomFields.js +1 -1
  1257. package/dist/zuora_api/model/UpdateOrderSubscriptionsOrderActionsCustomFields.js +1 -1
  1258. package/dist/zuora_api/model/UpdateOrderTriggerDateResponse.js +1 -1
  1259. package/dist/zuora_api/model/UpdateOrderTriggerDatesRequest.js +1 -1
  1260. package/dist/zuora_api/model/UpdateOrderTriggerDatesResponse.js +1 -1
  1261. package/dist/zuora_api/model/UpdatePaymentMethodRequest.js +1 -1
  1262. package/dist/zuora_api/model/UpdatePaymentMethodRequestCreditCardInfo.js +1 -1
  1263. package/dist/zuora_api/model/UpdatePaymentMethodResponse.js +1 -1
  1264. package/dist/zuora_api/model/UpdatePaymentRequest.js +1 -1
  1265. package/dist/zuora_api/model/UpdatePaymentRunRequest.js +1 -1
  1266. package/dist/zuora_api/model/UpdatePaymentScheduleItemRequest.js +1 -1
  1267. package/dist/zuora_api/model/UpdatePaymentScheduleRequest.js +1 -1
  1268. package/dist/zuora_api/model/UpdateProductRatePlanChargeRequest.js +7 -23
  1269. package/dist/zuora_api/model/UpdateProductRatePlanChargeTierRequest.js +1 -1
  1270. package/dist/zuora_api/model/UpdateProductRatePlanRequest.js +1 -1
  1271. package/dist/zuora_api/model/UpdateProductRequest.js +1 -1
  1272. package/dist/zuora_api/model/UpdateRatePlanCharge.js +1 -1
  1273. package/dist/zuora_api/model/UpdateRefundRequest.js +1 -1
  1274. package/dist/zuora_api/model/UpdateSequenceSetRequest.js +1 -1
  1275. package/dist/zuora_api/model/UpdateSequenceSetResponse.js +1 -1
  1276. package/dist/zuora_api/model/UpdateSubscriptionChargeCustomFields.js +1 -1
  1277. package/dist/zuora_api/model/UpdateSubscriptionChargeCustomFieldsOfASpecifiedVersion.js +1 -1
  1278. package/dist/zuora_api/model/UpdateSubscriptionCustomFieldsOfASpecifiedVersionRequest.js +1 -1
  1279. package/dist/zuora_api/model/UpdateSubscriptionCustomFieldsRequest.js +1 -1
  1280. package/dist/zuora_api/model/UpdateSubscriptionRatePlan.js +1 -1
  1281. package/dist/zuora_api/model/UpdateSubscriptionRatePlanCustomFields.js +1 -1
  1282. package/dist/zuora_api/model/UpdateSubscriptionRatePlanCustomFieldsOfASpecifiedVersion.js +1 -1
  1283. package/dist/zuora_api/model/UpdateSubscriptionRequest.js +1 -1
  1284. package/dist/zuora_api/model/UpdateSubscriptionResponse.js +1 -1
  1285. package/dist/zuora_api/model/UpdateTask.js +1 -1
  1286. package/dist/zuora_api/model/UpdateTaxationItemForFinanceInformation.js +1 -1
  1287. package/dist/zuora_api/model/UpdateTaxationItemRequest.js +1 -1
  1288. package/dist/zuora_api/model/UpdateUsageRequest.js +1 -1
  1289. package/dist/zuora_api/model/UpdaterPaymentMethodRequestAccountHolderInfo.js +1 -1
  1290. package/dist/zuora_api/model/UploadCsvErrorResponse.js +1 -1
  1291. package/dist/zuora_api/model/UploadCsvErrorStatusResponse.js +1 -1
  1292. package/dist/zuora_api/model/UploadCsvResponse.js +1 -1
  1293. package/dist/zuora_api/model/UploadCsvResponseResult.js +1 -1
  1294. package/dist/zuora_api/model/UploadCsvStatusResponse.js +1 -1
  1295. package/dist/zuora_api/model/UploadCsvStatusResponseResult.js +1 -1
  1296. package/dist/zuora_api/model/UploadFileErrorResponse.js +1 -1
  1297. package/dist/zuora_api/model/UploadFileErrorResponseResult.js +1 -1
  1298. package/dist/zuora_api/model/UploadFileForCreditMemoRequest.js +1 -1
  1299. package/dist/zuora_api/model/UploadFileForDebitMemoRequest.js +1 -1
  1300. package/dist/zuora_api/model/UploadFileForInvoiceRequest.js +1 -1
  1301. package/dist/zuora_api/model/UploadFileRequest.js +1 -1
  1302. package/dist/zuora_api/model/UploadFileResponse.js +1 -1
  1303. package/dist/zuora_api/model/UploadFileStatusErrorResponse.js +1 -1
  1304. package/dist/zuora_api/model/UploadFileStatusNoContent.js +1 -1
  1305. package/dist/zuora_api/model/UploadFileStatusResponse.js +1 -1
  1306. package/dist/zuora_api/model/UploadFileStatusResponseResultInner.js +1 -1
  1307. package/dist/zuora_api/model/UploadRevenueFileResponse.js +1 -1
  1308. package/dist/zuora_api/model/UploadRevenueFileResponseResult.js +1 -1
  1309. package/dist/zuora_api/model/UploadUsageFileRequest.js +1 -1
  1310. package/dist/zuora_api/model/UploadUsageFileResponse.js +1 -1
  1311. package/dist/zuora_api/model/Usage.js +1 -1
  1312. package/dist/zuora_api/model/UsageFlatFeePricingOverride.js +1 -1
  1313. package/dist/zuora_api/model/UsageFlatFeePricingUpdate.js +1 -1
  1314. package/dist/zuora_api/model/UsageItem.js +1 -1
  1315. package/dist/zuora_api/model/UsageOveragePricingOverride.js +1 -1
  1316. package/dist/zuora_api/model/UsageOveragePricingUpdate.js +1 -1
  1317. package/dist/zuora_api/model/UsagePerUnitPricingOverride.js +1 -1
  1318. package/dist/zuora_api/model/UsagePerUnitPricingUpdate.js +1 -1
  1319. package/dist/zuora_api/model/UsageTieredPricingOverride.js +1 -1
  1320. package/dist/zuora_api/model/UsageTieredPricingUpdate.js +1 -1
  1321. package/dist/zuora_api/model/UsageTieredWithOveragePricingOverride.js +1 -1
  1322. package/dist/zuora_api/model/UsageTieredWithOveragePricingUpdate.js +1 -1
  1323. package/dist/zuora_api/model/UsageValues.js +1 -1
  1324. package/dist/zuora_api/model/UsageVolumePricingOverride.js +1 -1
  1325. package/dist/zuora_api/model/UsageVolumePricingUpdate.js +1 -1
  1326. package/dist/zuora_api/model/UsagesResponse.js +1 -1
  1327. package/dist/zuora_api/model/ValidationErrors.js +1 -1
  1328. package/dist/zuora_api/model/ValidationReasons.js +1 -1
  1329. package/dist/zuora_api/model/VerifyPaymentMethodRequest.js +1 -1
  1330. package/dist/zuora_api/model/VerifyPaymentMethodResponse.js +1 -1
  1331. package/dist/zuora_api/model/Workflow.js +1 -1
  1332. package/dist/zuora_api/model/WorkflowDefinition.js +1 -1
  1333. package/dist/zuora_api/model/WorkflowDefinitionActiveVersion.js +1 -1
  1334. package/dist/zuora_api/model/WorkflowDefinitionAndVersions.js +1 -1
  1335. package/dist/zuora_api/model/WorkflowError.js +1 -1
  1336. package/dist/zuora_api/model/WorkflowInstance.js +1 -1
  1337. package/dist/zuora_api/model/WriteOffBehavior.js +1 -1
  1338. package/dist/zuora_api/model/WriteOffBehaviorFinanceInformation.js +1 -1
  1339. package/dist/zuora_api/model/WriteOffCreditMemoRequest.js +1 -1
  1340. package/dist/zuora_api/model/WriteOffCreditMemoResponse.js +1 -1
  1341. package/dist/zuora_api/model/WriteOffCreditMemoResponseDebitMemo.js +1 -1
  1342. package/dist/zuora_api/model/WriteOffDebitMemoRequest.js +1 -1
  1343. package/dist/zuora_api/model/WriteOffDebitMemoResponse.js +1 -1
  1344. package/dist/zuora_api/model/WriteOffInvoiceRequest.js +10 -1
  1345. package/dist/zuora_api/model/WriteOffInvoiceResponse.js +1 -1
  1346. package/dist/zuora_api/model/WriteOffInvoiceResponseCreditMemo.js +1 -1
  1347. package/dist/zuora_api/model/WriteOffOptions.js +137 -0
  1348. package/dist/zuora_api/model/WriteOffResultTransaction.js +155 -0
  1349. package/dist/zuora_api/model/WriteOffResults.js +136 -0
  1350. package/dist/zuora_api/model/ZObject.js +1 -1
  1351. package/dist/zuora_api/model/ZObjectUpdate.js +1 -1
  1352. package/package.json +1 -1
  1353. package/src/ZuoraClient.js +22 -5
  1354. package/src/zuora_api/ApiClient.js +2 -2
  1355. package/src/zuora_api/api/APIHealthApi.js +1 -1
  1356. package/src/zuora_api/api/AccountingCodesApi.js +1 -1
  1357. package/src/zuora_api/api/AccountingPeriodsApi.js +1 -1
  1358. package/src/zuora_api/api/AccountsApi.js +1 -1
  1359. package/src/zuora_api/api/ActionsApi.js +1 -1
  1360. package/src/zuora_api/api/AdjustmentsApi.js +1 -1
  1361. package/src/zuora_api/api/AggregateQueriesApi.js +1 -1
  1362. package/src/zuora_api/api/AttachmentsApi.js +1 -1
  1363. package/src/zuora_api/api/BillRunApi.js +1 -1
  1364. package/src/zuora_api/api/BillRunHealthApi.js +1 -1
  1365. package/src/zuora_api/api/BillingDocumentsApi.js +1 -1
  1366. package/src/zuora_api/api/BillingPreviewRunApi.js +1 -1
  1367. package/src/zuora_api/api/BookingDateBackfillJobApi.js +1 -1
  1368. package/src/zuora_api/api/CatalogGroupsApi.js +1 -1
  1369. package/src/zuora_api/api/ContactSnapshotsApi.js +1 -1
  1370. package/src/zuora_api/api/ContactsApi.js +80 -1
  1371. package/src/zuora_api/api/CreditMemosApi.js +72 -72
  1372. package/src/zuora_api/api/CustomEventTriggersApi.js +1 -1
  1373. package/src/zuora_api/api/CustomExchangeRatesApi.js +1 -1
  1374. package/src/zuora_api/api/CustomObjectDefinitionsApi.js +1 -1
  1375. package/src/zuora_api/api/CustomObjectJobsApi.js +1 -1
  1376. package/src/zuora_api/api/CustomObjectRecordsApi.js +1 -1
  1377. package/src/zuora_api/api/CustomPaymentMethodTypesApi.js +1 -1
  1378. package/src/zuora_api/api/CustomScheduledEventsApi.js +1 -1
  1379. package/src/zuora_api/api/DataBackfillJobApi.js +1 -1
  1380. package/src/zuora_api/api/DataLabelingApi.js +183 -0
  1381. package/src/zuora_api/api/DataQueriesApi.js +1 -1
  1382. package/src/zuora_api/api/DebitMemosApi.js +33 -33
  1383. package/src/zuora_api/api/DeploymentApi.js +712 -0
  1384. package/src/zuora_api/api/{ConfigurationTemplatesApi.js → DeploymentConfigurationTemplatesApi.js} +146 -146
  1385. package/src/zuora_api/api/DescribeApi.js +1 -1
  1386. package/src/zuora_api/api/EInvoicingApi.js +1 -1
  1387. package/src/zuora_api/api/ElectronicPaymentsHealthApi.js +1 -1
  1388. package/src/zuora_api/api/FilesApi.js +1 -1
  1389. package/src/zuora_api/api/FulfillmentsApi.js +1 -1
  1390. package/src/zuora_api/api/HostedPagesApi.js +1 -1
  1391. package/src/zuora_api/api/ImportsApi.js +1 -1
  1392. package/src/zuora_api/api/InvoiceSchedulesApi.js +159 -1
  1393. package/src/zuora_api/api/InvoicesApi.js +2 -2
  1394. package/src/zuora_api/api/JournalRunsApi.js +1 -1
  1395. package/src/zuora_api/api/MassUpdaterApi.js +1 -1
  1396. package/src/zuora_api/api/NotificationsApi.js +1 -1
  1397. package/src/zuora_api/api/OAuthApi.js +1 -1
  1398. package/src/zuora_api/api/ObjectQueriesApi.js +723 -117
  1399. package/src/zuora_api/api/OmniChannelSubscriptionsApi.js +264 -0
  1400. package/src/zuora_api/api/OperationsApi.js +1 -1
  1401. package/src/zuora_api/api/OrderActionsApi.js +1 -1
  1402. package/src/zuora_api/api/OrderLineItemsApi.js +1 -1
  1403. package/src/zuora_api/api/OrdersApi.js +77 -1
  1404. package/src/zuora_api/api/PaymentAuthorizationApi.js +1 -1
  1405. package/src/zuora_api/api/PaymentGatewayReconciliationApi.js +1 -1
  1406. package/src/zuora_api/api/PaymentGatewaysApi.js +75 -2
  1407. package/src/zuora_api/api/PaymentMethodSnapshotsApi.js +1 -1
  1408. package/src/zuora_api/api/PaymentMethodTransactionLogsApi.js +1 -1
  1409. package/src/zuora_api/api/PaymentMethodUpdaterApi.js +1 -1
  1410. package/src/zuora_api/api/PaymentMethodsApi.js +1 -1
  1411. package/src/zuora_api/api/PaymentRunsApi.js +1 -1
  1412. package/src/zuora_api/api/PaymentSchedulesApi.js +1 -1
  1413. package/src/zuora_api/api/PaymentTransactionLogsApi.js +1 -1
  1414. package/src/zuora_api/api/PaymentsApi.js +37 -37
  1415. package/src/zuora_api/api/ProductRatePlanChargeTiersApi.js +1 -1
  1416. package/src/zuora_api/api/ProductRatePlanChargesApi.js +81 -1
  1417. package/src/zuora_api/api/ProductRatePlansApi.js +1 -1
  1418. package/src/zuora_api/api/ProductsApi.js +1 -1
  1419. package/src/zuora_api/api/RSASignaturesApi.js +1 -1
  1420. package/src/zuora_api/api/RampsApi.js +1 -1
  1421. package/src/zuora_api/api/RatePlansApi.js +1 -1
  1422. package/src/zuora_api/api/RefundsApi.js +37 -37
  1423. package/src/zuora_api/api/RegenerateApi.js +1 -1
  1424. package/src/zuora_api/api/RevenueAccountingCodesApi.js +1 -1
  1425. package/src/zuora_api/api/RevenueIntegrationApi.js +1 -1
  1426. package/src/zuora_api/api/SequenceSetsApi.js +1 -1
  1427. package/src/zuora_api/api/SettingsApi.js +1 -1
  1428. package/src/zuora_api/api/SignUpApi.js +1 -1
  1429. package/src/zuora_api/api/SubscriptionChangeLogsApi.js +1 -1
  1430. package/src/zuora_api/api/SubscriptionsApi.js +1 -1
  1431. package/src/zuora_api/api/SummaryJournalEntriesApi.js +1 -1
  1432. package/src/zuora_api/api/TaxationItemsApi.js +4 -4
  1433. package/src/zuora_api/api/UsageApi.js +1 -1
  1434. package/src/zuora_api/api/WorkflowsApi.js +1 -1
  1435. package/src/zuora_api/index.js +409 -73
  1436. package/src/zuora_api/model/AccountBasicInfo.js +1 -1
  1437. package/src/zuora_api/model/AccountBillingAndPayment.js +1 -1
  1438. package/src/zuora_api/model/AccountCreditCardHolder.js +1 -1
  1439. package/src/zuora_api/model/AccountData.js +1 -1
  1440. package/src/zuora_api/model/AccountDetailResponse.js +1 -1
  1441. package/src/zuora_api/model/AccountEInvoiceProfile.js +1 -1
  1442. package/src/zuora_api/model/AccountMetrics.js +1 -1
  1443. package/src/zuora_api/model/AccountObjectNSFields.js +1 -1
  1444. package/src/zuora_api/model/AccountPMMandateInfo.js +1 -1
  1445. package/src/zuora_api/model/AccountSummaryBasicInfo.js +1 -1
  1446. package/src/zuora_api/model/AccountSummaryDefaultPaymentMethod.js +1 -1
  1447. package/src/zuora_api/model/AccountSummaryInvoice.js +1 -1
  1448. package/src/zuora_api/model/AccountSummaryPayment.js +1 -1
  1449. package/src/zuora_api/model/AccountSummaryPaymentInvoice.js +1 -1
  1450. package/src/zuora_api/model/AccountSummaryRatePlan.js +1 -1
  1451. package/src/zuora_api/model/AccountSummaryResponse.js +1 -1
  1452. package/src/zuora_api/model/AccountSummarySubscription.js +1 -1
  1453. package/src/zuora_api/model/AccountSummaryUsage.js +1 -1
  1454. package/src/zuora_api/model/AccountingCodeItemResponse.js +1 -1
  1455. package/src/zuora_api/model/ActionsErrorResponse.js +1 -1
  1456. package/src/zuora_api/model/AddSubscriptionComponent.js +1 -1
  1457. package/src/zuora_api/model/AddSubscriptionRatePlan.js +1 -1
  1458. package/src/zuora_api/model/ApiVolumeSummaryRecord.js +1 -1
  1459. package/src/zuora_api/model/ApplyCreditMemoItemToDebitMemoItem.js +1 -1
  1460. package/src/zuora_api/model/ApplyCreditMemoItemToInvoiceItem.js +1 -1
  1461. package/src/zuora_api/model/ApplyCreditMemoRequest.js +1 -1
  1462. package/src/zuora_api/model/ApplyCreditMemoToDebitMemo.js +1 -1
  1463. package/src/zuora_api/model/ApplyCreditMemoToInvoice.js +1 -1
  1464. package/src/zuora_api/model/ApplyPaymentDebitMemoApplication.js +1 -1
  1465. package/src/zuora_api/model/ApplyPaymentDebitMemoApplicationItem.js +1 -1
  1466. package/src/zuora_api/model/ApplyPaymentInvoiceApplication.js +1 -1
  1467. package/src/zuora_api/model/ApplyPaymentInvoiceApplicationItem.js +1 -1
  1468. package/src/zuora_api/model/ApplyPaymentRequest.js +1 -1
  1469. package/src/zuora_api/model/AsyncOperationResponse.js +1 -1
  1470. package/src/zuora_api/model/AsyncOrderProcessingOptions.js +1 -1
  1471. package/src/zuora_api/model/AttachInvoiceScheduleRequest.js +105 -0
  1472. package/src/zuora_api/model/AuthenticationErrorResponse.js +1 -1
  1473. package/src/zuora_api/model/AuthenticationFailResponse.js +1 -1
  1474. package/src/zuora_api/model/AuthenticationSuccessResponse.js +1 -1
  1475. package/src/zuora_api/model/BadRequestErrors.js +1 -1
  1476. package/src/zuora_api/model/BadRequestResponse.js +1 -1
  1477. package/src/zuora_api/model/Bi3ViewsColumnsDescriptionResponse.js +1 -1
  1478. package/src/zuora_api/model/Bi3ViewsColumnsErrorResponse.js +1 -1
  1479. package/src/zuora_api/model/Bi3ViewsColumnsServerErrorResponse.js +1 -1
  1480. package/src/zuora_api/model/Bi3ViewsCountSuccessResponse.js +1 -1
  1481. package/src/zuora_api/model/Bi3ViewsErrorResponse.js +1 -1
  1482. package/src/zuora_api/model/Bi3ViewsNoDataResponse.js +1 -1
  1483. package/src/zuora_api/model/Bi3ViewsServerErrorResponse.js +1 -1
  1484. package/src/zuora_api/model/Bi3ViewsStatusErrorResponse.js +1 -1
  1485. package/src/zuora_api/model/Bi3ViewsStatusServerErrorResponse.js +1 -1
  1486. package/src/zuora_api/model/Bi3ViewsTaskStatusResponse.js +1 -1
  1487. package/src/zuora_api/model/Bi3ViewsV2SuccessResponse.js +1 -1
  1488. package/src/zuora_api/model/BiViews1ErrorResponse.js +1 -1
  1489. package/src/zuora_api/model/BiViews1SelectSuccessResponse.js +1 -1
  1490. package/src/zuora_api/model/BiViews1SuccessResponse.js +1 -1
  1491. package/src/zuora_api/model/BillRun.js +1 -1
  1492. package/src/zuora_api/model/BillRunFilter.js +50 -1
  1493. package/src/zuora_api/model/BillRunResponse.js +1 -1
  1494. package/src/zuora_api/model/BillRunSchedule.js +1 -1
  1495. package/src/zuora_api/model/BillingAdjustment.js +1 -1
  1496. package/src/zuora_api/model/BillingAdjustmentExclusion.js +1 -1
  1497. package/src/zuora_api/model/BillingDocVolumeSummaryRecord.js +1 -1
  1498. package/src/zuora_api/model/BillingDocumentQueryResponseElement.js +1 -1
  1499. package/src/zuora_api/model/BillingOptions.js +15 -1
  1500. package/src/zuora_api/model/BillingUpdate.js +1 -1
  1501. package/src/zuora_api/model/BookingDateJob.js +1 -1
  1502. package/src/zuora_api/model/BulkCreateCreditMemosFromChargeRequest.js +1 -1
  1503. package/src/zuora_api/model/BulkCreateCreditMemosFromInvoiceRequest.js +1 -1
  1504. package/src/zuora_api/model/BulkCreateCreditMemosRequest.js +1 -1
  1505. package/src/zuora_api/model/BulkCreateDebitMemosFromChargeRequest.js +1 -1
  1506. package/src/zuora_api/model/BulkCreateDebitMemosFromInvoiceRequest.js +1 -1
  1507. package/src/zuora_api/model/BulkCreateDebitMemosRequest.js +1 -1
  1508. package/src/zuora_api/model/BulkCreateInvoicesRequest.js +1 -1
  1509. package/src/zuora_api/model/BulkCreateInvoicesResponse.js +1 -1
  1510. package/src/zuora_api/model/BulkCreditMemosResponse.js +1 -1
  1511. package/src/zuora_api/model/BulkDebitMemosResponse.js +1 -1
  1512. package/src/zuora_api/model/BulkPdfGenerationJobRequest.js +10 -1
  1513. package/src/zuora_api/model/BulkPdfGenerationJobResponse.js +1 -1
  1514. package/src/zuora_api/model/BulkPostInvoicesRequest.js +1 -1
  1515. package/src/zuora_api/model/BulkPostInvoicesResponse.js +1 -1
  1516. package/src/zuora_api/model/BulkUpdateCreditMemosRequest.js +1 -1
  1517. package/src/zuora_api/model/BulkUpdateDebitMemosRequest.js +1 -1
  1518. package/src/zuora_api/model/BulkUpdateInvoicesRequest.js +1 -1
  1519. package/src/zuora_api/model/BulkUpdateOrderLineItem.js +1 -1
  1520. package/src/zuora_api/model/BulkUpdateOrderLineItemsRequest.js +1 -1
  1521. package/src/zuora_api/model/BusinessRegion.js +1 -1
  1522. package/src/zuora_api/model/BusinessRegionsResponse.js +1 -1
  1523. package/src/zuora_api/model/CalloutAuth.js +1 -1
  1524. package/src/zuora_api/model/CancelAuthorizationRequest.js +1 -1
  1525. package/src/zuora_api/model/CancelAuthorizationResponse.js +1 -1
  1526. package/src/zuora_api/model/CancelBillRunRequest.js +1 -1
  1527. package/src/zuora_api/model/CancelBillRunResponse.js +1 -1
  1528. package/src/zuora_api/model/CancelBillingAdjustmentRequest.js +1 -1
  1529. package/src/zuora_api/model/CancelBillingAdjustmentResponse.js +1 -1
  1530. package/src/zuora_api/model/CancelOrderRequest.js +1 -1
  1531. package/src/zuora_api/model/CancelOrderResponse.js +1 -1
  1532. package/src/zuora_api/model/CancelPaymentSchedule.js +1 -1
  1533. package/src/zuora_api/model/CancelSubscriptionRequest.js +1 -1
  1534. package/src/zuora_api/model/CancelSubscriptionResponse.js +1 -1
  1535. package/src/zuora_api/model/CatalogGroup.js +1 -1
  1536. package/src/zuora_api/model/CatalogGroupProductRatePlan.js +1 -1
  1537. package/src/zuora_api/model/ChangeLogField.js +1 -1
  1538. package/src/zuora_api/model/ChangePlanRatePlanOverride.js +1 -1
  1539. package/src/zuora_api/model/ChangeSubscriptionRatePlan.js +1 -1
  1540. package/src/zuora_api/model/ChargeMetrics.js +1 -1
  1541. package/src/zuora_api/model/ChargeModelConfiguration.js +1 -1
  1542. package/src/zuora_api/model/ChargeModelConfigurationForSubscription.js +1 -1
  1543. package/src/zuora_api/model/ChargeModelConfigurationItem.js +1 -1
  1544. package/src/zuora_api/model/ChargeModelDataOverride.js +1 -1
  1545. package/src/zuora_api/model/ChargeOverride.js +20 -2
  1546. package/src/zuora_api/model/ChargeOverrideBilling.js +1 -1
  1547. package/src/zuora_api/model/ChargeOverridePricing.js +1 -1
  1548. package/src/zuora_api/model/ChargeTier.js +10 -1
  1549. package/src/zuora_api/model/ChargeUpdate.js +10 -1
  1550. package/src/zuora_api/model/ChildrenSettingValueRequest.js +1 -1
  1551. package/src/zuora_api/model/CollectDebitMemoRequest.js +1 -1
  1552. package/src/zuora_api/model/CollectDebitMemoRequestPayment.js +1 -1
  1553. package/src/zuora_api/model/CollectDebitMemoResponse.js +1 -1
  1554. package/src/zuora_api/model/CollectDebitMemoResponseAppliedCreditMemos.js +1 -1
  1555. package/src/zuora_api/model/CollectDebitMemoResponseAppliedPayments.js +1 -1
  1556. package/src/zuora_api/model/CollectDebitMemoResponseDebitMemo.js +1 -1
  1557. package/src/zuora_api/model/CollectDebitMemoResponseProcessedPayment.js +1 -1
  1558. package/src/zuora_api/model/CommonErrorResponse.js +1 -1
  1559. package/src/zuora_api/model/CommonResponse.js +1 -1
  1560. package/src/zuora_api/model/CompareAndDeployProductCatalogTemplateRequest.js +229 -0
  1561. package/src/zuora_api/model/CompareAndDeployProductCatalogTenantRequest.js +233 -0
  1562. package/src/zuora_api/model/CompareAndDeployTemplateRequest.js +170 -0
  1563. package/src/zuora_api/model/CompareAndDeployTenantRequest.js +287 -0
  1564. package/src/zuora_api/model/CompareSchemaKeyValue.js +1 -1
  1565. package/src/zuora_api/model/{PostCompareTemplateRequest.js → CompareTemplateRequest.js} +18 -18
  1566. package/src/zuora_api/model/{CompareSchemaInfoResponse.js → CompareTemplateResponse.js} +25 -25
  1567. package/src/zuora_api/model/Condition.js +246 -0
  1568. package/src/zuora_api/model/ConfigTemplateErrorResponse.js +1 -1
  1569. package/src/zuora_api/model/ConfigTemplateErrorResponseReasonsInner.js +1 -1
  1570. package/src/zuora_api/model/ConfigurationTemplateContent.js +1 -1
  1571. package/src/zuora_api/model/Contact.js +1 -1
  1572. package/src/zuora_api/model/ContactInfo.js +1 -1
  1573. package/src/zuora_api/model/ContactResponse.js +1 -1
  1574. package/src/zuora_api/model/ContactSnapshot.js +1 -1
  1575. package/src/zuora_api/model/ContactSnapshotResponse.js +1 -1
  1576. package/src/zuora_api/model/CreateAccountContact.js +1 -1
  1577. package/src/zuora_api/model/CreateAccountCreditCard.js +1 -1
  1578. package/src/zuora_api/model/CreateAccountCreditCardHolderInfo.js +1 -1
  1579. package/src/zuora_api/model/CreateAccountPaymentMethod.js +19 -1
  1580. package/src/zuora_api/model/CreateAccountRequest.js +1 -1
  1581. package/src/zuora_api/model/CreateAccountResponse.js +1 -1
  1582. package/src/zuora_api/model/CreateAccountSubscription.js +1 -1
  1583. package/src/zuora_api/model/CreateAccountingCodeRequest.js +1 -1
  1584. package/src/zuora_api/model/CreateAccountingCodeResponse.js +1 -1
  1585. package/src/zuora_api/model/CreateAccountingPeriodRequest.js +1 -1
  1586. package/src/zuora_api/model/CreateAccountingPeriodResponse.js +1 -1
  1587. package/src/zuora_api/model/CreateAuthorizationRequest.js +1 -1
  1588. package/src/zuora_api/model/CreateAuthorizationResponse.js +1 -1
  1589. package/src/zuora_api/model/CreateAuthorizationResponsePaymentGateway.js +1 -1
  1590. package/src/zuora_api/model/CreateAuthorizationResponseReasons.js +1 -1
  1591. package/src/zuora_api/model/CreateBatchQueryJobRequest.js +7 -3
  1592. package/src/zuora_api/model/CreateBatchQueryJobResponse.js +7 -3
  1593. package/src/zuora_api/model/CreateBatchQueryRequest.js +1 -1
  1594. package/src/zuora_api/model/CreateBatchQueryResponse.js +3 -7
  1595. package/src/zuora_api/model/CreateBillRunRequest.js +1 -1
  1596. package/src/zuora_api/model/CreateBillingAdjustmentRequest.js +1 -1
  1597. package/src/zuora_api/model/CreateBillingDocumentFilesDeletionJobRequest.js +1 -1
  1598. package/src/zuora_api/model/CreateBillingDocumentFilesDeletionJobResponse.js +1 -1
  1599. package/src/zuora_api/model/CreateBillingPreviewCreditMemoItem.js +1 -1
  1600. package/src/zuora_api/model/CreateBillingPreviewInvoiceItem.js +1 -1
  1601. package/src/zuora_api/model/CreateBillingPreviewRequest.js +1 -1
  1602. package/src/zuora_api/model/CreateBillingPreviewResponse.js +1 -1
  1603. package/src/zuora_api/model/CreateBillingPreviewRunRequest.js +1 -1
  1604. package/src/zuora_api/model/CreateBillingPreviewRunResponse.js +1 -1
  1605. package/src/zuora_api/model/CreateCatalogGroupRequest.js +1 -1
  1606. package/src/zuora_api/model/CreateContactRequest.js +1 -1
  1607. package/src/zuora_api/model/CreateCreditMemoFromCharge.js +1 -1
  1608. package/src/zuora_api/model/CreateCreditMemoFromChargeRequest.js +1 -1
  1609. package/src/zuora_api/model/CreateCreditMemoFromInvoice.js +1 -1
  1610. package/src/zuora_api/model/CreateCreditMemoFromInvoiceRequest.js +1 -1
  1611. package/src/zuora_api/model/CreateCreditMemoTaxationItemsRequest.js +1 -1
  1612. package/src/zuora_api/model/CreateDebitMemoFromCharge.js +1 -1
  1613. package/src/zuora_api/model/CreateDebitMemoFromChargeRequest.js +1 -1
  1614. package/src/zuora_api/model/CreateDebitMemoFromInvoiceRequest.js +1 -1
  1615. package/src/zuora_api/model/CreateDebitMemosFromInvoiceRequest.js +1 -1
  1616. package/src/zuora_api/model/{CreateTemplateRequestContent.js → CreateDeploymentTemplateRequest.js} +33 -33
  1617. package/src/zuora_api/model/CreateDiscountItem.js +1 -1
  1618. package/src/zuora_api/model/CreateFulfillment.js +1 -1
  1619. package/src/zuora_api/model/CreateFulfillmentItem.js +1 -1
  1620. package/src/zuora_api/model/CreateFulfillmentItemResponse.js +1 -1
  1621. package/src/zuora_api/model/CreateFulfillmentItemsRequest.js +1 -1
  1622. package/src/zuora_api/model/CreateFulfillmentItemsResponse.js +1 -1
  1623. package/src/zuora_api/model/CreateFulfillmentResponse.js +1 -1
  1624. package/src/zuora_api/model/CreateFulfillmentsRequest.js +1 -1
  1625. package/src/zuora_api/model/CreateFulfillmentsResponse.js +1 -1
  1626. package/src/zuora_api/model/CreateInvoiceCollectCreditMemos.js +1 -1
  1627. package/src/zuora_api/model/CreateInvoiceCollectInvoices.js +1 -1
  1628. package/src/zuora_api/model/CreateInvoiceCollectRequest.js +1 -1
  1629. package/src/zuora_api/model/CreateInvoiceCollectResponse.js +1 -1
  1630. package/src/zuora_api/model/CreateInvoiceItem.js +1 -1
  1631. package/src/zuora_api/model/CreateInvoiceRequest.js +1 -1
  1632. package/src/zuora_api/model/CreateInvoiceScheduleItem.js +1 -1
  1633. package/src/zuora_api/model/CreateInvoiceScheduleRequest.js +1 -1
  1634. package/src/zuora_api/model/CreateJournalEntryRequest.js +1 -1
  1635. package/src/zuora_api/model/CreateJournalEntryRequestItem.js +1 -1
  1636. package/src/zuora_api/model/CreateJournalEntryRequestSegment.js +1 -1
  1637. package/src/zuora_api/model/CreateJournalEntryResponse.js +1 -1
  1638. package/src/zuora_api/model/CreateJournalRunRequest.js +1 -1
  1639. package/src/zuora_api/model/CreateJournalRunRequestTransactionType.js +1 -1
  1640. package/src/zuora_api/model/CreateJournalRunResponse.js +1 -1
  1641. package/src/zuora_api/model/CreateMassUpdateResponse.js +1 -1
  1642. package/src/zuora_api/model/CreateMassUpdaterRequest.js +1 -1
  1643. package/src/zuora_api/model/CreateNonRefRefundFinanceInformation.js +1 -1
  1644. package/src/zuora_api/model/CreateOmniChannelSubscriptionRequest.js +397 -0
  1645. package/src/zuora_api/model/CreateOmniChannelSubscriptionResponse.js +214 -0
  1646. package/src/zuora_api/model/CreateOpenPaymentMethodTypeRequest.js +1 -1
  1647. package/src/zuora_api/model/CreateOrUpdateCatalogGroupProductRatePlan.js +1 -1
  1648. package/src/zuora_api/model/CreateOrUpdateEmailTemplatesResponse.js +1 -1
  1649. package/src/zuora_api/model/CreateOrderAction.js +1 -1
  1650. package/src/zuora_api/model/CreateOrderAddProduct.js +1 -1
  1651. package/src/zuora_api/model/CreateOrderAsyncRequest.js +1 -1
  1652. package/src/zuora_api/model/CreateOrderAsyncResponse.js +1 -1
  1653. package/src/zuora_api/model/CreateOrderChangePlan.js +1 -1
  1654. package/src/zuora_api/model/CreateOrderChangePlanRatePlanOverride.js +1 -1
  1655. package/src/zuora_api/model/CreateOrderChargeUpdate.js +10 -1
  1656. package/src/zuora_api/model/CreateOrderCreateSubscription.js +27 -1
  1657. package/src/zuora_api/model/CreateOrderOrderLineItem.js +14 -1
  1658. package/src/zuora_api/model/CreateOrderPricingUpdate.js +1 -1
  1659. package/src/zuora_api/model/CreateOrderProductOverride.js +1 -1
  1660. package/src/zuora_api/model/CreateOrderProductRatePlanOverride.js +1 -1
  1661. package/src/zuora_api/model/CreateOrderRatePlanFeatureOverride.js +1 -1
  1662. package/src/zuora_api/model/CreateOrderRatePlanOverride.js +1 -1
  1663. package/src/zuora_api/model/CreateOrderRatePlanUpdate.js +1 -1
  1664. package/src/zuora_api/model/CreateOrderRequest.js +1 -1
  1665. package/src/zuora_api/model/CreateOrderResponse.js +97 -6
  1666. package/src/zuora_api/model/CreateOrderResponseOrderAction.js +1 -1
  1667. package/src/zuora_api/model/CreateOrderResponseOrderLineItems.js +1 -1
  1668. package/src/zuora_api/model/CreateOrderResponseOrderMetric.js +1 -1
  1669. package/src/zuora_api/model/CreateOrderResponseRamps.js +1 -1
  1670. package/src/zuora_api/model/CreateOrderResponseRefunds.js +1 -1
  1671. package/src/zuora_api/model/CreateOrderResponseSubscriptions.js +1 -1
  1672. package/src/zuora_api/model/CreateOrderResponseWriteOff.js +1 -1
  1673. package/src/zuora_api/model/{AsyncOrderJobResult.js → CreateOrderResult.js} +90 -161
  1674. package/src/zuora_api/model/CreateOrderResume.js +1 -1
  1675. package/src/zuora_api/model/CreateOrderSubscription.js +1 -1
  1676. package/src/zuora_api/model/CreateOrderSubscriptionOwnerAccount.js +1 -1
  1677. package/src/zuora_api/model/CreateOrderSuspend.js +1 -1
  1678. package/src/zuora_api/model/CreateOrderTermsAndConditions.js +1 -1
  1679. package/src/zuora_api/model/CreateOrderUpdateProduct.js +1 -1
  1680. package/src/zuora_api/model/CreatePaymentDebitMemoApplication.js +1 -1
  1681. package/src/zuora_api/model/CreatePaymentDebitMemoApplicationItem.js +1 -1
  1682. package/src/zuora_api/model/CreatePaymentInvoiceApplication.js +1 -1
  1683. package/src/zuora_api/model/CreatePaymentInvoiceApplicationItem.js +1 -1
  1684. package/src/zuora_api/model/CreatePaymentMethodACH.js +1 -1
  1685. package/src/zuora_api/model/CreatePaymentMethodApplePayAdyen.js +1 -1
  1686. package/src/zuora_api/model/CreatePaymentMethodBankTransfer.js +14 -1
  1687. package/src/zuora_api/model/CreatePaymentMethodBankTransferAccountHolderInfo.js +1 -1
  1688. package/src/zuora_api/model/CreatePaymentMethodCCReferenceTransaction.js +1 -1
  1689. package/src/zuora_api/model/CreatePaymentMethodCardholderInfo.js +1 -1
  1690. package/src/zuora_api/model/CreatePaymentMethodCommon.js +1 -1
  1691. package/src/zuora_api/model/CreatePaymentMethodCreditCard.js +1 -1
  1692. package/src/zuora_api/model/CreatePaymentMethodDecryptionRequest.js +1 -1
  1693. package/src/zuora_api/model/CreatePaymentMethodDecryptionResponse.js +1 -1
  1694. package/src/zuora_api/model/CreatePaymentMethodGooglePayAdyenChase.js +1 -1
  1695. package/src/zuora_api/model/CreatePaymentMethodPayPalAdaptive.js +1 -1
  1696. package/src/zuora_api/model/CreatePaymentMethodPayPalECPayPalNativeECPayPalCP.js +1 -1
  1697. package/src/zuora_api/model/CreatePaymentMethodRequest.js +42 -1
  1698. package/src/zuora_api/model/CreatePaymentMethodResponse.js +1 -1
  1699. package/src/zuora_api/model/CreatePaymentMethodResponseReason.js +1 -1
  1700. package/src/zuora_api/model/CreatePaymentMethodUpdaterBatchRequest.js +1 -1
  1701. package/src/zuora_api/model/CreatePaymentMethodUpdaterBatchResponse.js +1 -1
  1702. package/src/zuora_api/model/CreatePaymentMethodUpdaterBatchResponseReasons.js +1 -1
  1703. package/src/zuora_api/model/CreatePaymentPredebitNotifyRequest.js +132 -0
  1704. package/src/zuora_api/model/CreatePaymentPredebitNotifyResponse.js +211 -0
  1705. package/src/zuora_api/model/CreatePaymentRequest.js +1 -1
  1706. package/src/zuora_api/model/CreatePaymentRunData.js +1 -1
  1707. package/src/zuora_api/model/CreatePaymentRunDataItem.js +1 -1
  1708. package/src/zuora_api/model/CreatePaymentRunRequest.js +1 -1
  1709. package/src/zuora_api/model/CreatePaymentScheduleItemsRequest.js +1 -1
  1710. package/src/zuora_api/model/CreatePaymentScheduleItemsRequestItems.js +1 -1
  1711. package/src/zuora_api/model/CreatePaymentScheduleRequest.js +1 -1
  1712. package/src/zuora_api/model/CreatePaymentScheduleRequestItems.js +1 -1
  1713. package/src/zuora_api/model/CreatePaymentSchedulesRequest.js +1 -1
  1714. package/src/zuora_api/model/CreatePaymentSchedulesResponse.js +1 -1
  1715. package/src/zuora_api/model/CreatePaymentSchedulesResponseItems.js +1 -1
  1716. package/src/zuora_api/model/CreatePaymentSessionInvoice.js +1 -1
  1717. package/src/zuora_api/model/CreatePaymentSessionRequest.js +14 -1
  1718. package/src/zuora_api/model/CreatePaymentSessionResponse.js +1 -1
  1719. package/src/zuora_api/model/CreateProductRatePlanChargeRequest.js +1 -1
  1720. package/src/zuora_api/model/CreateProductRatePlanRequest.js +1 -1
  1721. package/src/zuora_api/model/CreateProductRequest.js +1 -1
  1722. package/src/zuora_api/model/CreateRSASignatureRequest.js +1 -1
  1723. package/src/zuora_api/model/CreateRamp.js +1 -1
  1724. package/src/zuora_api/model/CreateRefundRequest.js +1 -1
  1725. package/src/zuora_api/model/CreateRefundwithAutoUnapply.js +24 -1
  1726. package/src/zuora_api/model/CreateSequenceSetRequest.js +1 -1
  1727. package/src/zuora_api/model/CreateSequenceSetsRequest.js +1 -1
  1728. package/src/zuora_api/model/CreateSequenceSetsResponse.js +1 -1
  1729. package/src/zuora_api/model/CreateStoredCredentialProfileRequest.js +1 -1
  1730. package/src/zuora_api/model/CreateSubscribeToProduct.js +1 -1
  1731. package/src/zuora_api/model/CreateSubscriptionComponent.js +1 -1
  1732. package/src/zuora_api/model/CreateSubscriptionRatePlan.js +1 -1
  1733. package/src/zuora_api/model/CreateSubscriptionRequest.js +1 -1
  1734. package/src/zuora_api/model/CreateSubscriptionResponse.js +1 -1
  1735. package/src/zuora_api/model/CreateTaxationItem.js +1 -1
  1736. package/src/zuora_api/model/CreateTaxationItemForCreditMemoFinanceInformation.js +1 -1
  1737. package/src/zuora_api/model/CreateTaxationItemForCreditMemoRequest.js +1 -1
  1738. package/src/zuora_api/model/CreateTaxationItemForDebitMemo.js +1 -1
  1739. package/src/zuora_api/model/CreateTaxationItemForDebitMemoFinanceInformation.js +1 -1
  1740. package/src/zuora_api/model/CreateTaxationItemForInvoiceRequest.js +1 -1
  1741. package/src/zuora_api/model/CreateTaxationItemsForDebitMemoRequest.js +1 -1
  1742. package/src/zuora_api/model/CreateTaxationItemsRequest.js +1 -1
  1743. package/src/zuora_api/model/CreateTokenRequest.js +1 -1
  1744. package/src/zuora_api/model/CreateUpdateOpenPaymentMethodTypeResponse.js +1 -1
  1745. package/src/zuora_api/model/CreateUpdateStoredCredentialProfileResponse.js +1 -1
  1746. package/src/zuora_api/model/CreateUsageRequest.js +1 -1
  1747. package/src/zuora_api/model/CreditCard.js +1 -1
  1748. package/src/zuora_api/model/CreditMemo.js +10 -1
  1749. package/src/zuora_api/model/CreditMemoEntityPrefix.js +1 -1
  1750. package/src/zuora_api/model/CreditMemoItem.js +1 -1
  1751. package/src/zuora_api/model/CreditMemoItemFinanceInformation.js +1 -1
  1752. package/src/zuora_api/model/CreditMemoItemFromChargeDetail.js +1 -1
  1753. package/src/zuora_api/model/CreditMemoItemFromChargeDetailFinanceInformation.js +1 -1
  1754. package/src/zuora_api/model/CreditMemoItemFromInvoiceItem.js +1 -1
  1755. package/src/zuora_api/model/CreditMemoItemFromInvoiceItemFinanceInformation.js +1 -1
  1756. package/src/zuora_api/model/CreditMemoItemFromWriteOffInvoice.js +1 -1
  1757. package/src/zuora_api/model/CreditMemoItemPart.js +1 -1
  1758. package/src/zuora_api/model/CreditMemoItemResponse.js +1 -1
  1759. package/src/zuora_api/model/CreditMemoItemsResponse.js +1 -1
  1760. package/src/zuora_api/model/CreditMemoObjectNSFields.js +1 -1
  1761. package/src/zuora_api/model/CreditMemoPart.js +1 -1
  1762. package/src/zuora_api/model/CreditMemoResponse.js +15 -1
  1763. package/src/zuora_api/model/CreditMemoTaxItemFromInvoiceTaxItemFinanceInformation.js +1 -1
  1764. package/src/zuora_api/model/CreditMemoTaxItemFromInvoiceTaxItemRequest.js +1 -1
  1765. package/src/zuora_api/model/CreditMemoTaxationItemFromWriteOffInvoice.js +1 -1
  1766. package/src/zuora_api/model/CreditMemosResponse.js +1 -1
  1767. package/src/zuora_api/model/CustomAccountPaymentMethod.js +1 -1
  1768. package/src/zuora_api/model/CustomFields.js +1 -1
  1769. package/src/zuora_api/model/CustomObjectAllFieldsDefinition.js +1 -1
  1770. package/src/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfCreatedById.js +1 -1
  1771. package/src/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfCreatedDate.js +1 -1
  1772. package/src/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfId.js +1 -1
  1773. package/src/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfUpdatedById.js +1 -1
  1774. package/src/zuora_api/model/CustomObjectAllFieldsDefinitionAllOfUpdatedDate.js +1 -1
  1775. package/src/zuora_api/model/CustomObjectBulkDeleteFilter.js +1 -1
  1776. package/src/zuora_api/model/CustomObjectBulkDeleteFilterCondition.js +1 -1
  1777. package/src/zuora_api/model/CustomObjectBulkJobErrorResponse.js +1 -1
  1778. package/src/zuora_api/model/CustomObjectBulkJobErrorResponseCollection.js +1 -1
  1779. package/src/zuora_api/model/CustomObjectBulkJobRequest.js +1 -1
  1780. package/src/zuora_api/model/CustomObjectBulkJobResponse.js +1 -1
  1781. package/src/zuora_api/model/CustomObjectBulkJobResponseCollection.js +1 -1
  1782. package/src/zuora_api/model/CustomObjectBulkJobResponseError.js +1 -1
  1783. package/src/zuora_api/model/CustomObjectCustomFieldDefinition.js +1 -1
  1784. package/src/zuora_api/model/CustomObjectCustomFieldDefinitionUpdate.js +1 -1
  1785. package/src/zuora_api/model/CustomObjectCustomFieldsDefinition.js +1 -1
  1786. package/src/zuora_api/model/CustomObjectDefinition.js +1 -1
  1787. package/src/zuora_api/model/CustomObjectDefinitionSchema.js +1 -1
  1788. package/src/zuora_api/model/CustomObjectDefinitionUpdateActionRequest.js +1 -1
  1789. package/src/zuora_api/model/CustomObjectDefinitionUpdateActionResponse.js +1 -1
  1790. package/src/zuora_api/model/CustomObjectRecordBatchAction.js +1 -1
  1791. package/src/zuora_api/model/CustomObjectRecordBatchRequest.js +1 -1
  1792. package/src/zuora_api/model/CustomObjectRecordWithAllFields.js +1 -1
  1793. package/src/zuora_api/model/CustomObjectRecordWithOnlyCustomFields.js +1 -1
  1794. package/src/zuora_api/model/CustomObjectRecordsBatchUpdatePartialSuccessResponse.js +1 -1
  1795. package/src/zuora_api/model/CustomObjectRecordsErrorResponse.js +1 -1
  1796. package/src/zuora_api/model/CustomObjectRecordsThrottledResponse.js +1 -1
  1797. package/src/zuora_api/model/CustomObjectRecordsWithError.js +1 -1
  1798. package/src/zuora_api/model/CustomRates.js +1 -1
  1799. package/src/zuora_api/model/DailyConsumptionRevRecRequest.js +1 -1
  1800. package/src/zuora_api/model/DataQueryErrorResponse.js +1 -1
  1801. package/src/zuora_api/model/DataQueryJob.js +1 -1
  1802. package/src/zuora_api/model/DataQueryJobCancelled.js +1 -1
  1803. package/src/zuora_api/model/DataQueryJobCommon.js +1 -1
  1804. package/src/zuora_api/model/DebitMemo.js +1 -1
  1805. package/src/zuora_api/model/DebitMemoDueDate.js +1 -1
  1806. package/src/zuora_api/model/DebitMemoEntityPrefix.js +1 -1
  1807. package/src/zuora_api/model/DebitMemoItem.js +1 -1
  1808. package/src/zuora_api/model/DebitMemoItemFromChargeDetail.js +1 -1
  1809. package/src/zuora_api/model/DebitMemoItemFromChargeDetailFinanceInformation.js +1 -1
  1810. package/src/zuora_api/model/DebitMemoItemFromInvoiceItemFinanceInformation.js +1 -1
  1811. package/src/zuora_api/model/DebitMemoItemFromInvoiceItemRequest.js +1 -1
  1812. package/src/zuora_api/model/DebitMemoItemResponse.js +1 -1
  1813. package/src/zuora_api/model/DebitMemoItemTaxationItems.js +1 -1
  1814. package/src/zuora_api/model/DebitMemoItemWriteOffRequest.js +1 -1
  1815. package/src/zuora_api/model/DebitMemoItemsResponse.js +1 -1
  1816. package/src/zuora_api/model/DebitMemoObjectNSFields.js +1 -1
  1817. package/src/zuora_api/model/DebitMemoResponse.js +1 -1
  1818. package/src/zuora_api/model/DebitMemoTaxItemFromInvoiceTaxItemFinanceInformation.js +1 -1
  1819. package/src/zuora_api/model/DebitMemoTaxItemFromInvoiceTaxItemRequest.js +1 -1
  1820. package/src/zuora_api/model/DebitMemoTaxationItemWriteOffRequest.js +1 -1
  1821. package/src/zuora_api/model/DebitMemosResponse.js +1 -1
  1822. package/src/zuora_api/model/DecryptRSASignatureRequest.js +1 -1
  1823. package/src/zuora_api/model/DecryptRSASignatureResponse.js +1 -1
  1824. package/src/zuora_api/model/DeleteAccountResponse.js +1 -1
  1825. package/src/zuora_api/model/DeleteAttachmentResponse.js +1 -1
  1826. package/src/zuora_api/model/DeleteBatchQueryJobResponse.js +7 -3
  1827. package/src/zuora_api/model/DeleteBatchQueryResponse.js +3 -7
  1828. package/src/zuora_api/model/DeleteDataQueryJobResponse.js +1 -1
  1829. package/src/zuora_api/model/DeleteOrderAsyncResponse.js +107 -0
  1830. package/src/zuora_api/model/DeleteResult.js +1 -1
  1831. package/src/zuora_api/model/DeleteSubscriptionResponse.js +1 -1
  1832. package/src/zuora_api/model/DeleteWorkflowError.js +1 -1
  1833. package/src/zuora_api/model/DeleteWorkflowSuccess.js +1 -1
  1834. package/src/zuora_api/model/DeletedRecord.js +1 -1
  1835. package/src/zuora_api/model/DeliverySchedule.js +1 -1
  1836. package/src/zuora_api/model/DeliveryScheduleParams.js +1 -1
  1837. package/src/zuora_api/model/DeliveryScheduleProductRatePlanCharge.js +1 -1
  1838. package/src/zuora_api/model/DeploymentResponse.js +122 -0
  1839. package/src/zuora_api/model/{TemplateDetailResponse.js → DeploymentTemplate.js} +33 -33
  1840. package/src/zuora_api/model/{TemplateResponse.js → DeploymentTemplatesResponse.js} +22 -22
  1841. package/src/zuora_api/model/DetachInvoiceScheduleRequest.js +105 -0
  1842. package/src/zuora_api/model/DetailedWorkflow.js +1 -1
  1843. package/src/zuora_api/model/DiscountApplyDetail.js +1 -1
  1844. package/src/zuora_api/model/DiscountPricingOverride.js +1 -1
  1845. package/src/zuora_api/model/DiscountPricingUpdate.js +1 -1
  1846. package/src/zuora_api/model/DocumentIdList.js +1 -1
  1847. package/src/zuora_api/model/EInvoiceStatus.js +7 -0
  1848. package/src/zuora_api/model/ElectronicPaymentOptions.js +1 -1
  1849. package/src/zuora_api/model/ElectronicPaymentOptionsWithDelayedCapturePayment.js +1 -1
  1850. package/src/zuora_api/model/EmailBillRunRequest.js +1 -1
  1851. package/src/zuora_api/model/EmailBillingDocumentRequest.js +1 -1
  1852. package/src/zuora_api/model/EndConditions.js +1 -1
  1853. package/src/zuora_api/model/Error401.js +1 -1
  1854. package/src/zuora_api/model/ErrorResponse.js +1 -1
  1855. package/src/zuora_api/model/ErrorResponse401Record.js +1 -1
  1856. package/src/zuora_api/model/ErrorResponseReasonsInner.js +1 -1
  1857. package/src/zuora_api/model/EventTrigger.js +1 -1
  1858. package/src/zuora_api/model/EventType.js +1 -1
  1859. package/src/zuora_api/model/ExecuteInvoiceScheduleRequest.js +1 -1
  1860. package/src/zuora_api/model/ExpandedAccount.js +21 -1
  1861. package/src/zuora_api/model/ExpandedAmendment.js +1 -1
  1862. package/src/zuora_api/model/ExpandedBillingRun.js +1 -1
  1863. package/src/zuora_api/model/ExpandedContact.js +25 -1
  1864. package/src/zuora_api/model/ExpandedCreditMemo.js +19 -3
  1865. package/src/zuora_api/model/ExpandedCreditMemoApplication.js +1 -1
  1866. package/src/zuora_api/model/ExpandedCreditMemoItem.js +65 -3
  1867. package/src/zuora_api/model/ExpandedCreditTaxationItem.js +421 -0
  1868. package/src/zuora_api/model/ExpandedDailyConsumptionSummary.js +1 -1
  1869. package/src/zuora_api/model/ExpandedDebitMemo.js +25 -1
  1870. package/src/zuora_api/model/ExpandedDebitMemoItem.js +59 -1
  1871. package/src/zuora_api/model/ExpandedDebitTaxationItem.js +409 -0
  1872. package/src/zuora_api/model/ExpandedExternalProductRatePlan.js +1 -1
  1873. package/src/zuora_api/model/ExpandedInvoice.js +25 -1
  1874. package/src/zuora_api/model/ExpandedInvoiceItem.js +58 -1
  1875. package/src/zuora_api/model/ExpandedInvoiceSchedule.js +274 -0
  1876. package/src/zuora_api/model/ExpandedInvoiceScheduleItem.js +275 -0
  1877. package/src/zuora_api/model/ExpandedOrderAction.js +33 -1
  1878. package/src/zuora_api/model/ExpandedOrderLineItem.js +61 -1
  1879. package/src/zuora_api/model/ExpandedOrders.js +21 -1
  1880. package/src/zuora_api/model/ExpandedPayment.js +14 -1
  1881. package/src/zuora_api/model/ExpandedPaymentApplication.js +1 -1
  1882. package/src/zuora_api/model/ExpandedPaymentMethod.js +1 -1
  1883. package/src/zuora_api/model/ExpandedPaymentMethodSnapshot.js +1 -1
  1884. package/src/zuora_api/model/ExpandedPaymentRun.js +1 -1
  1885. package/src/zuora_api/model/ExpandedPaymentSchedule.js +1 -1
  1886. package/src/zuora_api/model/ExpandedPaymentScheduleItem.js +14 -1
  1887. package/src/zuora_api/model/ExpandedPaymentScheduleItemPayment.js +191 -0
  1888. package/src/zuora_api/model/ExpandedPrepaidBalance.js +1 -1
  1889. package/src/zuora_api/model/ExpandedPrepaidBalanceFund.js +1 -1
  1890. package/src/zuora_api/model/ExpandedPrepaidBalanceTransaction.js +1 -1
  1891. package/src/zuora_api/model/ExpandedProcessedUsage.js +1 -9
  1892. package/src/zuora_api/model/ExpandedProduct.js +1 -1
  1893. package/src/zuora_api/model/ExpandedProductRatePlan.js +1 -1
  1894. package/src/zuora_api/model/ExpandedProductRatePlanCharge.js +1 -1
  1895. package/src/zuora_api/model/ExpandedProductRatePlanChargeTier.js +1 -1
  1896. package/src/zuora_api/model/ExpandedRatePlan.js +1 -1
  1897. package/src/zuora_api/model/ExpandedRatePlanCharge.js +17 -1
  1898. package/src/zuora_api/model/ExpandedRatePlanChargeTier.js +1 -1
  1899. package/src/zuora_api/model/ExpandedRatingDetail.js +665 -0
  1900. package/src/zuora_api/model/ExpandedRatingResult.js +1 -1
  1901. package/src/zuora_api/model/ExpandedRefund.js +1 -1
  1902. package/src/zuora_api/model/ExpandedRefundApplication.js +1 -1
  1903. package/src/zuora_api/model/ExpandedRefundApplicationItem.js +1 -1
  1904. package/src/zuora_api/model/ExpandedSubscription.js +25 -1
  1905. package/src/zuora_api/model/ExpandedSummaryStatement.js +1 -1
  1906. package/src/zuora_api/model/ExpandedSummaryStatementRun.js +1 -1
  1907. package/src/zuora_api/model/ExpandedTaxationItem.js +1 -1
  1908. package/src/zuora_api/model/ExpandedUsage.js +1 -1
  1909. package/src/zuora_api/model/ExpandedValidityPeriodSummary.js +1 -1
  1910. package/src/zuora_api/model/ExportWorkflowVersionResponse.js +1 -1
  1911. package/src/zuora_api/model/FailedReason.js +1 -1
  1912. package/src/zuora_api/model/FaultResponse.js +1 -1
  1913. package/src/zuora_api/model/FilterRuleParameterDefinition.js +1 -1
  1914. package/src/zuora_api/model/Fulfillment.js +1 -1
  1915. package/src/zuora_api/model/FulfillmentItem.js +1 -1
  1916. package/src/zuora_api/model/GETBookingDateBackfillJobById200Response.js +1 -1
  1917. package/src/zuora_api/model/GETDataBackfillJobById200Response.js +1 -1
  1918. package/src/zuora_api/model/GETListBookingDateBackfillJobs200Response.js +1 -1
  1919. package/src/zuora_api/model/GETListDataBackfillJobs200Response.js +1 -1
  1920. package/src/zuora_api/model/GatewayOptions.js +1 -1
  1921. package/src/zuora_api/model/GenerateBillingDocumentRequest.js +1 -1
  1922. package/src/zuora_api/model/GenerateBillingDocumentResponse.js +1 -1
  1923. package/src/zuora_api/model/GenerateBillingDocumentResponseCreditMemo.js +1 -1
  1924. package/src/zuora_api/model/GenerateBillingDocumentResponseInvoice.js +1 -1
  1925. package/src/zuora_api/model/GetAccountPMAccountHolderInfo.js +1 -1
  1926. package/src/zuora_api/model/GetAccountPaymentMethodResponse.js +1 -1
  1927. package/src/zuora_api/model/GetAccountingCodeResponse.js +1 -1
  1928. package/src/zuora_api/model/GetAccountingCodesResponse.js +1 -1
  1929. package/src/zuora_api/model/GetAccountingPeriodAllOfFieIdsResponse.js +14 -1
  1930. package/src/zuora_api/model/GetAccountingPeriodResponse.js +1 -1
  1931. package/src/zuora_api/model/GetAccountingPeriodWithoutSuccessResponse.js +1 -1
  1932. package/src/zuora_api/model/GetAccountingPeriodsResponse.js +1 -1
  1933. package/src/zuora_api/model/GetAllCustomObjectDefinitionsInNamespaceResponse.js +1 -1
  1934. package/src/zuora_api/model/GetApiVolumeSummaryResponse.js +1 -1
  1935. package/src/zuora_api/model/GetAsyncCreateOrderJobResponse.js +569 -0
  1936. package/src/zuora_api/model/GetAsyncOrderJobResponse.js +5 -9
  1937. package/src/zuora_api/model/GetAsyncOrderJobResponseResult.js +314 -0
  1938. package/src/zuora_api/model/GetAsyncPreviewOrderJobResponse.js +341 -0
  1939. package/src/zuora_api/model/GetAttachmentResponse.js +1 -1
  1940. package/src/zuora_api/model/GetAttachmentsResponse.js +1 -1
  1941. package/src/zuora_api/model/GetBIViewStatus200ResponseInner.js +1 -1
  1942. package/src/zuora_api/model/GetBatchQueryJobResponse.js +7 -3
  1943. package/src/zuora_api/model/GetBatchQueryResponse.js +3 -7
  1944. package/src/zuora_api/model/GetBillingAdjustmentsBySubscriptionNumberResponse.js +1 -1
  1945. package/src/zuora_api/model/GetBillingAdjustmentsResponse.js +1 -1
  1946. package/src/zuora_api/model/GetBillingDocVolumeSummaryResponse.js +1 -1
  1947. package/src/zuora_api/model/GetBillingDocumentFilesDeletionJobResponse.js +1 -1
  1948. package/src/zuora_api/model/GetBillingDocumentsResponse.js +1 -1
  1949. package/src/zuora_api/model/GetBillingPreviewRunResponse.js +1 -1
  1950. package/src/zuora_api/model/GetBulkPdfGenerationJobResponse.js +20 -1
  1951. package/src/zuora_api/model/GetBulkUpdateOrderLineItemsResponse.js +1 -1
  1952. package/src/zuora_api/model/GetCalloutHistoryVOType.js +1 -1
  1953. package/src/zuora_api/model/GetCalloutHistoryVOsType.js +1 -1
  1954. package/src/zuora_api/model/GetCatalogGroupResponse.js +1 -1
  1955. package/src/zuora_api/model/GetCatalogGroupsResponse.js +1 -1
  1956. package/src/zuora_api/model/GetChargeOverride.js +45 -1
  1957. package/src/zuora_api/model/GetCreditMemoItemPartResponse.js +1 -1
  1958. package/src/zuora_api/model/GetCreditMemoItemPartsResponse.js +1 -1
  1959. package/src/zuora_api/model/GetCreditMemoItemTaxationItems.js +1 -1
  1960. package/src/zuora_api/model/GetCreditMemoPartResponse.js +1 -1
  1961. package/src/zuora_api/model/GetCreditMemoPartsResponse.js +1 -1
  1962. package/src/zuora_api/model/GetCreditMemoPdfStatusBatchResponse.js +1 -1
  1963. package/src/zuora_api/model/GetCreditMemoPdfStatusResponse.js +1 -1
  1964. package/src/zuora_api/model/GetCreditMemoTaxItemFinanceInformation.js +1 -1
  1965. package/src/zuora_api/model/GetCreditMemoTaxItemResponse.js +1 -1
  1966. package/src/zuora_api/model/GetCreditMemoTaxationItemResponse.js +1 -1
  1967. package/src/zuora_api/model/GetCustomExchangeRatesDataType.js +1 -1
  1968. package/src/zuora_api/model/GetCustomExchangeRatesType.js +14 -1
  1969. package/src/zuora_api/model/GetDataLabelingJobResponse.js +182 -0
  1970. package/src/zuora_api/model/GetDataLabelingJobResponseProgress.js +112 -0
  1971. package/src/zuora_api/model/GetDataQueryJobResponse.js +1 -1
  1972. package/src/zuora_api/model/GetDataQueryJobsResponse.js +1 -1
  1973. package/src/zuora_api/model/GetDebitMemoApplicationPart.js +1 -1
  1974. package/src/zuora_api/model/GetDebitMemoApplicationPartsResponse.js +1 -1
  1975. package/src/zuora_api/model/GetDebitMemoItemFinanceInformation.js +1 -1
  1976. package/src/zuora_api/model/GetDebitMemoPdfStatusBatchResponse.js +1 -1
  1977. package/src/zuora_api/model/GetDebitMemoPdfStatusResponse.js +1 -1
  1978. package/src/zuora_api/model/GetDebitMemoTaxItem.js +1 -1
  1979. package/src/zuora_api/model/GetDebitMemoTaxItemFinanceInformation.js +1 -1
  1980. package/src/zuora_api/model/GetDebitMemoTaxItemNew.js +1 -1
  1981. package/src/zuora_api/model/GetEmailHistoryVOType.js +1 -1
  1982. package/src/zuora_api/model/GetEmailHistoryVOsType.js +1 -1
  1983. package/src/zuora_api/model/GetEventTriggers200Response.js +1 -1
  1984. package/src/zuora_api/model/GetFulfillment.js +1 -1
  1985. package/src/zuora_api/model/GetFulfillmentItem.js +1 -1
  1986. package/src/zuora_api/model/GetFulfillmentItemResponse.js +1 -1
  1987. package/src/zuora_api/model/GetFulfillmentResponse.js +1 -1
  1988. package/src/zuora_api/model/GetInvoiceApplicationPartRequest.js +1 -1
  1989. package/src/zuora_api/model/GetInvoiceApplicationPartsRequest.js +1 -1
  1990. package/src/zuora_api/model/GetInvoicePdfStatusBatchResponse.js +1 -1
  1991. package/src/zuora_api/model/GetInvoicePdfStatusResponse.js +1 -1
  1992. package/src/zuora_api/model/GetJournalEntriesInJournalRunResponse.js +1 -1
  1993. package/src/zuora_api/model/GetJournalEntryDetailResponse.js +1 -1
  1994. package/src/zuora_api/model/GetJournalEntryDetailTypeWithoutSuccess.js +1 -1
  1995. package/src/zuora_api/model/GetJournalEntryItemResponse.js +1 -1
  1996. package/src/zuora_api/model/GetJournalEntrySegmentResponse.js +1 -1
  1997. package/src/zuora_api/model/GetJournalRunResponse.js +1 -1
  1998. package/src/zuora_api/model/GetJournalRunTransactionResponse.js +1 -1
  1999. package/src/zuora_api/model/GetMassUpdateResponse.js +1 -1
  2000. package/src/zuora_api/model/GetMetricsBySubscriptionNumbersResponse.js +1 -1
  2001. package/src/zuora_api/model/GetOmniChannelSubscriptionResponse.js +479 -0
  2002. package/src/zuora_api/model/GetOrderActionRatePlanResponse.js +1 -1
  2003. package/src/zuora_api/model/GetOrderLineItem.js +1 -1
  2004. package/src/zuora_api/model/GetOrderLineItemResponse.js +1 -1
  2005. package/src/zuora_api/model/GetOrderResponse.js +1 -1
  2006. package/src/zuora_api/model/GetOrdersResponse.js +1 -1
  2007. package/src/zuora_api/model/GetPMAccountHolderInfo.js +1 -1
  2008. package/src/zuora_api/model/GetPaymentFinanceInformation.js +1 -1
  2009. package/src/zuora_api/model/GetPaymentItemPartResponse.js +1 -1
  2010. package/src/zuora_api/model/GetPaymentItemPartsResponse.js +1 -1
  2011. package/src/zuora_api/model/GetPaymentMethodForAccountResponse.js +1 -1
  2012. package/src/zuora_api/model/GetPaymentMethodResponseACHForAccount.js +1 -1
  2013. package/src/zuora_api/model/GetPaymentMethodResponseApplePayForAccount.js +1 -1
  2014. package/src/zuora_api/model/GetPaymentMethodResponseBankTransferForAccount.js +1 -1
  2015. package/src/zuora_api/model/GetPaymentMethodResponseCreditCardForAccount.js +1 -1
  2016. package/src/zuora_api/model/GetPaymentMethodResponseGooglePayForAccount.js +1 -1
  2017. package/src/zuora_api/model/GetPaymentMethodResponsePayPalForAccount.js +1 -1
  2018. package/src/zuora_api/model/GetPaymentPartResponse.js +1 -1
  2019. package/src/zuora_api/model/GetPaymentPartsResponse.js +1 -1
  2020. package/src/zuora_api/model/GetPaymentRunDataArrayResponse.js +1 -1
  2021. package/src/zuora_api/model/GetPaymentRunDataElementResponse.js +1 -1
  2022. package/src/zuora_api/model/GetPaymentRunDataTransactionElementResponse.js +1 -1
  2023. package/src/zuora_api/model/GetPaymentRunStatisticResponse.js +1 -1
  2024. package/src/zuora_api/model/GetPaymentRunSummaryResponse.js +1 -1
  2025. package/src/zuora_api/model/GetPaymentRunSummaryTotalValuesResponse.js +1 -1
  2026. package/src/zuora_api/model/GetPaymentRunsResponse.js +1 -1
  2027. package/src/zuora_api/model/GetPaymentScheduleStatisticResponse.js +1 -1
  2028. package/src/zuora_api/model/GetPaymentScheduleStatisticResponsePaymentScheduleItems.js +1 -1
  2029. package/src/zuora_api/model/GetPaymentSchedulesResponse.js +1 -1
  2030. package/src/zuora_api/model/GetPaymentVolumeSummaryResponse.js +1 -1
  2031. package/src/zuora_api/model/GetPaymentsResponse.js +1 -1
  2032. package/src/zuora_api/model/GetProductRatePlanChargeResponse.js +1 -1
  2033. package/src/zuora_api/model/GetProductRatePlanChargeTierResponse.js +1 -1
  2034. package/src/zuora_api/model/GetProductRatePlanResponse.js +1 -1
  2035. package/src/zuora_api/model/GetProductRatePlansByExternalIdResponse.js +1 -1
  2036. package/src/zuora_api/model/GetProductRatePlansByProductResponse.js +1 -1
  2037. package/src/zuora_api/model/GetProductResponse.js +1 -1
  2038. package/src/zuora_api/model/GetProductsResponse.js +1 -1
  2039. package/src/zuora_api/model/GetPublicEmailTemplateResponse.js +1 -1
  2040. package/src/zuora_api/model/GetPublicNotificationDefinitionResponse.js +1 -1
  2041. package/src/zuora_api/model/GetPublicNotificationDefinitionResponseCallout.js +1 -1
  2042. package/src/zuora_api/model/GetPublicNotificationDefinitionResponseFilterRule.js +1 -1
  2043. package/src/zuora_api/model/GetQueryEmailTemplates200Response.js +1 -1
  2044. package/src/zuora_api/model/GetQueryNotificationDefinitions200Response.js +1 -1
  2045. package/src/zuora_api/model/GetRampByRampNumberResponse.js +1 -1
  2046. package/src/zuora_api/model/GetRampMetricsByOrderNumberResponse.js +1 -1
  2047. package/src/zuora_api/model/GetRampMetricsByRampNumberResponse.js +1 -1
  2048. package/src/zuora_api/model/GetRampMetricsBySubscriptionKeyResponse.js +1 -1
  2049. package/src/zuora_api/model/GetRampsBySubscriptionKeyResponse.js +1 -1
  2050. package/src/zuora_api/model/GetRefundCreditMemoFinanceInformation.js +1 -1
  2051. package/src/zuora_api/model/GetRefundItemPartResponse.js +1 -1
  2052. package/src/zuora_api/model/GetRefundItemPartsResponse.js +1 -1
  2053. package/src/zuora_api/model/GetRefundPartResponse.js +1 -1
  2054. package/src/zuora_api/model/GetRefundPartsResponse.js +1 -1
  2055. package/src/zuora_api/model/GetRefundsResponse.js +1 -1
  2056. package/src/zuora_api/model/GetScheduledEventResponse.js +1 -1
  2057. package/src/zuora_api/model/GetScheduledEventResponseParametersValue.js +1 -1
  2058. package/src/zuora_api/model/GetScheduledEvents200Response.js +1 -1
  2059. package/src/zuora_api/model/GetSequenceSetResponse.js +1 -1
  2060. package/src/zuora_api/model/GetSequenceSetsResponse.js +1 -1
  2061. package/src/zuora_api/model/GetSubscriptionChangeLogResponse.js +1 -1
  2062. package/src/zuora_api/model/GetSubscriptionChangeLogsResponse.js +1 -1
  2063. package/src/zuora_api/model/GetSubscriptionProductFeature.js +1 -1
  2064. package/src/zuora_api/model/GetSubscriptionRatePlan.js +1 -1
  2065. package/src/zuora_api/model/GetSubscriptionRatePlanChargesWithAllSegments.js +49 -1
  2066. package/src/zuora_api/model/GetSubscriptionResponse.js +1 -1
  2067. package/src/zuora_api/model/GetSubscriptionsResponse.js +1 -1
  2068. package/src/zuora_api/model/GetTaxationItemResponse.js +1 -1
  2069. package/src/zuora_api/model/GetTaxationItemsOfCreditMemoItemResponse.js +1 -1
  2070. package/src/zuora_api/model/GetTaxationItemsOfDebitMemoItemResponse.js +1 -1
  2071. package/src/zuora_api/model/GetTaxationItemsResponse.js +1 -1
  2072. package/src/zuora_api/model/GetUsageRateDetailRequest.js +1 -1
  2073. package/src/zuora_api/model/GetUsageRateDetailRequestData.js +1 -1
  2074. package/src/zuora_api/model/GetUsageResponse.js +1 -1
  2075. package/src/zuora_api/model/GetUsagesByAccountResponse.js +1 -1
  2076. package/src/zuora_api/model/GetVersionsResponse.js +1 -1
  2077. package/src/zuora_api/model/GetWorkflowResponse.js +1 -1
  2078. package/src/zuora_api/model/GetWorkflowResponseTasks.js +1 -1
  2079. package/src/zuora_api/model/GetWorkflowsResponse.js +1 -1
  2080. package/src/zuora_api/model/GetWorkflowsResponsePagination.js +1 -1
  2081. package/src/zuora_api/model/HostedPageResponse.js +1 -1
  2082. package/src/zuora_api/model/HostedPagesResponse.js +1 -1
  2083. package/src/zuora_api/model/IneligibleBillingAdjustment.js +1 -1
  2084. package/src/zuora_api/model/InitialTerm.js +1 -1
  2085. package/src/zuora_api/model/IntervalPricing.js +1 -1
  2086. package/src/zuora_api/model/IntervalPricingTier.js +15 -1
  2087. package/src/zuora_api/model/Invoice.js +1 -1
  2088. package/src/zuora_api/model/InvoiceEntityPrefix.js +1 -1
  2089. package/src/zuora_api/model/InvoiceFile.js +1 -1
  2090. package/src/zuora_api/model/InvoiceFilesResponse.js +1 -1
  2091. package/src/zuora_api/model/InvoiceItem.js +1 -1
  2092. package/src/zuora_api/model/InvoiceItemObjectNSFields.js +1 -1
  2093. package/src/zuora_api/model/InvoiceItemPreviewResult.js +1 -1
  2094. package/src/zuora_api/model/InvoiceItemPreviewResultAdditionalInfo.js +1 -1
  2095. package/src/zuora_api/model/InvoiceItemPreviewResultTaxationItems.js +1 -1
  2096. package/src/zuora_api/model/InvoiceItemsResponse.js +1 -1
  2097. package/src/zuora_api/model/InvoiceObjectNSFields.js +1 -1
  2098. package/src/zuora_api/model/InvoicePostResponse.js +1 -1
  2099. package/src/zuora_api/model/InvoiceResponse.js +1 -1
  2100. package/src/zuora_api/model/InvoiceSchedule.js +1 -1
  2101. package/src/zuora_api/model/InvoiceScheduleCustomFields.js +1 -1
  2102. package/src/zuora_api/model/InvoiceScheduleItem.js +1 -1
  2103. package/src/zuora_api/model/InvoiceScheduleItemCustomFields.js +1 -1
  2104. package/src/zuora_api/model/InvoiceScheduleResponse.js +1 -1
  2105. package/src/zuora_api/model/InvoiceScheduleSubscription.js +1 -1
  2106. package/src/zuora_api/model/InvoiceTaxationItem.js +1 -1
  2107. package/src/zuora_api/model/Job.js +1 -1
  2108. package/src/zuora_api/model/LastTerm.js +1 -1
  2109. package/src/zuora_api/model/Linkage.js +1 -1
  2110. package/src/zuora_api/model/ListAllSettingsResponse.js +1 -1
  2111. package/src/zuora_api/model/ListOfExchangeRates.js +1 -1
  2112. package/src/zuora_api/model/MappingResponse.js +1 -1
  2113. package/src/zuora_api/model/{TemplateMigrationClientRequest.js → MigrateTenantSettingsRequest.js} +27 -27
  2114. package/src/zuora_api/model/{MigrationClientResponse.js → MigrateTenantSettingsResponse.js} +32 -32
  2115. package/src/zuora_api/model/MigrationComponentContent.js +1 -1
  2116. package/src/zuora_api/model/MigrationUpdateCustomObjectDefinitionsRequest.js +1 -1
  2117. package/src/zuora_api/model/MigrationUpdateCustomObjectDefinitionsResponse.js +1 -1
  2118. package/src/zuora_api/model/NotificationsHistoryDeletionTaskResponse.js +1 -1
  2119. package/src/zuora_api/model/ObjectPostImportRequest.js +1 -1
  2120. package/src/zuora_api/model/OmniChannelAccountData.js +181 -0
  2121. package/src/zuora_api/model/OneTimeFlatFeePricingOverride.js +1 -1
  2122. package/src/zuora_api/model/OneTimePerUnitPricingOverride.js +1 -1
  2123. package/src/zuora_api/model/OneTimeTieredPricingOverride.js +1 -1
  2124. package/src/zuora_api/model/OneTimeVolumePricingOverride.js +1 -1
  2125. package/src/zuora_api/model/OpenPaymentMethodTypeRequestFields.js +1 -1
  2126. package/src/zuora_api/model/OpenPaymentMethodTypeResponse.js +1 -1
  2127. package/src/zuora_api/model/OpenPaymentMethodTypeResponseFields.js +1 -1
  2128. package/src/zuora_api/model/OperationJobResponse.js +1 -1
  2129. package/src/zuora_api/model/Options.js +1 -1
  2130. package/src/zuora_api/model/Order.js +1 -1
  2131. package/src/zuora_api/model/OrderAction.js +1 -1
  2132. package/src/zuora_api/model/OrderActionAddProduct.js +1 -1
  2133. package/src/zuora_api/model/OrderActionCancelSubscription.js +1 -1
  2134. package/src/zuora_api/model/OrderActionChangePlan.js +1 -1
  2135. package/src/zuora_api/model/OrderActionCreateSubscription.js +27 -1
  2136. package/src/zuora_api/model/OrderActionCreateSubscriptionTerms.js +1 -1
  2137. package/src/zuora_api/model/OrderActionOwnerTransfer.js +14 -1
  2138. package/src/zuora_api/model/OrderActionRatePlanAmendment.js +10 -1
  2139. package/src/zuora_api/model/OrderActionRatePlanBillingUpdate.js +1 -1
  2140. package/src/zuora_api/model/OrderActionRatePlanChargeModelDataOverride.js +1 -1
  2141. package/src/zuora_api/model/OrderActionRatePlanChargeOverride.js +10 -1
  2142. package/src/zuora_api/model/OrderActionRatePlanChargeRemove.js +1 -1
  2143. package/src/zuora_api/model/OrderActionRatePlanChargeUpdate.js +10 -1
  2144. package/src/zuora_api/model/OrderActionRatePlanOrder.js +1 -1
  2145. package/src/zuora_api/model/OrderActionRatePlanOrderAction.js +1 -1
  2146. package/src/zuora_api/model/OrderActionRatePlanOverride.js +1 -1
  2147. package/src/zuora_api/model/OrderActionRatePlanPricingUpdate.js +1 -1
  2148. package/src/zuora_api/model/OrderActionRatePlanRecurringDeliveryPricingOverride.js +1 -1
  2149. package/src/zuora_api/model/OrderActionRatePlanRecurringDeliveryPricingUpdate.js +1 -1
  2150. package/src/zuora_api/model/OrderActionRatePlanRecurringFlatFeePricingOverride.js +1 -1
  2151. package/src/zuora_api/model/OrderActionRatePlanRecurringPerUnitPricingOverride.js +1 -1
  2152. package/src/zuora_api/model/OrderActionRatePlanRecurringTieredPricingOverride.js +1 -1
  2153. package/src/zuora_api/model/OrderActionRatePlanRecurringVolumePricingOverride.js +1 -1
  2154. package/src/zuora_api/model/OrderActionRatePlanRemoveProduct.js +1 -1
  2155. package/src/zuora_api/model/OrderActionRatePlanUpdate.js +1 -1
  2156. package/src/zuora_api/model/OrderActionRemoveProduct.js +1 -1
  2157. package/src/zuora_api/model/OrderActionRenewSubscription.js +1 -1
  2158. package/src/zuora_api/model/OrderActionResume.js +1 -1
  2159. package/src/zuora_api/model/OrderActionSuspend.js +1 -1
  2160. package/src/zuora_api/model/OrderActionTermsAndConditions.js +14 -1
  2161. package/src/zuora_api/model/OrderActionUpdateProduct.js +1 -1
  2162. package/src/zuora_api/model/OrderCreateAccount.js +1 -1
  2163. package/src/zuora_api/model/OrderCreateAccountContact.js +1 -1
  2164. package/src/zuora_api/model/OrderDeltaMetric.js +1 -1
  2165. package/src/zuora_api/model/OrderDeltaMrr.js +1 -1
  2166. package/src/zuora_api/model/OrderDeltaQty.js +230 -0
  2167. package/src/zuora_api/model/OrderDeltaTcb.js +1 -1
  2168. package/src/zuora_api/model/OrderDeltaTcv.js +1 -1
  2169. package/src/zuora_api/model/OrderExistingAccountDetails.js +1 -1
  2170. package/src/zuora_api/model/OrderItem.js +1 -1
  2171. package/src/zuora_api/model/OrderLineItem.js +1 -1
  2172. package/src/zuora_api/model/OrderMetric.js +1 -1
  2173. package/src/zuora_api/model/OrderRampIntervalMetrics.js +1 -1
  2174. package/src/zuora_api/model/OrderRampMetrics.js +1 -1
  2175. package/src/zuora_api/model/OrderSchedulingOptions.js +1 -1
  2176. package/src/zuora_api/model/OrderSubscriptions.js +1 -1
  2177. package/src/zuora_api/model/OrderSubscriptionsSubscriptionOwnerAccountDetails.js +1 -1
  2178. package/src/zuora_api/model/OrganizationLabel.js +1 -1
  2179. package/src/zuora_api/model/OverrideDiscountApplyDetail.js +1 -1
  2180. package/src/zuora_api/model/PATCHUpdateWorkflowRequest.js +1 -1
  2181. package/src/zuora_api/model/POSTCreateBookingDateBackfillJob200Response.js +1 -1
  2182. package/src/zuora_api/model/POSTCreateDataBackfillJob200Response.js +1 -1
  2183. package/src/zuora_api/model/POSTCreateDataBackfillJobRequest.js +1 -1
  2184. package/src/zuora_api/model/PUTStopBookingDateBackfillJobByIdRequest.js +1 -1
  2185. package/src/zuora_api/model/Payment.js +1 -1
  2186. package/src/zuora_api/model/PaymentData.js +1 -1
  2187. package/src/zuora_api/model/PaymentEntityPrefix.js +1 -1
  2188. package/src/zuora_api/model/PaymentGatewaysResponse.js +1 -1
  2189. package/src/zuora_api/model/PaymentGatwayResponse.js +1 -1
  2190. package/src/zuora_api/model/PaymentItemPart.js +1 -1
  2191. package/src/zuora_api/model/{AsyncOrderResultSubscriptionStatus.js → PaymentMethodCardBinInfoCardClass.js} +19 -12
  2192. package/src/zuora_api/model/PaymentMethodCardBinInfoProductType.js +46 -0
  2193. package/src/zuora_api/model/PaymentMethodObjectCustomFields.js +1 -1
  2194. package/src/zuora_api/model/PaymentMethodObjectCustomFieldsForAccount.js +1 -1
  2195. package/src/zuora_api/model/PaymentMethodRequestMandateInfo.js +1 -1
  2196. package/src/zuora_api/model/PaymentMethodRequestProcessingOptions.js +1 -1
  2197. package/src/zuora_api/model/PaymentMethodRequestTokens.js +138 -0
  2198. package/src/zuora_api/model/PaymentMethodResponse.js +14 -1
  2199. package/src/zuora_api/model/PaymentMethodResponseACH.js +1 -1
  2200. package/src/zuora_api/model/PaymentMethodResponseApplePay.js +1 -1
  2201. package/src/zuora_api/model/PaymentMethodResponseBankTransfer.js +1 -1
  2202. package/src/zuora_api/model/PaymentMethodResponseCardBinInfo.js +143 -0
  2203. package/src/zuora_api/model/PaymentMethodResponseCreditCard.js +1 -1
  2204. package/src/zuora_api/model/PaymentMethodResponseGooglePay.js +1 -1
  2205. package/src/zuora_api/model/PaymentMethodResponseMandateInfo.js +1 -1
  2206. package/src/zuora_api/model/PaymentMethodResponsePayPal.js +1 -1
  2207. package/src/zuora_api/model/PaymentMethodSnapshotResponse.js +1 -1
  2208. package/src/zuora_api/model/PaymentMethodTransactionLogResponse.js +1 -1
  2209. package/src/zuora_api/model/PaymentMethodUpdaterInstanceResponse.js +1 -1
  2210. package/src/zuora_api/model/PaymentMethodUpdaterInstancesResponse.js +1 -1
  2211. package/src/zuora_api/model/PaymentPart.js +1 -1
  2212. package/src/zuora_api/model/PaymentProfile.js +158 -0
  2213. package/src/zuora_api/model/PaymentRequestFinanceInformation.js +1 -1
  2214. package/src/zuora_api/model/PaymentResponse.js +1 -1
  2215. package/src/zuora_api/model/PaymentRun.js +14 -6
  2216. package/src/zuora_api/model/PaymentRunResponse.js +16 -7
  2217. package/src/zuora_api/model/PaymentSchedule.js +1 -1
  2218. package/src/zuora_api/model/PaymentScheduleBillingDocument.js +1 -1
  2219. package/src/zuora_api/model/PaymentScheduleItem.js +1 -1
  2220. package/src/zuora_api/model/PaymentScheduleItemResponse.js +1 -1
  2221. package/src/zuora_api/model/PaymentScheduleLinkedPaymentID.js +1 -1
  2222. package/src/zuora_api/model/PaymentSchedulePaymentOptionFields.js +1 -1
  2223. package/src/zuora_api/model/PaymentSchedulePaymentOptionFieldsDetail.js +1 -1
  2224. package/src/zuora_api/model/PaymentScheduleResponse.js +1 -1
  2225. package/src/zuora_api/model/PaymentTransactionLogResponse.js +1 -1
  2226. package/src/zuora_api/model/PaymentVolumeSummaryRecord.js +1 -1
  2227. package/src/zuora_api/model/PaymentWithCustomRates.js +1 -1
  2228. package/src/zuora_api/model/PostAsyncInvoiceRequest.js +1 -1
  2229. package/src/zuora_api/model/PostAttachmentResponse.js +1 -1
  2230. package/src/zuora_api/model/PostAttachmentsRequest.js +1 -1
  2231. package/src/zuora_api/model/PostBillRunRequest.js +1 -1
  2232. package/src/zuora_api/model/PostBusinessRegionsRequest.js +1 -1
  2233. package/src/zuora_api/model/PostCreateOrUpdateEmailTemplateRequest.js +1 -1
  2234. package/src/zuora_api/model/PostCreateOrUpdateEmailTemplateRequestFormat.js +1 -1
  2235. package/src/zuora_api/model/PostCreditMemoRequest.js +1 -1
  2236. package/src/zuora_api/model/PostCustomObjectDefinitionFieldDefinitionRequest.js +1 -1
  2237. package/src/zuora_api/model/PostCustomObjectDefinitionsRequest.js +1 -1
  2238. package/src/zuora_api/model/PostCustomObjectDefinitionsRequestDefinition.js +1 -1
  2239. package/src/zuora_api/model/PostCustomObjectRecordsRequest.js +1 -1
  2240. package/src/zuora_api/model/PostCustomObjectRecordsResponse.js +1 -1
  2241. package/src/zuora_api/model/PostEventTriggerRequest.js +1 -1
  2242. package/src/zuora_api/model/PostInvoiceRequest.js +1 -1
  2243. package/src/zuora_api/model/PostPublicEmailTemplateRequest.js +1 -1
  2244. package/src/zuora_api/model/PostPublicNotificationDefinitionRequest.js +1 -1
  2245. package/src/zuora_api/model/PostPublicNotificationDefinitionRequestCallout.js +1 -1
  2246. package/src/zuora_api/model/PostPublicNotificationDefinitionRequestFilterRule.js +1 -1
  2247. package/src/zuora_api/model/PostResendCalloutNotifications.js +1 -1
  2248. package/src/zuora_api/model/PostResendEmailNotifications.js +1 -1
  2249. package/src/zuora_api/model/PostRunWorkflow400Response.js +1 -1
  2250. package/src/zuora_api/model/PostRunWorkflow406Response.js +1 -1
  2251. package/src/zuora_api/model/PostScheduledEventRequest.js +1 -1
  2252. package/src/zuora_api/model/PostScheduledEventRequestParametersValue.js +1 -1
  2253. package/src/zuora_api/model/PostServiceProviderRequest.js +1 -1
  2254. package/src/zuora_api/model/PostWorkflowDefinitionImportRequest.js +1 -1
  2255. package/src/zuora_api/model/PostWorkflowVersionsImportRequest.js +1 -1
  2256. package/src/zuora_api/model/PreviewAccountInfo.js +1 -1
  2257. package/src/zuora_api/model/PreviewChargeMetrics.js +9 -1
  2258. package/src/zuora_api/model/PreviewChargeMetricsCmrr.js +1 -1
  2259. package/src/zuora_api/model/PreviewChargeMetricsTax.js +1 -1
  2260. package/src/zuora_api/model/PreviewChargeMetricsTcb.js +1 -1
  2261. package/src/zuora_api/model/PreviewChargeMetricsTcv.js +1 -1
  2262. package/src/zuora_api/model/PreviewContactInfo.js +1 -1
  2263. package/src/zuora_api/model/PreviewExistingSubscriptionCreditMemoItemResult.js +1 -1
  2264. package/src/zuora_api/model/PreviewExistingSubscriptionDiscountDetails.js +1 -1
  2265. package/src/zuora_api/model/PreviewExistingSubscriptionInvoiceItemResult.js +1 -1
  2266. package/src/zuora_api/model/PreviewExistingSubscriptionRequest.js +1 -1
  2267. package/src/zuora_api/model/PreviewExistingSubscriptionResponse.js +1 -1
  2268. package/src/zuora_api/model/PreviewExistingSubscriptionResultCreditMemos.js +1 -1
  2269. package/src/zuora_api/model/PreviewExistingSubscriptionResultInvoices.js +1 -1
  2270. package/src/zuora_api/model/PreviewOptions.js +15 -1
  2271. package/src/zuora_api/model/PreviewOrderAsyncRequest.js +1 -1
  2272. package/src/zuora_api/model/PreviewOrderAsyncResponse.js +1 -1
  2273. package/src/zuora_api/model/PreviewOrderChargeOverride.js +41 -1
  2274. package/src/zuora_api/model/PreviewOrderChargeUpdate.js +10 -1
  2275. package/src/zuora_api/model/PreviewOrderCreateSubscription.js +14 -1
  2276. package/src/zuora_api/model/PreviewOrderCreateSubscriptionTerms.js +1 -1
  2277. package/src/zuora_api/model/PreviewOrderOrderAction.js +1 -1
  2278. package/src/zuora_api/model/PreviewOrderPricingUpdate.js +1 -1
  2279. package/src/zuora_api/model/PreviewOrderRatePlanOverride.js +1 -1
  2280. package/src/zuora_api/model/PreviewOrderRatePlanUpdate.js +1 -1
  2281. package/src/zuora_api/model/PreviewOrderRequest.js +1 -1
  2282. package/src/zuora_api/model/PreviewOrderResponse.js +1 -1
  2283. package/src/zuora_api/model/PreviewOrderResult.js +1 -1
  2284. package/src/zuora_api/model/PreviewOrderResultChargeMetrics.js +1 -1
  2285. package/src/zuora_api/model/PreviewOrderResultCreditMemos.js +1 -1
  2286. package/src/zuora_api/model/PreviewOrderResultDeltaMetrics.js +20 -1
  2287. package/src/zuora_api/model/PreviewOrderResultInvoices.js +1 -1
  2288. package/src/zuora_api/model/PreviewOrderSubscriptionOwnerAccount.js +1 -1
  2289. package/src/zuora_api/model/PreviewOrderSubscriptions.js +1 -1
  2290. package/src/zuora_api/model/PreviewOrderSubscriptionsAsync.js +1 -1
  2291. package/src/zuora_api/model/PreviewPaymentSchedule.js +1 -1
  2292. package/src/zuora_api/model/PreviewResultOrderMetricsInner.js +1 -1
  2293. package/src/zuora_api/model/PreviewResultOrderMetricsInnerOrderActionsInner.js +1 -1
  2294. package/src/zuora_api/model/PreviewStartDate.js +1 -1
  2295. package/src/zuora_api/model/PreviewSubscriptionAccountInfo.js +1 -1
  2296. package/src/zuora_api/model/PreviewSubscriptionBillToContact.js +1 -1
  2297. package/src/zuora_api/model/PreviewSubscriptionInvoice.js +1 -1
  2298. package/src/zuora_api/model/PreviewSubscriptionInvoiceItem.js +1 -1
  2299. package/src/zuora_api/model/PreviewSubscriptionRequest.js +1 -1
  2300. package/src/zuora_api/model/PreviewSubscriptionResponse.js +1 -1
  2301. package/src/zuora_api/model/PreviewThroughDate.js +1 -1
  2302. package/src/zuora_api/model/PriceChangeParams.js +1 -1
  2303. package/src/zuora_api/model/PricingUpdate.js +1 -1
  2304. package/src/zuora_api/model/ProcessingOptions.js +1 -1
  2305. package/src/zuora_api/model/ProcessingOptionsWithDelayedCapturePayment.js +1 -1
  2306. package/src/zuora_api/model/Product.js +1 -1
  2307. package/src/zuora_api/model/ProductFeature.js +1 -1
  2308. package/src/zuora_api/model/ProductObjectNSFields.js +1 -1
  2309. package/src/zuora_api/model/ProductRatePlan.js +1 -1
  2310. package/src/zuora_api/model/ProductRatePlanCharge.js +1 -1
  2311. package/src/zuora_api/model/ProductRatePlanChargeFinanceInformation.js +202 -0
  2312. package/src/zuora_api/model/ProductRatePlanChargeObjectNSFields.js +1 -1
  2313. package/src/zuora_api/model/ProductRatePlanChargeTier.js +1 -1
  2314. package/src/zuora_api/model/ProductRatePlanChargeTierData.js +1 -1
  2315. package/src/zuora_api/model/ProductRatePlanObjectNSFields.js +1 -1
  2316. package/src/zuora_api/model/ProductRatePlanWithExternalId.js +1 -1
  2317. package/src/zuora_api/model/ProxyActioncreateRequest.js +1 -1
  2318. package/src/zuora_api/model/ProxyActiondeleteRequest.js +1 -1
  2319. package/src/zuora_api/model/ProxyActionqueryMoreRequest.js +1 -1
  2320. package/src/zuora_api/model/ProxyActionqueryMoreRequestConf.js +1 -1
  2321. package/src/zuora_api/model/ProxyActionqueryMoreResponse.js +1 -1
  2322. package/src/zuora_api/model/ProxyActionqueryRequest.js +1 -1
  2323. package/src/zuora_api/model/ProxyActionqueryResponse.js +1 -1
  2324. package/src/zuora_api/model/ProxyActionupdateRequest.js +1 -1
  2325. package/src/zuora_api/model/ProxyBadRequestResponse.js +1 -1
  2326. package/src/zuora_api/model/ProxyBadRequestResponseErrorsInner.js +1 -1
  2327. package/src/zuora_api/model/ProxyCreateOrModifyResponse.js +1 -1
  2328. package/src/zuora_api/model/ProxyCreateTaxationItemRequest.js +1 -1
  2329. package/src/zuora_api/model/ProxyDeleteResponse.js +1 -1
  2330. package/src/zuora_api/model/ProxyGetImport.js +1 -1
  2331. package/src/zuora_api/model/ProxyNoDataResponse.js +1 -1
  2332. package/src/zuora_api/model/ProxyPostImport.js +1 -1
  2333. package/src/zuora_api/model/ProxyUnauthorizedResponse.js +1 -1
  2334. package/src/zuora_api/model/PutAttachmentRequest.js +1 -1
  2335. package/src/zuora_api/model/PutBusinessRegionRequest.js +1 -1
  2336. package/src/zuora_api/model/PutEventTriggerRequest.js +1 -1
  2337. package/src/zuora_api/model/PutEventTriggerRequestEventType.js +1 -1
  2338. package/src/zuora_api/model/PutPublicEmailTemplateRequest.js +1 -1
  2339. package/src/zuora_api/model/PutPublicNotificationDefinitionRequest.js +1 -1
  2340. package/src/zuora_api/model/PutPublicNotificationDefinitionRequestCallout.js +1 -1
  2341. package/src/zuora_api/model/PutPublicNotificationDefinitionRequestFilterRule.js +1 -1
  2342. package/src/zuora_api/model/PutRevproAccCodeResponse.js +1 -1
  2343. package/src/zuora_api/model/PutScheduledEventRequest.js +1 -1
  2344. package/src/zuora_api/model/PutServiceProviderRequest.js +1 -1
  2345. package/src/zuora_api/model/PutTasksRequest.js +1 -1
  2346. package/src/zuora_api/model/QuantityForUsageCharges.js +1 -1
  2347. package/src/zuora_api/model/QueryAccountsResponse.js +12 -12
  2348. package/src/zuora_api/model/QueryAmendmentsResponse.js +12 -12
  2349. package/src/zuora_api/model/QueryBillingRunsResponse.js +12 -12
  2350. package/src/zuora_api/model/QueryContactsResponse.js +12 -12
  2351. package/src/zuora_api/model/QueryCreditMemoApplicationsResponse.js +12 -12
  2352. package/src/zuora_api/model/QueryCreditMemoItemsResponse.js +12 -12
  2353. package/src/zuora_api/model/QueryCreditMemosResponse.js +12 -12
  2354. package/src/zuora_api/model/QueryCustomObjectRecordsResponse.js +1 -1
  2355. package/src/zuora_api/model/QueryCustomObjectsResponse.js +12 -12
  2356. package/src/zuora_api/model/QueryDailyConsumptionSummarysResponse.js +12 -12
  2357. package/src/zuora_api/model/QueryDebitMemoItemsResponse.js +12 -12
  2358. package/src/zuora_api/model/QueryDebitMemosResponse.js +12 -12
  2359. package/src/zuora_api/model/QueryInvoiceItemsResponse.js +12 -12
  2360. package/src/zuora_api/model/QueryInvoiceSchedulesResponse.js +115 -0
  2361. package/src/zuora_api/model/QueryInvoicesResponse.js +12 -12
  2362. package/src/zuora_api/model/QueryOrderActionsResponse.js +12 -12
  2363. package/src/zuora_api/model/QueryOrderLineItemsResponse.js +12 -12
  2364. package/src/zuora_api/model/QueryOrderssResponse.js +12 -12
  2365. package/src/zuora_api/model/QueryPaymentApplicationsResponse.js +12 -12
  2366. package/src/zuora_api/model/QueryPaymentMethodSnapshotsResponse.js +12 -12
  2367. package/src/zuora_api/model/QueryPaymentMethodsResponse.js +12 -12
  2368. package/src/zuora_api/model/QueryPaymentRunsResponse.js +12 -12
  2369. package/src/zuora_api/model/QueryPaymentScheduleItemsResponse.js +12 -12
  2370. package/src/zuora_api/model/QueryPaymentSchedulesResponse.js +12 -12
  2371. package/src/zuora_api/model/QueryPaymentsResponse.js +12 -12
  2372. package/src/zuora_api/model/QueryPrepaidBalanceFundsResponse.js +12 -12
  2373. package/src/zuora_api/model/QueryPrepaidBalanceTransactionsResponse.js +12 -12
  2374. package/src/zuora_api/model/QueryPrepaidBalancesResponse.js +12 -12
  2375. package/src/zuora_api/model/QueryProcessedUsagesResponse.js +12 -12
  2376. package/src/zuora_api/model/QueryProductRatePlanChargeTiersResponse.js +12 -12
  2377. package/src/zuora_api/model/QueryProductRatePlanChargesResponse.js +12 -12
  2378. package/src/zuora_api/model/QueryProductRatePlansResponse.js +12 -12
  2379. package/src/zuora_api/model/QueryProductsResponse.js +12 -12
  2380. package/src/zuora_api/model/QueryRatePlanChargeTiersResponse.js +12 -12
  2381. package/src/zuora_api/model/QueryRatePlanChargesResponse.js +12 -12
  2382. package/src/zuora_api/model/QueryRatePlansResponse.js +12 -12
  2383. package/src/zuora_api/model/QueryRatingDetailsResponse.js +115 -0
  2384. package/src/zuora_api/model/QueryRatingResultsResponse.js +12 -12
  2385. package/src/zuora_api/model/QueryRefundApplicationItemsResponse.js +12 -12
  2386. package/src/zuora_api/model/QueryRefundApplicationsResponse.js +12 -12
  2387. package/src/zuora_api/model/QueryRefundsResponse.js +12 -12
  2388. package/src/zuora_api/model/QuerySubscriptionsResponse.js +12 -12
  2389. package/src/zuora_api/model/QuerySummaryStatementRunsResponse.js +12 -12
  2390. package/src/zuora_api/model/QuerySummaryStatementsResponse.js +12 -12
  2391. package/src/zuora_api/model/QueryTaxationItemsResponse.js +12 -12
  2392. package/src/zuora_api/model/QueryUsagesResponse.js +12 -12
  2393. package/src/zuora_api/model/QueryValidityPeriodSummarysResponse.js +12 -12
  2394. package/src/zuora_api/model/QuoteObjectFields.js +1 -1
  2395. package/src/zuora_api/model/RSASignatureResponse.js +1 -1
  2396. package/src/zuora_api/model/RampChargeRequest.js +1 -1
  2397. package/src/zuora_api/model/RampChargeResponse.js +1 -1
  2398. package/src/zuora_api/model/RampIntervalChargeDeltaMetrics.js +1 -1
  2399. package/src/zuora_api/model/RampIntervalChargeDeltaMetricsDeltaMrrInner.js +1 -1
  2400. package/src/zuora_api/model/RampIntervalChargeDeltaMetricsDeltaQuantityInner.js +1 -1
  2401. package/src/zuora_api/model/RampIntervalChargeMetrics.js +1 -1
  2402. package/src/zuora_api/model/RampIntervalChargeMetricsMrrInner.js +1 -1
  2403. package/src/zuora_api/model/RampIntervalMetrics.js +1 -1
  2404. package/src/zuora_api/model/RampIntervalRequest.js +1 -1
  2405. package/src/zuora_api/model/RampIntervalResponse.js +1 -1
  2406. package/src/zuora_api/model/RampMetrics.js +1 -1
  2407. package/src/zuora_api/model/RampResponse.js +1 -1
  2408. package/src/zuora_api/model/RatePlan.js +1 -1
  2409. package/src/zuora_api/model/RatePlanChangeLog.js +1 -1
  2410. package/src/zuora_api/model/RatePlanChargeChangeLog.js +1 -1
  2411. package/src/zuora_api/model/RatePlanChargeObjectCustomFields.js +1 -1
  2412. package/src/zuora_api/model/RatePlanChargeOverridePricing.js +1 -1
  2413. package/src/zuora_api/model/RatePlanChargeSegment.js +69 -1
  2414. package/src/zuora_api/model/RatePlanChargeSegmentInfo.js +49 -1
  2415. package/src/zuora_api/model/RatePlanChargeTier.js +10 -1
  2416. package/src/zuora_api/model/RatePlanFeatureOverride.js +1 -1
  2417. package/src/zuora_api/model/RatePlanObjectCustomFields.js +1 -1
  2418. package/src/zuora_api/model/RatePlanOverride.js +1 -1
  2419. package/src/zuora_api/model/RatePlanUpdate.js +1 -1
  2420. package/src/zuora_api/model/RatingPropertiesOverride.js +1 -1
  2421. package/src/zuora_api/model/ReconcileRefundRequest.js +1 -1
  2422. package/src/zuora_api/model/RecurringDeliveryPricingOverride.js +1 -1
  2423. package/src/zuora_api/model/RecurringDeliveryPricingUpdate.js +1 -1
  2424. package/src/zuora_api/model/RecurringFlatFeePricingOverride.js +1 -1
  2425. package/src/zuora_api/model/RecurringFlatFeePricingUpdate.js +1 -1
  2426. package/src/zuora_api/model/RecurringPerUnitPricingOverride.js +1 -1
  2427. package/src/zuora_api/model/RecurringPerUnitPricingUpdate.js +1 -1
  2428. package/src/zuora_api/model/RecurringTieredPricingOverride.js +1 -1
  2429. package/src/zuora_api/model/RecurringTieredPricingUpdate.js +1 -1
  2430. package/src/zuora_api/model/RecurringVolumePricingOverride.js +1 -1
  2431. package/src/zuora_api/model/RecurringVolumePricingUpdate.js +1 -1
  2432. package/src/zuora_api/model/Refund.js +14 -1
  2433. package/src/zuora_api/model/RefundCreditMemoItemRequest.js +1 -1
  2434. package/src/zuora_api/model/RefundCreditMemoRequest.js +1 -1
  2435. package/src/zuora_api/model/RefundCreditMemoResponse.js +1 -1
  2436. package/src/zuora_api/model/RefundEntityPrefix.js +1 -1
  2437. package/src/zuora_api/model/RefundItemPart.js +1 -1
  2438. package/src/zuora_api/model/RefundObjectCustomFields.js +1 -1
  2439. package/src/zuora_api/model/RefundObjectNSFields.js +1 -1
  2440. package/src/zuora_api/model/RefundPart.js +1 -1
  2441. package/src/zuora_api/model/RefundRequestFinanceInformation.js +1 -1
  2442. package/src/zuora_api/model/RefundResponse.js +18 -1
  2443. package/src/zuora_api/model/RegenerateBillingRequest.js +1 -1
  2444. package/src/zuora_api/model/RegenerateBookingRequest.js +1 -1
  2445. package/src/zuora_api/model/RegenerateRevRecEventsResponse.js +1 -1
  2446. package/src/zuora_api/model/RegenerateTransactionObjectResponse.js +1 -1
  2447. package/src/zuora_api/model/RejectPaymentRequest.js +1 -1
  2448. package/src/zuora_api/model/RemoveCatalogGroupProductRatePlan.js +1 -1
  2449. package/src/zuora_api/model/RemoveSubscriptionRatePlan.js +1 -1
  2450. package/src/zuora_api/model/RenewSubscriptionRequest.js +1 -1
  2451. package/src/zuora_api/model/RenewSubscriptionResponse.js +1 -1
  2452. package/src/zuora_api/model/RenewalTerm.js +1 -1
  2453. package/src/zuora_api/model/ReportDownloadErrorResponse.js +1 -1
  2454. package/src/zuora_api/model/ReportFileNotExistsResponse.js +1 -1
  2455. package/src/zuora_api/model/ReportListErrorResponse.js +1 -1
  2456. package/src/zuora_api/model/ReportListResponse.js +1 -1
  2457. package/src/zuora_api/model/ResendCalloutNotificationsFailedResponse.js +1 -1
  2458. package/src/zuora_api/model/ResendCalloutNotificationsFailedResponseValue.js +1 -1
  2459. package/src/zuora_api/model/ResendEmailNotificationsFailedResponse.js +1 -1
  2460. package/src/zuora_api/model/ResendEmailNotificationsFailedResponseValue.js +1 -1
  2461. package/src/zuora_api/model/ResumeSubscriptionRequest.js +1 -1
  2462. package/src/zuora_api/model/ResumeSubscriptionResponse.js +1 -1
  2463. package/src/zuora_api/model/RetrieveDeploymentResponse.js +237 -0
  2464. package/src/zuora_api/model/RetrieveDeploymentResponseFailedInner.js +138 -0
  2465. package/src/zuora_api/model/RetrieveDeploymentResponseSkippedInner.js +138 -0
  2466. package/src/zuora_api/model/RetrieveDeploymentResponseSucceededInner.js +125 -0
  2467. package/src/zuora_api/model/RetrieveDeploymentResponseTargetTenant.js +125 -0
  2468. package/src/zuora_api/model/RetryPaymentScheduleItem.js +1 -1
  2469. package/src/zuora_api/model/RetryPaymentScheduleItemRequest.js +1 -1
  2470. package/src/zuora_api/model/RetryPaymentScheduleItemResponse.js +1 -1
  2471. package/src/zuora_api/model/ReverseCreditMemoRequest.js +1 -1
  2472. package/src/zuora_api/model/ReverseCreditMemoResponse.js +1 -1
  2473. package/src/zuora_api/model/ReverseCreditMemoResponseCreditMemo.js +1 -1
  2474. package/src/zuora_api/model/ReverseCreditMemoResponseDebitMemo.js +1 -1
  2475. package/src/zuora_api/model/ReverseInvoiceRequest.js +1 -1
  2476. package/src/zuora_api/model/ReverseInvoiceResponse.js +1 -1
  2477. package/src/zuora_api/model/ReverseInvoiceResponseCreditMemo.js +1 -1
  2478. package/src/zuora_api/model/ReverseInvoiceResponseDebitMemo.js +1 -1
  2479. package/src/zuora_api/model/ReversePaymentRequest.js +1 -1
  2480. package/src/zuora_api/model/RevertDeploymentResponse.js +251 -0
  2481. package/src/zuora_api/model/RevertOrderRequest.js +1 -1
  2482. package/src/zuora_api/model/RevertOrderResponse.js +1 -1
  2483. package/src/zuora_api/model/RevproAccountingCodes.js +1 -1
  2484. package/src/zuora_api/model/SaveResult.js +1 -1
  2485. package/src/zuora_api/model/ServiceProvider.js +1 -1
  2486. package/src/zuora_api/model/ServiceProviderResponse.js +1 -1
  2487. package/src/zuora_api/model/SettingComponentKeyValue.js +1 -1
  2488. package/src/zuora_api/model/SettingItemHttpOperation.js +1 -1
  2489. package/src/zuora_api/model/SettingItemHttpRequestParameter.js +1 -1
  2490. package/src/zuora_api/model/SettingItemWithOperationsInformation.js +1 -1
  2491. package/src/zuora_api/model/{SettingSourceComponentResponse.js → SettingSourceComponent.js} +24 -24
  2492. package/src/zuora_api/model/SettingValueRequest.js +1 -1
  2493. package/src/zuora_api/model/SettingValueResponse.js +1 -1
  2494. package/src/zuora_api/model/SettingValueResponseWrapper.js +1 -1
  2495. package/src/zuora_api/model/SettingsBatchRequest.js +1 -1
  2496. package/src/zuora_api/model/SettingsBatchResponse.js +1 -1
  2497. package/src/zuora_api/model/SettlePaymentRequest.js +1 -1
  2498. package/src/zuora_api/model/SignUpCreatePMPayPalECPayPalNativeEC.js +1 -1
  2499. package/src/zuora_api/model/SignUpCreatePaymentMethodCardholderInfo.js +1 -1
  2500. package/src/zuora_api/model/SignUpCreatePaymentMethodCommon.js +1 -1
  2501. package/src/zuora_api/model/SignUpCreatePaymentMethodCreditCard.js +1 -1
  2502. package/src/zuora_api/model/SignUpCreatePaymentMethodCreditCardReferenceTransaction.js +1 -1
  2503. package/src/zuora_api/model/SignUpCreatePaymentMethodPayPalAdaptive.js +1 -1
  2504. package/src/zuora_api/model/SignUpPaymentMethod.js +1 -1
  2505. package/src/zuora_api/model/SignUpPaymentMethodObjectCustomFields.js +1 -1
  2506. package/src/zuora_api/model/SignUpRequest.js +1 -1
  2507. package/src/zuora_api/model/SignUpResponse.js +1 -1
  2508. package/src/zuora_api/model/SignUpResponseReasons.js +1 -1
  2509. package/src/zuora_api/model/SignUpTaxInfo.js +1 -1
  2510. package/src/zuora_api/model/SignedUrlInvalidReportResponse.js +1 -1
  2511. package/src/zuora_api/model/SignedUrlReportNotFoundResponse.js +1 -1
  2512. package/src/zuora_api/model/SignedUrlSuccessResponse.js +1 -1
  2513. package/src/zuora_api/model/StageErrorNoRecordResponse.js +1 -1
  2514. package/src/zuora_api/model/StageErrorResponse.js +1 -1
  2515. package/src/zuora_api/model/StageErrorResponseResultInner.js +1 -1
  2516. package/src/zuora_api/model/StoredCredentialProfileResponse.js +1 -1
  2517. package/src/zuora_api/model/StoredCredentialProfilesResponse.js +1 -1
  2518. package/src/zuora_api/model/SubmitDataLabelingJobRequest.js +194 -0
  2519. package/src/zuora_api/model/SubmitDataLabelingJobResponse.js +147 -0
  2520. package/src/zuora_api/model/SubmitDataQueryRequest.js +1 -1
  2521. package/src/zuora_api/model/SubmitDataQueryRequestOutput.js +1 -1
  2522. package/src/zuora_api/model/SubmitDataQueryResponse.js +1 -1
  2523. package/src/zuora_api/model/SubscribeToProduct.js +1 -1
  2524. package/src/zuora_api/model/SubscriptionChangeLog.js +1 -1
  2525. package/src/zuora_api/model/SubscriptionCreditMemo.js +1 -1
  2526. package/src/zuora_api/model/SubscriptionCreditMemoItem.js +1 -1
  2527. package/src/zuora_api/model/SubscriptionData.js +1 -1
  2528. package/src/zuora_api/model/SubscriptionMetrics.js +1 -1
  2529. package/src/zuora_api/model/SubscriptionObjectNSFields.js +1 -1
  2530. package/src/zuora_api/model/SubscriptionObjectQTFields.js +1 -1
  2531. package/src/zuora_api/model/SubscriptionProductFeature.js +1 -1
  2532. package/src/zuora_api/model/SubscriptionRatePlan.js +1 -1
  2533. package/src/zuora_api/model/SubscriptionStatusHistory.js +1 -1
  2534. package/src/zuora_api/model/SubscriptionTaxationItem.js +1 -1
  2535. package/src/zuora_api/model/SuspendSubscriptionRequest.js +1 -1
  2536. package/src/zuora_api/model/SuspendSubscriptionResponse.js +1 -1
  2537. package/src/zuora_api/model/SystemHealthErrorResponse.js +1 -1
  2538. package/src/zuora_api/model/Task.js +1 -1
  2539. package/src/zuora_api/model/TasksResponse.js +1 -1
  2540. package/src/zuora_api/model/TasksResponsePagination.js +1 -1
  2541. package/src/zuora_api/model/TaxInfo.js +1 -1
  2542. package/src/zuora_api/model/TaxItemsFinanceInformation.js +1 -1
  2543. package/src/zuora_api/model/TaxationItem.js +1 -1
  2544. package/src/zuora_api/model/TaxationItemFinanceInformation.js +1 -1
  2545. package/src/zuora_api/model/TaxationItemsData.js +1 -1
  2546. package/src/zuora_api/model/TaxationItemsDataResponse.js +1 -1
  2547. package/src/zuora_api/model/TermInfo.js +1 -1
  2548. package/src/zuora_api/model/Tier.js +1 -1
  2549. package/src/zuora_api/model/TimeSlicedElpNetMetrics.js +1 -1
  2550. package/src/zuora_api/model/TimeSlicedMetrics.js +1 -1
  2551. package/src/zuora_api/model/TimeSlicedNetMetrics.js +1 -1
  2552. package/src/zuora_api/model/TimeSlicedTcbNetMetrics.js +1 -1
  2553. package/src/zuora_api/model/TokenResponse.js +1 -1
  2554. package/src/zuora_api/model/TransferContactRequest.js +106 -0
  2555. package/src/zuora_api/model/TransferPayment.js +1 -1
  2556. package/src/zuora_api/model/TriggerDate.js +1 -1
  2557. package/src/zuora_api/model/TriggerParams.js +1 -1
  2558. package/src/zuora_api/model/UnapplyCreditMemoItemToDebitMemoItem.js +1 -1
  2559. package/src/zuora_api/model/UnapplyCreditMemoItemToInvoiceItem.js +1 -1
  2560. package/src/zuora_api/model/UnapplyCreditMemoRequest.js +1 -1
  2561. package/src/zuora_api/model/UnapplyCreditMemoToDebitMemo.js +1 -1
  2562. package/src/zuora_api/model/UnapplyCreditMemoToInvoice.js +1 -1
  2563. package/src/zuora_api/model/UnapplyPaymentDebitMemoApplication.js +1 -1
  2564. package/src/zuora_api/model/UnapplyPaymentDebitMemoApplicationItem.js +1 -1
  2565. package/src/zuora_api/model/UnapplyPaymentInvoiceApplication.js +1 -1
  2566. package/src/zuora_api/model/UnapplyPaymentInvoiceApplicationItem.js +1 -1
  2567. package/src/zuora_api/model/UnapplyPaymentRequest.js +1 -1
  2568. package/src/zuora_api/model/UpdateAccountContact.js +1 -1
  2569. package/src/zuora_api/model/UpdateAccountRequest.js +1 -1
  2570. package/src/zuora_api/model/UpdateAccountingCodeRequest.js +1 -1
  2571. package/src/zuora_api/model/UpdateAccountingPeriodRequest.js +1 -1
  2572. package/src/zuora_api/model/UpdateBasicSummaryJournalEntryRequest.js +1 -1
  2573. package/src/zuora_api/model/UpdateCatalogGroupRequest.js +1 -1
  2574. package/src/zuora_api/model/UpdateContactRequest.js +1 -1
  2575. package/src/zuora_api/model/UpdateCreditMemoItem.js +1 -1
  2576. package/src/zuora_api/model/UpdateCreditMemoRequest.js +1 -1
  2577. package/src/zuora_api/model/UpdateCreditMemoTaxItemFinanceInformation.js +1 -1
  2578. package/src/zuora_api/model/UpdateCreditMemoTaxItemRequest.js +1 -1
  2579. package/src/zuora_api/model/UpdateCreditMemoWithId.js +1 -1
  2580. package/src/zuora_api/model/UpdateCustomObjectCusotmField.js +1 -1
  2581. package/src/zuora_api/model/UpdateDebitMemoItem.js +1 -1
  2582. package/src/zuora_api/model/UpdateDebitMemoRequest.js +1 -1
  2583. package/src/zuora_api/model/UpdateDebitMemoTaxItemFinanceInformation.js +1 -1
  2584. package/src/zuora_api/model/UpdateDebitMemoTaxItemRequest.js +1 -1
  2585. package/src/zuora_api/model/UpdateDebitMemoWithId.js +1 -1
  2586. package/src/zuora_api/model/UpdateDebitMemosDueDatesRequest.js +1 -1
  2587. package/src/zuora_api/model/UpdateDiscountInvoiceItem.js +1 -1
  2588. package/src/zuora_api/model/UpdateFulfillmentItemRequest.js +1 -1
  2589. package/src/zuora_api/model/UpdateFulfillmentRequest.js +1 -1
  2590. package/src/zuora_api/model/UpdateInvoiceItem.js +1 -1
  2591. package/src/zuora_api/model/UpdateInvoiceRequest.js +1 -1
  2592. package/src/zuora_api/model/UpdateInvoiceResponse.js +1 -1
  2593. package/src/zuora_api/model/UpdateInvoiceScheduleItem.js +1 -1
  2594. package/src/zuora_api/model/UpdateInvoiceScheduleRequest.js +1 -1
  2595. package/src/zuora_api/model/UpdateJournalEntryItemRequest.js +1 -1
  2596. package/src/zuora_api/model/UpdateOpenPaymentMethodTypeRequest.js +1 -1
  2597. package/src/zuora_api/model/UpdateOrderAction.js +1 -1
  2598. package/src/zuora_api/model/UpdateOrderActionChargeTriggerDate.js +1 -1
  2599. package/src/zuora_api/model/UpdateOrderActionRequest.js +1 -1
  2600. package/src/zuora_api/model/UpdateOrderActionTriggerDate.js +1 -1
  2601. package/src/zuora_api/model/UpdateOrderActionTriggerDates.js +1 -1
  2602. package/src/zuora_api/model/UpdateOrderActionTriggerDatesRequest.js +1 -1
  2603. package/src/zuora_api/model/UpdateOrderCustomFieldsRequest.js +1 -1
  2604. package/src/zuora_api/model/UpdateOrderLineItem.js +1 -1
  2605. package/src/zuora_api/model/UpdateOrderLineItemRequest.js +1 -1
  2606. package/src/zuora_api/model/UpdateOrderRequest.js +1 -1
  2607. package/src/zuora_api/model/UpdateOrderSubscriptionsCustomFields.js +1 -1
  2608. package/src/zuora_api/model/UpdateOrderSubscriptionsOrderActionsCustomFields.js +1 -1
  2609. package/src/zuora_api/model/UpdateOrderTriggerDateResponse.js +1 -1
  2610. package/src/zuora_api/model/UpdateOrderTriggerDatesRequest.js +1 -1
  2611. package/src/zuora_api/model/UpdateOrderTriggerDatesResponse.js +1 -1
  2612. package/src/zuora_api/model/UpdatePaymentMethodRequest.js +1 -1
  2613. package/src/zuora_api/model/UpdatePaymentMethodRequestCreditCardInfo.js +1 -1
  2614. package/src/zuora_api/model/UpdatePaymentMethodResponse.js +1 -1
  2615. package/src/zuora_api/model/UpdatePaymentRequest.js +1 -1
  2616. package/src/zuora_api/model/UpdatePaymentRunRequest.js +1 -1
  2617. package/src/zuora_api/model/UpdatePaymentScheduleItemRequest.js +1 -1
  2618. package/src/zuora_api/model/UpdatePaymentScheduleRequest.js +1 -1
  2619. package/src/zuora_api/model/UpdateProductRatePlanChargeRequest.js +7 -13
  2620. package/src/zuora_api/model/UpdateProductRatePlanChargeTierRequest.js +1 -1
  2621. package/src/zuora_api/model/UpdateProductRatePlanRequest.js +1 -1
  2622. package/src/zuora_api/model/UpdateProductRequest.js +1 -1
  2623. package/src/zuora_api/model/UpdateRatePlanCharge.js +1 -1
  2624. package/src/zuora_api/model/UpdateRefundRequest.js +1 -1
  2625. package/src/zuora_api/model/UpdateSequenceSetRequest.js +1 -1
  2626. package/src/zuora_api/model/UpdateSequenceSetResponse.js +1 -1
  2627. package/src/zuora_api/model/UpdateSubscriptionChargeCustomFields.js +1 -1
  2628. package/src/zuora_api/model/UpdateSubscriptionChargeCustomFieldsOfASpecifiedVersion.js +1 -1
  2629. package/src/zuora_api/model/UpdateSubscriptionCustomFieldsOfASpecifiedVersionRequest.js +1 -1
  2630. package/src/zuora_api/model/UpdateSubscriptionCustomFieldsRequest.js +1 -1
  2631. package/src/zuora_api/model/UpdateSubscriptionRatePlan.js +1 -1
  2632. package/src/zuora_api/model/UpdateSubscriptionRatePlanCustomFields.js +1 -1
  2633. package/src/zuora_api/model/UpdateSubscriptionRatePlanCustomFieldsOfASpecifiedVersion.js +1 -1
  2634. package/src/zuora_api/model/UpdateSubscriptionRequest.js +1 -1
  2635. package/src/zuora_api/model/UpdateSubscriptionResponse.js +1 -1
  2636. package/src/zuora_api/model/UpdateTask.js +1 -1
  2637. package/src/zuora_api/model/UpdateTaxationItemForFinanceInformation.js +1 -1
  2638. package/src/zuora_api/model/UpdateTaxationItemRequest.js +1 -1
  2639. package/src/zuora_api/model/UpdateUsageRequest.js +1 -1
  2640. package/src/zuora_api/model/UpdaterPaymentMethodRequestAccountHolderInfo.js +1 -1
  2641. package/src/zuora_api/model/UploadCsvErrorResponse.js +1 -1
  2642. package/src/zuora_api/model/UploadCsvErrorStatusResponse.js +1 -1
  2643. package/src/zuora_api/model/UploadCsvResponse.js +1 -1
  2644. package/src/zuora_api/model/UploadCsvResponseResult.js +1 -1
  2645. package/src/zuora_api/model/UploadCsvStatusResponse.js +1 -1
  2646. package/src/zuora_api/model/UploadCsvStatusResponseResult.js +1 -1
  2647. package/src/zuora_api/model/UploadFileErrorResponse.js +1 -1
  2648. package/src/zuora_api/model/UploadFileErrorResponseResult.js +1 -1
  2649. package/src/zuora_api/model/UploadFileForCreditMemoRequest.js +1 -1
  2650. package/src/zuora_api/model/UploadFileForDebitMemoRequest.js +1 -1
  2651. package/src/zuora_api/model/UploadFileForInvoiceRequest.js +1 -1
  2652. package/src/zuora_api/model/UploadFileRequest.js +1 -1
  2653. package/src/zuora_api/model/UploadFileResponse.js +1 -1
  2654. package/src/zuora_api/model/UploadFileStatusErrorResponse.js +1 -1
  2655. package/src/zuora_api/model/UploadFileStatusNoContent.js +1 -1
  2656. package/src/zuora_api/model/UploadFileStatusResponse.js +1 -1
  2657. package/src/zuora_api/model/UploadFileStatusResponseResultInner.js +1 -1
  2658. package/src/zuora_api/model/UploadRevenueFileResponse.js +1 -1
  2659. package/src/zuora_api/model/UploadRevenueFileResponseResult.js +1 -1
  2660. package/src/zuora_api/model/UploadUsageFileRequest.js +1 -1
  2661. package/src/zuora_api/model/UploadUsageFileResponse.js +1 -1
  2662. package/src/zuora_api/model/Usage.js +1 -1
  2663. package/src/zuora_api/model/UsageFlatFeePricingOverride.js +1 -1
  2664. package/src/zuora_api/model/UsageFlatFeePricingUpdate.js +1 -1
  2665. package/src/zuora_api/model/UsageItem.js +1 -1
  2666. package/src/zuora_api/model/UsageOveragePricingOverride.js +1 -1
  2667. package/src/zuora_api/model/UsageOveragePricingUpdate.js +1 -1
  2668. package/src/zuora_api/model/UsagePerUnitPricingOverride.js +1 -1
  2669. package/src/zuora_api/model/UsagePerUnitPricingUpdate.js +1 -1
  2670. package/src/zuora_api/model/UsageTieredPricingOverride.js +1 -1
  2671. package/src/zuora_api/model/UsageTieredPricingUpdate.js +1 -1
  2672. package/src/zuora_api/model/UsageTieredWithOveragePricingOverride.js +1 -1
  2673. package/src/zuora_api/model/UsageTieredWithOveragePricingUpdate.js +1 -1
  2674. package/src/zuora_api/model/UsageValues.js +1 -1
  2675. package/src/zuora_api/model/UsageVolumePricingOverride.js +1 -1
  2676. package/src/zuora_api/model/UsageVolumePricingUpdate.js +1 -1
  2677. package/src/zuora_api/model/UsagesResponse.js +1 -1
  2678. package/src/zuora_api/model/ValidationErrors.js +1 -1
  2679. package/src/zuora_api/model/ValidationReasons.js +1 -1
  2680. package/src/zuora_api/model/VerifyPaymentMethodRequest.js +1 -1
  2681. package/src/zuora_api/model/VerifyPaymentMethodResponse.js +1 -1
  2682. package/src/zuora_api/model/Workflow.js +1 -1
  2683. package/src/zuora_api/model/WorkflowDefinition.js +1 -1
  2684. package/src/zuora_api/model/WorkflowDefinitionActiveVersion.js +1 -1
  2685. package/src/zuora_api/model/WorkflowDefinitionAndVersions.js +1 -1
  2686. package/src/zuora_api/model/WorkflowError.js +1 -1
  2687. package/src/zuora_api/model/WorkflowInstance.js +1 -1
  2688. package/src/zuora_api/model/WriteOffBehavior.js +1 -1
  2689. package/src/zuora_api/model/WriteOffBehaviorFinanceInformation.js +1 -1
  2690. package/src/zuora_api/model/WriteOffCreditMemoRequest.js +1 -1
  2691. package/src/zuora_api/model/WriteOffCreditMemoResponse.js +1 -1
  2692. package/src/zuora_api/model/WriteOffCreditMemoResponseDebitMemo.js +1 -1
  2693. package/src/zuora_api/model/WriteOffDebitMemoRequest.js +1 -1
  2694. package/src/zuora_api/model/WriteOffDebitMemoResponse.js +1 -1
  2695. package/src/zuora_api/model/WriteOffInvoiceRequest.js +10 -1
  2696. package/src/zuora_api/model/WriteOffInvoiceResponse.js +1 -1
  2697. package/src/zuora_api/model/WriteOffInvoiceResponseCreditMemo.js +1 -1
  2698. package/src/zuora_api/model/WriteOffOptions.js +134 -0
  2699. package/src/zuora_api/model/WriteOffResultTransaction.js +152 -0
  2700. package/src/zuora_api/model/WriteOffResults.js +119 -0
  2701. package/src/zuora_api/model/ZObject.js +1 -1
  2702. package/src/zuora_api/model/ZObjectUpdate.js +1 -1
  2703. package/src/zuora_api/model/AsyncOrderResultSubscriptions.js +0 -111
@@ -26,6 +26,7 @@ import ExpandedDebitMemo from '../model/ExpandedDebitMemo';
26
26
  import ExpandedDebitMemoItem from '../model/ExpandedDebitMemoItem';
27
27
  import ExpandedInvoice from '../model/ExpandedInvoice';
28
28
  import ExpandedInvoiceItem from '../model/ExpandedInvoiceItem';
29
+ import ExpandedInvoiceSchedule from '../model/ExpandedInvoiceSchedule';
29
30
  import ExpandedOrderAction from '../model/ExpandedOrderAction';
30
31
  import ExpandedOrderLineItem from '../model/ExpandedOrderLineItem';
31
32
  import ExpandedOrders from '../model/ExpandedOrders';
@@ -47,6 +48,7 @@ import ExpandedProductRatePlanChargeTier from '../model/ExpandedProductRatePlanC
47
48
  import ExpandedRatePlan from '../model/ExpandedRatePlan';
48
49
  import ExpandedRatePlanCharge from '../model/ExpandedRatePlanCharge';
49
50
  import ExpandedRatePlanChargeTier from '../model/ExpandedRatePlanChargeTier';
51
+ import ExpandedRatingDetail from '../model/ExpandedRatingDetail';
50
52
  import ExpandedRatingResult from '../model/ExpandedRatingResult';
51
53
  import ExpandedRefund from '../model/ExpandedRefund';
52
54
  import ExpandedRefundApplication from '../model/ExpandedRefundApplication';
@@ -70,6 +72,7 @@ import QueryDailyConsumptionSummarysResponse from '../model/QueryDailyConsumptio
70
72
  import QueryDebitMemoItemsResponse from '../model/QueryDebitMemoItemsResponse';
71
73
  import QueryDebitMemosResponse from '../model/QueryDebitMemosResponse';
72
74
  import QueryInvoiceItemsResponse from '../model/QueryInvoiceItemsResponse';
75
+ import QueryInvoiceSchedulesResponse from '../model/QueryInvoiceSchedulesResponse';
73
76
  import QueryInvoicesResponse from '../model/QueryInvoicesResponse';
74
77
  import QueryOrderActionsResponse from '../model/QueryOrderActionsResponse';
75
78
  import QueryOrderLineItemsResponse from '../model/QueryOrderLineItemsResponse';
@@ -92,6 +95,7 @@ import QueryProductsResponse from '../model/QueryProductsResponse';
92
95
  import QueryRatePlanChargeTiersResponse from '../model/QueryRatePlanChargeTiersResponse';
93
96
  import QueryRatePlanChargesResponse from '../model/QueryRatePlanChargesResponse';
94
97
  import QueryRatePlansResponse from '../model/QueryRatePlansResponse';
98
+ import QueryRatingDetailsResponse from '../model/QueryRatingDetailsResponse';
95
99
  import QueryRatingResultsResponse from '../model/QueryRatingResultsResponse';
96
100
  import QueryRefundApplicationItemsResponse from '../model/QueryRefundApplicationItemsResponse';
97
101
  import QueryRefundApplicationsResponse from '../model/QueryRefundApplicationsResponse';
@@ -106,7 +110,7 @@ import QueryValidityPeriodSummarysResponse from '../model/QueryValidityPeriodSum
106
110
  /**
107
111
  * ObjectQueries service.
108
112
  * @module api/ObjectQueriesApi
109
- * @version 3.2.1
113
+ * @version 3.3.0
110
114
  */
111
115
  export default class ObjectQueriesApi {
112
116
 
@@ -124,7 +128,7 @@ export default class ObjectQueriesApi {
124
128
 
125
129
 
126
130
  /**
127
- * Query Account by key with filters, expands, sort capabilities. Supported expands: billto,soldto,defaultpaymentmethod,subscriptions,payments,refunds,creditmemos,debitmemos,invoices,usages,paymentmethods,subscriptions.rateplans,subscriptions.rateplans.rateplancharges.
131
+ * Query Account by key with filters, expands, sort capabilities. Supported expands: billto,soldto,shipto,defaultpaymentmethod,subscriptions,payments,refunds,creditmemos,debitmemos,invoices,usages,paymentmethods,subscriptions.rateplans,subscriptions.rateplans.rateplancharges.
128
132
  * @param {String} key Object ID or Number.
129
133
  * @param {Object} opts Optional parameters
130
134
  * @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.
@@ -134,6 +138,7 @@ export default class ObjectQueriesApi {
134
138
  * @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.
135
139
  * @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).
136
140
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
141
+ * @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.
137
142
  * @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.
138
143
  * @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.
139
144
  * @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.
@@ -166,7 +171,8 @@ export default class ObjectQueriesApi {
166
171
  'Zuora-Track-Id': opts['zuora_track_id'],
167
172
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
168
173
  'Authorization': opts['authorization'],
169
- 'Zuora-Version': opts['zuora_version']
174
+ 'Zuora-Version': opts['zuora_version'],
175
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
170
176
  };
171
177
  let formParams = {
172
178
  };
@@ -183,7 +189,7 @@ export default class ObjectQueriesApi {
183
189
  }
184
190
 
185
191
  /**
186
- * Query Account by key with filters, expands, sort capabilities. Supported expands: billto,soldto,defaultpaymentmethod,subscriptions,payments,refunds,creditmemos,debitmemos,invoices,usages,paymentmethods,subscriptions.rateplans,subscriptions.rateplans.rateplancharges.
192
+ * Query Account by key with filters, expands, sort capabilities. Supported expands: billto,soldto,shipto,defaultpaymentmethod,subscriptions,payments,refunds,creditmemos,debitmemos,invoices,usages,paymentmethods,subscriptions.rateplans,subscriptions.rateplans.rateplancharges.
187
193
  * @param {String} key Object ID or Number.
188
194
  * @param {Object} opts Optional parameters
189
195
  * @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.
@@ -193,6 +199,7 @@ export default class ObjectQueriesApi {
193
199
  * @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.
194
200
  * @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).
195
201
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
202
+ * @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.
196
203
  * @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.
197
204
  * @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.
198
205
  * @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.
@@ -209,7 +216,7 @@ export default class ObjectQueriesApi {
209
216
 
210
217
 
211
218
  /**
212
- * Query Accounts with filters, expands, sort capabilities. Supported expands: billto,soldto,defaultpaymentmethod,subscriptions,payments,refunds,creditmemos,debitmemos,invoices,usages,paymentmethods,subscriptions.rateplans,subscriptions.rateplans.rateplancharges.
219
+ * Query Accounts with filters, expands, sort capabilities. Supported expands: billto,soldto,shipto,defaultpaymentmethod,subscriptions,payments,refunds,creditmemos,debitmemos,invoices,usages,paymentmethods,subscriptions.rateplans,subscriptions.rateplans.rateplancharges.
213
220
  * @param {Object} opts Optional parameters
214
221
  * @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.
215
222
  * @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.
@@ -218,6 +225,7 @@ export default class ObjectQueriesApi {
218
225
  * @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.
219
226
  * @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).
220
227
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
228
+ * @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
229
  * @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
230
  * @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
231
  * @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,7 +253,8 @@ export default class ObjectQueriesApi {
245
253
  'Zuora-Track-Id': opts['zuora_track_id'],
246
254
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
247
255
  'Authorization': opts['authorization'],
248
- 'Zuora-Version': opts['zuora_version']
256
+ 'Zuora-Version': opts['zuora_version'],
257
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
249
258
  };
250
259
  let formParams = {
251
260
  };
@@ -262,7 +271,7 @@ export default class ObjectQueriesApi {
262
271
  }
263
272
 
264
273
  /**
265
- * Query Accounts with filters, expands, sort capabilities. Supported expands: billto,soldto,defaultpaymentmethod,subscriptions,payments,refunds,creditmemos,debitmemos,invoices,usages,paymentmethods,subscriptions.rateplans,subscriptions.rateplans.rateplancharges.
274
+ * Query Accounts with filters, expands, sort capabilities. Supported expands: billto,soldto,shipto,defaultpaymentmethod,subscriptions,payments,refunds,creditmemos,debitmemos,invoices,usages,paymentmethods,subscriptions.rateplans,subscriptions.rateplans.rateplancharges.
266
275
  * @param {Object} opts Optional parameters
267
276
  * @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.
268
277
  * @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.
@@ -271,6 +280,7 @@ export default class ObjectQueriesApi {
271
280
  * @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.
272
281
  * @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).
273
282
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
283
+ * @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.
274
284
  * @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.
275
285
  * @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.
276
286
  * @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.
@@ -297,6 +307,7 @@ export default class ObjectQueriesApi {
297
307
  * @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.
298
308
  * @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).
299
309
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
310
+ * @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.
300
311
  * @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.
301
312
  * @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.
302
313
  * @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.
@@ -329,7 +340,8 @@ export default class ObjectQueriesApi {
329
340
  'Zuora-Track-Id': opts['zuora_track_id'],
330
341
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
331
342
  'Authorization': opts['authorization'],
332
- 'Zuora-Version': opts['zuora_version']
343
+ 'Zuora-Version': opts['zuora_version'],
344
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
333
345
  };
334
346
  let formParams = {
335
347
  };
@@ -356,6 +368,7 @@ export default class ObjectQueriesApi {
356
368
  * @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.
357
369
  * @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).
358
370
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
371
+ * @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.
359
372
  * @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.
360
373
  * @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.
361
374
  * @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.
@@ -381,6 +394,7 @@ export default class ObjectQueriesApi {
381
394
  * @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.
382
395
  * @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).
383
396
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
397
+ * @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.
384
398
  * @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.
385
399
  * @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.
386
400
  * @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.
@@ -408,7 +422,8 @@ export default class ObjectQueriesApi {
408
422
  'Zuora-Track-Id': opts['zuora_track_id'],
409
423
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
410
424
  'Authorization': opts['authorization'],
411
- 'Zuora-Version': opts['zuora_version']
425
+ 'Zuora-Version': opts['zuora_version'],
426
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
412
427
  };
413
428
  let formParams = {
414
429
  };
@@ -434,6 +449,7 @@ export default class ObjectQueriesApi {
434
449
  * @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.
435
450
  * @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).
436
451
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
452
+ * @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.
437
453
  * @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.
438
454
  * @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.
439
455
  * @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.
@@ -460,6 +476,7 @@ export default class ObjectQueriesApi {
460
476
  * @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.
461
477
  * @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).
462
478
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
479
+ * @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.
463
480
  * @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.
464
481
  * @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.
465
482
  * @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.
@@ -492,7 +509,8 @@ export default class ObjectQueriesApi {
492
509
  'Zuora-Track-Id': opts['zuora_track_id'],
493
510
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
494
511
  'Authorization': opts['authorization'],
495
- 'Zuora-Version': opts['zuora_version']
512
+ 'Zuora-Version': opts['zuora_version'],
513
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
496
514
  };
497
515
  let formParams = {
498
516
  };
@@ -519,6 +537,7 @@ export default class ObjectQueriesApi {
519
537
  * @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.
520
538
  * @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).
521
539
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
540
+ * @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.
522
541
  * @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.
523
542
  * @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.
524
543
  * @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.
@@ -544,6 +563,7 @@ export default class ObjectQueriesApi {
544
563
  * @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.
545
564
  * @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).
546
565
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
566
+ * @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.
547
567
  * @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.
548
568
  * @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.
549
569
  * @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.
@@ -571,7 +591,8 @@ export default class ObjectQueriesApi {
571
591
  'Zuora-Track-Id': opts['zuora_track_id'],
572
592
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
573
593
  'Authorization': opts['authorization'],
574
- 'Zuora-Version': opts['zuora_version']
594
+ 'Zuora-Version': opts['zuora_version'],
595
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
575
596
  };
576
597
  let formParams = {
577
598
  };
@@ -597,6 +618,7 @@ export default class ObjectQueriesApi {
597
618
  * @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.
598
619
  * @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).
599
620
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
621
+ * @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.
600
622
  * @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.
601
623
  * @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.
602
624
  * @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.
@@ -623,6 +645,7 @@ export default class ObjectQueriesApi {
623
645
  * @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.
624
646
  * @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).
625
647
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
648
+ * @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.
626
649
  * @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.
627
650
  * @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.
628
651
  * @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.
@@ -655,7 +678,8 @@ export default class ObjectQueriesApi {
655
678
  'Zuora-Track-Id': opts['zuora_track_id'],
656
679
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
657
680
  'Authorization': opts['authorization'],
658
- 'Zuora-Version': opts['zuora_version']
681
+ 'Zuora-Version': opts['zuora_version'],
682
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
659
683
  };
660
684
  let formParams = {
661
685
  };
@@ -682,6 +706,7 @@ export default class ObjectQueriesApi {
682
706
  * @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.
683
707
  * @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).
684
708
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
709
+ * @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.
685
710
  * @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.
686
711
  * @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.
687
712
  * @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.
@@ -707,6 +732,7 @@ export default class ObjectQueriesApi {
707
732
  * @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.
708
733
  * @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).
709
734
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
735
+ * @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.
710
736
  * @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.
711
737
  * @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.
712
738
  * @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.
@@ -734,7 +760,8 @@ export default class ObjectQueriesApi {
734
760
  'Zuora-Track-Id': opts['zuora_track_id'],
735
761
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
736
762
  'Authorization': opts['authorization'],
737
- 'Zuora-Version': opts['zuora_version']
763
+ 'Zuora-Version': opts['zuora_version'],
764
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
738
765
  };
739
766
  let formParams = {
740
767
  };
@@ -760,6 +787,7 @@ export default class ObjectQueriesApi {
760
787
  * @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.
761
788
  * @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).
762
789
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
790
+ * @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.
763
791
  * @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.
764
792
  * @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.
765
793
  * @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.
@@ -786,6 +814,7 @@ export default class ObjectQueriesApi {
786
814
  * @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.
787
815
  * @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).
788
816
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
817
+ * @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.
789
818
  * @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.
790
819
  * @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.
791
820
  * @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.
@@ -818,7 +847,8 @@ export default class ObjectQueriesApi {
818
847
  'Zuora-Track-Id': opts['zuora_track_id'],
819
848
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
820
849
  'Authorization': opts['authorization'],
821
- 'Zuora-Version': opts['zuora_version']
850
+ 'Zuora-Version': opts['zuora_version'],
851
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
822
852
  };
823
853
  let formParams = {
824
854
  };
@@ -845,6 +875,7 @@ export default class ObjectQueriesApi {
845
875
  * @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.
846
876
  * @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).
847
877
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
878
+ * @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.
848
879
  * @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.
849
880
  * @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.
850
881
  * @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.
@@ -870,6 +901,7 @@ export default class ObjectQueriesApi {
870
901
  * @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.
871
902
  * @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).
872
903
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
904
+ * @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.
873
905
  * @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.
874
906
  * @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.
875
907
  * @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.
@@ -897,7 +929,8 @@ export default class ObjectQueriesApi {
897
929
  'Zuora-Track-Id': opts['zuora_track_id'],
898
930
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
899
931
  'Authorization': opts['authorization'],
900
- 'Zuora-Version': opts['zuora_version']
932
+ 'Zuora-Version': opts['zuora_version'],
933
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
901
934
  };
902
935
  let formParams = {
903
936
  };
@@ -923,6 +956,7 @@ export default class ObjectQueriesApi {
923
956
  * @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.
924
957
  * @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).
925
958
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
959
+ * @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.
926
960
  * @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.
927
961
  * @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.
928
962
  * @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.
@@ -949,6 +983,7 @@ export default class ObjectQueriesApi {
949
983
  * @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.
950
984
  * @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).
951
985
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
986
+ * @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.
952
987
  * @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.
953
988
  * @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.
954
989
  * @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.
@@ -981,7 +1016,8 @@ export default class ObjectQueriesApi {
981
1016
  'Zuora-Track-Id': opts['zuora_track_id'],
982
1017
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
983
1018
  'Authorization': opts['authorization'],
984
- 'Zuora-Version': opts['zuora_version']
1019
+ 'Zuora-Version': opts['zuora_version'],
1020
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
985
1021
  };
986
1022
  let formParams = {
987
1023
  };
@@ -1008,6 +1044,7 @@ export default class ObjectQueriesApi {
1008
1044
  * @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.
1009
1045
  * @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).
1010
1046
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1047
+ * @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.
1011
1048
  * @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.
1012
1049
  * @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.
1013
1050
  * @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.
@@ -1024,7 +1061,7 @@ export default class ObjectQueriesApi {
1024
1061
 
1025
1062
 
1026
1063
  /**
1027
- * Query CreditMemoItem by key with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge.
1064
+ * Query CreditMemoItem by key with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge,subscriptionowner,credittaxationitems.
1028
1065
  * @param {String} key Object ID or Number.
1029
1066
  * @param {Object} opts Optional parameters
1030
1067
  * @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.
@@ -1034,6 +1071,7 @@ export default class ObjectQueriesApi {
1034
1071
  * @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.
1035
1072
  * @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).
1036
1073
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1074
+ * @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.
1037
1075
  * @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.
1038
1076
  * @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.
1039
1077
  * @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.
@@ -1066,7 +1104,8 @@ export default class ObjectQueriesApi {
1066
1104
  'Zuora-Track-Id': opts['zuora_track_id'],
1067
1105
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1068
1106
  'Authorization': opts['authorization'],
1069
- 'Zuora-Version': opts['zuora_version']
1107
+ 'Zuora-Version': opts['zuora_version'],
1108
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
1070
1109
  };
1071
1110
  let formParams = {
1072
1111
  };
@@ -1083,7 +1122,7 @@ export default class ObjectQueriesApi {
1083
1122
  }
1084
1123
 
1085
1124
  /**
1086
- * Query CreditMemoItem by key with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge.
1125
+ * Query CreditMemoItem by key with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge,subscriptionowner,credittaxationitems.
1087
1126
  * @param {String} key Object ID or Number.
1088
1127
  * @param {Object} opts Optional parameters
1089
1128
  * @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.
@@ -1093,6 +1132,7 @@ export default class ObjectQueriesApi {
1093
1132
  * @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.
1094
1133
  * @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).
1095
1134
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1135
+ * @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.
1096
1136
  * @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.
1097
1137
  * @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.
1098
1138
  * @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.
@@ -1109,7 +1149,7 @@ export default class ObjectQueriesApi {
1109
1149
 
1110
1150
 
1111
1151
  /**
1112
- * Query CreditMemoItems with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge.
1152
+ * Query CreditMemoItems with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge,subscriptionowner,credittaxationitems.
1113
1153
  * @param {Object} opts Optional parameters
1114
1154
  * @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.
1115
1155
  * @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.
@@ -1118,6 +1158,7 @@ export default class ObjectQueriesApi {
1118
1158
  * @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.
1119
1159
  * @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).
1120
1160
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1161
+ * @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.
1121
1162
  * @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.
1122
1163
  * @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.
1123
1164
  * @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.
@@ -1145,7 +1186,8 @@ export default class ObjectQueriesApi {
1145
1186
  'Zuora-Track-Id': opts['zuora_track_id'],
1146
1187
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1147
1188
  'Authorization': opts['authorization'],
1148
- 'Zuora-Version': opts['zuora_version']
1189
+ 'Zuora-Version': opts['zuora_version'],
1190
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
1149
1191
  };
1150
1192
  let formParams = {
1151
1193
  };
@@ -1162,7 +1204,7 @@ export default class ObjectQueriesApi {
1162
1204
  }
1163
1205
 
1164
1206
  /**
1165
- * Query CreditMemoItems with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge.
1207
+ * Query CreditMemoItems with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge,subscriptionowner,credittaxationitems.
1166
1208
  * @param {Object} opts Optional parameters
1167
1209
  * @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.
1168
1210
  * @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.
@@ -1171,6 +1213,7 @@ export default class ObjectQueriesApi {
1171
1213
  * @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.
1172
1214
  * @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).
1173
1215
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1216
+ * @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.
1174
1217
  * @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.
1175
1218
  * @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.
1176
1219
  * @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.
@@ -1196,6 +1239,7 @@ export default class ObjectQueriesApi {
1196
1239
  * @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.
1197
1240
  * @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).
1198
1241
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1242
+ * @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.
1199
1243
  * @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.
1200
1244
  * @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.
1201
1245
  * @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.
@@ -1223,7 +1267,8 @@ export default class ObjectQueriesApi {
1223
1267
  'Zuora-Track-Id': opts['zuora_track_id'],
1224
1268
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1225
1269
  'Authorization': opts['authorization'],
1226
- 'Zuora-Version': opts['zuora_version']
1270
+ 'Zuora-Version': opts['zuora_version'],
1271
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
1227
1272
  };
1228
1273
  let formParams = {
1229
1274
  };
@@ -1249,6 +1294,7 @@ export default class ObjectQueriesApi {
1249
1294
  * @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.
1250
1295
  * @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).
1251
1296
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1297
+ * @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.
1252
1298
  * @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.
1253
1299
  * @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.
1254
1300
  * @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.
@@ -1276,6 +1322,7 @@ export default class ObjectQueriesApi {
1276
1322
  * @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.
1277
1323
  * @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).
1278
1324
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1325
+ * @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.
1279
1326
  * @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.
1280
1327
  * @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.
1281
1328
  * @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.
@@ -1313,7 +1360,8 @@ export default class ObjectQueriesApi {
1313
1360
  'Zuora-Track-Id': opts['zuora_track_id'],
1314
1361
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1315
1362
  'Authorization': opts['authorization'],
1316
- 'Zuora-Version': opts['zuora_version']
1363
+ 'Zuora-Version': opts['zuora_version'],
1364
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
1317
1365
  };
1318
1366
  let formParams = {
1319
1367
  };
@@ -1341,6 +1389,7 @@ export default class ObjectQueriesApi {
1341
1389
  * @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.
1342
1390
  * @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).
1343
1391
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1392
+ * @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.
1344
1393
  * @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.
1345
1394
  * @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.
1346
1395
  * @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.
@@ -1367,6 +1416,7 @@ export default class ObjectQueriesApi {
1367
1416
  * @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.
1368
1417
  * @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).
1369
1418
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1419
+ * @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.
1370
1420
  * @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.
1371
1421
  * @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.
1372
1422
  * @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.
@@ -1399,7 +1449,8 @@ export default class ObjectQueriesApi {
1399
1449
  'Zuora-Track-Id': opts['zuora_track_id'],
1400
1450
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1401
1451
  'Authorization': opts['authorization'],
1402
- 'Zuora-Version': opts['zuora_version']
1452
+ 'Zuora-Version': opts['zuora_version'],
1453
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
1403
1454
  };
1404
1455
  let formParams = {
1405
1456
  };
@@ -1426,6 +1477,7 @@ export default class ObjectQueriesApi {
1426
1477
  * @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.
1427
1478
  * @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).
1428
1479
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1480
+ * @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.
1429
1481
  * @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.
1430
1482
  * @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.
1431
1483
  * @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.
@@ -1452,6 +1504,7 @@ export default class ObjectQueriesApi {
1452
1504
  * @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.
1453
1505
  * @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).
1454
1506
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1507
+ * @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.
1455
1508
  * @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.
1456
1509
  * @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.
1457
1510
  * @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.
@@ -1484,7 +1537,8 @@ export default class ObjectQueriesApi {
1484
1537
  'Zuora-Track-Id': opts['zuora_track_id'],
1485
1538
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1486
1539
  'Authorization': opts['authorization'],
1487
- 'Zuora-Version': opts['zuora_version']
1540
+ 'Zuora-Version': opts['zuora_version'],
1541
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
1488
1542
  };
1489
1543
  let formParams = {
1490
1544
  };
@@ -1511,6 +1565,7 @@ export default class ObjectQueriesApi {
1511
1565
  * @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.
1512
1566
  * @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).
1513
1567
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1568
+ * @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.
1514
1569
  * @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.
1515
1570
  * @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.
1516
1571
  * @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.
@@ -1536,6 +1591,7 @@ export default class ObjectQueriesApi {
1536
1591
  * @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.
1537
1592
  * @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).
1538
1593
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1594
+ * @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.
1539
1595
  * @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.
1540
1596
  * @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.
1541
1597
  * @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.
@@ -1563,7 +1619,8 @@ export default class ObjectQueriesApi {
1563
1619
  'Zuora-Track-Id': opts['zuora_track_id'],
1564
1620
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1565
1621
  'Authorization': opts['authorization'],
1566
- 'Zuora-Version': opts['zuora_version']
1622
+ 'Zuora-Version': opts['zuora_version'],
1623
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
1567
1624
  };
1568
1625
  let formParams = {
1569
1626
  };
@@ -1589,6 +1646,7 @@ export default class ObjectQueriesApi {
1589
1646
  * @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.
1590
1647
  * @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).
1591
1648
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1649
+ * @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.
1592
1650
  * @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.
1593
1651
  * @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.
1594
1652
  * @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.
@@ -1615,6 +1673,7 @@ export default class ObjectQueriesApi {
1615
1673
  * @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.
1616
1674
  * @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).
1617
1675
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1676
+ * @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.
1618
1677
  * @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.
1619
1678
  * @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.
1620
1679
  * @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.
@@ -1647,7 +1706,8 @@ export default class ObjectQueriesApi {
1647
1706
  'Zuora-Track-Id': opts['zuora_track_id'],
1648
1707
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1649
1708
  'Authorization': opts['authorization'],
1650
- 'Zuora-Version': opts['zuora_version']
1709
+ 'Zuora-Version': opts['zuora_version'],
1710
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
1651
1711
  };
1652
1712
  let formParams = {
1653
1713
  };
@@ -1674,6 +1734,7 @@ export default class ObjectQueriesApi {
1674
1734
  * @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.
1675
1735
  * @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).
1676
1736
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1737
+ * @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.
1677
1738
  * @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.
1678
1739
  * @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.
1679
1740
  * @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.
@@ -1690,7 +1751,7 @@ export default class ObjectQueriesApi {
1690
1751
 
1691
1752
 
1692
1753
  /**
1693
- * Query DebitMemoItem by key with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge.
1754
+ * Query DebitMemoItem by key with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge,subscriptionowner,debittaxationitems.
1694
1755
  * @param {String} key Object ID or Number.
1695
1756
  * @param {Object} opts Optional parameters
1696
1757
  * @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.
@@ -1700,6 +1761,7 @@ export default class ObjectQueriesApi {
1700
1761
  * @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.
1701
1762
  * @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).
1702
1763
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1764
+ * @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.
1703
1765
  * @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.
1704
1766
  * @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.
1705
1767
  * @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.
@@ -1732,7 +1794,8 @@ export default class ObjectQueriesApi {
1732
1794
  'Zuora-Track-Id': opts['zuora_track_id'],
1733
1795
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1734
1796
  'Authorization': opts['authorization'],
1735
- 'Zuora-Version': opts['zuora_version']
1797
+ 'Zuora-Version': opts['zuora_version'],
1798
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
1736
1799
  };
1737
1800
  let formParams = {
1738
1801
  };
@@ -1749,7 +1812,7 @@ export default class ObjectQueriesApi {
1749
1812
  }
1750
1813
 
1751
1814
  /**
1752
- * Query DebitMemoItem by key with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge.
1815
+ * Query DebitMemoItem by key with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge,subscriptionowner,debittaxationitems.
1753
1816
  * @param {String} key Object ID or Number.
1754
1817
  * @param {Object} opts Optional parameters
1755
1818
  * @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.
@@ -1759,6 +1822,7 @@ export default class ObjectQueriesApi {
1759
1822
  * @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.
1760
1823
  * @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).
1761
1824
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1825
+ * @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.
1762
1826
  * @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.
1763
1827
  * @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.
1764
1828
  * @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.
@@ -1775,7 +1839,7 @@ export default class ObjectQueriesApi {
1775
1839
 
1776
1840
 
1777
1841
  /**
1778
- * Query DebitMemoItems with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge.
1842
+ * Query DebitMemoItems with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge,subscriptionowner,debittaxationitems.
1779
1843
  * @param {Object} opts Optional parameters
1780
1844
  * @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.
1781
1845
  * @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.
@@ -1784,6 +1848,7 @@ export default class ObjectQueriesApi {
1784
1848
  * @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.
1785
1849
  * @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).
1786
1850
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1851
+ * @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.
1787
1852
  * @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.
1788
1853
  * @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.
1789
1854
  * @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.
@@ -1811,7 +1876,8 @@ export default class ObjectQueriesApi {
1811
1876
  'Zuora-Track-Id': opts['zuora_track_id'],
1812
1877
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1813
1878
  'Authorization': opts['authorization'],
1814
- 'Zuora-Version': opts['zuora_version']
1879
+ 'Zuora-Version': opts['zuora_version'],
1880
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
1815
1881
  };
1816
1882
  let formParams = {
1817
1883
  };
@@ -1828,7 +1894,7 @@ export default class ObjectQueriesApi {
1828
1894
  }
1829
1895
 
1830
1896
  /**
1831
- * Query DebitMemoItems with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge.
1897
+ * Query DebitMemoItems with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge,subscriptionowner,debittaxationitems.
1832
1898
  * @param {Object} opts Optional parameters
1833
1899
  * @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.
1834
1900
  * @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.
@@ -1837,6 +1903,7 @@ export default class ObjectQueriesApi {
1837
1903
  * @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.
1838
1904
  * @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).
1839
1905
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1906
+ * @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.
1840
1907
  * @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.
1841
1908
  * @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.
1842
1909
  * @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.
@@ -1862,6 +1929,7 @@ export default class ObjectQueriesApi {
1862
1929
  * @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.
1863
1930
  * @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).
1864
1931
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1932
+ * @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.
1865
1933
  * @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.
1866
1934
  * @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.
1867
1935
  * @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.
@@ -1889,7 +1957,8 @@ export default class ObjectQueriesApi {
1889
1957
  'Zuora-Track-Id': opts['zuora_track_id'],
1890
1958
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1891
1959
  'Authorization': opts['authorization'],
1892
- 'Zuora-Version': opts['zuora_version']
1960
+ 'Zuora-Version': opts['zuora_version'],
1961
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
1893
1962
  };
1894
1963
  let formParams = {
1895
1964
  };
@@ -1915,6 +1984,7 @@ export default class ObjectQueriesApi {
1915
1984
  * @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.
1916
1985
  * @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).
1917
1986
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1987
+ * @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.
1918
1988
  * @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.
1919
1989
  * @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.
1920
1990
  * @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.
@@ -1941,6 +2011,7 @@ export default class ObjectQueriesApi {
1941
2011
  * @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.
1942
2012
  * @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).
1943
2013
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2014
+ * @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.
1944
2015
  * @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.
1945
2016
  * @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.
1946
2017
  * @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.
@@ -1973,7 +2044,8 @@ export default class ObjectQueriesApi {
1973
2044
  'Zuora-Track-Id': opts['zuora_track_id'],
1974
2045
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
1975
2046
  'Authorization': opts['authorization'],
1976
- 'Zuora-Version': opts['zuora_version']
2047
+ 'Zuora-Version': opts['zuora_version'],
2048
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
1977
2049
  };
1978
2050
  let formParams = {
1979
2051
  };
@@ -2000,6 +2072,7 @@ export default class ObjectQueriesApi {
2000
2072
  * @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.
2001
2073
  * @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).
2002
2074
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2075
+ * @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.
2003
2076
  * @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.
2004
2077
  * @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.
2005
2078
  * @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.
@@ -2016,7 +2089,7 @@ export default class ObjectQueriesApi {
2016
2089
 
2017
2090
 
2018
2091
  /**
2019
- * Query InvoiceItem by key with filters, expands, sort capabilities. Supported expands: invoice,subscription,taxationitems,rateplancharge,orderlineitem.
2092
+ * Query InvoiceItem by key with filters, expands, sort capabilities. Supported expands: invoice,subscription,subscriptionowner,taxationitems,rateplancharge,orderlineitem.
2020
2093
  * @param {String} key Object ID or Number.
2021
2094
  * @param {Object} opts Optional parameters
2022
2095
  * @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.
@@ -2026,6 +2099,7 @@ export default class ObjectQueriesApi {
2026
2099
  * @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.
2027
2100
  * @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).
2028
2101
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2102
+ * @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.
2029
2103
  * @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.
2030
2104
  * @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.
2031
2105
  * @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.
@@ -2058,7 +2132,8 @@ export default class ObjectQueriesApi {
2058
2132
  'Zuora-Track-Id': opts['zuora_track_id'],
2059
2133
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2060
2134
  'Authorization': opts['authorization'],
2061
- 'Zuora-Version': opts['zuora_version']
2135
+ 'Zuora-Version': opts['zuora_version'],
2136
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
2062
2137
  };
2063
2138
  let formParams = {
2064
2139
  };
@@ -2075,7 +2150,7 @@ export default class ObjectQueriesApi {
2075
2150
  }
2076
2151
 
2077
2152
  /**
2078
- * Query InvoiceItem by key with filters, expands, sort capabilities. Supported expands: invoice,subscription,taxationitems,rateplancharge,orderlineitem.
2153
+ * Query InvoiceItem by key with filters, expands, sort capabilities. Supported expands: invoice,subscription,subscriptionowner,taxationitems,rateplancharge,orderlineitem.
2079
2154
  * @param {String} key Object ID or Number.
2080
2155
  * @param {Object} opts Optional parameters
2081
2156
  * @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.
@@ -2085,6 +2160,7 @@ export default class ObjectQueriesApi {
2085
2160
  * @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.
2086
2161
  * @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).
2087
2162
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2163
+ * @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.
2088
2164
  * @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.
2089
2165
  * @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.
2090
2166
  * @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.
@@ -2101,7 +2177,7 @@ export default class ObjectQueriesApi {
2101
2177
 
2102
2178
 
2103
2179
  /**
2104
- * Query InvoiceItems with filters, expands, sort capabilities. Supported expands: invoice,subscription,taxationitems,rateplancharge,orderlineitem.
2180
+ * Query InvoiceItems with filters, expands, sort capabilities. Supported expands: invoice,subscription,subscriptionowner,taxationitems,rateplancharge,orderlineitem.
2105
2181
  * @param {Object} opts Optional parameters
2106
2182
  * @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.
2107
2183
  * @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.
@@ -2110,6 +2186,7 @@ export default class ObjectQueriesApi {
2110
2186
  * @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.
2111
2187
  * @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).
2112
2188
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2189
+ * @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.
2113
2190
  * @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.
2114
2191
  * @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.
2115
2192
  * @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.
@@ -2137,7 +2214,8 @@ export default class ObjectQueriesApi {
2137
2214
  'Zuora-Track-Id': opts['zuora_track_id'],
2138
2215
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2139
2216
  'Authorization': opts['authorization'],
2140
- 'Zuora-Version': opts['zuora_version']
2217
+ 'Zuora-Version': opts['zuora_version'],
2218
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
2141
2219
  };
2142
2220
  let formParams = {
2143
2221
  };
@@ -2154,7 +2232,7 @@ export default class ObjectQueriesApi {
2154
2232
  }
2155
2233
 
2156
2234
  /**
2157
- * Query InvoiceItems with filters, expands, sort capabilities. Supported expands: invoice,subscription,taxationitems,rateplancharge,orderlineitem.
2235
+ * Query InvoiceItems with filters, expands, sort capabilities. Supported expands: invoice,subscription,subscriptionowner,taxationitems,rateplancharge,orderlineitem.
2158
2236
  * @param {Object} opts Optional parameters
2159
2237
  * @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.
2160
2238
  * @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.
@@ -2163,6 +2241,7 @@ export default class ObjectQueriesApi {
2163
2241
  * @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.
2164
2242
  * @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).
2165
2243
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2244
+ * @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.
2166
2245
  * @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.
2167
2246
  * @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.
2168
2247
  * @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,6 +2257,175 @@ export default class ObjectQueriesApi {
2178
2257
  }
2179
2258
 
2180
2259
 
2260
+ /**
2261
+ * Query InvoiceSchedule by key with filters, expands, sort capabilities. Supported expands: invoicescheduleitems,invoicescheduleitems.invoice,invoicescheduleitems.creditmemo,rateplancharges.
2262
+ * @param {String} key Object ID or Number.
2263
+ * @param {Object} opts Optional parameters
2264
+ * @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.
2265
+ * @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.
2266
+ * @param {String} [content_encoding] Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
2267
+ * @param {String} [zuora_track_id] A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
2268
+ * @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.
2269
+ * @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).
2270
+ * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2271
+ * @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.
2272
+ * @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.
2273
+ * @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.
2274
+ * @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.
2275
+ * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2276
+ * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2277
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedInvoiceSchedule} and HTTP response
2278
+ */
2279
+ queryInvoiceScheduleByKeyWithHttpInfo(key, opts) {
2280
+ opts = opts || {};
2281
+ let postBody = null;
2282
+ // verify the required parameter 'key' is set
2283
+ if (key === undefined || key === null) {
2284
+ throw new Error("Missing the required parameter 'key' when calling queryInvoiceScheduleByKey");
2285
+ }
2286
+
2287
+ let pathParams = {
2288
+ 'key': key
2289
+ };
2290
+ let queryParams = {
2291
+ 'pageSize': opts['page_size'],
2292
+ 'cursor': opts['cursor'],
2293
+ 'sort[]': this.apiClient.buildCollectionParam(opts['sort'], 'multi'),
2294
+ 'expand[]': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),
2295
+ 'filter[]': this.apiClient.buildCollectionParam(opts['filter'], 'multi')
2296
+ };
2297
+ let headerParams = {
2298
+ 'Idempotency-Key': opts['idempotency_key'],
2299
+ 'Accept-Encoding': opts['accept_encoding'],
2300
+ 'Content-Encoding': opts['content_encoding'],
2301
+ 'Zuora-Track-Id': opts['zuora_track_id'],
2302
+ 'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2303
+ 'Authorization': opts['authorization'],
2304
+ 'Zuora-Version': opts['zuora_version'],
2305
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
2306
+ };
2307
+ let formParams = {
2308
+ };
2309
+
2310
+ let authNames = ['bearerAuth'];
2311
+ let contentTypes = [];
2312
+ let accepts = ['application/json'];
2313
+ let returnType = ExpandedInvoiceSchedule;
2314
+ return this.apiClient.callApi(
2315
+ '/object-query/invoice-schedules/{key}', 'GET',
2316
+ pathParams, queryParams, headerParams, formParams, postBody,
2317
+ authNames, contentTypes, accepts, returnType, null
2318
+ );
2319
+ }
2320
+
2321
+ /**
2322
+ * Query InvoiceSchedule by key with filters, expands, sort capabilities. Supported expands: invoicescheduleitems,invoicescheduleitems.invoice,invoicescheduleitems.creditmemo,rateplancharges.
2323
+ * @param {String} key Object ID or Number.
2324
+ * @param {Object} opts Optional parameters
2325
+ * @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.
2326
+ * @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.
2327
+ * @param {String} opts.content_encoding Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
2328
+ * @param {String} opts.zuora_track_id A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
2329
+ * @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.
2330
+ * @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).
2331
+ * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2332
+ * @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.
2333
+ * @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.
2334
+ * @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.
2335
+ * @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.
2336
+ * @param {Array.<String>} opts.expand Allows you to expand responses by including related object information in a single call.
2337
+ * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
2338
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedInvoiceSchedule}
2339
+ */
2340
+ queryInvoiceScheduleByKey(key, opts) {
2341
+ return this.queryInvoiceScheduleByKeyWithHttpInfo(key, opts)
2342
+ .then(function(response_and_data) {
2343
+ return response_and_data.data;
2344
+ });
2345
+ }
2346
+
2347
+
2348
+ /**
2349
+ * Query InvoiceSchedules with filters, expands, sort capabilities. Supported expands: invoicescheduleitems,invoicescheduleitems.invoice,invoicescheduleitems.creditmemo,rateplancharges.
2350
+ * @param {Object} opts Optional parameters
2351
+ * @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.
2352
+ * @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.
2353
+ * @param {String} [content_encoding] Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
2354
+ * @param {String} [zuora_track_id] A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
2355
+ * @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.
2356
+ * @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).
2357
+ * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2358
+ * @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.
2359
+ * @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.
2360
+ * @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.
2361
+ * @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.
2362
+ * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2363
+ * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2364
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryInvoiceSchedulesResponse} and HTTP response
2365
+ */
2366
+ queryInvoiceSchedulesWithHttpInfo(opts) {
2367
+ opts = opts || {};
2368
+ let postBody = null;
2369
+
2370
+ let pathParams = {
2371
+ };
2372
+ let queryParams = {
2373
+ 'pageSize': opts['page_size'],
2374
+ 'cursor': opts['cursor'],
2375
+ 'sort[]': this.apiClient.buildCollectionParam(opts['sort'], 'multi'),
2376
+ 'expand[]': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),
2377
+ 'filter[]': this.apiClient.buildCollectionParam(opts['filter'], 'multi')
2378
+ };
2379
+ let headerParams = {
2380
+ 'Idempotency-Key': opts['idempotency_key'],
2381
+ 'Accept-Encoding': opts['accept_encoding'],
2382
+ 'Content-Encoding': opts['content_encoding'],
2383
+ 'Zuora-Track-Id': opts['zuora_track_id'],
2384
+ 'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2385
+ 'Authorization': opts['authorization'],
2386
+ 'Zuora-Version': opts['zuora_version'],
2387
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
2388
+ };
2389
+ let formParams = {
2390
+ };
2391
+
2392
+ let authNames = ['bearerAuth'];
2393
+ let contentTypes = [];
2394
+ let accepts = ['application/json'];
2395
+ let returnType = QueryInvoiceSchedulesResponse;
2396
+ return this.apiClient.callApi(
2397
+ '/object-query/invoice-schedules', 'GET',
2398
+ pathParams, queryParams, headerParams, formParams, postBody,
2399
+ authNames, contentTypes, accepts, returnType, null
2400
+ );
2401
+ }
2402
+
2403
+ /**
2404
+ * Query InvoiceSchedules with filters, expands, sort capabilities. Supported expands: invoicescheduleitems,invoicescheduleitems.invoice,invoicescheduleitems.creditmemo,rateplancharges.
2405
+ * @param {Object} opts Optional parameters
2406
+ * @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.
2407
+ * @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.
2408
+ * @param {String} opts.content_encoding Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
2409
+ * @param {String} opts.zuora_track_id A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
2410
+ * @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.
2411
+ * @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).
2412
+ * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2413
+ * @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.
2414
+ * @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.
2415
+ * @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.
2416
+ * @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.
2417
+ * @param {Array.<String>} opts.expand Allows you to expand responses by including related object information in a single call.
2418
+ * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
2419
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/QueryInvoiceSchedulesResponse}
2420
+ */
2421
+ queryInvoiceSchedules(opts) {
2422
+ return this.queryInvoiceSchedulesWithHttpInfo(opts)
2423
+ .then(function(response_and_data) {
2424
+ return response_and_data.data;
2425
+ });
2426
+ }
2427
+
2428
+
2181
2429
  /**
2182
2430
  * Query Invoices with filters, expands, sort capabilities. Supported expands: account,billtocontact,invoiceitems,invoiceitems.subscription,invoiceitems.subscription.account.
2183
2431
  * @param {Object} opts Optional parameters
@@ -2188,6 +2436,7 @@ export default class ObjectQueriesApi {
2188
2436
  * @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.
2189
2437
  * @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).
2190
2438
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2439
+ * @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.
2191
2440
  * @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.
2192
2441
  * @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.
2193
2442
  * @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.
@@ -2215,7 +2464,8 @@ export default class ObjectQueriesApi {
2215
2464
  'Zuora-Track-Id': opts['zuora_track_id'],
2216
2465
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2217
2466
  'Authorization': opts['authorization'],
2218
- 'Zuora-Version': opts['zuora_version']
2467
+ 'Zuora-Version': opts['zuora_version'],
2468
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
2219
2469
  };
2220
2470
  let formParams = {
2221
2471
  };
@@ -2241,6 +2491,7 @@ export default class ObjectQueriesApi {
2241
2491
  * @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.
2242
2492
  * @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).
2243
2493
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2494
+ * @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.
2244
2495
  * @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.
2245
2496
  * @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.
2246
2497
  * @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.
@@ -2267,6 +2518,7 @@ export default class ObjectQueriesApi {
2267
2518
  * @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.
2268
2519
  * @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).
2269
2520
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2521
+ * @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.
2270
2522
  * @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.
2271
2523
  * @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.
2272
2524
  * @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.
@@ -2299,7 +2551,8 @@ export default class ObjectQueriesApi {
2299
2551
  'Zuora-Track-Id': opts['zuora_track_id'],
2300
2552
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2301
2553
  'Authorization': opts['authorization'],
2302
- 'Zuora-Version': opts['zuora_version']
2554
+ 'Zuora-Version': opts['zuora_version'],
2555
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
2303
2556
  };
2304
2557
  let formParams = {
2305
2558
  };
@@ -2326,6 +2579,7 @@ export default class ObjectQueriesApi {
2326
2579
  * @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.
2327
2580
  * @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).
2328
2581
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2582
+ * @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.
2329
2583
  * @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.
2330
2584
  * @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.
2331
2585
  * @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.
@@ -2351,6 +2605,7 @@ export default class ObjectQueriesApi {
2351
2605
  * @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.
2352
2606
  * @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).
2353
2607
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2608
+ * @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.
2354
2609
  * @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.
2355
2610
  * @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.
2356
2611
  * @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.
@@ -2378,7 +2633,8 @@ export default class ObjectQueriesApi {
2378
2633
  'Zuora-Track-Id': opts['zuora_track_id'],
2379
2634
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2380
2635
  'Authorization': opts['authorization'],
2381
- 'Zuora-Version': opts['zuora_version']
2636
+ 'Zuora-Version': opts['zuora_version'],
2637
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
2382
2638
  };
2383
2639
  let formParams = {
2384
2640
  };
@@ -2404,6 +2660,7 @@ export default class ObjectQueriesApi {
2404
2660
  * @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.
2405
2661
  * @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).
2406
2662
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2663
+ * @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.
2407
2664
  * @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.
2408
2665
  * @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.
2409
2666
  * @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.
@@ -2430,6 +2687,7 @@ export default class ObjectQueriesApi {
2430
2687
  * @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.
2431
2688
  * @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).
2432
2689
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2690
+ * @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.
2433
2691
  * @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.
2434
2692
  * @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.
2435
2693
  * @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.
@@ -2462,7 +2720,8 @@ export default class ObjectQueriesApi {
2462
2720
  'Zuora-Track-Id': opts['zuora_track_id'],
2463
2721
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2464
2722
  'Authorization': opts['authorization'],
2465
- 'Zuora-Version': opts['zuora_version']
2723
+ 'Zuora-Version': opts['zuora_version'],
2724
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
2466
2725
  };
2467
2726
  let formParams = {
2468
2727
  };
@@ -2489,6 +2748,7 @@ export default class ObjectQueriesApi {
2489
2748
  * @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.
2490
2749
  * @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).
2491
2750
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2751
+ * @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.
2492
2752
  * @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.
2493
2753
  * @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.
2494
2754
  * @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.
@@ -2514,6 +2774,7 @@ export default class ObjectQueriesApi {
2514
2774
  * @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.
2515
2775
  * @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).
2516
2776
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2777
+ * @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.
2517
2778
  * @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.
2518
2779
  * @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.
2519
2780
  * @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.
@@ -2541,7 +2802,8 @@ export default class ObjectQueriesApi {
2541
2802
  'Zuora-Track-Id': opts['zuora_track_id'],
2542
2803
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2543
2804
  'Authorization': opts['authorization'],
2544
- 'Zuora-Version': opts['zuora_version']
2805
+ 'Zuora-Version': opts['zuora_version'],
2806
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
2545
2807
  };
2546
2808
  let formParams = {
2547
2809
  };
@@ -2567,6 +2829,7 @@ export default class ObjectQueriesApi {
2567
2829
  * @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.
2568
2830
  * @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).
2569
2831
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2832
+ * @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.
2570
2833
  * @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.
2571
2834
  * @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.
2572
2835
  * @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.
@@ -2593,6 +2856,7 @@ export default class ObjectQueriesApi {
2593
2856
  * @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.
2594
2857
  * @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).
2595
2858
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2859
+ * @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.
2596
2860
  * @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.
2597
2861
  * @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.
2598
2862
  * @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,7 +2889,8 @@ export default class ObjectQueriesApi {
2625
2889
  'Zuora-Track-Id': opts['zuora_track_id'],
2626
2890
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2627
2891
  'Authorization': opts['authorization'],
2628
- 'Zuora-Version': opts['zuora_version']
2892
+ 'Zuora-Version': opts['zuora_version'],
2893
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
2629
2894
  };
2630
2895
  let formParams = {
2631
2896
  };
@@ -2652,6 +2917,7 @@ export default class ObjectQueriesApi {
2652
2917
  * @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
2918
  * @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
2919
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2920
+ * @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.
2655
2921
  * @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.
2656
2922
  * @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.
2657
2923
  * @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.
@@ -2677,6 +2943,7 @@ export default class ObjectQueriesApi {
2677
2943
  * @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.
2678
2944
  * @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).
2679
2945
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2946
+ * @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.
2680
2947
  * @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.
2681
2948
  * @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.
2682
2949
  * @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.
@@ -2704,7 +2971,8 @@ export default class ObjectQueriesApi {
2704
2971
  'Zuora-Track-Id': opts['zuora_track_id'],
2705
2972
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2706
2973
  'Authorization': opts['authorization'],
2707
- 'Zuora-Version': opts['zuora_version']
2974
+ 'Zuora-Version': opts['zuora_version'],
2975
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
2708
2976
  };
2709
2977
  let formParams = {
2710
2978
  };
@@ -2730,6 +2998,7 @@ export default class ObjectQueriesApi {
2730
2998
  * @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.
2731
2999
  * @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).
2732
3000
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3001
+ * @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.
2733
3002
  * @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.
2734
3003
  * @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.
2735
3004
  * @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.
@@ -2756,6 +3025,7 @@ export default class ObjectQueriesApi {
2756
3025
  * @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.
2757
3026
  * @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).
2758
3027
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3028
+ * @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.
2759
3029
  * @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.
2760
3030
  * @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.
2761
3031
  * @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.
@@ -2788,7 +3058,8 @@ export default class ObjectQueriesApi {
2788
3058
  'Zuora-Track-Id': opts['zuora_track_id'],
2789
3059
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2790
3060
  'Authorization': opts['authorization'],
2791
- 'Zuora-Version': opts['zuora_version']
3061
+ 'Zuora-Version': opts['zuora_version'],
3062
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
2792
3063
  };
2793
3064
  let formParams = {
2794
3065
  };
@@ -2815,6 +3086,7 @@ export default class ObjectQueriesApi {
2815
3086
  * @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.
2816
3087
  * @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).
2817
3088
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3089
+ * @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.
2818
3090
  * @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.
2819
3091
  * @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.
2820
3092
  * @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.
@@ -2840,6 +3112,7 @@ export default class ObjectQueriesApi {
2840
3112
  * @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.
2841
3113
  * @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).
2842
3114
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3115
+ * @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.
2843
3116
  * @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.
2844
3117
  * @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.
2845
3118
  * @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.
@@ -2867,7 +3140,8 @@ export default class ObjectQueriesApi {
2867
3140
  'Zuora-Track-Id': opts['zuora_track_id'],
2868
3141
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2869
3142
  'Authorization': opts['authorization'],
2870
- 'Zuora-Version': opts['zuora_version']
3143
+ 'Zuora-Version': opts['zuora_version'],
3144
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
2871
3145
  };
2872
3146
  let formParams = {
2873
3147
  };
@@ -2893,6 +3167,7 @@ export default class ObjectQueriesApi {
2893
3167
  * @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.
2894
3168
  * @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).
2895
3169
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3170
+ * @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.
2896
3171
  * @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.
2897
3172
  * @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.
2898
3173
  * @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.
@@ -2909,7 +3184,7 @@ export default class ObjectQueriesApi {
2909
3184
 
2910
3185
 
2911
3186
  /**
2912
- * Query Payment by key with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,paymentapplications.
3187
+ * Query Payment by key with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,paymentapplications,paymentscheduleitempayments,paymentscheduleitempayments.paymentscheduleitem.
2913
3188
  * @param {String} key Object ID or Number.
2914
3189
  * @param {Object} opts Optional parameters
2915
3190
  * @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.
@@ -2919,6 +3194,7 @@ export default class ObjectQueriesApi {
2919
3194
  * @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.
2920
3195
  * @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).
2921
3196
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3197
+ * @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.
2922
3198
  * @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.
2923
3199
  * @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.
2924
3200
  * @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.
@@ -2951,7 +3227,8 @@ export default class ObjectQueriesApi {
2951
3227
  'Zuora-Track-Id': opts['zuora_track_id'],
2952
3228
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
2953
3229
  'Authorization': opts['authorization'],
2954
- 'Zuora-Version': opts['zuora_version']
3230
+ 'Zuora-Version': opts['zuora_version'],
3231
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
2955
3232
  };
2956
3233
  let formParams = {
2957
3234
  };
@@ -2968,7 +3245,7 @@ export default class ObjectQueriesApi {
2968
3245
  }
2969
3246
 
2970
3247
  /**
2971
- * Query Payment by key with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,paymentapplications.
3248
+ * Query Payment by key with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,paymentapplications,paymentscheduleitempayments,paymentscheduleitempayments.paymentscheduleitem.
2972
3249
  * @param {String} key Object ID or Number.
2973
3250
  * @param {Object} opts Optional parameters
2974
3251
  * @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.
@@ -2978,6 +3255,7 @@ export default class ObjectQueriesApi {
2978
3255
  * @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.
2979
3256
  * @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).
2980
3257
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3258
+ * @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.
2981
3259
  * @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.
2982
3260
  * @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.
2983
3261
  * @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.
@@ -3004,6 +3282,7 @@ export default class ObjectQueriesApi {
3004
3282
  * @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.
3005
3283
  * @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).
3006
3284
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3285
+ * @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.
3007
3286
  * @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.
3008
3287
  * @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.
3009
3288
  * @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.
@@ -3036,7 +3315,8 @@ export default class ObjectQueriesApi {
3036
3315
  'Zuora-Track-Id': opts['zuora_track_id'],
3037
3316
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3038
3317
  'Authorization': opts['authorization'],
3039
- 'Zuora-Version': opts['zuora_version']
3318
+ 'Zuora-Version': opts['zuora_version'],
3319
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
3040
3320
  };
3041
3321
  let formParams = {
3042
3322
  };
@@ -3063,6 +3343,7 @@ export default class ObjectQueriesApi {
3063
3343
  * @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.
3064
3344
  * @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).
3065
3345
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3346
+ * @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.
3066
3347
  * @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.
3067
3348
  * @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.
3068
3349
  * @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.
@@ -3089,6 +3370,7 @@ export default class ObjectQueriesApi {
3089
3370
  * @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.
3090
3371
  * @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).
3091
3372
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3373
+ * @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.
3092
3374
  * @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.
3093
3375
  * @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.
3094
3376
  * @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.
@@ -3121,7 +3403,8 @@ export default class ObjectQueriesApi {
3121
3403
  'Zuora-Track-Id': opts['zuora_track_id'],
3122
3404
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3123
3405
  'Authorization': opts['authorization'],
3124
- 'Zuora-Version': opts['zuora_version']
3406
+ 'Zuora-Version': opts['zuora_version'],
3407
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
3125
3408
  };
3126
3409
  let formParams = {
3127
3410
  };
@@ -3148,6 +3431,7 @@ export default class ObjectQueriesApi {
3148
3431
  * @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.
3149
3432
  * @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).
3150
3433
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3434
+ * @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.
3151
3435
  * @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.
3152
3436
  * @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.
3153
3437
  * @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.
@@ -3173,6 +3457,7 @@ export default class ObjectQueriesApi {
3173
3457
  * @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.
3174
3458
  * @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).
3175
3459
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3460
+ * @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.
3176
3461
  * @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.
3177
3462
  * @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.
3178
3463
  * @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.
@@ -3200,7 +3485,8 @@ export default class ObjectQueriesApi {
3200
3485
  'Zuora-Track-Id': opts['zuora_track_id'],
3201
3486
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3202
3487
  'Authorization': opts['authorization'],
3203
- 'Zuora-Version': opts['zuora_version']
3488
+ 'Zuora-Version': opts['zuora_version'],
3489
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
3204
3490
  };
3205
3491
  let formParams = {
3206
3492
  };
@@ -3226,6 +3512,7 @@ export default class ObjectQueriesApi {
3226
3512
  * @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.
3227
3513
  * @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).
3228
3514
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3515
+ * @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.
3229
3516
  * @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.
3230
3517
  * @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.
3231
3518
  * @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.
@@ -3251,6 +3538,7 @@ export default class ObjectQueriesApi {
3251
3538
  * @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.
3252
3539
  * @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).
3253
3540
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3541
+ * @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.
3254
3542
  * @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.
3255
3543
  * @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.
3256
3544
  * @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.
@@ -3278,7 +3566,8 @@ export default class ObjectQueriesApi {
3278
3566
  'Zuora-Track-Id': opts['zuora_track_id'],
3279
3567
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3280
3568
  'Authorization': opts['authorization'],
3281
- 'Zuora-Version': opts['zuora_version']
3569
+ 'Zuora-Version': opts['zuora_version'],
3570
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
3282
3571
  };
3283
3572
  let formParams = {
3284
3573
  };
@@ -3304,6 +3593,7 @@ export default class ObjectQueriesApi {
3304
3593
  * @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.
3305
3594
  * @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).
3306
3595
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3596
+ * @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.
3307
3597
  * @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.
3308
3598
  * @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.
3309
3599
  * @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.
@@ -3330,6 +3620,7 @@ export default class ObjectQueriesApi {
3330
3620
  * @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.
3331
3621
  * @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).
3332
3622
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3623
+ * @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.
3333
3624
  * @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.
3334
3625
  * @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.
3335
3626
  * @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.
@@ -3362,7 +3653,8 @@ export default class ObjectQueriesApi {
3362
3653
  'Zuora-Track-Id': opts['zuora_track_id'],
3363
3654
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3364
3655
  'Authorization': opts['authorization'],
3365
- 'Zuora-Version': opts['zuora_version']
3656
+ 'Zuora-Version': opts['zuora_version'],
3657
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
3366
3658
  };
3367
3659
  let formParams = {
3368
3660
  };
@@ -3389,6 +3681,7 @@ export default class ObjectQueriesApi {
3389
3681
  * @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.
3390
3682
  * @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).
3391
3683
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3684
+ * @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.
3392
3685
  * @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.
3393
3686
  * @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.
3394
3687
  * @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.
@@ -3414,6 +3707,7 @@ export default class ObjectQueriesApi {
3414
3707
  * @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.
3415
3708
  * @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).
3416
3709
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3710
+ * @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.
3417
3711
  * @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.
3418
3712
  * @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.
3419
3713
  * @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.
@@ -3441,7 +3735,8 @@ export default class ObjectQueriesApi {
3441
3735
  'Zuora-Track-Id': opts['zuora_track_id'],
3442
3736
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3443
3737
  'Authorization': opts['authorization'],
3444
- 'Zuora-Version': opts['zuora_version']
3738
+ 'Zuora-Version': opts['zuora_version'],
3739
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
3445
3740
  };
3446
3741
  let formParams = {
3447
3742
  };
@@ -3467,6 +3762,7 @@ export default class ObjectQueriesApi {
3467
3762
  * @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.
3468
3763
  * @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).
3469
3764
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3765
+ * @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.
3470
3766
  * @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.
3471
3767
  * @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.
3472
3768
  * @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.
@@ -3493,6 +3789,7 @@ export default class ObjectQueriesApi {
3493
3789
  * @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.
3494
3790
  * @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).
3495
3791
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3792
+ * @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.
3496
3793
  * @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.
3497
3794
  * @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.
3498
3795
  * @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.
@@ -3525,7 +3822,8 @@ export default class ObjectQueriesApi {
3525
3822
  'Zuora-Track-Id': opts['zuora_track_id'],
3526
3823
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3527
3824
  'Authorization': opts['authorization'],
3528
- 'Zuora-Version': opts['zuora_version']
3825
+ 'Zuora-Version': opts['zuora_version'],
3826
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
3529
3827
  };
3530
3828
  let formParams = {
3531
3829
  };
@@ -3552,6 +3850,7 @@ export default class ObjectQueriesApi {
3552
3850
  * @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.
3553
3851
  * @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).
3554
3852
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3853
+ * @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.
3555
3854
  * @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.
3556
3855
  * @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.
3557
3856
  * @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.
@@ -3568,7 +3867,7 @@ export default class ObjectQueriesApi {
3568
3867
 
3569
3868
 
3570
3869
  /**
3571
- * Query PaymentScheduleItem by key with filters, expands, sort capabilities. Supported expands: N/A.
3870
+ * Query PaymentScheduleItem by key with filters, expands, sort capabilities. Supported expands: paymentscheduleitempayments,paymentscheduleitempayments.payment.
3572
3871
  * @param {String} key Object ID or Number.
3573
3872
  * @param {Object} opts Optional parameters
3574
3873
  * @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.
@@ -3578,6 +3877,7 @@ export default class ObjectQueriesApi {
3578
3877
  * @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.
3579
3878
  * @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).
3580
3879
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3880
+ * @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.
3581
3881
  * @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.
3582
3882
  * @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.
3583
3883
  * @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.
@@ -3610,7 +3910,8 @@ export default class ObjectQueriesApi {
3610
3910
  'Zuora-Track-Id': opts['zuora_track_id'],
3611
3911
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3612
3912
  'Authorization': opts['authorization'],
3613
- 'Zuora-Version': opts['zuora_version']
3913
+ 'Zuora-Version': opts['zuora_version'],
3914
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
3614
3915
  };
3615
3916
  let formParams = {
3616
3917
  };
@@ -3627,7 +3928,7 @@ export default class ObjectQueriesApi {
3627
3928
  }
3628
3929
 
3629
3930
  /**
3630
- * Query PaymentScheduleItem by key with filters, expands, sort capabilities. Supported expands: N/A.
3931
+ * Query PaymentScheduleItem by key with filters, expands, sort capabilities. Supported expands: paymentscheduleitempayments,paymentscheduleitempayments.payment.
3631
3932
  * @param {String} key Object ID or Number.
3632
3933
  * @param {Object} opts Optional parameters
3633
3934
  * @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.
@@ -3637,6 +3938,7 @@ export default class ObjectQueriesApi {
3637
3938
  * @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.
3638
3939
  * @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).
3639
3940
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3941
+ * @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.
3640
3942
  * @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.
3641
3943
  * @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.
3642
3944
  * @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.
@@ -3653,7 +3955,7 @@ export default class ObjectQueriesApi {
3653
3955
 
3654
3956
 
3655
3957
  /**
3656
- * Query PaymentScheduleItems with filters, expands, sort capabilities. Supported expands: N/A.
3958
+ * Query PaymentScheduleItems with filters, expands, sort capabilities. Supported expands: paymentscheduleitempayments,paymentscheduleitempayments.payment.
3657
3959
  * @param {Object} opts Optional parameters
3658
3960
  * @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.
3659
3961
  * @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.
@@ -3662,6 +3964,7 @@ export default class ObjectQueriesApi {
3662
3964
  * @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.
3663
3965
  * @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).
3664
3966
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3967
+ * @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.
3665
3968
  * @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.
3666
3969
  * @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.
3667
3970
  * @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.
@@ -3689,7 +3992,8 @@ export default class ObjectQueriesApi {
3689
3992
  'Zuora-Track-Id': opts['zuora_track_id'],
3690
3993
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3691
3994
  'Authorization': opts['authorization'],
3692
- 'Zuora-Version': opts['zuora_version']
3995
+ 'Zuora-Version': opts['zuora_version'],
3996
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
3693
3997
  };
3694
3998
  let formParams = {
3695
3999
  };
@@ -3706,7 +4010,7 @@ export default class ObjectQueriesApi {
3706
4010
  }
3707
4011
 
3708
4012
  /**
3709
- * Query PaymentScheduleItems with filters, expands, sort capabilities. Supported expands: N/A.
4013
+ * Query PaymentScheduleItems with filters, expands, sort capabilities. Supported expands: paymentscheduleitempayments,paymentscheduleitempayments.payment.
3710
4014
  * @param {Object} opts Optional parameters
3711
4015
  * @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.
3712
4016
  * @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.
@@ -3715,6 +4019,7 @@ export default class ObjectQueriesApi {
3715
4019
  * @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.
3716
4020
  * @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).
3717
4021
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4022
+ * @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.
3718
4023
  * @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.
3719
4024
  * @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.
3720
4025
  * @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.
@@ -3740,6 +4045,7 @@ export default class ObjectQueriesApi {
3740
4045
  * @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.
3741
4046
  * @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).
3742
4047
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4048
+ * @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.
3743
4049
  * @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.
3744
4050
  * @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.
3745
4051
  * @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.
@@ -3767,7 +4073,8 @@ export default class ObjectQueriesApi {
3767
4073
  'Zuora-Track-Id': opts['zuora_track_id'],
3768
4074
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3769
4075
  'Authorization': opts['authorization'],
3770
- 'Zuora-Version': opts['zuora_version']
4076
+ 'Zuora-Version': opts['zuora_version'],
4077
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
3771
4078
  };
3772
4079
  let formParams = {
3773
4080
  };
@@ -3793,6 +4100,7 @@ export default class ObjectQueriesApi {
3793
4100
  * @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.
3794
4101
  * @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).
3795
4102
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4103
+ * @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.
3796
4104
  * @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.
3797
4105
  * @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.
3798
4106
  * @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.
@@ -3809,7 +4117,7 @@ export default class ObjectQueriesApi {
3809
4117
 
3810
4118
 
3811
4119
  /**
3812
- * Query Payments with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,paymentapplications.
4120
+ * Query Payments with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,paymentapplications,paymentscheduleitempayments,paymentscheduleitempayments.paymentscheduleitem.
3813
4121
  * @param {Object} opts Optional parameters
3814
4122
  * @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.
3815
4123
  * @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.
@@ -3818,6 +4126,7 @@ export default class ObjectQueriesApi {
3818
4126
  * @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.
3819
4127
  * @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).
3820
4128
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4129
+ * @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.
3821
4130
  * @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.
3822
4131
  * @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.
3823
4132
  * @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.
@@ -3845,7 +4154,8 @@ export default class ObjectQueriesApi {
3845
4154
  'Zuora-Track-Id': opts['zuora_track_id'],
3846
4155
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3847
4156
  'Authorization': opts['authorization'],
3848
- 'Zuora-Version': opts['zuora_version']
4157
+ 'Zuora-Version': opts['zuora_version'],
4158
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
3849
4159
  };
3850
4160
  let formParams = {
3851
4161
  };
@@ -3862,7 +4172,7 @@ export default class ObjectQueriesApi {
3862
4172
  }
3863
4173
 
3864
4174
  /**
3865
- * Query Payments with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,paymentapplications.
4175
+ * Query Payments with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,paymentapplications,paymentscheduleitempayments,paymentscheduleitempayments.paymentscheduleitem.
3866
4176
  * @param {Object} opts Optional parameters
3867
4177
  * @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.
3868
4178
  * @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.
@@ -3871,6 +4181,7 @@ export default class ObjectQueriesApi {
3871
4181
  * @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.
3872
4182
  * @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).
3873
4183
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4184
+ * @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.
3874
4185
  * @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.
3875
4186
  * @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.
3876
4187
  * @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.
@@ -3897,6 +4208,7 @@ export default class ObjectQueriesApi {
3897
4208
  * @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.
3898
4209
  * @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).
3899
4210
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4211
+ * @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.
3900
4212
  * @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.
3901
4213
  * @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.
3902
4214
  * @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.
@@ -3929,7 +4241,8 @@ export default class ObjectQueriesApi {
3929
4241
  'Zuora-Track-Id': opts['zuora_track_id'],
3930
4242
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
3931
4243
  'Authorization': opts['authorization'],
3932
- 'Zuora-Version': opts['zuora_version']
4244
+ 'Zuora-Version': opts['zuora_version'],
4245
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
3933
4246
  };
3934
4247
  let formParams = {
3935
4248
  };
@@ -3956,6 +4269,7 @@ export default class ObjectQueriesApi {
3956
4269
  * @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.
3957
4270
  * @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).
3958
4271
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4272
+ * @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.
3959
4273
  * @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.
3960
4274
  * @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.
3961
4275
  * @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.
@@ -3982,6 +4296,7 @@ export default class ObjectQueriesApi {
3982
4296
  * @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.
3983
4297
  * @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).
3984
4298
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4299
+ * @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.
3985
4300
  * @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.
3986
4301
  * @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.
3987
4302
  * @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.
@@ -4014,7 +4329,8 @@ export default class ObjectQueriesApi {
4014
4329
  'Zuora-Track-Id': opts['zuora_track_id'],
4015
4330
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4016
4331
  'Authorization': opts['authorization'],
4017
- 'Zuora-Version': opts['zuora_version']
4332
+ 'Zuora-Version': opts['zuora_version'],
4333
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
4018
4334
  };
4019
4335
  let formParams = {
4020
4336
  };
@@ -4041,6 +4357,7 @@ export default class ObjectQueriesApi {
4041
4357
  * @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.
4042
4358
  * @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).
4043
4359
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4360
+ * @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.
4044
4361
  * @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.
4045
4362
  * @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.
4046
4363
  * @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.
@@ -4066,6 +4383,7 @@ export default class ObjectQueriesApi {
4066
4383
  * @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.
4067
4384
  * @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).
4068
4385
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4386
+ * @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.
4069
4387
  * @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.
4070
4388
  * @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.
4071
4389
  * @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.
@@ -4093,7 +4411,8 @@ export default class ObjectQueriesApi {
4093
4411
  'Zuora-Track-Id': opts['zuora_track_id'],
4094
4412
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4095
4413
  'Authorization': opts['authorization'],
4096
- 'Zuora-Version': opts['zuora_version']
4414
+ 'Zuora-Version': opts['zuora_version'],
4415
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
4097
4416
  };
4098
4417
  let formParams = {
4099
4418
  };
@@ -4119,6 +4438,7 @@ export default class ObjectQueriesApi {
4119
4438
  * @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.
4120
4439
  * @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).
4121
4440
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4441
+ * @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.
4122
4442
  * @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.
4123
4443
  * @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.
4124
4444
  * @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.
@@ -4145,6 +4465,7 @@ export default class ObjectQueriesApi {
4145
4465
  * @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.
4146
4466
  * @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).
4147
4467
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4468
+ * @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.
4148
4469
  * @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.
4149
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.
4150
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.
@@ -4177,7 +4498,8 @@ export default class ObjectQueriesApi {
4177
4498
  'Zuora-Track-Id': opts['zuora_track_id'],
4178
4499
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4179
4500
  'Authorization': opts['authorization'],
4180
- 'Zuora-Version': opts['zuora_version']
4501
+ 'Zuora-Version': opts['zuora_version'],
4502
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
4181
4503
  };
4182
4504
  let formParams = {
4183
4505
  };
@@ -4204,6 +4526,7 @@ export default class ObjectQueriesApi {
4204
4526
  * @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.
4205
4527
  * @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).
4206
4528
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4529
+ * @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.
4207
4530
  * @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.
4208
4531
  * @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.
4209
4532
  * @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.
@@ -4229,6 +4552,7 @@ export default class ObjectQueriesApi {
4229
4552
  * @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.
4230
4553
  * @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).
4231
4554
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4555
+ * @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.
4232
4556
  * @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.
4233
4557
  * @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.
4234
4558
  * @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.
@@ -4256,7 +4580,8 @@ export default class ObjectQueriesApi {
4256
4580
  'Zuora-Track-Id': opts['zuora_track_id'],
4257
4581
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4258
4582
  'Authorization': opts['authorization'],
4259
- 'Zuora-Version': opts['zuora_version']
4583
+ 'Zuora-Version': opts['zuora_version'],
4584
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
4260
4585
  };
4261
4586
  let formParams = {
4262
4587
  };
@@ -4282,6 +4607,7 @@ export default class ObjectQueriesApi {
4282
4607
  * @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.
4283
4608
  * @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).
4284
4609
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4610
+ * @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.
4285
4611
  * @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.
4286
4612
  * @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.
4287
4613
  * @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.
@@ -4307,6 +4633,7 @@ export default class ObjectQueriesApi {
4307
4633
  * @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.
4308
4634
  * @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).
4309
4635
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4636
+ * @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.
4310
4637
  * @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.
4311
4638
  * @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.
4312
4639
  * @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.
@@ -4334,7 +4661,8 @@ export default class ObjectQueriesApi {
4334
4661
  'Zuora-Track-Id': opts['zuora_track_id'],
4335
4662
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4336
4663
  'Authorization': opts['authorization'],
4337
- 'Zuora-Version': opts['zuora_version']
4664
+ 'Zuora-Version': opts['zuora_version'],
4665
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
4338
4666
  };
4339
4667
  let formParams = {
4340
4668
  };
@@ -4360,6 +4688,7 @@ export default class ObjectQueriesApi {
4360
4688
  * @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.
4361
4689
  * @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).
4362
4690
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4691
+ * @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.
4363
4692
  * @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.
4364
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.
4365
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.
@@ -4386,6 +4715,7 @@ export default class ObjectQueriesApi {
4386
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.
4387
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).
4388
4717
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4718
+ * @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.
4389
4719
  * @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.
4390
4720
  * @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.
4391
4721
  * @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.
@@ -4418,7 +4748,8 @@ export default class ObjectQueriesApi {
4418
4748
  'Zuora-Track-Id': opts['zuora_track_id'],
4419
4749
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4420
4750
  'Authorization': opts['authorization'],
4421
- 'Zuora-Version': opts['zuora_version']
4751
+ 'Zuora-Version': opts['zuora_version'],
4752
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
4422
4753
  };
4423
4754
  let formParams = {
4424
4755
  };
@@ -4445,6 +4776,7 @@ export default class ObjectQueriesApi {
4445
4776
  * @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.
4446
4777
  * @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).
4447
4778
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4779
+ * @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.
4448
4780
  * @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.
4449
4781
  * @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.
4450
4782
  * @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.
@@ -4470,6 +4802,7 @@ export default class ObjectQueriesApi {
4470
4802
  * @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.
4471
4803
  * @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).
4472
4804
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4805
+ * @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.
4473
4806
  * @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.
4474
4807
  * @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.
4475
4808
  * @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.
@@ -4497,7 +4830,8 @@ export default class ObjectQueriesApi {
4497
4830
  'Zuora-Track-Id': opts['zuora_track_id'],
4498
4831
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4499
4832
  'Authorization': opts['authorization'],
4500
- 'Zuora-Version': opts['zuora_version']
4833
+ 'Zuora-Version': opts['zuora_version'],
4834
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
4501
4835
  };
4502
4836
  let formParams = {
4503
4837
  };
@@ -4523,6 +4857,7 @@ export default class ObjectQueriesApi {
4523
4857
  * @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.
4524
4858
  * @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).
4525
4859
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4860
+ * @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.
4526
4861
  * @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.
4527
4862
  * @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.
4528
4863
  * @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.
@@ -4549,6 +4884,7 @@ export default class ObjectQueriesApi {
4549
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.
4550
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).
4551
4886
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4887
+ * @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.
4552
4888
  * @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.
4553
4889
  * @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.
4554
4890
  * @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.
@@ -4581,7 +4917,8 @@ export default class ObjectQueriesApi {
4581
4917
  'Zuora-Track-Id': opts['zuora_track_id'],
4582
4918
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4583
4919
  'Authorization': opts['authorization'],
4584
- 'Zuora-Version': opts['zuora_version']
4920
+ 'Zuora-Version': opts['zuora_version'],
4921
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
4585
4922
  };
4586
4923
  let formParams = {
4587
4924
  };
@@ -4608,6 +4945,7 @@ export default class ObjectQueriesApi {
4608
4945
  * @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.
4609
4946
  * @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).
4610
4947
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
4948
+ * @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.
4611
4949
  * @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.
4612
4950
  * @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.
4613
4951
  * @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.
@@ -4634,6 +4972,7 @@ export default class ObjectQueriesApi {
4634
4972
  * @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.
4635
4973
  * @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).
4636
4974
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
4975
+ * @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.
4637
4976
  * @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.
4638
4977
  * @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.
4639
4978
  * @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.
@@ -4666,7 +5005,8 @@ export default class ObjectQueriesApi {
4666
5005
  'Zuora-Track-Id': opts['zuora_track_id'],
4667
5006
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4668
5007
  'Authorization': opts['authorization'],
4669
- 'Zuora-Version': opts['zuora_version']
5008
+ 'Zuora-Version': opts['zuora_version'],
5009
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
4670
5010
  };
4671
5011
  let formParams = {
4672
5012
  };
@@ -4693,6 +5033,7 @@ export default class ObjectQueriesApi {
4693
5033
  * @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.
4694
5034
  * @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).
4695
5035
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5036
+ * @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.
4696
5037
  * @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.
4697
5038
  * @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.
4698
5039
  * @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.
@@ -4719,6 +5060,7 @@ export default class ObjectQueriesApi {
4719
5060
  * @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.
4720
5061
  * @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).
4721
5062
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5063
+ * @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.
4722
5064
  * @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.
4723
5065
  * @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.
4724
5066
  * @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.
@@ -4751,7 +5093,8 @@ export default class ObjectQueriesApi {
4751
5093
  'Zuora-Track-Id': opts['zuora_track_id'],
4752
5094
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4753
5095
  'Authorization': opts['authorization'],
4754
- 'Zuora-Version': opts['zuora_version']
5096
+ 'Zuora-Version': opts['zuora_version'],
5097
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
4755
5098
  };
4756
5099
  let formParams = {
4757
5100
  };
@@ -4778,6 +5121,7 @@ export default class ObjectQueriesApi {
4778
5121
  * @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.
4779
5122
  * @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).
4780
5123
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5124
+ * @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.
4781
5125
  * @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.
4782
5126
  * @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.
4783
5127
  * @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.
@@ -4804,6 +5148,7 @@ export default class ObjectQueriesApi {
4804
5148
  * @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.
4805
5149
  * @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).
4806
5150
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5151
+ * @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.
4807
5152
  * @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.
4808
5153
  * @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.
4809
5154
  * @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.
@@ -4836,7 +5181,8 @@ export default class ObjectQueriesApi {
4836
5181
  'Zuora-Track-Id': opts['zuora_track_id'],
4837
5182
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4838
5183
  'Authorization': opts['authorization'],
4839
- 'Zuora-Version': opts['zuora_version']
5184
+ 'Zuora-Version': opts['zuora_version'],
5185
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
4840
5186
  };
4841
5187
  let formParams = {
4842
5188
  };
@@ -4863,6 +5209,7 @@ export default class ObjectQueriesApi {
4863
5209
  * @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.
4864
5210
  * @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).
4865
5211
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5212
+ * @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.
4866
5213
  * @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.
4867
5214
  * @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.
4868
5215
  * @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.
@@ -4888,6 +5235,7 @@ export default class ObjectQueriesApi {
4888
5235
  * @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.
4889
5236
  * @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).
4890
5237
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5238
+ * @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.
4891
5239
  * @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.
4892
5240
  * @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.
4893
5241
  * @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.
@@ -4915,7 +5263,8 @@ export default class ObjectQueriesApi {
4915
5263
  'Zuora-Track-Id': opts['zuora_track_id'],
4916
5264
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4917
5265
  'Authorization': opts['authorization'],
4918
- 'Zuora-Version': opts['zuora_version']
5266
+ 'Zuora-Version': opts['zuora_version'],
5267
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
4919
5268
  };
4920
5269
  let formParams = {
4921
5270
  };
@@ -4941,6 +5290,7 @@ export default class ObjectQueriesApi {
4941
5290
  * @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.
4942
5291
  * @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).
4943
5292
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5293
+ * @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.
4944
5294
  * @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.
4945
5295
  * @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.
4946
5296
  * @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.
@@ -4966,6 +5316,7 @@ export default class ObjectQueriesApi {
4966
5316
  * @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.
4967
5317
  * @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).
4968
5318
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5319
+ * @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.
4969
5320
  * @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.
4970
5321
  * @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.
4971
5322
  * @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.
@@ -4993,7 +5344,8 @@ export default class ObjectQueriesApi {
4993
5344
  'Zuora-Track-Id': opts['zuora_track_id'],
4994
5345
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
4995
5346
  'Authorization': opts['authorization'],
4996
- 'Zuora-Version': opts['zuora_version']
5347
+ 'Zuora-Version': opts['zuora_version'],
5348
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
4997
5349
  };
4998
5350
  let formParams = {
4999
5351
  };
@@ -5019,6 +5371,7 @@ export default class ObjectQueriesApi {
5019
5371
  * @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.
5020
5372
  * @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).
5021
5373
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5374
+ * @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.
5022
5375
  * @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.
5023
5376
  * @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.
5024
5377
  * @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.
@@ -5044,6 +5397,7 @@ export default class ObjectQueriesApi {
5044
5397
  * @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.
5045
5398
  * @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).
5046
5399
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5400
+ * @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.
5047
5401
  * @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.
5048
5402
  * @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.
5049
5403
  * @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.
@@ -5071,7 +5425,8 @@ export default class ObjectQueriesApi {
5071
5425
  'Zuora-Track-Id': opts['zuora_track_id'],
5072
5426
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5073
5427
  'Authorization': opts['authorization'],
5074
- 'Zuora-Version': opts['zuora_version']
5428
+ 'Zuora-Version': opts['zuora_version'],
5429
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
5075
5430
  };
5076
5431
  let formParams = {
5077
5432
  };
@@ -5097,6 +5452,7 @@ export default class ObjectQueriesApi {
5097
5452
  * @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.
5098
5453
  * @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).
5099
5454
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5455
+ * @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.
5100
5456
  * @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.
5101
5457
  * @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.
5102
5458
  * @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.
@@ -5122,6 +5478,7 @@ export default class ObjectQueriesApi {
5122
5478
  * @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.
5123
5479
  * @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).
5124
5480
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5481
+ * @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.
5125
5482
  * @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.
5126
5483
  * @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.
5127
5484
  * @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.
@@ -5149,7 +5506,8 @@ export default class ObjectQueriesApi {
5149
5506
  'Zuora-Track-Id': opts['zuora_track_id'],
5150
5507
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5151
5508
  'Authorization': opts['authorization'],
5152
- 'Zuora-Version': opts['zuora_version']
5509
+ 'Zuora-Version': opts['zuora_version'],
5510
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
5153
5511
  };
5154
5512
  let formParams = {
5155
5513
  };
@@ -5175,6 +5533,7 @@ export default class ObjectQueriesApi {
5175
5533
  * @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.
5176
5534
  * @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).
5177
5535
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5536
+ * @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.
5178
5537
  * @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.
5179
5538
  * @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.
5180
5539
  * @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.
@@ -5201,6 +5560,7 @@ export default class ObjectQueriesApi {
5201
5560
  * @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.
5202
5561
  * @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).
5203
5562
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5563
+ * @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.
5204
5564
  * @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.
5205
5565
  * @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.
5206
5566
  * @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.
@@ -5233,7 +5593,8 @@ export default class ObjectQueriesApi {
5233
5593
  'Zuora-Track-Id': opts['zuora_track_id'],
5234
5594
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5235
5595
  'Authorization': opts['authorization'],
5236
- 'Zuora-Version': opts['zuora_version']
5596
+ 'Zuora-Version': opts['zuora_version'],
5597
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
5237
5598
  };
5238
5599
  let formParams = {
5239
5600
  };
@@ -5260,6 +5621,7 @@ export default class ObjectQueriesApi {
5260
5621
  * @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.
5261
5622
  * @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).
5262
5623
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5624
+ * @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.
5263
5625
  * @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.
5264
5626
  * @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.
5265
5627
  * @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.
@@ -5286,6 +5648,7 @@ export default class ObjectQueriesApi {
5286
5648
  * @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.
5287
5649
  * @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).
5288
5650
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5651
+ * @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.
5289
5652
  * @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.
5290
5653
  * @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.
5291
5654
  * @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.
@@ -5318,7 +5681,8 @@ export default class ObjectQueriesApi {
5318
5681
  'Zuora-Track-Id': opts['zuora_track_id'],
5319
5682
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5320
5683
  'Authorization': opts['authorization'],
5321
- 'Zuora-Version': opts['zuora_version']
5684
+ 'Zuora-Version': opts['zuora_version'],
5685
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
5322
5686
  };
5323
5687
  let formParams = {
5324
5688
  };
@@ -5345,6 +5709,7 @@ export default class ObjectQueriesApi {
5345
5709
  * @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.
5346
5710
  * @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).
5347
5711
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5712
+ * @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.
5348
5713
  * @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.
5349
5714
  * @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.
5350
5715
  * @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.
@@ -5371,6 +5736,7 @@ export default class ObjectQueriesApi {
5371
5736
  * @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.
5372
5737
  * @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).
5373
5738
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5739
+ * @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.
5374
5740
  * @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.
5375
5741
  * @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.
5376
5742
  * @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.
@@ -5403,7 +5769,8 @@ export default class ObjectQueriesApi {
5403
5769
  'Zuora-Track-Id': opts['zuora_track_id'],
5404
5770
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5405
5771
  'Authorization': opts['authorization'],
5406
- 'Zuora-Version': opts['zuora_version']
5772
+ 'Zuora-Version': opts['zuora_version'],
5773
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
5407
5774
  };
5408
5775
  let formParams = {
5409
5776
  };
@@ -5430,6 +5797,7 @@ export default class ObjectQueriesApi {
5430
5797
  * @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.
5431
5798
  * @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).
5432
5799
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5800
+ * @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.
5433
5801
  * @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.
5434
5802
  * @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.
5435
5803
  * @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.
@@ -5455,6 +5823,7 @@ export default class ObjectQueriesApi {
5455
5823
  * @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.
5456
5824
  * @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).
5457
5825
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5826
+ * @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.
5458
5827
  * @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.
5459
5828
  * @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.
5460
5829
  * @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.
@@ -5482,7 +5851,8 @@ export default class ObjectQueriesApi {
5482
5851
  'Zuora-Track-Id': opts['zuora_track_id'],
5483
5852
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5484
5853
  'Authorization': opts['authorization'],
5485
- 'Zuora-Version': opts['zuora_version']
5854
+ 'Zuora-Version': opts['zuora_version'],
5855
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
5486
5856
  };
5487
5857
  let formParams = {
5488
5858
  };
@@ -5508,6 +5878,7 @@ export default class ObjectQueriesApi {
5508
5878
  * @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.
5509
5879
  * @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).
5510
5880
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5881
+ * @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.
5511
5882
  * @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.
5512
5883
  * @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.
5513
5884
  * @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.
@@ -5533,6 +5904,7 @@ export default class ObjectQueriesApi {
5533
5904
  * @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.
5534
5905
  * @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).
5535
5906
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5907
+ * @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.
5536
5908
  * @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.
5537
5909
  * @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.
5538
5910
  * @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.
@@ -5560,7 +5932,8 @@ export default class ObjectQueriesApi {
5560
5932
  'Zuora-Track-Id': opts['zuora_track_id'],
5561
5933
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5562
5934
  'Authorization': opts['authorization'],
5563
- 'Zuora-Version': opts['zuora_version']
5935
+ 'Zuora-Version': opts['zuora_version'],
5936
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
5564
5937
  };
5565
5938
  let formParams = {
5566
5939
  };
@@ -5586,6 +5959,7 @@ export default class ObjectQueriesApi {
5586
5959
  * @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.
5587
5960
  * @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).
5588
5961
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
5962
+ * @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.
5589
5963
  * @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.
5590
5964
  * @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.
5591
5965
  * @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.
@@ -5611,6 +5985,7 @@ export default class ObjectQueriesApi {
5611
5985
  * @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.
5612
5986
  * @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).
5613
5987
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
5988
+ * @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.
5614
5989
  * @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.
5615
5990
  * @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.
5616
5991
  * @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.
@@ -5638,7 +6013,8 @@ export default class ObjectQueriesApi {
5638
6013
  'Zuora-Track-Id': opts['zuora_track_id'],
5639
6014
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5640
6015
  'Authorization': opts['authorization'],
5641
- 'Zuora-Version': opts['zuora_version']
6016
+ 'Zuora-Version': opts['zuora_version'],
6017
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
5642
6018
  };
5643
6019
  let formParams = {
5644
6020
  };
@@ -5664,6 +6040,7 @@ export default class ObjectQueriesApi {
5664
6040
  * @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.
5665
6041
  * @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).
5666
6042
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6043
+ * @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.
5667
6044
  * @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.
5668
6045
  * @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.
5669
6046
  * @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.
@@ -5679,6 +6056,175 @@ export default class ObjectQueriesApi {
5679
6056
  }
5680
6057
 
5681
6058
 
6059
+ /**
6060
+ * Query RatingDetail by key with filters, expands, sort capabilities. Supported expands: N/A.
6061
+ * @param {String} key Object ID or Number.
6062
+ * @param {Object} opts Optional parameters
6063
+ * @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.
6064
+ * @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.
6065
+ * @param {String} [content_encoding] Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
6066
+ * @param {String} [zuora_track_id] A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
6067
+ * @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.
6068
+ * @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).
6069
+ * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6070
+ * @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.
6071
+ * @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.
6072
+ * @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.
6073
+ * @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.
6074
+ * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
6075
+ * @param {Array.<String>} [filter] A case-sensitive filter on the list.
6076
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedRatingDetail} and HTTP response
6077
+ */
6078
+ queryRatingDetailByKeyWithHttpInfo(key, opts) {
6079
+ opts = opts || {};
6080
+ let postBody = null;
6081
+ // verify the required parameter 'key' is set
6082
+ if (key === undefined || key === null) {
6083
+ throw new Error("Missing the required parameter 'key' when calling queryRatingDetailByKey");
6084
+ }
6085
+
6086
+ let pathParams = {
6087
+ 'key': key
6088
+ };
6089
+ let queryParams = {
6090
+ 'pageSize': opts['page_size'],
6091
+ 'cursor': opts['cursor'],
6092
+ 'sort[]': this.apiClient.buildCollectionParam(opts['sort'], 'multi'),
6093
+ 'expand[]': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),
6094
+ 'filter[]': this.apiClient.buildCollectionParam(opts['filter'], 'multi')
6095
+ };
6096
+ let headerParams = {
6097
+ 'Idempotency-Key': opts['idempotency_key'],
6098
+ 'Accept-Encoding': opts['accept_encoding'],
6099
+ 'Content-Encoding': opts['content_encoding'],
6100
+ 'Zuora-Track-Id': opts['zuora_track_id'],
6101
+ 'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6102
+ 'Authorization': opts['authorization'],
6103
+ 'Zuora-Version': opts['zuora_version'],
6104
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
6105
+ };
6106
+ let formParams = {
6107
+ };
6108
+
6109
+ let authNames = ['bearerAuth'];
6110
+ let contentTypes = [];
6111
+ let accepts = ['application/json'];
6112
+ let returnType = ExpandedRatingDetail;
6113
+ return this.apiClient.callApi(
6114
+ '/object-query/rating-details/{key}', 'GET',
6115
+ pathParams, queryParams, headerParams, formParams, postBody,
6116
+ authNames, contentTypes, accepts, returnType, null
6117
+ );
6118
+ }
6119
+
6120
+ /**
6121
+ * Query RatingDetail by key with filters, expands, sort capabilities. Supported expands: N/A.
6122
+ * @param {String} key Object ID or Number.
6123
+ * @param {Object} opts Optional parameters
6124
+ * @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.
6125
+ * @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.
6126
+ * @param {String} opts.content_encoding Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
6127
+ * @param {String} opts.zuora_track_id A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
6128
+ * @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.
6129
+ * @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).
6130
+ * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6131
+ * @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.
6132
+ * @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.
6133
+ * @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.
6134
+ * @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.
6135
+ * @param {Array.<String>} opts.expand Allows you to expand responses by including related object information in a single call.
6136
+ * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
6137
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedRatingDetail}
6138
+ */
6139
+ queryRatingDetailByKey(key, opts) {
6140
+ return this.queryRatingDetailByKeyWithHttpInfo(key, opts)
6141
+ .then(function(response_and_data) {
6142
+ return response_and_data.data;
6143
+ });
6144
+ }
6145
+
6146
+
6147
+ /**
6148
+ * Query RatingDetails with filters, expands, sort capabilities. Supported expands: N/A.
6149
+ * @param {Object} opts Optional parameters
6150
+ * @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.
6151
+ * @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.
6152
+ * @param {String} [content_encoding] Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
6153
+ * @param {String} [zuora_track_id] A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
6154
+ * @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.
6155
+ * @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).
6156
+ * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6157
+ * @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.
6158
+ * @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.
6159
+ * @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.
6160
+ * @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.
6161
+ * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
6162
+ * @param {Array.<String>} [filter] A case-sensitive filter on the list.
6163
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryRatingDetailsResponse} and HTTP response
6164
+ */
6165
+ queryRatingDetailsWithHttpInfo(opts) {
6166
+ opts = opts || {};
6167
+ let postBody = null;
6168
+
6169
+ let pathParams = {
6170
+ };
6171
+ let queryParams = {
6172
+ 'pageSize': opts['page_size'],
6173
+ 'cursor': opts['cursor'],
6174
+ 'sort[]': this.apiClient.buildCollectionParam(opts['sort'], 'multi'),
6175
+ 'expand[]': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),
6176
+ 'filter[]': this.apiClient.buildCollectionParam(opts['filter'], 'multi')
6177
+ };
6178
+ let headerParams = {
6179
+ 'Idempotency-Key': opts['idempotency_key'],
6180
+ 'Accept-Encoding': opts['accept_encoding'],
6181
+ 'Content-Encoding': opts['content_encoding'],
6182
+ 'Zuora-Track-Id': opts['zuora_track_id'],
6183
+ 'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6184
+ 'Authorization': opts['authorization'],
6185
+ 'Zuora-Version': opts['zuora_version'],
6186
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
6187
+ };
6188
+ let formParams = {
6189
+ };
6190
+
6191
+ let authNames = ['bearerAuth'];
6192
+ let contentTypes = [];
6193
+ let accepts = ['application/json'];
6194
+ let returnType = QueryRatingDetailsResponse;
6195
+ return this.apiClient.callApi(
6196
+ '/object-query/rating-details', 'GET',
6197
+ pathParams, queryParams, headerParams, formParams, postBody,
6198
+ authNames, contentTypes, accepts, returnType, null
6199
+ );
6200
+ }
6201
+
6202
+ /**
6203
+ * Query RatingDetails with filters, expands, sort capabilities. Supported expands: N/A.
6204
+ * @param {Object} opts Optional parameters
6205
+ * @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.
6206
+ * @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.
6207
+ * @param {String} opts.content_encoding Include the `Content-Encoding: gzip` header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload.
6208
+ * @param {String} opts.zuora_track_id A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (`:`), semicolon (`;`), double quote (`\"`), and quote (`'`).
6209
+ * @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.
6210
+ * @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).
6211
+ * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6212
+ * @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.
6213
+ * @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.
6214
+ * @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.
6215
+ * @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.
6216
+ * @param {Array.<String>} opts.expand Allows you to expand responses by including related object information in a single call.
6217
+ * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
6218
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/QueryRatingDetailsResponse}
6219
+ */
6220
+ queryRatingDetails(opts) {
6221
+ return this.queryRatingDetailsWithHttpInfo(opts)
6222
+ .then(function(response_and_data) {
6223
+ return response_and_data.data;
6224
+ });
6225
+ }
6226
+
6227
+
5682
6228
  /**
5683
6229
  * Query RatingResult by key with filters, expands, sort capabilities. Supported expands: account,rateplancharge,subscription,invoiceitem.
5684
6230
  * @param {String} key Object ID or Number.
@@ -5690,6 +6236,7 @@ export default class ObjectQueriesApi {
5690
6236
  * @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.
5691
6237
  * @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).
5692
6238
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6239
+ * @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.
5693
6240
  * @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.
5694
6241
  * @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.
5695
6242
  * @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.
@@ -5722,7 +6269,8 @@ export default class ObjectQueriesApi {
5722
6269
  'Zuora-Track-Id': opts['zuora_track_id'],
5723
6270
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5724
6271
  'Authorization': opts['authorization'],
5725
- 'Zuora-Version': opts['zuora_version']
6272
+ 'Zuora-Version': opts['zuora_version'],
6273
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
5726
6274
  };
5727
6275
  let formParams = {
5728
6276
  };
@@ -5749,6 +6297,7 @@ export default class ObjectQueriesApi {
5749
6297
  * @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.
5750
6298
  * @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).
5751
6299
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6300
+ * @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.
5752
6301
  * @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.
5753
6302
  * @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.
5754
6303
  * @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.
@@ -5774,6 +6323,7 @@ export default class ObjectQueriesApi {
5774
6323
  * @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.
5775
6324
  * @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).
5776
6325
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6326
+ * @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.
5777
6327
  * @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.
5778
6328
  * @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.
5779
6329
  * @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.
@@ -5801,7 +6351,8 @@ export default class ObjectQueriesApi {
5801
6351
  'Zuora-Track-Id': opts['zuora_track_id'],
5802
6352
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5803
6353
  'Authorization': opts['authorization'],
5804
- 'Zuora-Version': opts['zuora_version']
6354
+ 'Zuora-Version': opts['zuora_version'],
6355
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
5805
6356
  };
5806
6357
  let formParams = {
5807
6358
  };
@@ -5827,6 +6378,7 @@ export default class ObjectQueriesApi {
5827
6378
  * @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.
5828
6379
  * @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).
5829
6380
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6381
+ * @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.
5830
6382
  * @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.
5831
6383
  * @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.
5832
6384
  * @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.
@@ -5853,6 +6405,7 @@ export default class ObjectQueriesApi {
5853
6405
  * @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.
5854
6406
  * @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).
5855
6407
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6408
+ * @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.
5856
6409
  * @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.
5857
6410
  * @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.
5858
6411
  * @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.
@@ -5885,7 +6438,8 @@ export default class ObjectQueriesApi {
5885
6438
  'Zuora-Track-Id': opts['zuora_track_id'],
5886
6439
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5887
6440
  'Authorization': opts['authorization'],
5888
- 'Zuora-Version': opts['zuora_version']
6441
+ 'Zuora-Version': opts['zuora_version'],
6442
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
5889
6443
  };
5890
6444
  let formParams = {
5891
6445
  };
@@ -5912,6 +6466,7 @@ export default class ObjectQueriesApi {
5912
6466
  * @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.
5913
6467
  * @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).
5914
6468
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6469
+ * @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.
5915
6470
  * @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.
5916
6471
  * @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.
5917
6472
  * @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.
@@ -5938,6 +6493,7 @@ export default class ObjectQueriesApi {
5938
6493
  * @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.
5939
6494
  * @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).
5940
6495
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6496
+ * @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.
5941
6497
  * @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.
5942
6498
  * @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.
5943
6499
  * @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.
@@ -5970,7 +6526,8 @@ export default class ObjectQueriesApi {
5970
6526
  'Zuora-Track-Id': opts['zuora_track_id'],
5971
6527
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
5972
6528
  'Authorization': opts['authorization'],
5973
- 'Zuora-Version': opts['zuora_version']
6529
+ 'Zuora-Version': opts['zuora_version'],
6530
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
5974
6531
  };
5975
6532
  let formParams = {
5976
6533
  };
@@ -5997,6 +6554,7 @@ export default class ObjectQueriesApi {
5997
6554
  * @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.
5998
6555
  * @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).
5999
6556
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6557
+ * @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.
6000
6558
  * @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.
6001
6559
  * @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.
6002
6560
  * @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.
@@ -6022,6 +6580,7 @@ export default class ObjectQueriesApi {
6022
6580
  * @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.
6023
6581
  * @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).
6024
6582
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6583
+ * @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.
6025
6584
  * @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.
6026
6585
  * @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.
6027
6586
  * @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.
@@ -6049,7 +6608,8 @@ export default class ObjectQueriesApi {
6049
6608
  'Zuora-Track-Id': opts['zuora_track_id'],
6050
6609
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6051
6610
  'Authorization': opts['authorization'],
6052
- 'Zuora-Version': opts['zuora_version']
6611
+ 'Zuora-Version': opts['zuora_version'],
6612
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
6053
6613
  };
6054
6614
  let formParams = {
6055
6615
  };
@@ -6075,6 +6635,7 @@ export default class ObjectQueriesApi {
6075
6635
  * @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.
6076
6636
  * @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).
6077
6637
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6638
+ * @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.
6078
6639
  * @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.
6079
6640
  * @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.
6080
6641
  * @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.
@@ -6100,6 +6661,7 @@ export default class ObjectQueriesApi {
6100
6661
  * @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.
6101
6662
  * @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).
6102
6663
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6664
+ * @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.
6103
6665
  * @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.
6104
6666
  * @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.
6105
6667
  * @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.
@@ -6127,7 +6689,8 @@ export default class ObjectQueriesApi {
6127
6689
  'Zuora-Track-Id': opts['zuora_track_id'],
6128
6690
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6129
6691
  'Authorization': opts['authorization'],
6130
- 'Zuora-Version': opts['zuora_version']
6692
+ 'Zuora-Version': opts['zuora_version'],
6693
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
6131
6694
  };
6132
6695
  let formParams = {
6133
6696
  };
@@ -6153,6 +6716,7 @@ export default class ObjectQueriesApi {
6153
6716
  * @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.
6154
6717
  * @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).
6155
6718
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6719
+ * @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.
6156
6720
  * @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.
6157
6721
  * @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.
6158
6722
  * @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.
@@ -6179,6 +6743,7 @@ export default class ObjectQueriesApi {
6179
6743
  * @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.
6180
6744
  * @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).
6181
6745
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6746
+ * @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.
6182
6747
  * @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.
6183
6748
  * @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.
6184
6749
  * @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.
@@ -6211,7 +6776,8 @@ export default class ObjectQueriesApi {
6211
6776
  'Zuora-Track-Id': opts['zuora_track_id'],
6212
6777
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6213
6778
  'Authorization': opts['authorization'],
6214
- 'Zuora-Version': opts['zuora_version']
6779
+ 'Zuora-Version': opts['zuora_version'],
6780
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
6215
6781
  };
6216
6782
  let formParams = {
6217
6783
  };
@@ -6238,6 +6804,7 @@ export default class ObjectQueriesApi {
6238
6804
  * @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.
6239
6805
  * @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).
6240
6806
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6807
+ * @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.
6241
6808
  * @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.
6242
6809
  * @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.
6243
6810
  * @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.
@@ -6263,6 +6830,7 @@ export default class ObjectQueriesApi {
6263
6830
  * @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.
6264
6831
  * @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).
6265
6832
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6833
+ * @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.
6266
6834
  * @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.
6267
6835
  * @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.
6268
6836
  * @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.
@@ -6290,7 +6858,8 @@ export default class ObjectQueriesApi {
6290
6858
  'Zuora-Track-Id': opts['zuora_track_id'],
6291
6859
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6292
6860
  'Authorization': opts['authorization'],
6293
- 'Zuora-Version': opts['zuora_version']
6861
+ 'Zuora-Version': opts['zuora_version'],
6862
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
6294
6863
  };
6295
6864
  let formParams = {
6296
6865
  };
@@ -6316,6 +6885,7 @@ export default class ObjectQueriesApi {
6316
6885
  * @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.
6317
6886
  * @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).
6318
6887
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6888
+ * @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.
6319
6889
  * @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.
6320
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.
6321
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.
@@ -6332,7 +6902,7 @@ export default class ObjectQueriesApi {
6332
6902
 
6333
6903
 
6334
6904
  /**
6335
- * Query Subscription by key with filters, expands, sort capabilities. Supported expands: account,invoiceowner,billtocontact,invoiceitems,rateplans,rateplans.rateplancharges,rateplans.rateplancharges.rateplanchargetiers,account.billto,account.soldto,account.paymentmethods,order.
6905
+ * Query Subscription by key with filters, expands, sort capabilities. Supported expands: account,invoiceowner,billtocontact,invoiceitems,rateplans,rateplans.rateplancharges,rateplans.rateplancharges.rateplanchargetiers,account.billto,account.soldto,account.shipto,account.paymentmethods,order.
6336
6906
  * @param {String} key Object ID or Number.
6337
6907
  * @param {Object} opts Optional parameters
6338
6908
  * @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.
@@ -6342,6 +6912,7 @@ export default class ObjectQueriesApi {
6342
6912
  * @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.
6343
6913
  * @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).
6344
6914
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
6915
+ * @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.
6345
6916
  * @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.
6346
6917
  * @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.
6347
6918
  * @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.
@@ -6374,7 +6945,8 @@ export default class ObjectQueriesApi {
6374
6945
  'Zuora-Track-Id': opts['zuora_track_id'],
6375
6946
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6376
6947
  'Authorization': opts['authorization'],
6377
- 'Zuora-Version': opts['zuora_version']
6948
+ 'Zuora-Version': opts['zuora_version'],
6949
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
6378
6950
  };
6379
6951
  let formParams = {
6380
6952
  };
@@ -6391,7 +6963,7 @@ export default class ObjectQueriesApi {
6391
6963
  }
6392
6964
 
6393
6965
  /**
6394
- * Query Subscription by key with filters, expands, sort capabilities. Supported expands: account,invoiceowner,billtocontact,invoiceitems,rateplans,rateplans.rateplancharges,rateplans.rateplancharges.rateplanchargetiers,account.billto,account.soldto,account.paymentmethods,order.
6966
+ * Query Subscription by key with filters, expands, sort capabilities. Supported expands: account,invoiceowner,billtocontact,invoiceitems,rateplans,rateplans.rateplancharges,rateplans.rateplancharges.rateplanchargetiers,account.billto,account.soldto,account.shipto,account.paymentmethods,order.
6395
6967
  * @param {String} key Object ID or Number.
6396
6968
  * @param {Object} opts Optional parameters
6397
6969
  * @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.
@@ -6401,6 +6973,7 @@ export default class ObjectQueriesApi {
6401
6973
  * @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.
6402
6974
  * @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).
6403
6975
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
6976
+ * @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.
6404
6977
  * @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.
6405
6978
  * @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.
6406
6979
  * @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.
@@ -6417,7 +6990,7 @@ export default class ObjectQueriesApi {
6417
6990
 
6418
6991
 
6419
6992
  /**
6420
- * Query Subscriptions with filters, expands, sort capabilities. Supported expands: account,invoiceowner,billtocontact,invoiceitems,rateplans,rateplans.rateplancharges,rateplans.rateplancharges.rateplanchargetiers,account.billto,account.soldto,account.paymentmethods,order.
6993
+ * Query Subscriptions with filters, expands, sort capabilities. Supported expands: account,invoiceowner,billtocontact,invoiceitems,rateplans,rateplans.rateplancharges,rateplans.rateplancharges.rateplanchargetiers,account.billto,account.soldto,account.shipto,account.paymentmethods,order.
6421
6994
  * @param {Object} opts Optional parameters
6422
6995
  * @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.
6423
6996
  * @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.
@@ -6426,6 +6999,7 @@ export default class ObjectQueriesApi {
6426
6999
  * @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.
6427
7000
  * @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).
6428
7001
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
7002
+ * @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.
6429
7003
  * @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.
6430
7004
  * @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.
6431
7005
  * @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.
@@ -6453,7 +7027,8 @@ export default class ObjectQueriesApi {
6453
7027
  'Zuora-Track-Id': opts['zuora_track_id'],
6454
7028
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6455
7029
  'Authorization': opts['authorization'],
6456
- 'Zuora-Version': opts['zuora_version']
7030
+ 'Zuora-Version': opts['zuora_version'],
7031
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
6457
7032
  };
6458
7033
  let formParams = {
6459
7034
  };
@@ -6470,7 +7045,7 @@ export default class ObjectQueriesApi {
6470
7045
  }
6471
7046
 
6472
7047
  /**
6473
- * Query Subscriptions with filters, expands, sort capabilities. Supported expands: account,invoiceowner,billtocontact,invoiceitems,rateplans,rateplans.rateplancharges,rateplans.rateplancharges.rateplanchargetiers,account.billto,account.soldto,account.paymentmethods,order.
7048
+ * Query Subscriptions with filters, expands, sort capabilities. Supported expands: account,invoiceowner,billtocontact,invoiceitems,rateplans,rateplans.rateplancharges,rateplans.rateplancharges.rateplanchargetiers,account.billto,account.soldto,account.shipto,account.paymentmethods,order.
6474
7049
  * @param {Object} opts Optional parameters
6475
7050
  * @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.
6476
7051
  * @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.
@@ -6479,6 +7054,7 @@ export default class ObjectQueriesApi {
6479
7054
  * @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.
6480
7055
  * @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).
6481
7056
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
7057
+ * @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.
6482
7058
  * @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.
6483
7059
  * @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.
6484
7060
  * @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.
@@ -6505,6 +7081,7 @@ export default class ObjectQueriesApi {
6505
7081
  * @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.
6506
7082
  * @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).
6507
7083
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
7084
+ * @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.
6508
7085
  * @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.
6509
7086
  * @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.
6510
7087
  * @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.
@@ -6537,7 +7114,8 @@ export default class ObjectQueriesApi {
6537
7114
  'Zuora-Track-Id': opts['zuora_track_id'],
6538
7115
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6539
7116
  'Authorization': opts['authorization'],
6540
- 'Zuora-Version': opts['zuora_version']
7117
+ 'Zuora-Version': opts['zuora_version'],
7118
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
6541
7119
  };
6542
7120
  let formParams = {
6543
7121
  };
@@ -6564,6 +7142,7 @@ export default class ObjectQueriesApi {
6564
7142
  * @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.
6565
7143
  * @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).
6566
7144
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
7145
+ * @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.
6567
7146
  * @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.
6568
7147
  * @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.
6569
7148
  * @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.
@@ -6590,6 +7169,7 @@ export default class ObjectQueriesApi {
6590
7169
  * @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.
6591
7170
  * @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).
6592
7171
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
7172
+ * @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.
6593
7173
  * @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.
6594
7174
  * @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.
6595
7175
  * @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.
@@ -6622,7 +7202,8 @@ export default class ObjectQueriesApi {
6622
7202
  'Zuora-Track-Id': opts['zuora_track_id'],
6623
7203
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6624
7204
  'Authorization': opts['authorization'],
6625
- 'Zuora-Version': opts['zuora_version']
7205
+ 'Zuora-Version': opts['zuora_version'],
7206
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
6626
7207
  };
6627
7208
  let formParams = {
6628
7209
  };
@@ -6649,6 +7230,7 @@ export default class ObjectQueriesApi {
6649
7230
  * @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.
6650
7231
  * @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).
6651
7232
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
7233
+ * @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.
6652
7234
  * @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.
6653
7235
  * @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.
6654
7236
  * @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.
@@ -6674,6 +7256,7 @@ export default class ObjectQueriesApi {
6674
7256
  * @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.
6675
7257
  * @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).
6676
7258
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
7259
+ * @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.
6677
7260
  * @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.
6678
7261
  * @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.
6679
7262
  * @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.
@@ -6701,7 +7284,8 @@ export default class ObjectQueriesApi {
6701
7284
  'Zuora-Track-Id': opts['zuora_track_id'],
6702
7285
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6703
7286
  'Authorization': opts['authorization'],
6704
- 'Zuora-Version': opts['zuora_version']
7287
+ 'Zuora-Version': opts['zuora_version'],
7288
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
6705
7289
  };
6706
7290
  let formParams = {
6707
7291
  };
@@ -6727,6 +7311,7 @@ export default class ObjectQueriesApi {
6727
7311
  * @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.
6728
7312
  * @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).
6729
7313
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
7314
+ * @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.
6730
7315
  * @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.
6731
7316
  * @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.
6732
7317
  * @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.
@@ -6752,6 +7337,7 @@ export default class ObjectQueriesApi {
6752
7337
  * @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.
6753
7338
  * @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).
6754
7339
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
7340
+ * @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.
6755
7341
  * @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.
6756
7342
  * @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.
6757
7343
  * @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.
@@ -6779,7 +7365,8 @@ export default class ObjectQueriesApi {
6779
7365
  'Zuora-Track-Id': opts['zuora_track_id'],
6780
7366
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6781
7367
  'Authorization': opts['authorization'],
6782
- 'Zuora-Version': opts['zuora_version']
7368
+ 'Zuora-Version': opts['zuora_version'],
7369
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
6783
7370
  };
6784
7371
  let formParams = {
6785
7372
  };
@@ -6805,6 +7392,7 @@ export default class ObjectQueriesApi {
6805
7392
  * @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.
6806
7393
  * @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).
6807
7394
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
7395
+ * @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.
6808
7396
  * @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.
6809
7397
  * @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.
6810
7398
  * @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.
@@ -6831,6 +7419,7 @@ export default class ObjectQueriesApi {
6831
7419
  * @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.
6832
7420
  * @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).
6833
7421
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
7422
+ * @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.
6834
7423
  * @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.
6835
7424
  * @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.
6836
7425
  * @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.
@@ -6863,7 +7452,8 @@ export default class ObjectQueriesApi {
6863
7452
  'Zuora-Track-Id': opts['zuora_track_id'],
6864
7453
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6865
7454
  'Authorization': opts['authorization'],
6866
- 'Zuora-Version': opts['zuora_version']
7455
+ 'Zuora-Version': opts['zuora_version'],
7456
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
6867
7457
  };
6868
7458
  let formParams = {
6869
7459
  };
@@ -6890,6 +7480,7 @@ export default class ObjectQueriesApi {
6890
7480
  * @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.
6891
7481
  * @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).
6892
7482
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
7483
+ * @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.
6893
7484
  * @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.
6894
7485
  * @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.
6895
7486
  * @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.
@@ -6915,6 +7506,7 @@ export default class ObjectQueriesApi {
6915
7506
  * @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.
6916
7507
  * @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).
6917
7508
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
7509
+ * @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.
6918
7510
  * @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.
6919
7511
  * @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.
6920
7512
  * @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.
@@ -6942,7 +7534,8 @@ export default class ObjectQueriesApi {
6942
7534
  'Zuora-Track-Id': opts['zuora_track_id'],
6943
7535
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
6944
7536
  'Authorization': opts['authorization'],
6945
- 'Zuora-Version': opts['zuora_version']
7537
+ 'Zuora-Version': opts['zuora_version'],
7538
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
6946
7539
  };
6947
7540
  let formParams = {
6948
7541
  };
@@ -6968,6 +7561,7 @@ export default class ObjectQueriesApi {
6968
7561
  * @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.
6969
7562
  * @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).
6970
7563
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
7564
+ * @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.
6971
7565
  * @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.
6972
7566
  * @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.
6973
7567
  * @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.
@@ -6994,6 +7588,7 @@ export default class ObjectQueriesApi {
6994
7588
  * @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.
6995
7589
  * @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).
6996
7590
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
7591
+ * @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.
6997
7592
  * @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.
6998
7593
  * @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.
6999
7594
  * @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.
@@ -7026,7 +7621,8 @@ export default class ObjectQueriesApi {
7026
7621
  'Zuora-Track-Id': opts['zuora_track_id'],
7027
7622
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
7028
7623
  'Authorization': opts['authorization'],
7029
- 'Zuora-Version': opts['zuora_version']
7624
+ 'Zuora-Version': opts['zuora_version'],
7625
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
7030
7626
  };
7031
7627
  let formParams = {
7032
7628
  };
@@ -7053,6 +7649,7 @@ export default class ObjectQueriesApi {
7053
7649
  * @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.
7054
7650
  * @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).
7055
7651
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
7652
+ * @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.
7056
7653
  * @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.
7057
7654
  * @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.
7058
7655
  * @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.
@@ -7078,6 +7675,7 @@ export default class ObjectQueriesApi {
7078
7675
  * @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.
7079
7676
  * @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).
7080
7677
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
7678
+ * @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.
7081
7679
  * @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.
7082
7680
  * @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.
7083
7681
  * @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.
@@ -7105,7 +7703,8 @@ export default class ObjectQueriesApi {
7105
7703
  'Zuora-Track-Id': opts['zuora_track_id'],
7106
7704
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
7107
7705
  'Authorization': opts['authorization'],
7108
- 'Zuora-Version': opts['zuora_version']
7706
+ 'Zuora-Version': opts['zuora_version'],
7707
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
7109
7708
  };
7110
7709
  let formParams = {
7111
7710
  };
@@ -7131,6 +7730,7 @@ export default class ObjectQueriesApi {
7131
7730
  * @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.
7132
7731
  * @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).
7133
7732
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
7733
+ * @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.
7134
7734
  * @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.
7135
7735
  * @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.
7136
7736
  * @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.
@@ -7157,6 +7757,7 @@ export default class ObjectQueriesApi {
7157
7757
  * @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.
7158
7758
  * @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).
7159
7759
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
7760
+ * @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.
7160
7761
  * @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.
7161
7762
  * @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.
7162
7763
  * @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.
@@ -7189,7 +7790,8 @@ export default class ObjectQueriesApi {
7189
7790
  'Zuora-Track-Id': opts['zuora_track_id'],
7190
7791
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
7191
7792
  'Authorization': opts['authorization'],
7192
- 'Zuora-Version': opts['zuora_version']
7793
+ 'Zuora-Version': opts['zuora_version'],
7794
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
7193
7795
  };
7194
7796
  let formParams = {
7195
7797
  };
@@ -7216,6 +7818,7 @@ export default class ObjectQueriesApi {
7216
7818
  * @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.
7217
7819
  * @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).
7218
7820
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
7821
+ * @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
7822
  * @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.
7220
7823
  * @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
7824
  * @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.
@@ -7241,6 +7844,7 @@ export default class ObjectQueriesApi {
7241
7844
  * @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.
7242
7845
  * @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).
7243
7846
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
7847
+ * @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.
7244
7848
  * @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.
7245
7849
  * @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.
7246
7850
  * @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.
@@ -7268,7 +7872,8 @@ export default class ObjectQueriesApi {
7268
7872
  'Zuora-Track-Id': opts['zuora_track_id'],
7269
7873
  'Zuora-Entity-Ids': opts['zuora_entity_ids'],
7270
7874
  'Authorization': opts['authorization'],
7271
- 'Zuora-Version': opts['zuora_version']
7875
+ 'Zuora-Version': opts['zuora_version'],
7876
+ 'Zuora-Org-Ids': opts['zuora_org_ids']
7272
7877
  };
7273
7878
  let formParams = {
7274
7879
  };
@@ -7294,6 +7899,7 @@ export default class ObjectQueriesApi {
7294
7899
  * @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.
7295
7900
  * @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).
7296
7901
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
7902
+ * @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.
7297
7903
  * @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.
7298
7904
  * @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.
7299
7905
  * @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.