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
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:true});exports["default"]=void 0;var _ApiClient=_interopRequireDefault(require("../ApiClient"));var _CommonErrorResponse=_interopRequireDefault(require("../model/CommonErrorResponse"));var _ExpandedAccount=_interopRequireDefault(require("../model/ExpandedAccount"));var _ExpandedAmendment=_interopRequireDefault(require("../model/ExpandedAmendment"));var _ExpandedBillingRun=_interopRequireDefault(require("../model/ExpandedBillingRun"));var _ExpandedContact=_interopRequireDefault(require("../model/ExpandedContact"));var _ExpandedCreditMemo=_interopRequireDefault(require("../model/ExpandedCreditMemo"));var _ExpandedCreditMemoApplication=_interopRequireDefault(require("../model/ExpandedCreditMemoApplication"));var _ExpandedCreditMemoItem=_interopRequireDefault(require("../model/ExpandedCreditMemoItem"));var _ExpandedDailyConsumptionSummary=_interopRequireDefault(require("../model/ExpandedDailyConsumptionSummary"));var _ExpandedDebitMemo=_interopRequireDefault(require("../model/ExpandedDebitMemo"));var _ExpandedDebitMemoItem=_interopRequireDefault(require("../model/ExpandedDebitMemoItem"));var _ExpandedInvoice=_interopRequireDefault(require("../model/ExpandedInvoice"));var _ExpandedInvoiceItem=_interopRequireDefault(require("../model/ExpandedInvoiceItem"));var _ExpandedOrderAction=_interopRequireDefault(require("../model/ExpandedOrderAction"));var _ExpandedOrderLineItem=_interopRequireDefault(require("../model/ExpandedOrderLineItem"));var _ExpandedOrders=_interopRequireDefault(require("../model/ExpandedOrders"));var _ExpandedPayment=_interopRequireDefault(require("../model/ExpandedPayment"));var _ExpandedPaymentApplication=_interopRequireDefault(require("../model/ExpandedPaymentApplication"));var _ExpandedPaymentMethod=_interopRequireDefault(require("../model/ExpandedPaymentMethod"));var _ExpandedPaymentMethodSnapshot=_interopRequireDefault(require("../model/ExpandedPaymentMethodSnapshot"));var _ExpandedPaymentRun=_interopRequireDefault(require("../model/ExpandedPaymentRun"));var _ExpandedPaymentSchedule=_interopRequireDefault(require("../model/ExpandedPaymentSchedule"));var _ExpandedPaymentScheduleItem=_interopRequireDefault(require("../model/ExpandedPaymentScheduleItem"));var _ExpandedPrepaidBalance=_interopRequireDefault(require("../model/ExpandedPrepaidBalance"));var _ExpandedPrepaidBalanceFund=_interopRequireDefault(require("../model/ExpandedPrepaidBalanceFund"));var _ExpandedPrepaidBalanceTransaction=_interopRequireDefault(require("../model/ExpandedPrepaidBalanceTransaction"));var _ExpandedProcessedUsage=_interopRequireDefault(require("../model/ExpandedProcessedUsage"));var _ExpandedProduct=_interopRequireDefault(require("../model/ExpandedProduct"));var _ExpandedProductRatePlan=_interopRequireDefault(require("../model/ExpandedProductRatePlan"));var _ExpandedProductRatePlanCharge=_interopRequireDefault(require("../model/ExpandedProductRatePlanCharge"));var _ExpandedProductRatePlanChargeTier=_interopRequireDefault(require("../model/ExpandedProductRatePlanChargeTier"));var _ExpandedRatePlan=_interopRequireDefault(require("../model/ExpandedRatePlan"));var _ExpandedRatePlanCharge=_interopRequireDefault(require("../model/ExpandedRatePlanCharge"));var _ExpandedRatePlanChargeTier=_interopRequireDefault(require("../model/ExpandedRatePlanChargeTier"));var _ExpandedRatingResult=_interopRequireDefault(require("../model/ExpandedRatingResult"));var _ExpandedRefund=_interopRequireDefault(require("../model/ExpandedRefund"));var _ExpandedRefundApplication=_interopRequireDefault(require("../model/ExpandedRefundApplication"));var _ExpandedRefundApplicationItem=_interopRequireDefault(require("../model/ExpandedRefundApplicationItem"));var _ExpandedSubscription=_interopRequireDefault(require("../model/ExpandedSubscription"));var _ExpandedSummaryStatement=_interopRequireDefault(require("../model/ExpandedSummaryStatement"));var _ExpandedSummaryStatementRun=_interopRequireDefault(require("../model/ExpandedSummaryStatementRun"));var _ExpandedTaxationItem=_interopRequireDefault(require("../model/ExpandedTaxationItem"));var _ExpandedUsage=_interopRequireDefault(require("../model/ExpandedUsage"));var _ExpandedValidityPeriodSummary=_interopRequireDefault(require("../model/ExpandedValidityPeriodSummary"));var _ProxyUnauthorizedResponse=_interopRequireDefault(require("../model/ProxyUnauthorizedResponse"));var _QueryAccountsResponse=_interopRequireDefault(require("../model/QueryAccountsResponse"));var _QueryAmendmentsResponse=_interopRequireDefault(require("../model/QueryAmendmentsResponse"));var _QueryBillingRunsResponse=_interopRequireDefault(require("../model/QueryBillingRunsResponse"));var _QueryContactsResponse=_interopRequireDefault(require("../model/QueryContactsResponse"));var _QueryCreditMemoApplicationsResponse=_interopRequireDefault(require("../model/QueryCreditMemoApplicationsResponse"));var _QueryCreditMemoItemsResponse=_interopRequireDefault(require("../model/QueryCreditMemoItemsResponse"));var _QueryCreditMemosResponse=_interopRequireDefault(require("../model/QueryCreditMemosResponse"));var _QueryCustomObjectsResponse=_interopRequireDefault(require("../model/QueryCustomObjectsResponse"));var _QueryDailyConsumptionSummarysResponse=_interopRequireDefault(require("../model/QueryDailyConsumptionSummarysResponse"));var _QueryDebitMemoItemsResponse=_interopRequireDefault(require("../model/QueryDebitMemoItemsResponse"));var _QueryDebitMemosResponse=_interopRequireDefault(require("../model/QueryDebitMemosResponse"));var _QueryInvoiceItemsResponse=_interopRequireDefault(require("../model/QueryInvoiceItemsResponse"));var _QueryInvoicesResponse=_interopRequireDefault(require("../model/QueryInvoicesResponse"));var _QueryOrderActionsResponse=_interopRequireDefault(require("../model/QueryOrderActionsResponse"));var _QueryOrderLineItemsResponse=_interopRequireDefault(require("../model/QueryOrderLineItemsResponse"));var _QueryOrderssResponse=_interopRequireDefault(require("../model/QueryOrderssResponse"));var _QueryPaymentApplicationsResponse=_interopRequireDefault(require("../model/QueryPaymentApplicationsResponse"));var _QueryPaymentMethodSnapshotsResponse=_interopRequireDefault(require("../model/QueryPaymentMethodSnapshotsResponse"));var _QueryPaymentMethodsResponse=_interopRequireDefault(require("../model/QueryPaymentMethodsResponse"));var _QueryPaymentRunsResponse=_interopRequireDefault(require("../model/QueryPaymentRunsResponse"));var _QueryPaymentScheduleItemsResponse=_interopRequireDefault(require("../model/QueryPaymentScheduleItemsResponse"));var _QueryPaymentSchedulesResponse=_interopRequireDefault(require("../model/QueryPaymentSchedulesResponse"));var _QueryPaymentsResponse=_interopRequireDefault(require("../model/QueryPaymentsResponse"));var _QueryPrepaidBalanceFundsResponse=_interopRequireDefault(require("../model/QueryPrepaidBalanceFundsResponse"));var _QueryPrepaidBalanceTransactionsResponse=_interopRequireDefault(require("../model/QueryPrepaidBalanceTransactionsResponse"));var _QueryPrepaidBalancesResponse=_interopRequireDefault(require("../model/QueryPrepaidBalancesResponse"));var _QueryProcessedUsagesResponse=_interopRequireDefault(require("../model/QueryProcessedUsagesResponse"));var _QueryProductRatePlanChargeTiersResponse=_interopRequireDefault(require("../model/QueryProductRatePlanChargeTiersResponse"));var _QueryProductRatePlanChargesResponse=_interopRequireDefault(require("../model/QueryProductRatePlanChargesResponse"));var _QueryProductRatePlansResponse=_interopRequireDefault(require("../model/QueryProductRatePlansResponse"));var _QueryProductsResponse=_interopRequireDefault(require("../model/QueryProductsResponse"));var _QueryRatePlanChargeTiersResponse=_interopRequireDefault(require("../model/QueryRatePlanChargeTiersResponse"));var _QueryRatePlanChargesResponse=_interopRequireDefault(require("../model/QueryRatePlanChargesResponse"));var _QueryRatePlansResponse=_interopRequireDefault(require("../model/QueryRatePlansResponse"));var _QueryRatingResultsResponse=_interopRequireDefault(require("../model/QueryRatingResultsResponse"));var _QueryRefundApplicationItemsResponse=_interopRequireDefault(require("../model/QueryRefundApplicationItemsResponse"));var _QueryRefundApplicationsResponse=_interopRequireDefault(require("../model/QueryRefundApplicationsResponse"));var _QueryRefundsResponse=_interopRequireDefault(require("../model/QueryRefundsResponse"));var _QuerySubscriptionsResponse=_interopRequireDefault(require("../model/QuerySubscriptionsResponse"));var _QuerySummaryStatementRunsResponse=_interopRequireDefault(require("../model/QuerySummaryStatementRunsResponse"));var _QuerySummaryStatementsResponse=_interopRequireDefault(require("../model/QuerySummaryStatementsResponse"));var _QueryTaxationItemsResponse=_interopRequireDefault(require("../model/QueryTaxationItemsResponse"));var _QueryUsagesResponse=_interopRequireDefault(require("../model/QueryUsagesResponse"));var _QueryValidityPeriodSummarysResponse=_interopRequireDefault(require("../model/QueryValidityPeriodSummarysResponse"));function _interopRequireDefault(e){return e&&e.__esModule?e:{"default":e};}function _typeof(o){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o;}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o;},_typeof(o);}function _classCallCheck(a,n){if(!(a instanceof n))throw new TypeError("Cannot call a class as a function");}function _defineProperties(e,r){for(var t=0;t<r.length;t++){var o=r[t];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,_toPropertyKey(o.key),o);}}function _createClass(e,r,t){return r&&_defineProperties(e.prototype,r),t&&_defineProperties(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e;}function _toPropertyKey(t){var i=_toPrimitive(t,"string");return"symbol"==_typeof(i)?i:i+"";}function _toPrimitive(t,r){if("object"!=_typeof(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var i=e.call(t,r||"default");if("object"!=_typeof(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.");}return("string"===r?String:Number)(t);}/**
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:true});exports["default"]=void 0;var _ApiClient=_interopRequireDefault(require("../ApiClient"));var _CommonErrorResponse=_interopRequireDefault(require("../model/CommonErrorResponse"));var _ExpandedAccount=_interopRequireDefault(require("../model/ExpandedAccount"));var _ExpandedAmendment=_interopRequireDefault(require("../model/ExpandedAmendment"));var _ExpandedBillingRun=_interopRequireDefault(require("../model/ExpandedBillingRun"));var _ExpandedContact=_interopRequireDefault(require("../model/ExpandedContact"));var _ExpandedCreditMemo=_interopRequireDefault(require("../model/ExpandedCreditMemo"));var _ExpandedCreditMemoApplication=_interopRequireDefault(require("../model/ExpandedCreditMemoApplication"));var _ExpandedCreditMemoItem=_interopRequireDefault(require("../model/ExpandedCreditMemoItem"));var _ExpandedDailyConsumptionSummary=_interopRequireDefault(require("../model/ExpandedDailyConsumptionSummary"));var _ExpandedDebitMemo=_interopRequireDefault(require("../model/ExpandedDebitMemo"));var _ExpandedDebitMemoItem=_interopRequireDefault(require("../model/ExpandedDebitMemoItem"));var _ExpandedInvoice=_interopRequireDefault(require("../model/ExpandedInvoice"));var _ExpandedInvoiceItem=_interopRequireDefault(require("../model/ExpandedInvoiceItem"));var _ExpandedInvoiceSchedule=_interopRequireDefault(require("../model/ExpandedInvoiceSchedule"));var _ExpandedOrderAction=_interopRequireDefault(require("../model/ExpandedOrderAction"));var _ExpandedOrderLineItem=_interopRequireDefault(require("../model/ExpandedOrderLineItem"));var _ExpandedOrders=_interopRequireDefault(require("../model/ExpandedOrders"));var _ExpandedPayment=_interopRequireDefault(require("../model/ExpandedPayment"));var _ExpandedPaymentApplication=_interopRequireDefault(require("../model/ExpandedPaymentApplication"));var _ExpandedPaymentMethod=_interopRequireDefault(require("../model/ExpandedPaymentMethod"));var _ExpandedPaymentMethodSnapshot=_interopRequireDefault(require("../model/ExpandedPaymentMethodSnapshot"));var _ExpandedPaymentRun=_interopRequireDefault(require("../model/ExpandedPaymentRun"));var _ExpandedPaymentSchedule=_interopRequireDefault(require("../model/ExpandedPaymentSchedule"));var _ExpandedPaymentScheduleItem=_interopRequireDefault(require("../model/ExpandedPaymentScheduleItem"));var _ExpandedPrepaidBalance=_interopRequireDefault(require("../model/ExpandedPrepaidBalance"));var _ExpandedPrepaidBalanceFund=_interopRequireDefault(require("../model/ExpandedPrepaidBalanceFund"));var _ExpandedPrepaidBalanceTransaction=_interopRequireDefault(require("../model/ExpandedPrepaidBalanceTransaction"));var _ExpandedProcessedUsage=_interopRequireDefault(require("../model/ExpandedProcessedUsage"));var _ExpandedProduct=_interopRequireDefault(require("../model/ExpandedProduct"));var _ExpandedProductRatePlan=_interopRequireDefault(require("../model/ExpandedProductRatePlan"));var _ExpandedProductRatePlanCharge=_interopRequireDefault(require("../model/ExpandedProductRatePlanCharge"));var _ExpandedProductRatePlanChargeTier=_interopRequireDefault(require("../model/ExpandedProductRatePlanChargeTier"));var _ExpandedRatePlan=_interopRequireDefault(require("../model/ExpandedRatePlan"));var _ExpandedRatePlanCharge=_interopRequireDefault(require("../model/ExpandedRatePlanCharge"));var _ExpandedRatePlanChargeTier=_interopRequireDefault(require("../model/ExpandedRatePlanChargeTier"));var _ExpandedRatingDetail=_interopRequireDefault(require("../model/ExpandedRatingDetail"));var _ExpandedRatingResult=_interopRequireDefault(require("../model/ExpandedRatingResult"));var _ExpandedRefund=_interopRequireDefault(require("../model/ExpandedRefund"));var _ExpandedRefundApplication=_interopRequireDefault(require("../model/ExpandedRefundApplication"));var _ExpandedRefundApplicationItem=_interopRequireDefault(require("../model/ExpandedRefundApplicationItem"));var _ExpandedSubscription=_interopRequireDefault(require("../model/ExpandedSubscription"));var _ExpandedSummaryStatement=_interopRequireDefault(require("../model/ExpandedSummaryStatement"));var _ExpandedSummaryStatementRun=_interopRequireDefault(require("../model/ExpandedSummaryStatementRun"));var _ExpandedTaxationItem=_interopRequireDefault(require("../model/ExpandedTaxationItem"));var _ExpandedUsage=_interopRequireDefault(require("../model/ExpandedUsage"));var _ExpandedValidityPeriodSummary=_interopRequireDefault(require("../model/ExpandedValidityPeriodSummary"));var _ProxyUnauthorizedResponse=_interopRequireDefault(require("../model/ProxyUnauthorizedResponse"));var _QueryAccountsResponse=_interopRequireDefault(require("../model/QueryAccountsResponse"));var _QueryAmendmentsResponse=_interopRequireDefault(require("../model/QueryAmendmentsResponse"));var _QueryBillingRunsResponse=_interopRequireDefault(require("../model/QueryBillingRunsResponse"));var _QueryContactsResponse=_interopRequireDefault(require("../model/QueryContactsResponse"));var _QueryCreditMemoApplicationsResponse=_interopRequireDefault(require("../model/QueryCreditMemoApplicationsResponse"));var _QueryCreditMemoItemsResponse=_interopRequireDefault(require("../model/QueryCreditMemoItemsResponse"));var _QueryCreditMemosResponse=_interopRequireDefault(require("../model/QueryCreditMemosResponse"));var _QueryCustomObjectsResponse=_interopRequireDefault(require("../model/QueryCustomObjectsResponse"));var _QueryDailyConsumptionSummarysResponse=_interopRequireDefault(require("../model/QueryDailyConsumptionSummarysResponse"));var _QueryDebitMemoItemsResponse=_interopRequireDefault(require("../model/QueryDebitMemoItemsResponse"));var _QueryDebitMemosResponse=_interopRequireDefault(require("../model/QueryDebitMemosResponse"));var _QueryInvoiceItemsResponse=_interopRequireDefault(require("../model/QueryInvoiceItemsResponse"));var _QueryInvoiceSchedulesResponse=_interopRequireDefault(require("../model/QueryInvoiceSchedulesResponse"));var _QueryInvoicesResponse=_interopRequireDefault(require("../model/QueryInvoicesResponse"));var _QueryOrderActionsResponse=_interopRequireDefault(require("../model/QueryOrderActionsResponse"));var _QueryOrderLineItemsResponse=_interopRequireDefault(require("../model/QueryOrderLineItemsResponse"));var _QueryOrderssResponse=_interopRequireDefault(require("../model/QueryOrderssResponse"));var _QueryPaymentApplicationsResponse=_interopRequireDefault(require("../model/QueryPaymentApplicationsResponse"));var _QueryPaymentMethodSnapshotsResponse=_interopRequireDefault(require("../model/QueryPaymentMethodSnapshotsResponse"));var _QueryPaymentMethodsResponse=_interopRequireDefault(require("../model/QueryPaymentMethodsResponse"));var _QueryPaymentRunsResponse=_interopRequireDefault(require("../model/QueryPaymentRunsResponse"));var _QueryPaymentScheduleItemsResponse=_interopRequireDefault(require("../model/QueryPaymentScheduleItemsResponse"));var _QueryPaymentSchedulesResponse=_interopRequireDefault(require("../model/QueryPaymentSchedulesResponse"));var _QueryPaymentsResponse=_interopRequireDefault(require("../model/QueryPaymentsResponse"));var _QueryPrepaidBalanceFundsResponse=_interopRequireDefault(require("../model/QueryPrepaidBalanceFundsResponse"));var _QueryPrepaidBalanceTransactionsResponse=_interopRequireDefault(require("../model/QueryPrepaidBalanceTransactionsResponse"));var _QueryPrepaidBalancesResponse=_interopRequireDefault(require("../model/QueryPrepaidBalancesResponse"));var _QueryProcessedUsagesResponse=_interopRequireDefault(require("../model/QueryProcessedUsagesResponse"));var _QueryProductRatePlanChargeTiersResponse=_interopRequireDefault(require("../model/QueryProductRatePlanChargeTiersResponse"));var _QueryProductRatePlanChargesResponse=_interopRequireDefault(require("../model/QueryProductRatePlanChargesResponse"));var _QueryProductRatePlansResponse=_interopRequireDefault(require("../model/QueryProductRatePlansResponse"));var _QueryProductsResponse=_interopRequireDefault(require("../model/QueryProductsResponse"));var _QueryRatePlanChargeTiersResponse=_interopRequireDefault(require("../model/QueryRatePlanChargeTiersResponse"));var _QueryRatePlanChargesResponse=_interopRequireDefault(require("../model/QueryRatePlanChargesResponse"));var _QueryRatePlansResponse=_interopRequireDefault(require("../model/QueryRatePlansResponse"));var _QueryRatingDetailsResponse=_interopRequireDefault(require("../model/QueryRatingDetailsResponse"));var _QueryRatingResultsResponse=_interopRequireDefault(require("../model/QueryRatingResultsResponse"));var _QueryRefundApplicationItemsResponse=_interopRequireDefault(require("../model/QueryRefundApplicationItemsResponse"));var _QueryRefundApplicationsResponse=_interopRequireDefault(require("../model/QueryRefundApplicationsResponse"));var _QueryRefundsResponse=_interopRequireDefault(require("../model/QueryRefundsResponse"));var _QuerySubscriptionsResponse=_interopRequireDefault(require("../model/QuerySubscriptionsResponse"));var _QuerySummaryStatementRunsResponse=_interopRequireDefault(require("../model/QuerySummaryStatementRunsResponse"));var _QuerySummaryStatementsResponse=_interopRequireDefault(require("../model/QuerySummaryStatementsResponse"));var _QueryTaxationItemsResponse=_interopRequireDefault(require("../model/QueryTaxationItemsResponse"));var _QueryUsagesResponse=_interopRequireDefault(require("../model/QueryUsagesResponse"));var _QueryValidityPeriodSummarysResponse=_interopRequireDefault(require("../model/QueryValidityPeriodSummarysResponse"));function _interopRequireDefault(e){return e&&e.__esModule?e:{"default":e};}function _typeof(o){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o;}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o;},_typeof(o);}function _classCallCheck(a,n){if(!(a instanceof n))throw new TypeError("Cannot call a class as a function");}function _defineProperties(e,r){for(var t=0;t<r.length;t++){var o=r[t];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,_toPropertyKey(o.key),o);}}function _createClass(e,r,t){return r&&_defineProperties(e.prototype,r),t&&_defineProperties(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e;}function _toPropertyKey(t){var i=_toPrimitive(t,"string");return"symbol"==_typeof(i)?i:i+"";}function _toPrimitive(t,r){if("object"!=_typeof(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var i=e.call(t,r||"default");if("object"!=_typeof(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.");}return("string"===r?String:Number)(t);}/**
2
2
  * Zuora API Reference
3
3
  * REST API reference for the Zuora Billing, Payments, and Central Platform! Check out the [REST API Overview](https://www.zuora.com/developer/api-references/api/overview/).
4
4
  *
@@ -12,7 +12,7 @@
12
12
  *//**
13
13
  * ObjectQueries service.
14
14
  * @module api/ObjectQueriesApi
15
- * @version 3.2.1
15
+ * @version 3.3.0
16
16
  */var ObjectQueriesApi=exports["default"]=/*#__PURE__*/function(){/**
17
17
  * Constructs a new ObjectQueriesApi.
18
18
  * @alias module:api/ObjectQueriesApi
@@ -20,7 +20,7 @@
20
20
  * @param {module:ApiClient} [apiClient] Optional API client implementation to use,
21
21
  * default to {@link module:ApiClient#instance} if unspecified.
22
22
  */function ObjectQueriesApi(apiClient){_classCallCheck(this,ObjectQueriesApi);this.apiClient=apiClient||_ApiClient["default"].instance;}/**
23
- * 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.
23
+ * 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.
24
24
  * @param {String} key Object ID or Number.
25
25
  * @param {Object} opts Optional parameters
26
26
  * @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.
@@ -30,6 +30,7 @@
30
30
  * @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.
31
31
  * @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).
32
32
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
33
+ * @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.
33
34
  * @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.
34
35
  * @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.
35
36
  * @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.
@@ -37,8 +38,8 @@
37
38
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
38
39
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedAccount} and HTTP response
39
40
  */return _createClass(ObjectQueriesApi,[{key:"queryAccountByKeyWithHttpInfo",value:function queryAccountByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
40
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryAccountByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedAccount["default"];return this.apiClient.callApi('/object-query/accounts/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
41
- * 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.
41
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryAccountByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedAccount["default"];return this.apiClient.callApi('/object-query/accounts/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
42
+ * 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.
42
43
  * @param {String} key Object ID or Number.
43
44
  * @param {Object} opts Optional parameters
44
45
  * @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.
@@ -48,6 +49,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
48
49
  * @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.
49
50
  * @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).
50
51
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
52
+ * @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.
51
53
  * @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.
52
54
  * @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.
53
55
  * @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.
@@ -55,7 +57,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
55
57
  * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
56
58
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedAccount}
57
59
  */},{key:"queryAccountByKey",value:function queryAccountByKey(key,opts){return this.queryAccountByKeyWithHttpInfo(key,opts).then(function(response_and_data){return response_and_data.data;});}/**
58
- * 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.
60
+ * 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.
59
61
  * @param {Object} opts Optional parameters
60
62
  * @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.
61
63
  * @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.
@@ -64,14 +66,15 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
64
66
  * @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.
65
67
  * @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).
66
68
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
69
+ * @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.
67
70
  * @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.
68
71
  * @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.
69
72
  * @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.
70
73
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
71
74
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
72
75
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryAccountsResponse} and HTTP response
73
- */},{key:"queryAccountsWithHttpInfo",value:function queryAccountsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryAccountsResponse["default"];return this.apiClient.callApi('/object-query/accounts','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
74
- * 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.
76
+ */},{key:"queryAccountsWithHttpInfo",value:function queryAccountsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryAccountsResponse["default"];return this.apiClient.callApi('/object-query/accounts','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
77
+ * 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.
75
78
  * @param {Object} opts Optional parameters
76
79
  * @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.
77
80
  * @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.
@@ -80,6 +83,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
80
83
  * @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.
81
84
  * @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).
82
85
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
86
+ * @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.
83
87
  * @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.
84
88
  * @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.
85
89
  * @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.
@@ -97,6 +101,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
97
101
  * @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.
98
102
  * @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).
99
103
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
104
+ * @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.
100
105
  * @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.
101
106
  * @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.
102
107
  * @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.
@@ -104,7 +109,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
104
109
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
105
110
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedAmendment} and HTTP response
106
111
  */},{key:"queryAmendmentByKeyWithHttpInfo",value:function queryAmendmentByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
107
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryAmendmentByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedAmendment["default"];return this.apiClient.callApi('/object-query/amendments/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
112
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryAmendmentByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedAmendment["default"];return this.apiClient.callApi('/object-query/amendments/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
108
113
  * Query Amendment by key with filters, expands, sort capabilities. Supported expands: N/A.
109
114
  * @param {String} key Object ID or Number.
110
115
  * @param {Object} opts Optional parameters
@@ -115,6 +120,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
115
120
  * @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.
116
121
  * @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).
117
122
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
123
+ * @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.
118
124
  * @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.
119
125
  * @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.
120
126
  * @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.
@@ -131,13 +137,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
131
137
  * @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.
132
138
  * @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).
133
139
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
140
+ * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
134
141
  * @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.
135
142
  * @param {String} [cursor] A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
136
143
  * @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.
137
144
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
138
145
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
139
146
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryAmendmentsResponse} and HTTP response
140
- */},{key:"queryAmendmentsWithHttpInfo",value:function queryAmendmentsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryAmendmentsResponse["default"];return this.apiClient.callApi('/object-query/amendments','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
147
+ */},{key:"queryAmendmentsWithHttpInfo",value:function queryAmendmentsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryAmendmentsResponse["default"];return this.apiClient.callApi('/object-query/amendments','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
141
148
  * Query Amendments with filters, expands, sort capabilities. Supported expands: N/A.
142
149
  * @param {Object} opts Optional parameters
143
150
  * @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.
@@ -147,6 +154,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
147
154
  * @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.
148
155
  * @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).
149
156
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
157
+ * @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.
150
158
  * @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.
151
159
  * @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.
152
160
  * @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.
@@ -164,6 +172,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
164
172
  * @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.
165
173
  * @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).
166
174
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
175
+ * @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.
167
176
  * @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.
168
177
  * @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.
169
178
  * @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.
@@ -171,7 +180,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
171
180
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
172
181
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedBillingRun} and HTTP response
173
182
  */},{key:"queryBillingRunByKeyWithHttpInfo",value:function queryBillingRunByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
174
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryBillingRunByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedBillingRun["default"];return this.apiClient.callApi('/object-query/billing-runs/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
183
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryBillingRunByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedBillingRun["default"];return this.apiClient.callApi('/object-query/billing-runs/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
175
184
  * Query BillingRun by key with filters, expands, sort capabilities. Supported expands: N/A.
176
185
  * @param {String} key Object ID or Number.
177
186
  * @param {Object} opts Optional parameters
@@ -182,6 +191,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
182
191
  * @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.
183
192
  * @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).
184
193
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
194
+ * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
185
195
  * @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.
186
196
  * @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.
187
197
  * @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.
@@ -198,13 +208,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
198
208
  * @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.
199
209
  * @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).
200
210
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
211
+ * @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.
201
212
  * @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.
202
213
  * @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.
203
214
  * @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.
204
215
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
205
216
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
206
217
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryBillingRunsResponse} and HTTP response
207
- */},{key:"queryBillingRunsWithHttpInfo",value:function queryBillingRunsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryBillingRunsResponse["default"];return this.apiClient.callApi('/object-query/billing-runs','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
218
+ */},{key:"queryBillingRunsWithHttpInfo",value:function queryBillingRunsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryBillingRunsResponse["default"];return this.apiClient.callApi('/object-query/billing-runs','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
208
219
  * Query BillingRuns with filters, expands, sort capabilities. Supported expands: N/A.
209
220
  * @param {Object} opts Optional parameters
210
221
  * @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.
@@ -214,6 +225,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
214
225
  * @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.
215
226
  * @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).
216
227
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
228
+ * @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.
217
229
  * @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.
218
230
  * @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.
219
231
  * @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.
@@ -231,6 +243,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
231
243
  * @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.
232
244
  * @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).
233
245
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
246
+ * @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.
234
247
  * @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.
235
248
  * @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.
236
249
  * @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.
@@ -238,7 +251,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
238
251
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
239
252
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedContact} and HTTP response
240
253
  */},{key:"queryContactByKeyWithHttpInfo",value:function queryContactByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
241
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryContactByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedContact["default"];return this.apiClient.callApi('/object-query/contacts/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
254
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryContactByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedContact["default"];return this.apiClient.callApi('/object-query/contacts/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
242
255
  * Query Contact by key with filters, expands, sort capabilities. Supported expands: N/A.
243
256
  * @param {String} key Object ID or Number.
244
257
  * @param {Object} opts Optional parameters
@@ -249,6 +262,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
249
262
  * @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.
250
263
  * @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).
251
264
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
265
+ * @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.
252
266
  * @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.
253
267
  * @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.
254
268
  * @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.
@@ -265,13 +279,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
265
279
  * @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.
266
280
  * @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).
267
281
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
282
+ * @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.
268
283
  * @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.
269
284
  * @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.
270
285
  * @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.
271
286
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
272
287
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
273
288
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryContactsResponse} and HTTP response
274
- */},{key:"queryContactsWithHttpInfo",value:function queryContactsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryContactsResponse["default"];return this.apiClient.callApi('/object-query/contacts','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
289
+ */},{key:"queryContactsWithHttpInfo",value:function queryContactsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryContactsResponse["default"];return this.apiClient.callApi('/object-query/contacts','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
275
290
  * Query Contacts with filters, expands, sort capabilities. Supported expands: N/A.
276
291
  * @param {Object} opts Optional parameters
277
292
  * @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.
@@ -281,6 +296,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
281
296
  * @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.
282
297
  * @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).
283
298
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
299
+ * @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.
284
300
  * @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.
285
301
  * @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.
286
302
  * @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.
@@ -298,6 +314,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
298
314
  * @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.
299
315
  * @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).
300
316
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
317
+ * @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.
301
318
  * @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.
302
319
  * @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.
303
320
  * @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.
@@ -305,7 +322,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
305
322
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
306
323
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedCreditMemoApplication} and HTTP response
307
324
  */},{key:"queryCreditMemoApplicationByKeyWithHttpInfo",value:function queryCreditMemoApplicationByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
308
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryCreditMemoApplicationByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedCreditMemoApplication["default"];return this.apiClient.callApi('/object-query/credit-memo-applications/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
325
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryCreditMemoApplicationByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedCreditMemoApplication["default"];return this.apiClient.callApi('/object-query/credit-memo-applications/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
309
326
  * Query CreditMemoApplication by key with filters, expands, sort capabilities. Supported expands: creditmemo.
310
327
  * @param {String} key Object ID or Number.
311
328
  * @param {Object} opts Optional parameters
@@ -316,6 +333,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
316
333
  * @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.
317
334
  * @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).
318
335
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
336
+ * @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.
319
337
  * @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.
320
338
  * @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.
321
339
  * @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.
@@ -332,13 +350,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
332
350
  * @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.
333
351
  * @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).
334
352
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
353
+ * @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.
335
354
  * @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.
336
355
  * @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.
337
356
  * @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.
338
357
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
339
358
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
340
359
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryCreditMemoApplicationsResponse} and HTTP response
341
- */},{key:"queryCreditMemoApplicationsWithHttpInfo",value:function queryCreditMemoApplicationsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryCreditMemoApplicationsResponse["default"];return this.apiClient.callApi('/object-query/credit-memo-applications','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
360
+ */},{key:"queryCreditMemoApplicationsWithHttpInfo",value:function queryCreditMemoApplicationsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryCreditMemoApplicationsResponse["default"];return this.apiClient.callApi('/object-query/credit-memo-applications','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
342
361
  * Query CreditMemoApplications with filters, expands, sort capabilities. Supported expands: creditmemo.
343
362
  * @param {Object} opts Optional parameters
344
363
  * @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.
@@ -348,6 +367,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
348
367
  * @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.
349
368
  * @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).
350
369
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
370
+ * @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.
351
371
  * @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.
352
372
  * @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.
353
373
  * @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.
@@ -365,6 +385,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
365
385
  * @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.
366
386
  * @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).
367
387
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
388
+ * @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.
368
389
  * @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.
369
390
  * @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.
370
391
  * @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.
@@ -372,7 +393,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
372
393
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
373
394
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedCreditMemo} and HTTP response
374
395
  */},{key:"queryCreditMemoByKeyWithHttpInfo",value:function queryCreditMemoByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
375
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryCreditMemoByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedCreditMemo["default"];return this.apiClient.callApi('/object-query/credit-memos/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
396
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryCreditMemoByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedCreditMemo["default"];return this.apiClient.callApi('/object-query/credit-memos/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
376
397
  * Query CreditMemo by key with filters, expands, sort capabilities. Supported expands: account,billtocontact,creditmemoitems,creditmemoitems.subscription,creditmemoitems.subscription.account,creditmemoapplications.
377
398
  * @param {String} key Object ID or Number.
378
399
  * @param {Object} opts Optional parameters
@@ -383,6 +404,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
383
404
  * @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.
384
405
  * @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).
385
406
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
407
+ * @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.
386
408
  * @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.
387
409
  * @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.
388
410
  * @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.
@@ -390,7 +412,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
390
412
  * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
391
413
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedCreditMemo}
392
414
  */},{key:"queryCreditMemoByKey",value:function queryCreditMemoByKey(key,opts){return this.queryCreditMemoByKeyWithHttpInfo(key,opts).then(function(response_and_data){return response_and_data.data;});}/**
393
- * Query CreditMemoItem by key with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge.
415
+ * Query CreditMemoItem by key with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge,subscriptionowner,credittaxationitems.
394
416
  * @param {String} key Object ID or Number.
395
417
  * @param {Object} opts Optional parameters
396
418
  * @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.
@@ -400,6 +422,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
400
422
  * @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.
401
423
  * @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).
402
424
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
425
+ * @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.
403
426
  * @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.
404
427
  * @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.
405
428
  * @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.
@@ -407,8 +430,8 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
407
430
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
408
431
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedCreditMemoItem} and HTTP response
409
432
  */},{key:"queryCreditMemoItemByKeyWithHttpInfo",value:function queryCreditMemoItemByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
410
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryCreditMemoItemByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedCreditMemoItem["default"];return this.apiClient.callApi('/object-query/credit-memo-items/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
411
- * Query CreditMemoItem by key with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge.
433
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryCreditMemoItemByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedCreditMemoItem["default"];return this.apiClient.callApi('/object-query/credit-memo-items/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
434
+ * Query CreditMemoItem by key with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge,subscriptionowner,credittaxationitems.
412
435
  * @param {String} key Object ID or Number.
413
436
  * @param {Object} opts Optional parameters
414
437
  * @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.
@@ -418,6 +441,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
418
441
  * @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.
419
442
  * @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).
420
443
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
444
+ * @param {String} opts.zuora_org_ids Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
421
445
  * @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.
422
446
  * @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.
423
447
  * @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.
@@ -425,7 +449,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
425
449
  * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
426
450
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedCreditMemoItem}
427
451
  */},{key:"queryCreditMemoItemByKey",value:function queryCreditMemoItemByKey(key,opts){return this.queryCreditMemoItemByKeyWithHttpInfo(key,opts).then(function(response_and_data){return response_and_data.data;});}/**
428
- * Query CreditMemoItems with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge.
452
+ * Query CreditMemoItems with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge,subscriptionowner,credittaxationitems.
429
453
  * @param {Object} opts Optional parameters
430
454
  * @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.
431
455
  * @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.
@@ -434,14 +458,15 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
434
458
  * @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.
435
459
  * @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).
436
460
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
461
+ * @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.
437
462
  * @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.
438
463
  * @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.
439
464
  * @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.
440
465
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
441
466
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
442
467
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryCreditMemoItemsResponse} and HTTP response
443
- */},{key:"queryCreditMemoItemsWithHttpInfo",value:function queryCreditMemoItemsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryCreditMemoItemsResponse["default"];return this.apiClient.callApi('/object-query/credit-memo-items','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
444
- * Query CreditMemoItems with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge.
468
+ */},{key:"queryCreditMemoItemsWithHttpInfo",value:function queryCreditMemoItemsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryCreditMemoItemsResponse["default"];return this.apiClient.callApi('/object-query/credit-memo-items','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
469
+ * Query CreditMemoItems with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge,subscriptionowner,credittaxationitems.
445
470
  * @param {Object} opts Optional parameters
446
471
  * @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.
447
472
  * @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.
@@ -450,6 +475,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
450
475
  * @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.
451
476
  * @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).
452
477
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
478
+ * @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.
453
479
  * @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.
454
480
  * @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.
455
481
  * @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.
@@ -466,13 +492,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
466
492
  * @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.
467
493
  * @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).
468
494
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
495
+ * @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.
469
496
  * @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.
470
497
  * @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.
471
498
  * @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.
472
499
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
473
500
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
474
501
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryCreditMemosResponse} and HTTP response
475
- */},{key:"queryCreditMemosWithHttpInfo",value:function queryCreditMemosWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryCreditMemosResponse["default"];return this.apiClient.callApi('/object-query/credit-memos','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
502
+ */},{key:"queryCreditMemosWithHttpInfo",value:function queryCreditMemosWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryCreditMemosResponse["default"];return this.apiClient.callApi('/object-query/credit-memos','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
476
503
  * Query CreditMemos with filters, expands, sort capabilities. Supported expands: account,billtocontact,creditmemoitems,creditmemoitems.subscription,creditmemoitems.subscription.account,creditmemoapplications.
477
504
  * @param {Object} opts Optional parameters
478
505
  * @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.
@@ -482,6 +509,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
482
509
  * @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.
483
510
  * @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).
484
511
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
512
+ * @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.
485
513
  * @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.
486
514
  * @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.
487
515
  * @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.
@@ -500,6 +528,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
500
528
  * @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.
501
529
  * @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).
502
530
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
531
+ * @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.
503
532
  * @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.
504
533
  * @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.
505
534
  * @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.
@@ -508,7 +537,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
508
537
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Object.<String, {String: Object}>} and HTTP response
509
538
  */},{key:"queryCustomObjectBykeyWithHttpInfo",value:function queryCustomObjectBykeyWithHttpInfo(custom_object_name,key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'custom_object_name' is set
510
539
  if(custom_object_name===undefined||custom_object_name===null){throw new Error("Missing the required parameter 'custom_object_name' when calling queryCustomObjectBykey");}// verify the required parameter 'key' is set
511
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryCustomObjectBykey");}var pathParams={'custom-object-name':custom_object_name,'key':key};var queryParams={'page_size':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType={'String':Object};return this.apiClient.callApi('/object-query/{custom-object-name}/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
540
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryCustomObjectBykey");}var pathParams={'custom-object-name':custom_object_name,'key':key};var queryParams={'page_size':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType={'String':Object};return this.apiClient.callApi('/object-query/{custom-object-name}/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
512
541
  * Query Custom Object by key with filters, expands, sort capabilities. Custom Object name is {namespace}__{objectname}s, e.g. default__cars
513
542
  * @param {String} custom_object_name Custom Object Name with NameSpace, e.g. default__cars
514
543
  * @param {String} key Object ID.
@@ -520,6 +549,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
520
549
  * @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.
521
550
  * @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).
522
551
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
552
+ * @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.
523
553
  * @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.
524
554
  * @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.
525
555
  * @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.
@@ -537,6 +567,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
537
567
  * @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.
538
568
  * @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).
539
569
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
570
+ * @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.
540
571
  * @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.
541
572
  * @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.
542
573
  * @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.
@@ -544,7 +575,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
544
575
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
545
576
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryCustomObjectsResponse} and HTTP response
546
577
  */},{key:"queryCustomObjectsWithHttpInfo",value:function queryCustomObjectsWithHttpInfo(custom_object_name,opts){opts=opts||{};var postBody=null;// verify the required parameter 'custom_object_name' is set
547
- if(custom_object_name===undefined||custom_object_name===null){throw new Error("Missing the required parameter 'custom_object_name' when calling queryCustomObjects");}var pathParams={'custom-object-name':custom_object_name};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryCustomObjectsResponse["default"];return this.apiClient.callApi('/object-query/{custom-object-name}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
578
+ if(custom_object_name===undefined||custom_object_name===null){throw new Error("Missing the required parameter 'custom_object_name' when calling queryCustomObjects");}var pathParams={'custom-object-name':custom_object_name};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryCustomObjectsResponse["default"];return this.apiClient.callApi('/object-query/{custom-object-name}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
548
579
  * Query Custom Objects with filters, expands, sort capabilities. Custom Object name is {namespace}__{objectname}s, e.g. default_cars
549
580
  * @param {String} custom_object_name Custom Object Name with NameSpace, e.g. default__cars
550
581
  * @param {Object} opts Optional parameters
@@ -555,6 +586,7 @@ if(custom_object_name===undefined||custom_object_name===null){throw new Error("M
555
586
  * @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.
556
587
  * @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).
557
588
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
589
+ * @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.
558
590
  * @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.
559
591
  * @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.
560
592
  * @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.
@@ -572,6 +604,7 @@ if(custom_object_name===undefined||custom_object_name===null){throw new Error("M
572
604
  * @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.
573
605
  * @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).
574
606
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
607
+ * @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.
575
608
  * @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.
576
609
  * @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.
577
610
  * @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.
@@ -579,7 +612,7 @@ if(custom_object_name===undefined||custom_object_name===null){throw new Error("M
579
612
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
580
613
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedDailyConsumptionSummary} and HTTP response
581
614
  */},{key:"queryDailyConsumptionSummaryByKeyWithHttpInfo",value:function queryDailyConsumptionSummaryByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
582
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryDailyConsumptionSummaryByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedDailyConsumptionSummary["default"];return this.apiClient.callApi('/object-query/daily-consumption-summaries/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
615
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryDailyConsumptionSummaryByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedDailyConsumptionSummary["default"];return this.apiClient.callApi('/object-query/daily-consumption-summaries/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
583
616
  * Query DailyConsumptionSummary by key with filters, expands, sort capabilities. Supported expands: N/A.
584
617
  * @param {String} key Object ID or Number.
585
618
  * @param {Object} opts Optional parameters
@@ -590,6 +623,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
590
623
  * @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.
591
624
  * @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).
592
625
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
626
+ * @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.
593
627
  * @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.
594
628
  * @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.
595
629
  * @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.
@@ -606,13 +640,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
606
640
  * @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.
607
641
  * @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).
608
642
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
643
+ * @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.
609
644
  * @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.
610
645
  * @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.
611
646
  * @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.
612
647
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
613
648
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
614
649
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryDailyConsumptionSummarysResponse} and HTTP response
615
- */},{key:"queryDailyConsumptionSummarysWithHttpInfo",value:function queryDailyConsumptionSummarysWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryDailyConsumptionSummarysResponse["default"];return this.apiClient.callApi('/object-query/daily-consumption-summaries','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
650
+ */},{key:"queryDailyConsumptionSummarysWithHttpInfo",value:function queryDailyConsumptionSummarysWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryDailyConsumptionSummarysResponse["default"];return this.apiClient.callApi('/object-query/daily-consumption-summaries','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
616
651
  * Query DailyConsumptionSummarys with filters, expands, sort capabilities. Supported expands: N/A.
617
652
  * @param {Object} opts Optional parameters
618
653
  * @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.
@@ -622,6 +657,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
622
657
  * @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.
623
658
  * @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).
624
659
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
660
+ * @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.
625
661
  * @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.
626
662
  * @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.
627
663
  * @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.
@@ -639,6 +675,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
639
675
  * @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.
640
676
  * @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).
641
677
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
678
+ * @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.
642
679
  * @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.
643
680
  * @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.
644
681
  * @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.
@@ -646,7 +683,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
646
683
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
647
684
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedDebitMemo} and HTTP response
648
685
  */},{key:"queryDebitMemoByKeyWithHttpInfo",value:function queryDebitMemoByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
649
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryDebitMemoByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedDebitMemo["default"];return this.apiClient.callApi('/object-query/debit-memos/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
686
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryDebitMemoByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedDebitMemo["default"];return this.apiClient.callApi('/object-query/debit-memos/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
650
687
  * Query DebitMemo by key with filters, expands, sort capabilities. Supported expands: account,billtocontact,debitmemoitems,debitmemoitems.subscription,debitmemoitems.subscription.account.
651
688
  * @param {String} key Object ID or Number.
652
689
  * @param {Object} opts Optional parameters
@@ -657,6 +694,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
657
694
  * @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.
658
695
  * @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).
659
696
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
697
+ * @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.
660
698
  * @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.
661
699
  * @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.
662
700
  * @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.
@@ -664,7 +702,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
664
702
  * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
665
703
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedDebitMemo}
666
704
  */},{key:"queryDebitMemoByKey",value:function queryDebitMemoByKey(key,opts){return this.queryDebitMemoByKeyWithHttpInfo(key,opts).then(function(response_and_data){return response_and_data.data;});}/**
667
- * Query DebitMemoItem by key with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge.
705
+ * Query DebitMemoItem by key with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge,subscriptionowner,debittaxationitems.
668
706
  * @param {String} key Object ID or Number.
669
707
  * @param {Object} opts Optional parameters
670
708
  * @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.
@@ -674,6 +712,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
674
712
  * @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.
675
713
  * @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).
676
714
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
715
+ * @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.
677
716
  * @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.
678
717
  * @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.
679
718
  * @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.
@@ -681,8 +720,8 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
681
720
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
682
721
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedDebitMemoItem} and HTTP response
683
722
  */},{key:"queryDebitMemoItemByKeyWithHttpInfo",value:function queryDebitMemoItemByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
684
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryDebitMemoItemByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedDebitMemoItem["default"];return this.apiClient.callApi('/object-query/debit-memo-items/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
685
- * Query DebitMemoItem by key with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge.
723
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryDebitMemoItemByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedDebitMemoItem["default"];return this.apiClient.callApi('/object-query/debit-memo-items/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
724
+ * Query DebitMemoItem by key with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge,subscriptionowner,debittaxationitems.
686
725
  * @param {String} key Object ID or Number.
687
726
  * @param {Object} opts Optional parameters
688
727
  * @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.
@@ -692,6 +731,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
692
731
  * @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.
693
732
  * @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).
694
733
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
734
+ * @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.
695
735
  * @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.
696
736
  * @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.
697
737
  * @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.
@@ -699,7 +739,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
699
739
  * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
700
740
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedDebitMemoItem}
701
741
  */},{key:"queryDebitMemoItemByKey",value:function queryDebitMemoItemByKey(key,opts){return this.queryDebitMemoItemByKeyWithHttpInfo(key,opts).then(function(response_and_data){return response_and_data.data;});}/**
702
- * Query DebitMemoItems with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge.
742
+ * Query DebitMemoItems with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge,subscriptionowner,debittaxationitems.
703
743
  * @param {Object} opts Optional parameters
704
744
  * @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.
705
745
  * @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.
@@ -708,14 +748,15 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
708
748
  * @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.
709
749
  * @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).
710
750
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
751
+ * @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.
711
752
  * @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.
712
753
  * @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.
713
754
  * @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.
714
755
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
715
756
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
716
757
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryDebitMemoItemsResponse} and HTTP response
717
- */},{key:"queryDebitMemoItemsWithHttpInfo",value:function queryDebitMemoItemsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryDebitMemoItemsResponse["default"];return this.apiClient.callApi('/object-query/debit-memo-items','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
718
- * Query DebitMemoItems with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge.
758
+ */},{key:"queryDebitMemoItemsWithHttpInfo",value:function queryDebitMemoItemsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryDebitMemoItemsResponse["default"];return this.apiClient.callApi('/object-query/debit-memo-items','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
759
+ * Query DebitMemoItems with filters, expands, sort capabilities. Supported expands: subscription,rateplancharge,subscriptionowner,debittaxationitems.
719
760
  * @param {Object} opts Optional parameters
720
761
  * @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.
721
762
  * @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.
@@ -724,6 +765,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
724
765
  * @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.
725
766
  * @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).
726
767
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
768
+ * @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.
727
769
  * @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.
728
770
  * @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.
729
771
  * @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.
@@ -740,13 +782,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
740
782
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
741
783
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
742
784
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
785
+ * @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.
743
786
  * @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.
744
787
  * @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.
745
788
  * @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.
746
789
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
747
790
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
748
791
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryDebitMemosResponse} and HTTP response
749
- */},{key:"queryDebitMemosWithHttpInfo",value:function queryDebitMemosWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryDebitMemosResponse["default"];return this.apiClient.callApi('/object-query/debit-memos','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
792
+ */},{key:"queryDebitMemosWithHttpInfo",value:function queryDebitMemosWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryDebitMemosResponse["default"];return this.apiClient.callApi('/object-query/debit-memos','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
750
793
  * Query DebitMemos with filters, expands, sort capabilities. Supported expands: account,billtocontact,debitmemoitems,debitmemoitems.subscription,debitmemoitems.subscription.account.
751
794
  * @param {Object} opts Optional parameters
752
795
  * @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.
@@ -756,6 +799,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
756
799
  * @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.
757
800
  * @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).
758
801
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
802
+ * @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.
759
803
  * @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.
760
804
  * @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.
761
805
  * @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.
@@ -773,6 +817,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
773
817
  * @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.
774
818
  * @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).
775
819
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
820
+ * @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.
776
821
  * @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.
777
822
  * @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.
778
823
  * @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.
@@ -780,7 +825,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
780
825
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
781
826
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedInvoice} and HTTP response
782
827
  */},{key:"queryInvoiceByKeyWithHttpInfo",value:function queryInvoiceByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
783
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryInvoiceByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedInvoice["default"];return this.apiClient.callApi('/object-query/invoices/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
828
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryInvoiceByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedInvoice["default"];return this.apiClient.callApi('/object-query/invoices/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
784
829
  * Query Invoice by key with filters, expands, sort capabilities. Supported expands: account,billtocontact,invoiceitems,invoiceitems.subscription,invoiceitems.subscription.account.
785
830
  * @param {String} key Object ID or Number.
786
831
  * @param {Object} opts Optional parameters
@@ -791,6 +836,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
791
836
  * @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.
792
837
  * @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).
793
838
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
839
+ * @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.
794
840
  * @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.
795
841
  * @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.
796
842
  * @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.
@@ -798,7 +844,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
798
844
  * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
799
845
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedInvoice}
800
846
  */},{key:"queryInvoiceByKey",value:function queryInvoiceByKey(key,opts){return this.queryInvoiceByKeyWithHttpInfo(key,opts).then(function(response_and_data){return response_and_data.data;});}/**
801
- * Query InvoiceItem by key with filters, expands, sort capabilities. Supported expands: invoice,subscription,taxationitems,rateplancharge,orderlineitem.
847
+ * Query InvoiceItem by key with filters, expands, sort capabilities. Supported expands: invoice,subscription,subscriptionowner,taxationitems,rateplancharge,orderlineitem.
802
848
  * @param {String} key Object ID or Number.
803
849
  * @param {Object} opts Optional parameters
804
850
  * @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.
@@ -808,6 +854,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
808
854
  * @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.
809
855
  * @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).
810
856
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
857
+ * @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.
811
858
  * @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.
812
859
  * @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.
813
860
  * @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.
@@ -815,8 +862,8 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
815
862
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
816
863
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedInvoiceItem} and HTTP response
817
864
  */},{key:"queryInvoiceItemByKeyWithHttpInfo",value:function queryInvoiceItemByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
818
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryInvoiceItemByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedInvoiceItem["default"];return this.apiClient.callApi('/object-query/invoice-items/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
819
- * Query InvoiceItem by key with filters, expands, sort capabilities. Supported expands: invoice,subscription,taxationitems,rateplancharge,orderlineitem.
865
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryInvoiceItemByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedInvoiceItem["default"];return this.apiClient.callApi('/object-query/invoice-items/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
866
+ * Query InvoiceItem by key with filters, expands, sort capabilities. Supported expands: invoice,subscription,subscriptionowner,taxationitems,rateplancharge,orderlineitem.
820
867
  * @param {String} key Object ID or Number.
821
868
  * @param {Object} opts Optional parameters
822
869
  * @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.
@@ -826,6 +873,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
826
873
  * @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.
827
874
  * @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).
828
875
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
876
+ * @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.
829
877
  * @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.
830
878
  * @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.
831
879
  * @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.
@@ -833,7 +881,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
833
881
  * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
834
882
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedInvoiceItem}
835
883
  */},{key:"queryInvoiceItemByKey",value:function queryInvoiceItemByKey(key,opts){return this.queryInvoiceItemByKeyWithHttpInfo(key,opts).then(function(response_and_data){return response_and_data.data;});}/**
836
- * Query InvoiceItems with filters, expands, sort capabilities. Supported expands: invoice,subscription,taxationitems,rateplancharge,orderlineitem.
884
+ * Query InvoiceItems with filters, expands, sort capabilities. Supported expands: invoice,subscription,subscriptionowner,taxationitems,rateplancharge,orderlineitem.
837
885
  * @param {Object} opts Optional parameters
838
886
  * @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.
839
887
  * @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.
@@ -842,14 +890,15 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
842
890
  * @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.
843
891
  * @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).
844
892
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
893
+ * @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.
845
894
  * @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.
846
895
  * @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.
847
896
  * @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.
848
897
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
849
898
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
850
899
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryInvoiceItemsResponse} and HTTP response
851
- */},{key:"queryInvoiceItemsWithHttpInfo",value:function queryInvoiceItemsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryInvoiceItemsResponse["default"];return this.apiClient.callApi('/object-query/invoice-items','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
852
- * Query InvoiceItems with filters, expands, sort capabilities. Supported expands: invoice,subscription,taxationitems,rateplancharge,orderlineitem.
900
+ */},{key:"queryInvoiceItemsWithHttpInfo",value:function queryInvoiceItemsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryInvoiceItemsResponse["default"];return this.apiClient.callApi('/object-query/invoice-items','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
901
+ * Query InvoiceItems with filters, expands, sort capabilities. Supported expands: invoice,subscription,subscriptionowner,taxationitems,rateplancharge,orderlineitem.
853
902
  * @param {Object} opts Optional parameters
854
903
  * @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.
855
904
  * @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.
@@ -858,6 +907,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
858
907
  * @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.
859
908
  * @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).
860
909
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
910
+ * @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.
861
911
  * @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.
862
912
  * @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.
863
913
  * @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.
@@ -865,6 +915,77 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
865
915
  * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
866
916
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/QueryInvoiceItemsResponse}
867
917
  */},{key:"queryInvoiceItems",value:function queryInvoiceItems(opts){return this.queryInvoiceItemsWithHttpInfo(opts).then(function(response_and_data){return response_and_data.data;});}/**
918
+ * Query InvoiceSchedule by key with filters, expands, sort capabilities. Supported expands: invoicescheduleitems,invoicescheduleitems.invoice,invoicescheduleitems.creditmemo,rateplancharges.
919
+ * @param {String} key Object ID or Number.
920
+ * @param {Object} opts Optional parameters
921
+ * @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.
922
+ * @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.
923
+ * @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.
924
+ * @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 (`'`).
925
+ * @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.
926
+ * @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).
927
+ * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
928
+ * @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.
929
+ * @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.
930
+ * @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.
931
+ * @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.
932
+ * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
933
+ * @param {Array.<String>} [filter] A case-sensitive filter on the list.
934
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedInvoiceSchedule} and HTTP response
935
+ */},{key:"queryInvoiceScheduleByKeyWithHttpInfo",value:function queryInvoiceScheduleByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
936
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryInvoiceScheduleByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedInvoiceSchedule["default"];return this.apiClient.callApi('/object-query/invoice-schedules/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
937
+ * Query InvoiceSchedule by key with filters, expands, sort capabilities. Supported expands: invoicescheduleitems,invoicescheduleitems.invoice,invoicescheduleitems.creditmemo,rateplancharges.
938
+ * @param {String} key Object ID or Number.
939
+ * @param {Object} opts Optional parameters
940
+ * @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.
941
+ * @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.
942
+ * @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.
943
+ * @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 (`'`).
944
+ * @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.
945
+ * @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).
946
+ * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
947
+ * @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.
948
+ * @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.
949
+ * @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.
950
+ * @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.
951
+ * @param {Array.<String>} opts.expand Allows you to expand responses by including related object information in a single call.
952
+ * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
953
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedInvoiceSchedule}
954
+ */},{key:"queryInvoiceScheduleByKey",value:function queryInvoiceScheduleByKey(key,opts){return this.queryInvoiceScheduleByKeyWithHttpInfo(key,opts).then(function(response_and_data){return response_and_data.data;});}/**
955
+ * Query InvoiceSchedules with filters, expands, sort capabilities. Supported expands: invoicescheduleitems,invoicescheduleitems.invoice,invoicescheduleitems.creditmemo,rateplancharges.
956
+ * @param {Object} opts Optional parameters
957
+ * @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.
958
+ * @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.
959
+ * @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.
960
+ * @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 (`'`).
961
+ * @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.
962
+ * @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).
963
+ * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
964
+ * @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.
965
+ * @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.
966
+ * @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.
967
+ * @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.
968
+ * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
969
+ * @param {Array.<String>} [filter] A case-sensitive filter on the list.
970
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryInvoiceSchedulesResponse} and HTTP response
971
+ */},{key:"queryInvoiceSchedulesWithHttpInfo",value:function queryInvoiceSchedulesWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryInvoiceSchedulesResponse["default"];return this.apiClient.callApi('/object-query/invoice-schedules','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
972
+ * Query InvoiceSchedules with filters, expands, sort capabilities. Supported expands: invoicescheduleitems,invoicescheduleitems.invoice,invoicescheduleitems.creditmemo,rateplancharges.
973
+ * @param {Object} opts Optional parameters
974
+ * @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.
975
+ * @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.
976
+ * @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.
977
+ * @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 (`'`).
978
+ * @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.
979
+ * @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).
980
+ * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
981
+ * @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.
982
+ * @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.
983
+ * @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.
984
+ * @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.
985
+ * @param {Array.<String>} opts.expand Allows you to expand responses by including related object information in a single call.
986
+ * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
987
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/QueryInvoiceSchedulesResponse}
988
+ */},{key:"queryInvoiceSchedules",value:function queryInvoiceSchedules(opts){return this.queryInvoiceSchedulesWithHttpInfo(opts).then(function(response_and_data){return response_and_data.data;});}/**
868
989
  * Query Invoices with filters, expands, sort capabilities. Supported expands: account,billtocontact,invoiceitems,invoiceitems.subscription,invoiceitems.subscription.account.
869
990
  * @param {Object} opts Optional parameters
870
991
  * @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.
@@ -874,13 +995,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
874
995
  * @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.
875
996
  * @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).
876
997
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
998
+ * @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.
877
999
  * @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.
878
1000
  * @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.
879
1001
  * @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.
880
1002
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
881
1003
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
882
1004
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryInvoicesResponse} and HTTP response
883
- */},{key:"queryInvoicesWithHttpInfo",value:function queryInvoicesWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryInvoicesResponse["default"];return this.apiClient.callApi('/object-query/invoices','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1005
+ */},{key:"queryInvoicesWithHttpInfo",value:function queryInvoicesWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryInvoicesResponse["default"];return this.apiClient.callApi('/object-query/invoices','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
884
1006
  * Query Invoices with filters, expands, sort capabilities. Supported expands: account,billtocontact,invoiceitems,invoiceitems.subscription,invoiceitems.subscription.account.
885
1007
  * @param {Object} opts Optional parameters
886
1008
  * @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.
@@ -890,6 +1012,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
890
1012
  * @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.
891
1013
  * @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).
892
1014
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1015
+ * @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.
893
1016
  * @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.
894
1017
  * @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.
895
1018
  * @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.
@@ -907,6 +1030,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
907
1030
  * @param {String} [zuora_entity_ids] An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
908
1031
  * @param {String} [authorization] The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
909
1032
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1033
+ * @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.
910
1034
  * @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.
911
1035
  * @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.
912
1036
  * @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.
@@ -914,7 +1038,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
914
1038
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
915
1039
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedOrderAction} and HTTP response
916
1040
  */},{key:"queryOrderActionByKeyWithHttpInfo",value:function queryOrderActionByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
917
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryOrderActionByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedOrderAction["default"];return this.apiClient.callApi('/object-query/order-actions/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1041
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryOrderActionByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedOrderAction["default"];return this.apiClient.callApi('/object-query/order-actions/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
918
1042
  * Query OrderAction by key with filters, expands, sort capabilities. Supported expands: subscription,order.
919
1043
  * @param {String} key Object ID or Number.
920
1044
  * @param {Object} opts Optional parameters
@@ -925,6 +1049,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
925
1049
  * @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.
926
1050
  * @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).
927
1051
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1052
+ * @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.
928
1053
  * @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.
929
1054
  * @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.
930
1055
  * @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.
@@ -941,13 +1066,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
941
1066
  * @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.
942
1067
  * @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).
943
1068
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1069
+ * @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.
944
1070
  * @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.
945
1071
  * @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.
946
1072
  * @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.
947
1073
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
948
1074
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
949
1075
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryOrderActionsResponse} and HTTP response
950
- */},{key:"queryOrderActionsWithHttpInfo",value:function queryOrderActionsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryOrderActionsResponse["default"];return this.apiClient.callApi('/object-query/order-actions','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1076
+ */},{key:"queryOrderActionsWithHttpInfo",value:function queryOrderActionsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryOrderActionsResponse["default"];return this.apiClient.callApi('/object-query/order-actions','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
951
1077
  * Query OrderActions with filters, expands, sort capabilities. Supported expands: subscription,order.
952
1078
  * @param {Object} opts Optional parameters
953
1079
  * @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.
@@ -957,6 +1083,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
957
1083
  * @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.
958
1084
  * @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).
959
1085
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1086
+ * @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.
960
1087
  * @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.
961
1088
  * @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.
962
1089
  * @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.
@@ -974,6 +1101,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
974
1101
  * @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.
975
1102
  * @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).
976
1103
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1104
+ * @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.
977
1105
  * @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.
978
1106
  * @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.
979
1107
  * @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 +1109,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
981
1109
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
982
1110
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedOrderLineItem} and HTTP response
983
1111
  */},{key:"queryOrderLineItemByKeyWithHttpInfo",value:function queryOrderLineItemByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
984
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryOrderLineItemByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedOrderLineItem["default"];return this.apiClient.callApi('/object-query/order-line-items/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1112
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryOrderLineItemByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedOrderLineItem["default"];return this.apiClient.callApi('/object-query/order-line-items/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
985
1113
  * Query OrderLineItem by key with filters, expands, sort capabilities. Supported expands: invoiceitems.
986
1114
  * @param {String} key Object ID or Number.
987
1115
  * @param {Object} opts Optional parameters
@@ -992,6 +1120,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
992
1120
  * @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.
993
1121
  * @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).
994
1122
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1123
+ * @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.
995
1124
  * @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.
996
1125
  * @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.
997
1126
  * @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.
@@ -1008,13 +1137,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1008
1137
  * @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.
1009
1138
  * @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).
1010
1139
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1140
+ * @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.
1011
1141
  * @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.
1012
1142
  * @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.
1013
1143
  * @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.
1014
1144
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
1015
1145
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1016
1146
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryOrderLineItemsResponse} and HTTP response
1017
- */},{key:"queryOrderLineItemsWithHttpInfo",value:function queryOrderLineItemsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryOrderLineItemsResponse["default"];return this.apiClient.callApi('/object-query/order-line-items','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1147
+ */},{key:"queryOrderLineItemsWithHttpInfo",value:function queryOrderLineItemsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryOrderLineItemsResponse["default"];return this.apiClient.callApi('/object-query/order-line-items','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1018
1148
  * Query OrderLineItems with filters, expands, sort capabilities. Supported expands: invoiceitems.
1019
1149
  * @param {Object} opts Optional parameters
1020
1150
  * @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.
@@ -1024,6 +1154,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1024
1154
  * @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.
1025
1155
  * @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).
1026
1156
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1157
+ * @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.
1027
1158
  * @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.
1028
1159
  * @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.
1029
1160
  * @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.
@@ -1041,6 +1172,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1041
1172
  * @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.
1042
1173
  * @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).
1043
1174
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1175
+ * @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.
1044
1176
  * @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.
1045
1177
  * @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.
1046
1178
  * @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.
@@ -1048,7 +1180,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1048
1180
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1049
1181
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedOrders} and HTTP response
1050
1182
  */},{key:"queryOrdersByKeyWithHttpInfo",value:function queryOrdersByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
1051
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryOrdersByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedOrders["default"];return this.apiClient.callApi('/object-query/orders/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1183
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryOrdersByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedOrders["default"];return this.apiClient.callApi('/object-query/orders/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1052
1184
  * Query Orders by key with filters, expands, sort capabilities. Supported expands: account,orderlineitems,orderlineitems.invoiceitems,orderactions,orderactions.subscription,orderactions.subscription.rateplans,orderactions.subscription.rateplans.rateplancharges.
1053
1185
  * @param {String} key Object ID or Number.
1054
1186
  * @param {Object} opts Optional parameters
@@ -1059,6 +1191,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1059
1191
  * @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.
1060
1192
  * @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).
1061
1193
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1194
+ * @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.
1062
1195
  * @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.
1063
1196
  * @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.
1064
1197
  * @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.
@@ -1075,13 +1208,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1075
1208
  * @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.
1076
1209
  * @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).
1077
1210
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1211
+ * @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.
1078
1212
  * @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.
1079
1213
  * @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.
1080
1214
  * @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.
1081
1215
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
1082
1216
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1083
1217
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryOrderssResponse} and HTTP response
1084
- */},{key:"queryOrderssWithHttpInfo",value:function queryOrderssWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryOrderssResponse["default"];return this.apiClient.callApi('/object-query/orders','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1218
+ */},{key:"queryOrderssWithHttpInfo",value:function queryOrderssWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryOrderssResponse["default"];return this.apiClient.callApi('/object-query/orders','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1085
1219
  * Query Orderss with filters, expands, sort capabilities. Supported expands: account,orderlineitems,orderlineitems.invoiceitems,orderactions,orderactions.subscription,orderactions.subscription.rateplans,orderactions.subscription.rateplans.rateplancharges.
1086
1220
  * @param {Object} opts Optional parameters
1087
1221
  * @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.
@@ -1091,6 +1225,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1091
1225
  * @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.
1092
1226
  * @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).
1093
1227
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1228
+ * @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.
1094
1229
  * @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.
1095
1230
  * @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.
1096
1231
  * @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.
@@ -1108,6 +1243,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1108
1243
  * @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.
1109
1244
  * @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).
1110
1245
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1246
+ * @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.
1111
1247
  * @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.
1112
1248
  * @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.
1113
1249
  * @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.
@@ -1115,7 +1251,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1115
1251
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1116
1252
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedPaymentApplication} and HTTP response
1117
1253
  */},{key:"queryPaymentApplicationByKeyWithHttpInfo",value:function queryPaymentApplicationByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
1118
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPaymentApplicationByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPaymentApplication["default"];return this.apiClient.callApi('/object-query/payment-applications/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1254
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPaymentApplicationByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPaymentApplication["default"];return this.apiClient.callApi('/object-query/payment-applications/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1119
1255
  * Query PaymentApplication by key with filters, expands, sort capabilities. Supported expands: payment.
1120
1256
  * @param {String} key Object ID or Number.
1121
1257
  * @param {Object} opts Optional parameters
@@ -1126,6 +1262,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1126
1262
  * @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.
1127
1263
  * @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).
1128
1264
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1265
+ * @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.
1129
1266
  * @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.
1130
1267
  * @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.
1131
1268
  * @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.
@@ -1142,13 +1279,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1142
1279
  * @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.
1143
1280
  * @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).
1144
1281
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1282
+ * @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.
1145
1283
  * @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.
1146
1284
  * @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.
1147
1285
  * @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.
1148
1286
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
1149
1287
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1150
1288
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryPaymentApplicationsResponse} and HTTP response
1151
- */},{key:"queryPaymentApplicationsWithHttpInfo",value:function queryPaymentApplicationsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPaymentApplicationsResponse["default"];return this.apiClient.callApi('/object-query/payment-applications','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1289
+ */},{key:"queryPaymentApplicationsWithHttpInfo",value:function queryPaymentApplicationsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPaymentApplicationsResponse["default"];return this.apiClient.callApi('/object-query/payment-applications','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1152
1290
  * Query PaymentApplications with filters, expands, sort capabilities. Supported expands: payment.
1153
1291
  * @param {Object} opts Optional parameters
1154
1292
  * @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.
@@ -1158,6 +1296,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1158
1296
  * @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.
1159
1297
  * @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).
1160
1298
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1299
+ * @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.
1161
1300
  * @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.
1162
1301
  * @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.
1163
1302
  * @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.
@@ -1165,7 +1304,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1165
1304
  * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
1166
1305
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/QueryPaymentApplicationsResponse}
1167
1306
  */},{key:"queryPaymentApplications",value:function queryPaymentApplications(opts){return this.queryPaymentApplicationsWithHttpInfo(opts).then(function(response_and_data){return response_and_data.data;});}/**
1168
- * Query Payment by key with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,paymentapplications.
1307
+ * Query Payment by key with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,paymentapplications,paymentscheduleitempayments,paymentscheduleitempayments.paymentscheduleitem.
1169
1308
  * @param {String} key Object ID or Number.
1170
1309
  * @param {Object} opts Optional parameters
1171
1310
  * @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.
@@ -1175,6 +1314,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1175
1314
  * @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.
1176
1315
  * @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).
1177
1316
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1317
+ * @param {String} [zuora_org_ids] Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs.
1178
1318
  * @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.
1179
1319
  * @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.
1180
1320
  * @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.
@@ -1182,8 +1322,8 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1182
1322
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1183
1323
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedPayment} and HTTP response
1184
1324
  */},{key:"queryPaymentByKeyWithHttpInfo",value:function queryPaymentByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
1185
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPaymentByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPayment["default"];return this.apiClient.callApi('/object-query/payments/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1186
- * Query Payment by key with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,paymentapplications.
1325
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPaymentByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPayment["default"];return this.apiClient.callApi('/object-query/payments/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1326
+ * Query Payment by key with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,paymentapplications,paymentscheduleitempayments,paymentscheduleitempayments.paymentscheduleitem.
1187
1327
  * @param {String} key Object ID or Number.
1188
1328
  * @param {Object} opts Optional parameters
1189
1329
  * @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.
@@ -1193,6 +1333,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1193
1333
  * @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.
1194
1334
  * @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).
1195
1335
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1336
+ * @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.
1196
1337
  * @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.
1197
1338
  * @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.
1198
1339
  * @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.
@@ -1210,6 +1351,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1210
1351
  * @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.
1211
1352
  * @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).
1212
1353
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1354
+ * @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.
1213
1355
  * @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.
1214
1356
  * @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.
1215
1357
  * @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.
@@ -1217,7 +1359,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1217
1359
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1218
1360
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedPaymentMethod} and HTTP response
1219
1361
  */},{key:"queryPaymentMethodByKeyWithHttpInfo",value:function queryPaymentMethodByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
1220
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPaymentMethodByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPaymentMethod["default"];return this.apiClient.callApi('/object-query/payment-methods/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1362
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPaymentMethodByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPaymentMethod["default"];return this.apiClient.callApi('/object-query/payment-methods/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1221
1363
  * Query PaymentMethod by key with filters, expands, sort capabilities. Supported expands: account.
1222
1364
  * @param {String} key Object ID or Number.
1223
1365
  * @param {Object} opts Optional parameters
@@ -1228,6 +1370,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1228
1370
  * @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.
1229
1371
  * @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).
1230
1372
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1373
+ * @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.
1231
1374
  * @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.
1232
1375
  * @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.
1233
1376
  * @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.
@@ -1245,6 +1388,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1245
1388
  * @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.
1246
1389
  * @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).
1247
1390
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1391
+ * @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.
1248
1392
  * @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.
1249
1393
  * @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.
1250
1394
  * @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.
@@ -1252,7 +1396,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1252
1396
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1253
1397
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedPaymentMethodSnapshot} and HTTP response
1254
1398
  */},{key:"queryPaymentMethodSnapshotByKeyWithHttpInfo",value:function queryPaymentMethodSnapshotByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
1255
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPaymentMethodSnapshotByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPaymentMethodSnapshot["default"];return this.apiClient.callApi('/object-query/payment-method-snapshots/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1399
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPaymentMethodSnapshotByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPaymentMethodSnapshot["default"];return this.apiClient.callApi('/object-query/payment-method-snapshots/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1256
1400
  * Query PaymentMethodSnapshot by key with filters, expands, sort capabilities. Supported expands: N/A.
1257
1401
  * @param {String} key Object ID or Number.
1258
1402
  * @param {Object} opts Optional parameters
@@ -1263,6 +1407,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1263
1407
  * @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.
1264
1408
  * @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).
1265
1409
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1410
+ * @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.
1266
1411
  * @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.
1267
1412
  * @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.
1268
1413
  * @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.
@@ -1279,13 +1424,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1279
1424
  * @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.
1280
1425
  * @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).
1281
1426
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1427
+ * @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.
1282
1428
  * @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.
1283
1429
  * @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.
1284
1430
  * @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.
1285
1431
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
1286
1432
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1287
1433
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryPaymentMethodSnapshotsResponse} and HTTP response
1288
- */},{key:"queryPaymentMethodSnapshotsWithHttpInfo",value:function queryPaymentMethodSnapshotsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPaymentMethodSnapshotsResponse["default"];return this.apiClient.callApi('/object-query/payment-method-snapshots','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1434
+ */},{key:"queryPaymentMethodSnapshotsWithHttpInfo",value:function queryPaymentMethodSnapshotsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPaymentMethodSnapshotsResponse["default"];return this.apiClient.callApi('/object-query/payment-method-snapshots','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1289
1435
  * Query PaymentMethodSnapshots with filters, expands, sort capabilities. Supported expands: N/A.
1290
1436
  * @param {Object} opts Optional parameters
1291
1437
  * @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.
@@ -1295,6 +1441,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1295
1441
  * @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.
1296
1442
  * @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).
1297
1443
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1444
+ * @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.
1298
1445
  * @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.
1299
1446
  * @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.
1300
1447
  * @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.
@@ -1311,13 +1458,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1311
1458
  * @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.
1312
1459
  * @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).
1313
1460
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1461
+ * @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.
1314
1462
  * @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.
1315
1463
  * @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.
1316
1464
  * @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.
1317
1465
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
1318
1466
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1319
1467
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryPaymentMethodsResponse} and HTTP response
1320
- */},{key:"queryPaymentMethodsWithHttpInfo",value:function queryPaymentMethodsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPaymentMethodsResponse["default"];return this.apiClient.callApi('/object-query/payment-methods','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1468
+ */},{key:"queryPaymentMethodsWithHttpInfo",value:function queryPaymentMethodsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPaymentMethodsResponse["default"];return this.apiClient.callApi('/object-query/payment-methods','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1321
1469
  * Query PaymentMethods with filters, expands, sort capabilities. Supported expands: account.
1322
1470
  * @param {Object} opts Optional parameters
1323
1471
  * @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.
@@ -1327,6 +1475,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1327
1475
  * @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.
1328
1476
  * @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).
1329
1477
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1478
+ * @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.
1330
1479
  * @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.
1331
1480
  * @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.
1332
1481
  * @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.
@@ -1344,6 +1493,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1344
1493
  * @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.
1345
1494
  * @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).
1346
1495
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1496
+ * @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.
1347
1497
  * @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.
1348
1498
  * @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.
1349
1499
  * @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.
@@ -1351,7 +1501,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1351
1501
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1352
1502
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedPaymentRun} and HTTP response
1353
1503
  */},{key:"queryPaymentRunByKeyWithHttpInfo",value:function queryPaymentRunByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
1354
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPaymentRunByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPaymentRun["default"];return this.apiClient.callApi('/object-query/payment-runs/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1504
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPaymentRunByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPaymentRun["default"];return this.apiClient.callApi('/object-query/payment-runs/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1355
1505
  * Query PaymentRun by key with filters, expands, sort capabilities. Supported expands: N/A.
1356
1506
  * @param {String} key Object ID or Number.
1357
1507
  * @param {Object} opts Optional parameters
@@ -1362,6 +1512,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1362
1512
  * @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.
1363
1513
  * @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).
1364
1514
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1515
+ * @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.
1365
1516
  * @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.
1366
1517
  * @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.
1367
1518
  * @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.
@@ -1378,13 +1529,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1378
1529
  * @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.
1379
1530
  * @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).
1380
1531
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1532
+ * @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.
1381
1533
  * @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.
1382
1534
  * @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.
1383
1535
  * @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.
1384
1536
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
1385
1537
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1386
1538
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryPaymentRunsResponse} and HTTP response
1387
- */},{key:"queryPaymentRunsWithHttpInfo",value:function queryPaymentRunsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPaymentRunsResponse["default"];return this.apiClient.callApi('/object-query/payment-runs','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1539
+ */},{key:"queryPaymentRunsWithHttpInfo",value:function queryPaymentRunsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPaymentRunsResponse["default"];return this.apiClient.callApi('/object-query/payment-runs','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1388
1540
  * Query PaymentRuns with filters, expands, sort capabilities. Supported expands: N/A.
1389
1541
  * @param {Object} opts Optional parameters
1390
1542
  * @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.
@@ -1394,6 +1546,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1394
1546
  * @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.
1395
1547
  * @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).
1396
1548
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1549
+ * @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.
1397
1550
  * @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.
1398
1551
  * @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.
1399
1552
  * @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.
@@ -1411,6 +1564,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1411
1564
  * @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.
1412
1565
  * @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).
1413
1566
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1567
+ * @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.
1414
1568
  * @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.
1415
1569
  * @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.
1416
1570
  * @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.
@@ -1418,7 +1572,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1418
1572
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1419
1573
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedPaymentSchedule} and HTTP response
1420
1574
  */},{key:"queryPaymentScheduleByKeyWithHttpInfo",value:function queryPaymentScheduleByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
1421
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPaymentScheduleByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPaymentSchedule["default"];return this.apiClient.callApi('/object-query/payment-schedules/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1575
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPaymentScheduleByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPaymentSchedule["default"];return this.apiClient.callApi('/object-query/payment-schedules/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1422
1576
  * Query PaymentSchedule by key with filters, expands, sort capabilities. Supported expands: N/A.
1423
1577
  * @param {String} key Object ID or Number.
1424
1578
  * @param {Object} opts Optional parameters
@@ -1429,6 +1583,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1429
1583
  * @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.
1430
1584
  * @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).
1431
1585
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1586
+ * @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.
1432
1587
  * @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.
1433
1588
  * @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.
1434
1589
  * @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.
@@ -1436,7 +1591,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1436
1591
  * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
1437
1592
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedPaymentSchedule}
1438
1593
  */},{key:"queryPaymentScheduleByKey",value:function queryPaymentScheduleByKey(key,opts){return this.queryPaymentScheduleByKeyWithHttpInfo(key,opts).then(function(response_and_data){return response_and_data.data;});}/**
1439
- * Query PaymentScheduleItem by key with filters, expands, sort capabilities. Supported expands: N/A.
1594
+ * Query PaymentScheduleItem by key with filters, expands, sort capabilities. Supported expands: paymentscheduleitempayments,paymentscheduleitempayments.payment.
1440
1595
  * @param {String} key Object ID or Number.
1441
1596
  * @param {Object} opts Optional parameters
1442
1597
  * @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.
@@ -1446,6 +1601,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1446
1601
  * @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.
1447
1602
  * @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).
1448
1603
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1604
+ * @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.
1449
1605
  * @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.
1450
1606
  * @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.
1451
1607
  * @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.
@@ -1453,8 +1609,8 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1453
1609
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1454
1610
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedPaymentScheduleItem} and HTTP response
1455
1611
  */},{key:"queryPaymentScheduleItemByKeyWithHttpInfo",value:function queryPaymentScheduleItemByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
1456
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPaymentScheduleItemByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPaymentScheduleItem["default"];return this.apiClient.callApi('/object-query/payment-schedule-items/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1457
- * Query PaymentScheduleItem by key with filters, expands, sort capabilities. Supported expands: N/A.
1612
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPaymentScheduleItemByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPaymentScheduleItem["default"];return this.apiClient.callApi('/object-query/payment-schedule-items/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1613
+ * Query PaymentScheduleItem by key with filters, expands, sort capabilities. Supported expands: paymentscheduleitempayments,paymentscheduleitempayments.payment.
1458
1614
  * @param {String} key Object ID or Number.
1459
1615
  * @param {Object} opts Optional parameters
1460
1616
  * @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.
@@ -1464,6 +1620,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1464
1620
  * @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.
1465
1621
  * @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).
1466
1622
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1623
+ * @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.
1467
1624
  * @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.
1468
1625
  * @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.
1469
1626
  * @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.
@@ -1471,7 +1628,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1471
1628
  * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
1472
1629
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedPaymentScheduleItem}
1473
1630
  */},{key:"queryPaymentScheduleItemByKey",value:function queryPaymentScheduleItemByKey(key,opts){return this.queryPaymentScheduleItemByKeyWithHttpInfo(key,opts).then(function(response_and_data){return response_and_data.data;});}/**
1474
- * Query PaymentScheduleItems with filters, expands, sort capabilities. Supported expands: N/A.
1631
+ * Query PaymentScheduleItems with filters, expands, sort capabilities. Supported expands: paymentscheduleitempayments,paymentscheduleitempayments.payment.
1475
1632
  * @param {Object} opts Optional parameters
1476
1633
  * @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.
1477
1634
  * @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.
@@ -1480,14 +1637,15 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1480
1637
  * @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.
1481
1638
  * @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).
1482
1639
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1640
+ * @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.
1483
1641
  * @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.
1484
1642
  * @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.
1485
1643
  * @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.
1486
1644
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
1487
1645
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1488
1646
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryPaymentScheduleItemsResponse} and HTTP response
1489
- */},{key:"queryPaymentScheduleItemsWithHttpInfo",value:function queryPaymentScheduleItemsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPaymentScheduleItemsResponse["default"];return this.apiClient.callApi('/object-query/payment-schedule-items','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1490
- * Query PaymentScheduleItems with filters, expands, sort capabilities. Supported expands: N/A.
1647
+ */},{key:"queryPaymentScheduleItemsWithHttpInfo",value:function queryPaymentScheduleItemsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPaymentScheduleItemsResponse["default"];return this.apiClient.callApi('/object-query/payment-schedule-items','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1648
+ * Query PaymentScheduleItems with filters, expands, sort capabilities. Supported expands: paymentscheduleitempayments,paymentscheduleitempayments.payment.
1491
1649
  * @param {Object} opts Optional parameters
1492
1650
  * @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.
1493
1651
  * @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.
@@ -1496,6 +1654,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1496
1654
  * @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.
1497
1655
  * @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).
1498
1656
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1657
+ * @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.
1499
1658
  * @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.
1500
1659
  * @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.
1501
1660
  * @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.
@@ -1512,13 +1671,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1512
1671
  * @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.
1513
1672
  * @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).
1514
1673
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1674
+ * @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.
1515
1675
  * @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.
1516
1676
  * @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.
1517
1677
  * @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.
1518
1678
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
1519
1679
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1520
1680
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryPaymentSchedulesResponse} and HTTP response
1521
- */},{key:"queryPaymentSchedulesWithHttpInfo",value:function queryPaymentSchedulesWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPaymentSchedulesResponse["default"];return this.apiClient.callApi('/object-query/payment-schedules','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1681
+ */},{key:"queryPaymentSchedulesWithHttpInfo",value:function queryPaymentSchedulesWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPaymentSchedulesResponse["default"];return this.apiClient.callApi('/object-query/payment-schedules','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1522
1682
  * Query PaymentSchedules with filters, expands, sort capabilities. Supported expands: N/A.
1523
1683
  * @param {Object} opts Optional parameters
1524
1684
  * @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.
@@ -1528,6 +1688,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1528
1688
  * @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.
1529
1689
  * @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).
1530
1690
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1691
+ * @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.
1531
1692
  * @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.
1532
1693
  * @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.
1533
1694
  * @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.
@@ -1535,7 +1696,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1535
1696
  * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
1536
1697
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/QueryPaymentSchedulesResponse}
1537
1698
  */},{key:"queryPaymentSchedules",value:function queryPaymentSchedules(opts){return this.queryPaymentSchedulesWithHttpInfo(opts).then(function(response_and_data){return response_and_data.data;});}/**
1538
- * Query Payments with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,paymentapplications.
1699
+ * Query Payments with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,paymentapplications,paymentscheduleitempayments,paymentscheduleitempayments.paymentscheduleitem.
1539
1700
  * @param {Object} opts Optional parameters
1540
1701
  * @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.
1541
1702
  * @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.
@@ -1544,14 +1705,15 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1544
1705
  * @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.
1545
1706
  * @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).
1546
1707
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1708
+ * @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.
1547
1709
  * @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.
1548
1710
  * @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.
1549
1711
  * @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.
1550
1712
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
1551
1713
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1552
1714
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryPaymentsResponse} and HTTP response
1553
- */},{key:"queryPaymentsWithHttpInfo",value:function queryPaymentsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPaymentsResponse["default"];return this.apiClient.callApi('/object-query/payments','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1554
- * Query Payments with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,paymentapplications.
1715
+ */},{key:"queryPaymentsWithHttpInfo",value:function queryPaymentsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPaymentsResponse["default"];return this.apiClient.callApi('/object-query/payments','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1716
+ * Query Payments with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,paymentapplications,paymentscheduleitempayments,paymentscheduleitempayments.paymentscheduleitem.
1555
1717
  * @param {Object} opts Optional parameters
1556
1718
  * @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.
1557
1719
  * @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.
@@ -1560,6 +1722,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1560
1722
  * @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.
1561
1723
  * @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).
1562
1724
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1725
+ * @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.
1563
1726
  * @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.
1564
1727
  * @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.
1565
1728
  * @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.
@@ -1577,6 +1740,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1577
1740
  * @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.
1578
1741
  * @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).
1579
1742
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1743
+ * @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.
1580
1744
  * @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.
1581
1745
  * @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.
1582
1746
  * @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.
@@ -1584,7 +1748,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1584
1748
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1585
1749
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedPrepaidBalance} and HTTP response
1586
1750
  */},{key:"queryPrepaidBalanceByKeyWithHttpInfo",value:function queryPrepaidBalanceByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
1587
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPrepaidBalanceByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPrepaidBalance["default"];return this.apiClient.callApi('/object-query/prepaid-balances/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1751
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPrepaidBalanceByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPrepaidBalance["default"];return this.apiClient.callApi('/object-query/prepaid-balances/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1588
1752
  * Query PrepaidBalance by key with filters, expands, sort capabilities. Supported expands: account,origsubscription.
1589
1753
  * @param {String} key Object ID or Number.
1590
1754
  * @param {Object} opts Optional parameters
@@ -1595,6 +1759,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1595
1759
  * @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.
1596
1760
  * @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).
1597
1761
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1762
+ * @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.
1598
1763
  * @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.
1599
1764
  * @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.
1600
1765
  * @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.
@@ -1612,6 +1777,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1612
1777
  * @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.
1613
1778
  * @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).
1614
1779
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1780
+ * @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.
1615
1781
  * @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.
1616
1782
  * @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.
1617
1783
  * @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.
@@ -1619,7 +1785,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1619
1785
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1620
1786
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedPrepaidBalanceFund} and HTTP response
1621
1787
  */},{key:"queryPrepaidBalanceFundByKeyWithHttpInfo",value:function queryPrepaidBalanceFundByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
1622
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPrepaidBalanceFundByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPrepaidBalanceFund["default"];return this.apiClient.callApi('/object-query/prepaid-balance-funds/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1788
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPrepaidBalanceFundByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPrepaidBalanceFund["default"];return this.apiClient.callApi('/object-query/prepaid-balance-funds/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1623
1789
  * Query PrepaidBalanceFund by key with filters, expands, sort capabilities. Supported expands: account,prepaidbalance,source,vpsummary.
1624
1790
  * @param {String} key Object ID or Number.
1625
1791
  * @param {Object} opts Optional parameters
@@ -1630,6 +1796,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1630
1796
  * @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.
1631
1797
  * @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).
1632
1798
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1799
+ * @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.
1633
1800
  * @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.
1634
1801
  * @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.
1635
1802
  * @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.
@@ -1646,13 +1813,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1646
1813
  * @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.
1647
1814
  * @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).
1648
1815
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1816
+ * @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.
1649
1817
  * @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.
1650
1818
  * @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.
1651
1819
  * @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.
1652
1820
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
1653
1821
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1654
1822
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryPrepaidBalanceFundsResponse} and HTTP response
1655
- */},{key:"queryPrepaidBalanceFundsWithHttpInfo",value:function queryPrepaidBalanceFundsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPrepaidBalanceFundsResponse["default"];return this.apiClient.callApi('/object-query/prepaid-balance-funds','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1823
+ */},{key:"queryPrepaidBalanceFundsWithHttpInfo",value:function queryPrepaidBalanceFundsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPrepaidBalanceFundsResponse["default"];return this.apiClient.callApi('/object-query/prepaid-balance-funds','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1656
1824
  * Query PrepaidBalanceFunds with filters, expands, sort capabilities. Supported expands: account,prepaidbalance,source,vpsummary.
1657
1825
  * @param {Object} opts Optional parameters
1658
1826
  * @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.
@@ -1662,6 +1830,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1662
1830
  * @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.
1663
1831
  * @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).
1664
1832
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1833
+ * @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.
1665
1834
  * @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.
1666
1835
  * @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.
1667
1836
  * @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.
@@ -1679,6 +1848,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1679
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.
1680
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).
1681
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.
1682
1852
  * @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.
1683
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.
1684
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.
@@ -1686,7 +1856,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1686
1856
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1687
1857
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedPrepaidBalanceTransaction} and HTTP response
1688
1858
  */},{key:"queryPrepaidBalanceTransactionByKeyWithHttpInfo",value:function queryPrepaidBalanceTransactionByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
1689
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPrepaidBalanceTransactionByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPrepaidBalanceTransaction["default"];return this.apiClient.callApi('/object-query/prepaid-balance-transactions/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1859
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryPrepaidBalanceTransactionByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedPrepaidBalanceTransaction["default"];return this.apiClient.callApi('/object-query/prepaid-balance-transactions/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1690
1860
  * Query PrepaidBalanceTransaction by key with filters, expands, sort capabilities. Supported expands: account,prepaidbalance,fund,fund.source.
1691
1861
  * @param {String} key Object ID or Number.
1692
1862
  * @param {Object} opts Optional parameters
@@ -1697,6 +1867,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1697
1867
  * @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.
1698
1868
  * @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).
1699
1869
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1870
+ * @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.
1700
1871
  * @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.
1701
1872
  * @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.
1702
1873
  * @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.
@@ -1713,13 +1884,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1713
1884
  * @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.
1714
1885
  * @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).
1715
1886
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1887
+ * @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.
1716
1888
  * @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.
1717
1889
  * @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.
1718
1890
  * @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.
1719
1891
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
1720
1892
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1721
1893
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryPrepaidBalanceTransactionsResponse} and HTTP response
1722
- */},{key:"queryPrepaidBalanceTransactionsWithHttpInfo",value:function queryPrepaidBalanceTransactionsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPrepaidBalanceTransactionsResponse["default"];return this.apiClient.callApi('/object-query/prepaid-balance-transactions','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1894
+ */},{key:"queryPrepaidBalanceTransactionsWithHttpInfo",value:function queryPrepaidBalanceTransactionsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPrepaidBalanceTransactionsResponse["default"];return this.apiClient.callApi('/object-query/prepaid-balance-transactions','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1723
1895
  * Query PrepaidBalanceTransactions with filters, expands, sort capabilities. Supported expands: account,prepaidbalance,fund,fund.source.
1724
1896
  * @param {Object} opts Optional parameters
1725
1897
  * @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.
@@ -1729,6 +1901,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1729
1901
  * @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.
1730
1902
  * @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).
1731
1903
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1904
+ * @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.
1732
1905
  * @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.
1733
1906
  * @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.
1734
1907
  * @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.
@@ -1745,13 +1918,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1745
1918
  * @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.
1746
1919
  * @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).
1747
1920
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1921
+ * @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.
1748
1922
  * @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.
1749
1923
  * @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.
1750
1924
  * @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.
1751
1925
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
1752
1926
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1753
1927
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryPrepaidBalancesResponse} and HTTP response
1754
- */},{key:"queryPrepaidBalancesWithHttpInfo",value:function queryPrepaidBalancesWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPrepaidBalancesResponse["default"];return this.apiClient.callApi('/object-query/prepaid-balances','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1928
+ */},{key:"queryPrepaidBalancesWithHttpInfo",value:function queryPrepaidBalancesWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryPrepaidBalancesResponse["default"];return this.apiClient.callApi('/object-query/prepaid-balances','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1755
1929
  * Query PrepaidBalances with filters, expands, sort capabilities. Supported expands: account,origsubscription.
1756
1930
  * @param {Object} opts Optional parameters
1757
1931
  * @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.
@@ -1761,6 +1935,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1761
1935
  * @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.
1762
1936
  * @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).
1763
1937
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1938
+ * @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.
1764
1939
  * @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.
1765
1940
  * @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.
1766
1941
  * @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.
@@ -1778,6 +1953,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1778
1953
  * @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.
1779
1954
  * @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).
1780
1955
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1956
+ * @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.
1781
1957
  * @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.
1782
1958
  * @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.
1783
1959
  * @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.
@@ -1785,7 +1961,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1785
1961
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1786
1962
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedProcessedUsage} and HTTP response
1787
1963
  */},{key:"queryProcessedUsageByKeyWithHttpInfo",value:function queryProcessedUsageByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
1788
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryProcessedUsageByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedProcessedUsage["default"];return this.apiClient.callApi('/object-query/processed-usages/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1964
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryProcessedUsageByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedProcessedUsage["default"];return this.apiClient.callApi('/object-query/processed-usages/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1789
1965
  * Query ProcessedUsage by key with filters, expands, sort capabilities. Supported expands: usage,invoiceitem,creditmemoitem.
1790
1966
  * @param {String} key Object ID or Number.
1791
1967
  * @param {Object} opts Optional parameters
@@ -1796,6 +1972,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1796
1972
  * @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.
1797
1973
  * @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).
1798
1974
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
1975
+ * @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.
1799
1976
  * @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.
1800
1977
  * @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.
1801
1978
  * @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.
@@ -1812,13 +1989,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1812
1989
  * @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.
1813
1990
  * @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).
1814
1991
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
1992
+ * @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.
1815
1993
  * @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.
1816
1994
  * @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.
1817
1995
  * @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.
1818
1996
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
1819
1997
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1820
1998
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryProcessedUsagesResponse} and HTTP response
1821
- */},{key:"queryProcessedUsagesWithHttpInfo",value:function queryProcessedUsagesWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryProcessedUsagesResponse["default"];return this.apiClient.callApi('/object-query/processed-usages','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1999
+ */},{key:"queryProcessedUsagesWithHttpInfo",value:function queryProcessedUsagesWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryProcessedUsagesResponse["default"];return this.apiClient.callApi('/object-query/processed-usages','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1822
2000
  * Query ProcessedUsages with filters, expands, sort capabilities. Supported expands: usage,invoiceitem,creditmemoitem.
1823
2001
  * @param {Object} opts Optional parameters
1824
2002
  * @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.
@@ -1828,6 +2006,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1828
2006
  * @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.
1829
2007
  * @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).
1830
2008
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2009
+ * @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.
1831
2010
  * @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.
1832
2011
  * @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.
1833
2012
  * @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.
@@ -1845,6 +2024,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1845
2024
  * @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.
1846
2025
  * @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).
1847
2026
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2027
+ * @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.
1848
2028
  * @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.
1849
2029
  * @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.
1850
2030
  * @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.
@@ -1852,7 +2032,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1852
2032
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1853
2033
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedProduct} and HTTP response
1854
2034
  */},{key:"queryProductByKeyWithHttpInfo",value:function queryProductByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
1855
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryProductByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedProduct["default"];return this.apiClient.callApi('/object-query/products/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2035
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryProductByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedProduct["default"];return this.apiClient.callApi('/object-query/products/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1856
2036
  * Query Product by key with filters, expands, sort capabilities. Supported expands: productrateplans,productrateplans.productrateplancharges,productrateplans.productrateplancharges.productrateplanchargetiers.
1857
2037
  * @param {String} key Object ID or Number.
1858
2038
  * @param {Object} opts Optional parameters
@@ -1863,6 +2043,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1863
2043
  * @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.
1864
2044
  * @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).
1865
2045
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2046
+ * @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.
1866
2047
  * @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.
1867
2048
  * @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.
1868
2049
  * @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.
@@ -1880,6 +2061,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1880
2061
  * @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.
1881
2062
  * @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).
1882
2063
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2064
+ * @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.
1883
2065
  * @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.
1884
2066
  * @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.
1885
2067
  * @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.
@@ -1887,7 +2069,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1887
2069
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1888
2070
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedProductRatePlan} and HTTP response
1889
2071
  */},{key:"queryProductRatePlanByKeyWithHttpInfo",value:function queryProductRatePlanByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
1890
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryProductRatePlanByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedProductRatePlan["default"];return this.apiClient.callApi('/object-query/product-rate-plans/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2072
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryProductRatePlanByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedProductRatePlan["default"];return this.apiClient.callApi('/object-query/product-rate-plans/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1891
2073
  * Query ProductRatePlan by key with filters, expands, sort capabilities. Supported expands: product,productrateplancharges,productrateplancharges.productrateplanchargetiers,externalproductrateplans.
1892
2074
  * @param {String} key Object ID or Number.
1893
2075
  * @param {Object} opts Optional parameters
@@ -1898,6 +2080,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1898
2080
  * @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.
1899
2081
  * @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).
1900
2082
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2083
+ * @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.
1901
2084
  * @param {Number} opts.page_size The maximum number of results to return in a single page. If the specified `pageSize` is less than 1 or greater than 50, Zuora will return a 400 error.
1902
2085
  * @param {String} opts.cursor A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with `next_page=W3sib3JkZXJ=`, your subsequent call can include `cursor=W3sib3JkZXJ=` in order to fetch the next page of the list.
1903
2086
  * @param {Array.<String>} opts.sort A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
@@ -1915,6 +2098,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1915
2098
  * @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.
1916
2099
  * @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).
1917
2100
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2101
+ * @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.
1918
2102
  * @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.
1919
2103
  * @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.
1920
2104
  * @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.
@@ -1922,7 +2106,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1922
2106
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1923
2107
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedProductRatePlanCharge} and HTTP response
1924
2108
  */},{key:"queryProductRatePlanChargeByKeyWithHttpInfo",value:function queryProductRatePlanChargeByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
1925
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryProductRatePlanChargeByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedProductRatePlanCharge["default"];return this.apiClient.callApi('/object-query/product-rate-plan-charges/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2109
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryProductRatePlanChargeByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedProductRatePlanCharge["default"];return this.apiClient.callApi('/object-query/product-rate-plan-charges/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1926
2110
  * Query ProductRatePlanCharge by key with filters, expands, sort capabilities. Supported expands: productrateplan,productrateplanchargetiers.
1927
2111
  * @param {String} key Object ID or Number.
1928
2112
  * @param {Object} opts Optional parameters
@@ -1933,6 +2117,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1933
2117
  * @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.
1934
2118
  * @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).
1935
2119
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2120
+ * @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.
1936
2121
  * @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.
1937
2122
  * @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.
1938
2123
  * @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.
@@ -1950,6 +2135,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1950
2135
  * @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.
1951
2136
  * @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).
1952
2137
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2138
+ * @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.
1953
2139
  * @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.
1954
2140
  * @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.
1955
2141
  * @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.
@@ -1957,7 +2143,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1957
2143
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1958
2144
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedProductRatePlanChargeTier} and HTTP response
1959
2145
  */},{key:"queryProductRatePlanChargeTierByKeyWithHttpInfo",value:function queryProductRatePlanChargeTierByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
1960
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryProductRatePlanChargeTierByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedProductRatePlanChargeTier["default"];return this.apiClient.callApi('/object-query/product-rate-plan-charge-tiers/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2146
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryProductRatePlanChargeTierByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedProductRatePlanChargeTier["default"];return this.apiClient.callApi('/object-query/product-rate-plan-charge-tiers/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1961
2147
  * Query ProductRatePlanChargeTier by key with filters, expands, sort capabilities. Supported expands: productrateplancharge.
1962
2148
  * @param {String} key Object ID or Number.
1963
2149
  * @param {Object} opts Optional parameters
@@ -1968,6 +2154,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1968
2154
  * @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.
1969
2155
  * @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).
1970
2156
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2157
+ * @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.
1971
2158
  * @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.
1972
2159
  * @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.
1973
2160
  * @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.
@@ -1984,13 +2171,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
1984
2171
  * @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.
1985
2172
  * @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).
1986
2173
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2174
+ * @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.
1987
2175
  * @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.
1988
2176
  * @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.
1989
2177
  * @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.
1990
2178
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
1991
2179
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
1992
2180
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryProductRatePlanChargeTiersResponse} and HTTP response
1993
- */},{key:"queryProductRatePlanChargeTiersWithHttpInfo",value:function queryProductRatePlanChargeTiersWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryProductRatePlanChargeTiersResponse["default"];return this.apiClient.callApi('/object-query/product-rate-plan-charge-tiers','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2181
+ */},{key:"queryProductRatePlanChargeTiersWithHttpInfo",value:function queryProductRatePlanChargeTiersWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryProductRatePlanChargeTiersResponse["default"];return this.apiClient.callApi('/object-query/product-rate-plan-charge-tiers','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
1994
2182
  * Query ProductRatePlanChargeTiers with filters, expands, sort capabilities. Supported expands: productrateplancharge.
1995
2183
  * @param {Object} opts Optional parameters
1996
2184
  * @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.
@@ -2000,6 +2188,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2000
2188
  * @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
2189
  * @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
2190
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2191
+ * @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
2192
  * @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.
2004
2193
  * @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
2194
  * @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,13 +2205,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2016
2205
  * @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.
2017
2206
  * @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).
2018
2207
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2208
+ * @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.
2019
2209
  * @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.
2020
2210
  * @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.
2021
2211
  * @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.
2022
2212
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2023
2213
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2024
2214
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryProductRatePlanChargesResponse} and HTTP response
2025
- */},{key:"queryProductRatePlanChargesWithHttpInfo",value:function queryProductRatePlanChargesWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryProductRatePlanChargesResponse["default"];return this.apiClient.callApi('/object-query/product-rate-plan-charges','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2215
+ */},{key:"queryProductRatePlanChargesWithHttpInfo",value:function queryProductRatePlanChargesWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryProductRatePlanChargesResponse["default"];return this.apiClient.callApi('/object-query/product-rate-plan-charges','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2026
2216
  * Query ProductRatePlanCharges with filters, expands, sort capabilities. Supported expands: productrateplan,productrateplanchargetiers.
2027
2217
  * @param {Object} opts Optional parameters
2028
2218
  * @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.
@@ -2032,6 +2222,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2032
2222
  * @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.
2033
2223
  * @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).
2034
2224
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2225
+ * @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.
2035
2226
  * @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.
2036
2227
  * @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.
2037
2228
  * @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.
@@ -2048,13 +2239,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2048
2239
  * @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.
2049
2240
  * @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).
2050
2241
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2242
+ * @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.
2051
2243
  * @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.
2052
2244
  * @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.
2053
2245
  * @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.
2054
2246
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2055
2247
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2056
2248
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryProductRatePlansResponse} and HTTP response
2057
- */},{key:"queryProductRatePlansWithHttpInfo",value:function queryProductRatePlansWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryProductRatePlansResponse["default"];return this.apiClient.callApi('/object-query/product-rate-plans','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2249
+ */},{key:"queryProductRatePlansWithHttpInfo",value:function queryProductRatePlansWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryProductRatePlansResponse["default"];return this.apiClient.callApi('/object-query/product-rate-plans','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2058
2250
  * Query ProductRatePlans with filters, expands, sort capabilities. Supported expands: product,productrateplancharges,productrateplancharges.productrateplanchargetiers,externalproductrateplans.
2059
2251
  * @param {Object} opts Optional parameters
2060
2252
  * @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.
@@ -2064,6 +2256,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2064
2256
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2065
2257
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2066
2258
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2259
+ * @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.
2067
2260
  * @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.
2068
2261
  * @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.
2069
2262
  * @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.
@@ -2080,13 +2273,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2080
2273
  * @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.
2081
2274
  * @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).
2082
2275
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2276
+ * @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.
2083
2277
  * @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.
2084
2278
  * @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.
2085
2279
  * @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.
2086
2280
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2087
2281
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2088
2282
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryProductsResponse} and HTTP response
2089
- */},{key:"queryProductsWithHttpInfo",value:function queryProductsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryProductsResponse["default"];return this.apiClient.callApi('/object-query/products','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2283
+ */},{key:"queryProductsWithHttpInfo",value:function queryProductsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryProductsResponse["default"];return this.apiClient.callApi('/object-query/products','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2090
2284
  * Query Products with filters, expands, sort capabilities. Supported expands: productrateplans,productrateplans.productrateplancharges,productrateplans.productrateplancharges.productrateplanchargetiers.
2091
2285
  * @param {Object} opts Optional parameters
2092
2286
  * @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.
@@ -2096,6 +2290,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2096
2290
  * @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.
2097
2291
  * @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).
2098
2292
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2293
+ * @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.
2099
2294
  * @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.
2100
2295
  * @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.
2101
2296
  * @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.
@@ -2113,6 +2308,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2113
2308
  * @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.
2114
2309
  * @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).
2115
2310
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2311
+ * @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.
2116
2312
  * @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.
2117
2313
  * @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.
2118
2314
  * @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.
@@ -2120,7 +2316,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2120
2316
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2121
2317
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedRatePlan} and HTTP response
2122
2318
  */},{key:"queryRatePlanByKeyWithHttpInfo",value:function queryRatePlanByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
2123
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryRatePlanByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedRatePlan["default"];return this.apiClient.callApi('/object-query/rate-plans/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2319
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryRatePlanByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedRatePlan["default"];return this.apiClient.callApi('/object-query/rate-plans/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2124
2320
  * Query RatePlan by key with filters, expands, sort capabilities. Supported expands: subscription,productrateplan,rateplancharges,rateplancharges.rateplanchargetiers.
2125
2321
  * @param {String} key Object ID or Number.
2126
2322
  * @param {Object} opts Optional parameters
@@ -2131,6 +2327,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2131
2327
  * @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.
2132
2328
  * @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).
2133
2329
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2330
+ * @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.
2134
2331
  * @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.
2135
2332
  * @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.
2136
2333
  * @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.
@@ -2148,6 +2345,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2148
2345
  * @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.
2149
2346
  * @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).
2150
2347
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2348
+ * @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.
2151
2349
  * @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.
2152
2350
  * @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.
2153
2351
  * @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.
@@ -2155,7 +2353,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2155
2353
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2156
2354
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedRatePlanCharge} and HTTP response
2157
2355
  */},{key:"queryRatePlanChargeByKeyWithHttpInfo",value:function queryRatePlanChargeByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
2158
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryRatePlanChargeByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedRatePlanCharge["default"];return this.apiClient.callApi('/object-query/rate-plan-charges/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2356
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryRatePlanChargeByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedRatePlanCharge["default"];return this.apiClient.callApi('/object-query/rate-plan-charges/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2159
2357
  * Query RatePlanCharge by key with filters, expands, sort capabilities. Supported expands: rateplan,productrateplancharge,rateplanchargetiers.
2160
2358
  * @param {String} key Object ID or Number.
2161
2359
  * @param {Object} opts Optional parameters
@@ -2166,6 +2364,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2166
2364
  * @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.
2167
2365
  * @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).
2168
2366
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2367
+ * @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.
2169
2368
  * @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.
2170
2369
  * @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.
2171
2370
  * @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.
@@ -2183,6 +2382,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2183
2382
  * @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.
2184
2383
  * @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).
2185
2384
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2385
+ * @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.
2186
2386
  * @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.
2187
2387
  * @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.
2188
2388
  * @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.
@@ -2190,7 +2390,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2190
2390
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2191
2391
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedRatePlanChargeTier} and HTTP response
2192
2392
  */},{key:"queryRatePlanChargeTierByKeyWithHttpInfo",value:function queryRatePlanChargeTierByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
2193
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryRatePlanChargeTierByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedRatePlanChargeTier["default"];return this.apiClient.callApi('/object-query/rate-plan-charge-tiers/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2393
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryRatePlanChargeTierByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedRatePlanChargeTier["default"];return this.apiClient.callApi('/object-query/rate-plan-charge-tiers/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2194
2394
  * Query RatePlanChargeTier by key with filters, expands, sort capabilities. Supported expands: rateplancharge.
2195
2395
  * @param {String} key Object ID or Number.
2196
2396
  * @param {Object} opts Optional parameters
@@ -2201,6 +2401,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2201
2401
  * @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.
2202
2402
  * @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).
2203
2403
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2404
+ * @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.
2204
2405
  * @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.
2205
2406
  * @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.
2206
2407
  * @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.
@@ -2217,13 +2418,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2217
2418
  * @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.
2218
2419
  * @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).
2219
2420
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2421
+ * @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.
2220
2422
  * @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.
2221
2423
  * @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.
2222
2424
  * @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.
2223
2425
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2224
2426
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2225
2427
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryRatePlanChargeTiersResponse} and HTTP response
2226
- */},{key:"queryRatePlanChargeTiersWithHttpInfo",value:function queryRatePlanChargeTiersWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryRatePlanChargeTiersResponse["default"];return this.apiClient.callApi('/object-query/rate-plan-charge-tiers','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2428
+ */},{key:"queryRatePlanChargeTiersWithHttpInfo",value:function queryRatePlanChargeTiersWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryRatePlanChargeTiersResponse["default"];return this.apiClient.callApi('/object-query/rate-plan-charge-tiers','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2227
2429
  * Query RatePlanChargeTiers with filters, expands, sort capabilities. Supported expands: rateplancharge.
2228
2430
  * @param {Object} opts Optional parameters
2229
2431
  * @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.
@@ -2233,6 +2435,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2233
2435
  * @param {String} opts.zuora_entity_ids An entity ID. If you have [Zuora Multi-entity](https://knowledgecenter.zuora.com/BB_Introducing_Z_Business/Multi-entity) enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you do not need to set this header.
2234
2436
  * @param {String} opts.authorization The value is in the `Bearer {token}` format where {token} is a valid OAuth token generated by calling [Create an OAuth token](https://www.zuora.com/developer/api-references/api/operation/createToken).
2235
2437
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2438
+ * @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.
2236
2439
  * @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.
2237
2440
  * @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.
2238
2441
  * @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.
@@ -2249,13 +2452,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2249
2452
  * @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.
2250
2453
  * @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).
2251
2454
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2455
+ * @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.
2252
2456
  * @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.
2253
2457
  * @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.
2254
2458
  * @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.
2255
2459
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2256
2460
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2257
2461
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryRatePlanChargesResponse} and HTTP response
2258
- */},{key:"queryRatePlanChargesWithHttpInfo",value:function queryRatePlanChargesWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryRatePlanChargesResponse["default"];return this.apiClient.callApi('/object-query/rate-plan-charges','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2462
+ */},{key:"queryRatePlanChargesWithHttpInfo",value:function queryRatePlanChargesWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryRatePlanChargesResponse["default"];return this.apiClient.callApi('/object-query/rate-plan-charges','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2259
2463
  * Query RatePlanCharges with filters, expands, sort capabilities. Supported expands: rateplan,productrateplancharge,rateplanchargetiers.
2260
2464
  * @param {Object} opts Optional parameters
2261
2465
  * @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.
@@ -2265,6 +2469,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2265
2469
  * @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.
2266
2470
  * @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).
2267
2471
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2472
+ * @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.
2268
2473
  * @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.
2269
2474
  * @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.
2270
2475
  * @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.
@@ -2281,13 +2486,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2281
2486
  * @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.
2282
2487
  * @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).
2283
2488
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2489
+ * @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.
2284
2490
  * @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.
2285
2491
  * @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.
2286
2492
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
2287
2493
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2288
2494
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2289
2495
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryRatePlansResponse} and HTTP response
2290
- */},{key:"queryRatePlansWithHttpInfo",value:function queryRatePlansWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryRatePlansResponse["default"];return this.apiClient.callApi('/object-query/rate-plans','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2496
+ */},{key:"queryRatePlansWithHttpInfo",value:function queryRatePlansWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryRatePlansResponse["default"];return this.apiClient.callApi('/object-query/rate-plans','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2291
2497
  * Query RatePlans with filters, expands, sort capabilities. Supported expands: subscription,productrateplan,rateplancharges,rateplancharges.rateplanchargetiers.
2292
2498
  * @param {Object} opts Optional parameters
2293
2499
  * @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.
@@ -2297,6 +2503,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2297
2503
  * @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.
2298
2504
  * @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).
2299
2505
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2506
+ * @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.
2300
2507
  * @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.
2301
2508
  * @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.
2302
2509
  * @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.
@@ -2304,6 +2511,77 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2304
2511
  * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
2305
2512
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/QueryRatePlansResponse}
2306
2513
  */},{key:"queryRatePlans",value:function queryRatePlans(opts){return this.queryRatePlansWithHttpInfo(opts).then(function(response_and_data){return response_and_data.data;});}/**
2514
+ * Query RatingDetail by key with filters, expands, sort capabilities. Supported expands: N/A.
2515
+ * @param {String} key Object ID or Number.
2516
+ * @param {Object} opts Optional parameters
2517
+ * @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.
2518
+ * @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.
2519
+ * @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.
2520
+ * @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 (`'`).
2521
+ * @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.
2522
+ * @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).
2523
+ * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2524
+ * @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.
2525
+ * @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.
2526
+ * @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.
2527
+ * @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.
2528
+ * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2529
+ * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2530
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedRatingDetail} and HTTP response
2531
+ */},{key:"queryRatingDetailByKeyWithHttpInfo",value:function queryRatingDetailByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
2532
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryRatingDetailByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedRatingDetail["default"];return this.apiClient.callApi('/object-query/rating-details/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2533
+ * Query RatingDetail by key with filters, expands, sort capabilities. Supported expands: N/A.
2534
+ * @param {String} key Object ID or Number.
2535
+ * @param {Object} opts Optional parameters
2536
+ * @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.
2537
+ * @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.
2538
+ * @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.
2539
+ * @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 (`'`).
2540
+ * @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.
2541
+ * @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).
2542
+ * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2543
+ * @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.
2544
+ * @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.
2545
+ * @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.
2546
+ * @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.
2547
+ * @param {Array.<String>} opts.expand Allows you to expand responses by including related object information in a single call.
2548
+ * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
2549
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedRatingDetail}
2550
+ */},{key:"queryRatingDetailByKey",value:function queryRatingDetailByKey(key,opts){return this.queryRatingDetailByKeyWithHttpInfo(key,opts).then(function(response_and_data){return response_and_data.data;});}/**
2551
+ * Query RatingDetails with filters, expands, sort capabilities. Supported expands: N/A.
2552
+ * @param {Object} opts Optional parameters
2553
+ * @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.
2554
+ * @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.
2555
+ * @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.
2556
+ * @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 (`'`).
2557
+ * @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.
2558
+ * @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).
2559
+ * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2560
+ * @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.
2561
+ * @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.
2562
+ * @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.
2563
+ * @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.
2564
+ * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2565
+ * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2566
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryRatingDetailsResponse} and HTTP response
2567
+ */},{key:"queryRatingDetailsWithHttpInfo",value:function queryRatingDetailsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryRatingDetailsResponse["default"];return this.apiClient.callApi('/object-query/rating-details','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2568
+ * Query RatingDetails with filters, expands, sort capabilities. Supported expands: N/A.
2569
+ * @param {Object} opts Optional parameters
2570
+ * @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.
2571
+ * @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.
2572
+ * @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.
2573
+ * @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 (`'`).
2574
+ * @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.
2575
+ * @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).
2576
+ * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2577
+ * @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.
2578
+ * @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.
2579
+ * @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.
2580
+ * @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.
2581
+ * @param {Array.<String>} opts.expand Allows you to expand responses by including related object information in a single call.
2582
+ * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
2583
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/QueryRatingDetailsResponse}
2584
+ */},{key:"queryRatingDetails",value:function queryRatingDetails(opts){return this.queryRatingDetailsWithHttpInfo(opts).then(function(response_and_data){return response_and_data.data;});}/**
2307
2585
  * Query RatingResult by key with filters, expands, sort capabilities. Supported expands: account,rateplancharge,subscription,invoiceitem.
2308
2586
  * @param {String} key Object ID or Number.
2309
2587
  * @param {Object} opts Optional parameters
@@ -2314,6 +2592,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2314
2592
  * @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.
2315
2593
  * @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).
2316
2594
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2595
+ * @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.
2317
2596
  * @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.
2318
2597
  * @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.
2319
2598
  * @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.
@@ -2321,7 +2600,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2321
2600
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2322
2601
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedRatingResult} and HTTP response
2323
2602
  */},{key:"queryRatingResultByKeyWithHttpInfo",value:function queryRatingResultByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
2324
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryRatingResultByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedRatingResult["default"];return this.apiClient.callApi('/object-query/rating-results/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2603
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryRatingResultByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedRatingResult["default"];return this.apiClient.callApi('/object-query/rating-results/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2325
2604
  * Query RatingResult by key with filters, expands, sort capabilities. Supported expands: account,rateplancharge,subscription,invoiceitem.
2326
2605
  * @param {String} key Object ID or Number.
2327
2606
  * @param {Object} opts Optional parameters
@@ -2332,6 +2611,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2332
2611
  * @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.
2333
2612
  * @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).
2334
2613
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2614
+ * @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.
2335
2615
  * @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.
2336
2616
  * @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.
2337
2617
  * @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.
@@ -2348,13 +2628,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2348
2628
  * @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.
2349
2629
  * @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).
2350
2630
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2631
+ * @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.
2351
2632
  * @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.
2352
2633
  * @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.
2353
2634
  * @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.
2354
2635
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2355
2636
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2356
2637
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryRatingResultsResponse} and HTTP response
2357
- */},{key:"queryRatingResultsWithHttpInfo",value:function queryRatingResultsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryRatingResultsResponse["default"];return this.apiClient.callApi('/object-query/rating-results','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2638
+ */},{key:"queryRatingResultsWithHttpInfo",value:function queryRatingResultsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryRatingResultsResponse["default"];return this.apiClient.callApi('/object-query/rating-results','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2358
2639
  * Query RatingResults with filters, expands, sort capabilities. Supported expands: account,rateplancharge,subscription,invoiceitem.
2359
2640
  * @param {Object} opts Optional parameters
2360
2641
  * @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.
@@ -2364,6 +2645,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2364
2645
  * @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.
2365
2646
  * @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).
2366
2647
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2648
+ * @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.
2367
2649
  * @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.
2368
2650
  * @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.
2369
2651
  * @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.
@@ -2381,6 +2663,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2381
2663
  * @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.
2382
2664
  * @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).
2383
2665
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2666
+ * @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.
2384
2667
  * @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.
2385
2668
  * @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.
2386
2669
  * @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.
@@ -2388,7 +2671,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2388
2671
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2389
2672
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedRefundApplication} and HTTP response
2390
2673
  */},{key:"queryRefundApplicationByKeyWithHttpInfo",value:function queryRefundApplicationByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
2391
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryRefundApplicationByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedRefundApplication["default"];return this.apiClient.callApi('/object-query/refund-applications/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2674
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryRefundApplicationByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedRefundApplication["default"];return this.apiClient.callApi('/object-query/refund-applications/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2392
2675
  * Query RefundApplication by key with filters, expands, sort capabilities. Supported expands: refund,payment,refundapplicationitems.
2393
2676
  * @param {String} key Object ID or Number.
2394
2677
  * @param {Object} opts Optional parameters
@@ -2399,6 +2682,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2399
2682
  * @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.
2400
2683
  * @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).
2401
2684
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2685
+ * @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.
2402
2686
  * @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.
2403
2687
  * @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.
2404
2688
  * @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.
@@ -2416,6 +2700,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2416
2700
  * @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.
2417
2701
  * @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).
2418
2702
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2703
+ * @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.
2419
2704
  * @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.
2420
2705
  * @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.
2421
2706
  * @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.
@@ -2423,7 +2708,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2423
2708
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2424
2709
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedRefundApplicationItem} and HTTP response
2425
2710
  */},{key:"queryRefundApplicationItemByKeyWithHttpInfo",value:function queryRefundApplicationItemByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
2426
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryRefundApplicationItemByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedRefundApplicationItem["default"];return this.apiClient.callApi('/object-query/refund-application-items/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2711
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryRefundApplicationItemByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedRefundApplicationItem["default"];return this.apiClient.callApi('/object-query/refund-application-items/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2427
2712
  * Query RefundApplicationItem by key with filters, expands, sort capabilities. Supported expands: refundapplication.
2428
2713
  * @param {String} key Object ID or Number.
2429
2714
  * @param {Object} opts Optional parameters
@@ -2434,6 +2719,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2434
2719
  * @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.
2435
2720
  * @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).
2436
2721
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2722
+ * @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.
2437
2723
  * @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.
2438
2724
  * @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.
2439
2725
  * @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.
@@ -2450,13 +2736,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2450
2736
  * @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.
2451
2737
  * @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).
2452
2738
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2739
+ * @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.
2453
2740
  * @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.
2454
2741
  * @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.
2455
2742
  * @param {Array.<String>} [sort] A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. `accountnumber.ASC`) or descending (e.g. `accountnumber.DESC`). You cannot sort on properties in arrays. If the array-type properties are specified for the `sort[]` parameter, they are ignored.
2456
2743
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2457
2744
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2458
2745
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryRefundApplicationItemsResponse} and HTTP response
2459
- */},{key:"queryRefundApplicationItemsWithHttpInfo",value:function queryRefundApplicationItemsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryRefundApplicationItemsResponse["default"];return this.apiClient.callApi('/object-query/refund-application-items','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2746
+ */},{key:"queryRefundApplicationItemsWithHttpInfo",value:function queryRefundApplicationItemsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryRefundApplicationItemsResponse["default"];return this.apiClient.callApi('/object-query/refund-application-items','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2460
2747
  * Query RefundApplicationItems with filters, expands, sort capabilities. Supported expands: refundapplication.
2461
2748
  * @param {Object} opts Optional parameters
2462
2749
  * @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.
@@ -2466,6 +2753,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2466
2753
  * @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.
2467
2754
  * @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).
2468
2755
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2756
+ * @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.
2469
2757
  * @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.
2470
2758
  * @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.
2471
2759
  * @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.
@@ -2482,13 +2770,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2482
2770
  * @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.
2483
2771
  * @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).
2484
2772
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2773
+ * @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.
2485
2774
  * @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.
2486
2775
  * @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.
2487
2776
  * @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.
2488
2777
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2489
2778
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2490
2779
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryRefundApplicationsResponse} and HTTP response
2491
- */},{key:"queryRefundApplicationsWithHttpInfo",value:function queryRefundApplicationsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryRefundApplicationsResponse["default"];return this.apiClient.callApi('/object-query/refund-applications','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2780
+ */},{key:"queryRefundApplicationsWithHttpInfo",value:function queryRefundApplicationsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryRefundApplicationsResponse["default"];return this.apiClient.callApi('/object-query/refund-applications','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2492
2781
  * Query RefundApplications with filters, expands, sort capabilities. Supported expands: refund,payment,refundapplicationitems.
2493
2782
  * @param {Object} opts Optional parameters
2494
2783
  * @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.
@@ -2498,6 +2787,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2498
2787
  * @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.
2499
2788
  * @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).
2500
2789
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2790
+ * @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.
2501
2791
  * @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.
2502
2792
  * @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.
2503
2793
  * @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.
@@ -2515,6 +2805,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2515
2805
  * @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.
2516
2806
  * @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).
2517
2807
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2808
+ * @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.
2518
2809
  * @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.
2519
2810
  * @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.
2520
2811
  * @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.
@@ -2522,7 +2813,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2522
2813
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2523
2814
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedRefund} and HTTP response
2524
2815
  */},{key:"queryRefundByKeyWithHttpInfo",value:function queryRefundByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
2525
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryRefundByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedRefund["default"];return this.apiClient.callApi('/object-query/refunds/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2816
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryRefundByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedRefund["default"];return this.apiClient.callApi('/object-query/refunds/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2526
2817
  * Query Refund by key with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,refundapplications,refundapplications.payment,refundapplications.refundapplicationitems.
2527
2818
  * @param {String} key Object ID or Number.
2528
2819
  * @param {Object} opts Optional parameters
@@ -2533,6 +2824,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2533
2824
  * @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.
2534
2825
  * @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).
2535
2826
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2827
+ * @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.
2536
2828
  * @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.
2537
2829
  * @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.
2538
2830
  * @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.
@@ -2549,13 +2841,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2549
2841
  * @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.
2550
2842
  * @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).
2551
2843
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2844
+ * @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.
2552
2845
  * @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.
2553
2846
  * @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.
2554
2847
  * @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.
2555
2848
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2556
2849
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2557
2850
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryRefundsResponse} and HTTP response
2558
- */},{key:"queryRefundsWithHttpInfo",value:function queryRefundsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryRefundsResponse["default"];return this.apiClient.callApi('/object-query/refunds','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2851
+ */},{key:"queryRefundsWithHttpInfo",value:function queryRefundsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryRefundsResponse["default"];return this.apiClient.callApi('/object-query/refunds','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2559
2852
  * Query Refunds with filters, expands, sort capabilities. Supported expands: account,account.billto,account.soldto,paymentmethod,refundapplications,refundapplications.payment,refundapplications.refundapplicationitems.
2560
2853
  * @param {Object} opts Optional parameters
2561
2854
  * @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.
@@ -2565,6 +2858,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2565
2858
  * @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.
2566
2859
  * @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).
2567
2860
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2861
+ * @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.
2568
2862
  * @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.
2569
2863
  * @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.
2570
2864
  * @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.
@@ -2572,7 +2866,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2572
2866
  * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
2573
2867
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/QueryRefundsResponse}
2574
2868
  */},{key:"queryRefunds",value:function queryRefunds(opts){return this.queryRefundsWithHttpInfo(opts).then(function(response_and_data){return response_and_data.data;});}/**
2575
- * 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.
2869
+ * 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.
2576
2870
  * @param {String} key Object ID or Number.
2577
2871
  * @param {Object} opts Optional parameters
2578
2872
  * @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.
@@ -2582,6 +2876,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2582
2876
  * @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.
2583
2877
  * @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).
2584
2878
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2879
+ * @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.
2585
2880
  * @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.
2586
2881
  * @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.
2587
2882
  * @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.
@@ -2589,8 +2884,8 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2589
2884
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2590
2885
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedSubscription} and HTTP response
2591
2886
  */},{key:"querySubscriptionByKeyWithHttpInfo",value:function querySubscriptionByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
2592
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling querySubscriptionByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedSubscription["default"];return this.apiClient.callApi('/object-query/subscriptions/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2593
- * 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.
2887
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling querySubscriptionByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedSubscription["default"];return this.apiClient.callApi('/object-query/subscriptions/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2888
+ * 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.
2594
2889
  * @param {String} key Object ID or Number.
2595
2890
  * @param {Object} opts Optional parameters
2596
2891
  * @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.
@@ -2600,6 +2895,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2600
2895
  * @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.
2601
2896
  * @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).
2602
2897
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2898
+ * @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.
2603
2899
  * @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.
2604
2900
  * @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.
2605
2901
  * @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.
@@ -2607,7 +2903,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2607
2903
  * @param {Array.<String>} opts.filter A case-sensitive filter on the list.
2608
2904
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ExpandedSubscription}
2609
2905
  */},{key:"querySubscriptionByKey",value:function querySubscriptionByKey(key,opts){return this.querySubscriptionByKeyWithHttpInfo(key,opts).then(function(response_and_data){return response_and_data.data;});}/**
2610
- * 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.
2906
+ * 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.
2611
2907
  * @param {Object} opts Optional parameters
2612
2908
  * @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.
2613
2909
  * @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.
@@ -2616,14 +2912,15 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2616
2912
  * @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.
2617
2913
  * @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).
2618
2914
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2915
+ * @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.
2619
2916
  * @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.
2620
2917
  * @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.
2621
2918
  * @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.
2622
2919
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2623
2920
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2624
2921
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QuerySubscriptionsResponse} and HTTP response
2625
- */},{key:"querySubscriptionsWithHttpInfo",value:function querySubscriptionsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QuerySubscriptionsResponse["default"];return this.apiClient.callApi('/object-query/subscriptions','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2626
- * 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.
2922
+ */},{key:"querySubscriptionsWithHttpInfo",value:function querySubscriptionsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QuerySubscriptionsResponse["default"];return this.apiClient.callApi('/object-query/subscriptions','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2923
+ * 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.
2627
2924
  * @param {Object} opts Optional parameters
2628
2925
  * @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.
2629
2926
  * @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.
@@ -2632,6 +2929,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2632
2929
  * @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.
2633
2930
  * @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).
2634
2931
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2932
+ * @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.
2635
2933
  * @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.
2636
2934
  * @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.
2637
2935
  * @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.
@@ -2649,6 +2947,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2649
2947
  * @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.
2650
2948
  * @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).
2651
2949
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2950
+ * @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.
2652
2951
  * @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.
2653
2952
  * @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.
2654
2953
  * @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.
@@ -2656,7 +2955,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2656
2955
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2657
2956
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedSummaryStatement} and HTTP response
2658
2957
  */},{key:"querySummaryStatementByKeyWithHttpInfo",value:function querySummaryStatementByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
2659
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling querySummaryStatementByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedSummaryStatement["default"];return this.apiClient.callApi('/object-query/summarystatements/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2958
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling querySummaryStatementByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedSummaryStatement["default"];return this.apiClient.callApi('/object-query/summarystatements/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2660
2959
  * Query SummaryStatement by key with filters, expands, sort capabilities. Supported expands: N/A.
2661
2960
  * @param {String} key Object ID or Number.
2662
2961
  * @param {Object} opts Optional parameters
@@ -2667,6 +2966,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2667
2966
  * @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.
2668
2967
  * @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).
2669
2968
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
2969
+ * @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.
2670
2970
  * @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.
2671
2971
  * @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.
2672
2972
  * @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.
@@ -2684,6 +2984,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2684
2984
  * @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.
2685
2985
  * @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).
2686
2986
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
2987
+ * @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.
2687
2988
  * @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.
2688
2989
  * @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.
2689
2990
  * @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.
@@ -2691,7 +2992,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2691
2992
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2692
2993
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedSummaryStatementRun} and HTTP response
2693
2994
  */},{key:"querySummaryStatementRunByKeyWithHttpInfo",value:function querySummaryStatementRunByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
2694
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling querySummaryStatementRunByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedSummaryStatementRun["default"];return this.apiClient.callApi('/object-query/summarystatementruns/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2995
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling querySummaryStatementRunByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedSummaryStatementRun["default"];return this.apiClient.callApi('/object-query/summarystatementruns/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2695
2996
  * Query SummaryStatementRun by key with filters, expands, sort capabilities. Supported expands: N/A.
2696
2997
  * @param {String} key Object ID or Number.
2697
2998
  * @param {Object} opts Optional parameters
@@ -2702,6 +3003,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2702
3003
  * @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.
2703
3004
  * @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).
2704
3005
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3006
+ * @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.
2705
3007
  * @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.
2706
3008
  * @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.
2707
3009
  * @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.
@@ -2718,13 +3020,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2718
3020
  * @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.
2719
3021
  * @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).
2720
3022
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3023
+ * @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.
2721
3024
  * @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.
2722
3025
  * @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.
2723
3026
  * @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.
2724
3027
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2725
3028
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2726
3029
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QuerySummaryStatementRunsResponse} and HTTP response
2727
- */},{key:"querySummaryStatementRunsWithHttpInfo",value:function querySummaryStatementRunsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QuerySummaryStatementRunsResponse["default"];return this.apiClient.callApi('/object-query/summarystatementruns','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
3030
+ */},{key:"querySummaryStatementRunsWithHttpInfo",value:function querySummaryStatementRunsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QuerySummaryStatementRunsResponse["default"];return this.apiClient.callApi('/object-query/summarystatementruns','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2728
3031
  * Query SummaryStatementRuns with filters, expands, sort capabilities. Supported expands: N/A.
2729
3032
  * @param {Object} opts Optional parameters
2730
3033
  * @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.
@@ -2734,6 +3037,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2734
3037
  * @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.
2735
3038
  * @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).
2736
3039
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3040
+ * @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.
2737
3041
  * @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.
2738
3042
  * @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.
2739
3043
  * @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.
@@ -2750,13 +3054,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2750
3054
  * @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.
2751
3055
  * @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).
2752
3056
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3057
+ * @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.
2753
3058
  * @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.
2754
3059
  * @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.
2755
3060
  * @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.
2756
3061
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2757
3062
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2758
3063
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QuerySummaryStatementsResponse} and HTTP response
2759
- */},{key:"querySummaryStatementsWithHttpInfo",value:function querySummaryStatementsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QuerySummaryStatementsResponse["default"];return this.apiClient.callApi('/object-query/summarystatements','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
3064
+ */},{key:"querySummaryStatementsWithHttpInfo",value:function querySummaryStatementsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QuerySummaryStatementsResponse["default"];return this.apiClient.callApi('/object-query/summarystatements','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2760
3065
  * Query SummaryStatements with filters, expands, sort capabilities. Supported expands: N/A.
2761
3066
  * @param {Object} opts Optional parameters
2762
3067
  * @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.
@@ -2766,6 +3071,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2766
3071
  * @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.
2767
3072
  * @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).
2768
3073
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3074
+ * @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.
2769
3075
  * @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.
2770
3076
  * @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.
2771
3077
  * @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.
@@ -2783,6 +3089,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2783
3089
  * @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.
2784
3090
  * @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).
2785
3091
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3092
+ * @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.
2786
3093
  * @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.
2787
3094
  * @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.
2788
3095
  * @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.
@@ -2790,7 +3097,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2790
3097
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2791
3098
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedTaxationItem} and HTTP response
2792
3099
  */},{key:"queryTaxationItemByKeyWithHttpInfo",value:function queryTaxationItemByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
2793
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryTaxationItemByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedTaxationItem["default"];return this.apiClient.callApi('/object-query/taxation-items/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
3100
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryTaxationItemByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedTaxationItem["default"];return this.apiClient.callApi('/object-query/taxation-items/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2794
3101
  * Query TaxationItem by key with filters, expands, sort capabilities. Supported expands: N/A.
2795
3102
  * @param {String} key Object ID or Number.
2796
3103
  * @param {Object} opts Optional parameters
@@ -2801,6 +3108,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2801
3108
  * @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.
2802
3109
  * @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).
2803
3110
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3111
+ * @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.
2804
3112
  * @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.
2805
3113
  * @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.
2806
3114
  * @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.
@@ -2817,13 +3125,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2817
3125
  * @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.
2818
3126
  * @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).
2819
3127
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3128
+ * @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.
2820
3129
  * @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.
2821
3130
  * @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.
2822
3131
  * @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.
2823
3132
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2824
3133
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2825
3134
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryTaxationItemsResponse} and HTTP response
2826
- */},{key:"queryTaxationItemsWithHttpInfo",value:function queryTaxationItemsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryTaxationItemsResponse["default"];return this.apiClient.callApi('/object-query/taxation-items','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
3135
+ */},{key:"queryTaxationItemsWithHttpInfo",value:function queryTaxationItemsWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryTaxationItemsResponse["default"];return this.apiClient.callApi('/object-query/taxation-items','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2827
3136
  * Query TaxationItems with filters, expands, sort capabilities. Supported expands: N/A.
2828
3137
  * @param {Object} opts Optional parameters
2829
3138
  * @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.
@@ -2833,6 +3142,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2833
3142
  * @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.
2834
3143
  * @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).
2835
3144
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3145
+ * @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.
2836
3146
  * @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.
2837
3147
  * @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.
2838
3148
  * @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.
@@ -2850,6 +3160,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2850
3160
  * @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.
2851
3161
  * @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).
2852
3162
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3163
+ * @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.
2853
3164
  * @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.
2854
3165
  * @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.
2855
3166
  * @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.
@@ -2857,7 +3168,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2857
3168
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2858
3169
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedUsage} and HTTP response
2859
3170
  */},{key:"queryUsageByKeyWithHttpInfo",value:function queryUsageByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
2860
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryUsageByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedUsage["default"];return this.apiClient.callApi('/object-query/usages/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
3171
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryUsageByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedUsage["default"];return this.apiClient.callApi('/object-query/usages/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2861
3172
  * Query Usage by key with filters, expands, sort capabilities. Supported expands: account.
2862
3173
  * @param {String} key Object ID or Number.
2863
3174
  * @param {Object} opts Optional parameters
@@ -2868,6 +3179,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2868
3179
  * @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.
2869
3180
  * @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).
2870
3181
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3182
+ * @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.
2871
3183
  * @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.
2872
3184
  * @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.
2873
3185
  * @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.
@@ -2884,13 +3196,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2884
3196
  * @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.
2885
3197
  * @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).
2886
3198
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3199
+ * @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.
2887
3200
  * @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.
2888
3201
  * @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.
2889
3202
  * @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.
2890
3203
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2891
3204
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2892
3205
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryUsagesResponse} and HTTP response
2893
- */},{key:"queryUsagesWithHttpInfo",value:function queryUsagesWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryUsagesResponse["default"];return this.apiClient.callApi('/object-query/usages','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
3206
+ */},{key:"queryUsagesWithHttpInfo",value:function queryUsagesWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryUsagesResponse["default"];return this.apiClient.callApi('/object-query/usages','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2894
3207
  * Query Usages with filters, expands, sort capabilities. Supported expands: account.
2895
3208
  * @param {Object} opts Optional parameters
2896
3209
  * @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.
@@ -2900,6 +3213,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2900
3213
  * @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.
2901
3214
  * @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).
2902
3215
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3216
+ * @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.
2903
3217
  * @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.
2904
3218
  * @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.
2905
3219
  * @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.
@@ -2917,6 +3231,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2917
3231
  * @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.
2918
3232
  * @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).
2919
3233
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3234
+ * @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.
2920
3235
  * @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.
2921
3236
  * @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.
2922
3237
  * @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.
@@ -2924,7 +3239,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2924
3239
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2925
3240
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ExpandedValidityPeriodSummary} and HTTP response
2926
3241
  */},{key:"queryValidityPeriodSummaryByKeyWithHttpInfo",value:function queryValidityPeriodSummaryByKeyWithHttpInfo(key,opts){opts=opts||{};var postBody=null;// verify the required parameter 'key' is set
2927
- if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryValidityPeriodSummaryByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedValidityPeriodSummary["default"];return this.apiClient.callApi('/object-query/validity-period-summaries/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
3242
+ if(key===undefined||key===null){throw new Error("Missing the required parameter 'key' when calling queryValidityPeriodSummaryByKey");}var pathParams={'key':key};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_ExpandedValidityPeriodSummary["default"];return this.apiClient.callApi('/object-query/validity-period-summaries/{key}','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2928
3243
  * Query ValidityPeriodSummary by key with filters, expands, sort capabilities. Supported expands: account,prepaidbalance.
2929
3244
  * @param {String} key Object ID or Number.
2930
3245
  * @param {Object} opts Optional parameters
@@ -2935,6 +3250,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2935
3250
  * @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.
2936
3251
  * @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).
2937
3252
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3253
+ * @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.
2938
3254
  * @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.
2939
3255
  * @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.
2940
3256
  * @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.
@@ -2951,13 +3267,14 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2951
3267
  * @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.
2952
3268
  * @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).
2953
3269
  * @param {String} [zuora_version = '2024-05-20')] The minor version of the Zuora REST API.
3270
+ * @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.
2954
3271
  * @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.
2955
3272
  * @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.
2956
3273
  * @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.
2957
3274
  * @param {Array.<String>} [expand] Allows you to expand responses by including related object information in a single call.
2958
3275
  * @param {Array.<String>} [filter] A case-sensitive filter on the list.
2959
3276
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/QueryValidityPeriodSummarysResponse} and HTTP response
2960
- */},{key:"queryValidityPeriodSummarysWithHttpInfo",value:function queryValidityPeriodSummarysWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryValidityPeriodSummarysResponse["default"];return this.apiClient.callApi('/object-query/validity-period-summaries','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
3277
+ */},{key:"queryValidityPeriodSummarysWithHttpInfo",value:function queryValidityPeriodSummarysWithHttpInfo(opts){opts=opts||{};var postBody=null;var pathParams={};var queryParams={'pageSize':opts['page_size'],'cursor':opts['cursor'],'sort[]':this.apiClient.buildCollectionParam(opts['sort'],'multi'),'expand[]':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'filter[]':this.apiClient.buildCollectionParam(opts['filter'],'multi')};var headerParams={'Idempotency-Key':opts['idempotency_key'],'Accept-Encoding':opts['accept_encoding'],'Content-Encoding':opts['content_encoding'],'Zuora-Track-Id':opts['zuora_track_id'],'Zuora-Entity-Ids':opts['zuora_entity_ids'],'Authorization':opts['authorization'],'Zuora-Version':opts['zuora_version'],'Zuora-Org-Ids':opts['zuora_org_ids']};var formParams={};var authNames=['bearerAuth'];var contentTypes=[];var accepts=['application/json'];var returnType=_QueryValidityPeriodSummarysResponse["default"];return this.apiClient.callApi('/object-query/validity-period-summaries','GET',pathParams,queryParams,headerParams,formParams,postBody,authNames,contentTypes,accepts,returnType,null);}/**
2961
3278
  * Query ValidityPeriodSummarys with filters, expands, sort capabilities. Supported expands: account,prepaidbalance.
2962
3279
  * @param {Object} opts Optional parameters
2963
3280
  * @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.
@@ -2967,6 +3284,7 @@ if(key===undefined||key===null){throw new Error("Missing the required parameter
2967
3284
  * @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.
2968
3285
  * @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).
2969
3286
  * @param {String} opts.zuora_version The minor version of the Zuora REST API. (default to '2024-05-20')
3287
+ * @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.
2970
3288
  * @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.
2971
3289
  * @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.
2972
3290
  * @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.