@azure/arm-billing 2.2.0 → 4.0.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 (341) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +75 -73
  4. package/dist/index.js +10450 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/billingManagementClient.d.ts +37 -0
  9. package/dist-esm/src/billingManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/billingManagementClient.js +70 -0
  11. package/dist-esm/src/billingManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/dist-esm/src/index.js +12 -0
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +3244 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +272 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +86 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/dist-esm/src/models/mappers.js +3514 -0
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +45 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +374 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/address.d.ts +20 -0
  33. package/dist-esm/src/operations/address.d.ts.map +1 -0
  34. package/dist-esm/src/operations/address.js +50 -0
  35. package/dist-esm/src/operations/address.js.map +1 -0
  36. package/dist-esm/src/operations/agreements.d.ts +42 -0
  37. package/dist-esm/src/operations/agreements.d.ts.map +1 -0
  38. package/dist-esm/src/operations/agreements.js +156 -0
  39. package/dist-esm/src/operations/agreements.js.map +1 -0
  40. package/dist-esm/src/operations/availableBalances.d.ts +22 -0
  41. package/dist-esm/src/operations/availableBalances.d.ts.map +1 -0
  42. package/dist-esm/src/operations/availableBalances.js +54 -0
  43. package/dist-esm/src/operations/availableBalances.js.map +1 -0
  44. package/dist-esm/src/operations/billingAccounts.d.ts +79 -0
  45. package/dist-esm/src/operations/billingAccounts.d.ts.map +1 -0
  46. package/dist-esm/src/operations/billingAccounts.js +330 -0
  47. package/dist-esm/src/operations/billingAccounts.js.map +1 -0
  48. package/dist-esm/src/operations/billingPeriods.d.ts +44 -0
  49. package/dist-esm/src/operations/billingPeriods.d.ts.map +1 -0
  50. package/dist-esm/src/operations/billingPeriods.js +168 -0
  51. package/dist-esm/src/operations/billingPeriods.js.map +1 -0
  52. package/dist-esm/src/operations/billingPermissions.d.ts +110 -0
  53. package/dist-esm/src/operations/billingPermissions.d.ts.map +1 -0
  54. package/dist-esm/src/operations/billingPermissions.js +468 -0
  55. package/dist-esm/src/operations/billingPermissions.js.map +1 -0
  56. package/dist-esm/src/operations/billingProfiles.d.ts +64 -0
  57. package/dist-esm/src/operations/billingProfiles.d.ts.map +1 -0
  58. package/dist-esm/src/operations/billingProfiles.js +245 -0
  59. package/dist-esm/src/operations/billingProfiles.js.map +1 -0
  60. package/dist-esm/src/operations/billingPropertyOperations.d.ts +26 -0
  61. package/dist-esm/src/operations/billingPropertyOperations.d.ts.map +1 -0
  62. package/dist-esm/src/operations/billingPropertyOperations.js +74 -0
  63. package/dist-esm/src/operations/billingPropertyOperations.js.map +1 -0
  64. package/dist-esm/src/operations/billingRoleAssignments.d.ts +146 -0
  65. package/dist-esm/src/operations/billingRoleAssignments.d.ts.map +1 -0
  66. package/dist-esm/src/operations/billingRoleAssignments.js +578 -0
  67. package/dist-esm/src/operations/billingRoleAssignments.js.map +1 -0
  68. package/dist-esm/src/operations/billingRoleDefinitions.d.ts +119 -0
  69. package/dist-esm/src/operations/billingRoleDefinitions.d.ts.map +1 -0
  70. package/dist-esm/src/operations/billingRoleDefinitions.js +471 -0
  71. package/dist-esm/src/operations/billingRoleDefinitions.js.map +1 -0
  72. package/dist-esm/src/operations/billingSubscriptions.d.ts +160 -0
  73. package/dist-esm/src/operations/billingSubscriptions.d.ts.map +1 -0
  74. package/dist-esm/src/operations/billingSubscriptions.js +655 -0
  75. package/dist-esm/src/operations/billingSubscriptions.js.map +1 -0
  76. package/dist-esm/src/operations/customers.d.ts +71 -0
  77. package/dist-esm/src/operations/customers.d.ts.map +1 -0
  78. package/dist-esm/src/operations/customers.js +287 -0
  79. package/dist-esm/src/operations/customers.js.map +1 -0
  80. package/dist-esm/src/operations/enrollmentAccounts.d.ts +38 -0
  81. package/dist-esm/src/operations/enrollmentAccounts.d.ts.map +1 -0
  82. package/dist-esm/src/operations/enrollmentAccounts.js +144 -0
  83. package/dist-esm/src/operations/enrollmentAccounts.js.map +1 -0
  84. package/dist-esm/src/operations/index.d.ts +22 -0
  85. package/dist-esm/src/operations/index.d.ts.map +1 -0
  86. package/dist-esm/src/operations/index.js +29 -0
  87. package/dist-esm/src/operations/index.js.map +1 -0
  88. package/dist-esm/src/operations/instructions.d.ts +57 -0
  89. package/dist-esm/src/operations/instructions.d.ts.map +1 -0
  90. package/dist-esm/src/operations/instructions.js +208 -0
  91. package/dist-esm/src/operations/instructions.js.map +1 -0
  92. package/dist-esm/src/operations/invoiceSections.d.ts +70 -0
  93. package/dist-esm/src/operations/invoiceSections.d.ts.map +1 -0
  94. package/dist-esm/src/operations/invoiceSections.js +264 -0
  95. package/dist-esm/src/operations/invoiceSections.js.map +1 -0
  96. package/dist-esm/src/operations/invoices.d.ts +202 -0
  97. package/dist-esm/src/operations/invoices.d.ts.map +1 -0
  98. package/dist-esm/src/operations/invoices.js +817 -0
  99. package/dist-esm/src/operations/invoices.js.map +1 -0
  100. package/dist-esm/src/operations/operations.d.ts +32 -0
  101. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  102. package/dist-esm/src/operations/operations.js +120 -0
  103. package/dist-esm/src/operations/operations.js.map +1 -0
  104. package/dist-esm/src/operations/policies.d.ts +47 -0
  105. package/dist-esm/src/operations/policies.d.ts.map +1 -0
  106. package/dist-esm/src/operations/policies.js +149 -0
  107. package/dist-esm/src/operations/policies.js.map +1 -0
  108. package/dist-esm/src/operations/products.d.ts +160 -0
  109. package/dist-esm/src/operations/products.d.ts.map +1 -0
  110. package/dist-esm/src/operations/products.js +615 -0
  111. package/dist-esm/src/operations/products.js.map +1 -0
  112. package/dist-esm/src/operations/reservations.d.ts +63 -0
  113. package/dist-esm/src/operations/reservations.d.ts.map +1 -0
  114. package/dist-esm/src/operations/reservations.js +265 -0
  115. package/dist-esm/src/operations/reservations.js.map +1 -0
  116. package/dist-esm/src/operations/transactions.d.ts +40 -0
  117. package/dist-esm/src/operations/transactions.d.ts.map +1 -0
  118. package/dist-esm/src/operations/transactions.js +137 -0
  119. package/dist-esm/src/operations/transactions.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/address.d.ts +12 -0
  121. package/dist-esm/src/operationsInterfaces/address.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/address.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/address.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/agreements.d.ts +19 -0
  125. package/dist-esm/src/operationsInterfaces/agreements.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/agreements.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/agreements.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/availableBalances.d.ts +14 -0
  129. package/dist-esm/src/operationsInterfaces/availableBalances.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/availableBalances.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/availableBalances.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/billingAccounts.d.ts +41 -0
  133. package/dist-esm/src/operationsInterfaces/billingAccounts.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/billingAccounts.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/billingAccounts.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/billingPeriods.d.ts +21 -0
  137. package/dist-esm/src/operationsInterfaces/billingPeriods.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/billingPeriods.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/billingPeriods.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/billingPermissions.d.ts +34 -0
  141. package/dist-esm/src/operationsInterfaces/billingPermissions.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/billingPermissions.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/billingPermissions.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/billingProfiles.d.ts +40 -0
  145. package/dist-esm/src/operationsInterfaces/billingProfiles.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/billingProfiles.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/billingProfiles.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/billingPropertyOperations.d.ts +18 -0
  149. package/dist-esm/src/operationsInterfaces/billingPropertyOperations.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/billingPropertyOperations.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/billingPropertyOperations.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/billingRoleAssignments.d.ts +84 -0
  153. package/dist-esm/src/operationsInterfaces/billingRoleAssignments.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/billingRoleAssignments.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/billingRoleAssignments.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/billingRoleDefinitions.d.ts +57 -0
  157. package/dist-esm/src/operationsInterfaces/billingRoleDefinitions.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/billingRoleDefinitions.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/billingRoleDefinitions.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/billingSubscriptions.d.ts +80 -0
  161. package/dist-esm/src/operationsInterfaces/billingSubscriptions.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/billingSubscriptions.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/billingSubscriptions.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/customers.d.ts +29 -0
  165. package/dist-esm/src/operationsInterfaces/customers.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/customers.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/customers.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/enrollmentAccounts.d.ts +17 -0
  169. package/dist-esm/src/operationsInterfaces/enrollmentAccounts.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/enrollmentAccounts.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/enrollmentAccounts.js.map +1 -0
  172. package/dist-esm/src/operationsInterfaces/index.d.ts +22 -0
  173. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  174. package/dist-esm/src/operationsInterfaces/index.js +29 -0
  175. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  176. package/dist-esm/src/operationsInterfaces/instructions.d.ts +32 -0
  177. package/dist-esm/src/operationsInterfaces/instructions.d.ts.map +1 -0
  178. package/dist-esm/src/operationsInterfaces/instructions.js +9 -0
  179. package/dist-esm/src/operationsInterfaces/instructions.js.map +1 -0
  180. package/dist-esm/src/operationsInterfaces/invoiceSections.d.ts +44 -0
  181. package/dist-esm/src/operationsInterfaces/invoiceSections.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/invoiceSections.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/invoiceSections.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/invoices.d.ts +124 -0
  185. package/dist-esm/src/operationsInterfaces/invoices.d.ts.map +1 -0
  186. package/dist-esm/src/operationsInterfaces/invoices.js +9 -0
  187. package/dist-esm/src/operationsInterfaces/invoices.js.map +1 -0
  188. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  189. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  190. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  191. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  192. package/dist-esm/src/operationsInterfaces/policies.d.ts +39 -0
  193. package/dist-esm/src/operationsInterfaces/policies.d.ts.map +1 -0
  194. package/dist-esm/src/operationsInterfaces/policies.js +9 -0
  195. package/dist-esm/src/operationsInterfaces/policies.js.map +1 -0
  196. package/dist-esm/src/operationsInterfaces/products.d.ts +78 -0
  197. package/dist-esm/src/operationsInterfaces/products.d.ts.map +1 -0
  198. package/dist-esm/src/operationsInterfaces/products.js +9 -0
  199. package/dist-esm/src/operationsInterfaces/products.js.map +1 -0
  200. package/dist-esm/src/operationsInterfaces/reservations.d.ts +21 -0
  201. package/dist-esm/src/operationsInterfaces/reservations.d.ts.map +1 -0
  202. package/dist-esm/src/operationsInterfaces/reservations.js +9 -0
  203. package/dist-esm/src/operationsInterfaces/reservations.js.map +1 -0
  204. package/dist-esm/src/operationsInterfaces/transactions.d.ts +14 -0
  205. package/dist-esm/src/operationsInterfaces/transactions.d.ts.map +1 -0
  206. package/dist-esm/src/operationsInterfaces/transactions.js +9 -0
  207. package/dist-esm/src/operationsInterfaces/transactions.js.map +1 -0
  208. package/dist-esm/test/sampleTest.d.ts +2 -0
  209. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  210. package/dist-esm/test/sampleTest.js +40 -0
  211. package/dist-esm/test/sampleTest.js.map +1 -0
  212. package/package.json +70 -34
  213. package/review/arm-billing.api.md +2361 -0
  214. package/rollup.config.js +184 -27
  215. package/src/billingManagementClient.ts +157 -0
  216. package/src/index.ts +12 -0
  217. package/src/lroImpl.ts +34 -0
  218. package/src/models/index.ts +3657 -0
  219. package/src/models/mappers.ts +3839 -0
  220. package/src/models/parameters.ts +435 -0
  221. package/src/operations/address.ts +68 -0
  222. package/src/operations/agreements.ts +203 -0
  223. package/src/operations/availableBalances.ts +73 -0
  224. package/src/operations/billingAccounts.ts +433 -0
  225. package/src/operations/billingPeriods.ts +196 -0
  226. package/src/operations/billingPermissions.ts +643 -0
  227. package/src/operations/billingProfiles.ts +334 -0
  228. package/src/operations/billingPropertyOperations.ts +100 -0
  229. package/src/operations/billingRoleAssignments.ts +782 -0
  230. package/src/operations/billingRoleDefinitions.ts +639 -0
  231. package/src/operations/billingSubscriptions.ts +902 -0
  232. package/src/operations/customers.ts +377 -0
  233. package/src/operations/enrollmentAccounts.ts +170 -0
  234. package/src/operations/index.ts +29 -0
  235. package/src/operations/instructions.ts +285 -0
  236. package/src/operations/invoiceSections.ts +373 -0
  237. package/src/operations/invoices.ts +1176 -0
  238. package/src/operations/operations.ts +137 -0
  239. package/src/operations/policies.ts +205 -0
  240. package/src/operations/products.ts +838 -0
  241. package/src/operations/reservations.ts +344 -0
  242. package/src/operations/transactions.ts +189 -0
  243. package/src/operationsInterfaces/address.ts +27 -0
  244. package/src/operationsInterfaces/agreements.ts +40 -0
  245. package/src/operationsInterfaces/availableBalances.ts +29 -0
  246. package/src/operationsInterfaces/billingAccounts.ts +81 -0
  247. package/src/operationsInterfaces/billingPeriods.ts +40 -0
  248. package/src/operationsInterfaces/billingPermissions.ts +65 -0
  249. package/src/operationsInterfaces/billingProfiles.ts +78 -0
  250. package/src/operationsInterfaces/billingPropertyOperations.ts +37 -0
  251. package/src/operationsInterfaces/billingRoleAssignments.ts +152 -0
  252. package/src/operationsInterfaces/billingRoleDefinitions.ts +104 -0
  253. package/src/operationsInterfaces/billingSubscriptions.ts +144 -0
  254. package/src/operationsInterfaces/customers.ts +55 -0
  255. package/src/operationsInterfaces/enrollmentAccounts.ts +36 -0
  256. package/src/operationsInterfaces/index.ts +29 -0
  257. package/src/operationsInterfaces/instructions.ts +63 -0
  258. package/src/operationsInterfaces/invoiceSections.ts +86 -0
  259. package/src/operationsInterfaces/invoices.ts +233 -0
  260. package/src/operationsInterfaces/operations.ts +22 -0
  261. package/src/operationsInterfaces/policies.ts +76 -0
  262. package/src/operationsInterfaces/products.ts +137 -0
  263. package/src/operationsInterfaces/reservations.ts +41 -0
  264. package/src/operationsInterfaces/transactions.ts +30 -0
  265. package/tsconfig.json +4 -4
  266. package/types/arm-billing.d.ts +4451 -0
  267. package/types/tsdoc-metadata.json +11 -0
  268. package/dist/arm-billing.js +0 -1188
  269. package/dist/arm-billing.js.map +0 -1
  270. package/dist/arm-billing.min.js +0 -1
  271. package/dist/arm-billing.min.js.map +0 -1
  272. package/esm/billingManagementClient.d.ts +0 -21
  273. package/esm/billingManagementClient.d.ts.map +0 -1
  274. package/esm/billingManagementClient.js +0 -36
  275. package/esm/billingManagementClient.js.map +0 -1
  276. package/esm/billingManagementClientContext.d.ts +0 -16
  277. package/esm/billingManagementClientContext.d.ts.map +0 -1
  278. package/esm/billingManagementClientContext.js +0 -56
  279. package/esm/billingManagementClientContext.js.map +0 -1
  280. package/esm/models/billingPeriodsMappers.d.ts +0 -2
  281. package/esm/models/billingPeriodsMappers.d.ts.map +0 -1
  282. package/esm/models/billingPeriodsMappers.js +0 -11
  283. package/esm/models/billingPeriodsMappers.js.map +0 -1
  284. package/esm/models/enrollmentAccountsMappers.d.ts +0 -2
  285. package/esm/models/enrollmentAccountsMappers.d.ts.map +0 -1
  286. package/esm/models/enrollmentAccountsMappers.js +0 -11
  287. package/esm/models/enrollmentAccountsMappers.js.map +0 -1
  288. package/esm/models/index.d.ts +0 -573
  289. package/esm/models/index.d.ts.map +0 -1
  290. package/esm/models/index.js +0 -10
  291. package/esm/models/index.js.map +0 -1
  292. package/esm/models/invoicesMappers.d.ts +0 -2
  293. package/esm/models/invoicesMappers.d.ts.map +0 -1
  294. package/esm/models/invoicesMappers.js +0 -11
  295. package/esm/models/invoicesMappers.js.map +0 -1
  296. package/esm/models/mappers.d.ts +0 -17
  297. package/esm/models/mappers.d.ts.map +0 -1
  298. package/esm/models/mappers.js +0 -364
  299. package/esm/models/mappers.js.map +0 -1
  300. package/esm/models/operationsMappers.d.ts +0 -2
  301. package/esm/models/operationsMappers.d.ts.map +0 -1
  302. package/esm/models/operationsMappers.js +0 -11
  303. package/esm/models/operationsMappers.js.map +0 -1
  304. package/esm/models/parameters.d.ts +0 -13
  305. package/esm/models/parameters.d.ts.map +0 -1
  306. package/esm/models/parameters.js +0 -133
  307. package/esm/models/parameters.js.map +0 -1
  308. package/esm/operations/billingPeriods.d.ts +0 -70
  309. package/esm/operations/billingPeriods.d.ts.map +0 -1
  310. package/esm/operations/billingPeriods.js +0 -112
  311. package/esm/operations/billingPeriods.js.map +0 -1
  312. package/esm/operations/enrollmentAccounts.d.ts +0 -64
  313. package/esm/operations/enrollmentAccounts.d.ts.map +0 -1
  314. package/esm/operations/enrollmentAccounts.js +0 -105
  315. package/esm/operations/enrollmentAccounts.js.map +0 -1
  316. package/esm/operations/index.d.ts +0 -5
  317. package/esm/operations/index.d.ts.map +0 -1
  318. package/esm/operations/index.js +0 -14
  319. package/esm/operations/index.js.map +0 -1
  320. package/esm/operations/invoices.d.ts +0 -93
  321. package/esm/operations/invoices.d.ts.map +0 -1
  322. package/esm/operations/invoices.js +0 -140
  323. package/esm/operations/invoices.js.map +0 -1
  324. package/esm/operations/operations.d.ts +0 -46
  325. package/esm/operations/operations.d.ts.map +0 -1
  326. package/esm/operations/operations.js +0 -77
  327. package/esm/operations/operations.js.map +0 -1
  328. package/lib/billingManagementClient.ts +0 -48
  329. package/lib/billingManagementClientContext.ts +0 -62
  330. package/lib/models/billingPeriodsMappers.ts +0 -22
  331. package/lib/models/enrollmentAccountsMappers.ts +0 -22
  332. package/lib/models/index.ts +0 -613
  333. package/lib/models/invoicesMappers.ts +0 -22
  334. package/lib/models/mappers.ts +0 -392
  335. package/lib/models/operationsMappers.ts +0 -18
  336. package/lib/models/parameters.ts +0 -135
  337. package/lib/operations/billingPeriods.ts +0 -187
  338. package/lib/operations/enrollmentAccounts.ts +0 -174
  339. package/lib/operations/index.ts +0 -14
  340. package/lib/operations/invoices.ts +0 -243
  341. package/lib/operations/operations.ts +0 -123
@@ -0,0 +1,3514 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export const BillingAccountListResult = {
9
+ type: {
10
+ name: "Composite",
11
+ className: "BillingAccountListResult",
12
+ modelProperties: {
13
+ value: {
14
+ serializedName: "value",
15
+ readOnly: true,
16
+ type: {
17
+ name: "Sequence",
18
+ element: {
19
+ type: {
20
+ name: "Composite",
21
+ className: "BillingAccount"
22
+ }
23
+ }
24
+ }
25
+ },
26
+ nextLink: {
27
+ serializedName: "nextLink",
28
+ readOnly: true,
29
+ type: {
30
+ name: "String"
31
+ }
32
+ }
33
+ }
34
+ }
35
+ };
36
+ export const AddressDetails = {
37
+ type: {
38
+ name: "Composite",
39
+ className: "AddressDetails",
40
+ modelProperties: {
41
+ firstName: {
42
+ serializedName: "firstName",
43
+ type: {
44
+ name: "String"
45
+ }
46
+ },
47
+ middleName: {
48
+ serializedName: "middleName",
49
+ type: {
50
+ name: "String"
51
+ }
52
+ },
53
+ lastName: {
54
+ serializedName: "lastName",
55
+ type: {
56
+ name: "String"
57
+ }
58
+ },
59
+ companyName: {
60
+ serializedName: "companyName",
61
+ type: {
62
+ name: "String"
63
+ }
64
+ },
65
+ addressLine1: {
66
+ serializedName: "addressLine1",
67
+ required: true,
68
+ type: {
69
+ name: "String"
70
+ }
71
+ },
72
+ addressLine2: {
73
+ serializedName: "addressLine2",
74
+ type: {
75
+ name: "String"
76
+ }
77
+ },
78
+ addressLine3: {
79
+ serializedName: "addressLine3",
80
+ type: {
81
+ name: "String"
82
+ }
83
+ },
84
+ city: {
85
+ serializedName: "city",
86
+ type: {
87
+ name: "String"
88
+ }
89
+ },
90
+ district: {
91
+ serializedName: "district",
92
+ type: {
93
+ name: "String"
94
+ }
95
+ },
96
+ region: {
97
+ serializedName: "region",
98
+ type: {
99
+ name: "String"
100
+ }
101
+ },
102
+ country: {
103
+ serializedName: "country",
104
+ required: true,
105
+ type: {
106
+ name: "String"
107
+ }
108
+ },
109
+ postalCode: {
110
+ serializedName: "postalCode",
111
+ type: {
112
+ name: "String"
113
+ }
114
+ },
115
+ email: {
116
+ serializedName: "email",
117
+ type: {
118
+ name: "String"
119
+ }
120
+ },
121
+ phoneNumber: {
122
+ serializedName: "phoneNumber",
123
+ type: {
124
+ name: "String"
125
+ }
126
+ }
127
+ }
128
+ }
129
+ };
130
+ export const BillingProfilesOnExpand = {
131
+ type: {
132
+ name: "Composite",
133
+ className: "BillingProfilesOnExpand",
134
+ modelProperties: {
135
+ hasMoreResults: {
136
+ serializedName: "hasMoreResults",
137
+ readOnly: true,
138
+ type: {
139
+ name: "Boolean"
140
+ }
141
+ },
142
+ value: {
143
+ serializedName: "value",
144
+ type: {
145
+ name: "Sequence",
146
+ element: {
147
+ type: {
148
+ name: "Composite",
149
+ className: "BillingProfile"
150
+ }
151
+ }
152
+ }
153
+ }
154
+ }
155
+ }
156
+ };
157
+ export const IndirectRelationshipInfo = {
158
+ type: {
159
+ name: "Composite",
160
+ className: "IndirectRelationshipInfo",
161
+ modelProperties: {
162
+ billingAccountName: {
163
+ serializedName: "billingAccountName",
164
+ type: {
165
+ name: "String"
166
+ }
167
+ },
168
+ billingProfileName: {
169
+ serializedName: "billingProfileName",
170
+ type: {
171
+ name: "String"
172
+ }
173
+ },
174
+ displayName: {
175
+ serializedName: "displayName",
176
+ type: {
177
+ name: "String"
178
+ }
179
+ }
180
+ }
181
+ }
182
+ };
183
+ export const AzurePlan = {
184
+ type: {
185
+ name: "Composite",
186
+ className: "AzurePlan",
187
+ modelProperties: {
188
+ skuId: {
189
+ serializedName: "skuId",
190
+ type: {
191
+ name: "String"
192
+ }
193
+ },
194
+ skuDescription: {
195
+ serializedName: "skuDescription",
196
+ readOnly: true,
197
+ type: {
198
+ name: "String"
199
+ }
200
+ }
201
+ }
202
+ }
203
+ };
204
+ export const InvoiceSectionsOnExpand = {
205
+ type: {
206
+ name: "Composite",
207
+ className: "InvoiceSectionsOnExpand",
208
+ modelProperties: {
209
+ hasMoreResults: {
210
+ serializedName: "hasMoreResults",
211
+ readOnly: true,
212
+ type: {
213
+ name: "Boolean"
214
+ }
215
+ },
216
+ value: {
217
+ serializedName: "value",
218
+ type: {
219
+ name: "Sequence",
220
+ element: {
221
+ type: {
222
+ name: "Composite",
223
+ className: "InvoiceSection"
224
+ }
225
+ }
226
+ }
227
+ }
228
+ }
229
+ }
230
+ };
231
+ export const Resource = {
232
+ type: {
233
+ name: "Composite",
234
+ className: "Resource",
235
+ modelProperties: {
236
+ id: {
237
+ serializedName: "id",
238
+ readOnly: true,
239
+ type: {
240
+ name: "String"
241
+ }
242
+ },
243
+ name: {
244
+ serializedName: "name",
245
+ readOnly: true,
246
+ type: {
247
+ name: "String"
248
+ }
249
+ },
250
+ type: {
251
+ serializedName: "type",
252
+ readOnly: true,
253
+ type: {
254
+ name: "String"
255
+ }
256
+ }
257
+ }
258
+ }
259
+ };
260
+ export const Enrollment = {
261
+ type: {
262
+ name: "Composite",
263
+ className: "Enrollment",
264
+ modelProperties: {
265
+ startDate: {
266
+ serializedName: "startDate",
267
+ type: {
268
+ name: "DateTime"
269
+ }
270
+ },
271
+ endDate: {
272
+ serializedName: "endDate",
273
+ type: {
274
+ name: "DateTime"
275
+ }
276
+ },
277
+ currency: {
278
+ serializedName: "currency",
279
+ readOnly: true,
280
+ type: {
281
+ name: "String"
282
+ }
283
+ },
284
+ channel: {
285
+ serializedName: "channel",
286
+ readOnly: true,
287
+ type: {
288
+ name: "String"
289
+ }
290
+ },
291
+ policies: {
292
+ serializedName: "policies",
293
+ type: {
294
+ name: "Composite",
295
+ className: "EnrollmentPolicies"
296
+ }
297
+ },
298
+ language: {
299
+ serializedName: "language",
300
+ readOnly: true,
301
+ type: {
302
+ name: "String"
303
+ }
304
+ },
305
+ countryCode: {
306
+ serializedName: "countryCode",
307
+ readOnly: true,
308
+ type: {
309
+ name: "String"
310
+ }
311
+ },
312
+ status: {
313
+ serializedName: "status",
314
+ readOnly: true,
315
+ type: {
316
+ name: "String"
317
+ }
318
+ },
319
+ billingCycle: {
320
+ serializedName: "billingCycle",
321
+ readOnly: true,
322
+ type: {
323
+ name: "String"
324
+ }
325
+ }
326
+ }
327
+ }
328
+ };
329
+ export const EnrollmentPolicies = {
330
+ type: {
331
+ name: "Composite",
332
+ className: "EnrollmentPolicies",
333
+ modelProperties: {
334
+ accountOwnerViewCharges: {
335
+ serializedName: "accountOwnerViewCharges",
336
+ readOnly: true,
337
+ type: {
338
+ name: "Boolean"
339
+ }
340
+ },
341
+ departmentAdminViewCharges: {
342
+ serializedName: "departmentAdminViewCharges",
343
+ readOnly: true,
344
+ type: {
345
+ name: "Boolean"
346
+ }
347
+ },
348
+ marketplaceEnabled: {
349
+ serializedName: "marketplaceEnabled",
350
+ readOnly: true,
351
+ type: {
352
+ name: "Boolean"
353
+ }
354
+ },
355
+ reservedInstancesEnabled: {
356
+ serializedName: "reservedInstancesEnabled",
357
+ readOnly: true,
358
+ type: {
359
+ name: "Boolean"
360
+ }
361
+ }
362
+ }
363
+ }
364
+ };
365
+ export const ErrorResponse = {
366
+ type: {
367
+ name: "Composite",
368
+ className: "ErrorResponse",
369
+ modelProperties: {
370
+ error: {
371
+ serializedName: "error",
372
+ type: {
373
+ name: "Composite",
374
+ className: "ErrorDetails"
375
+ }
376
+ }
377
+ }
378
+ }
379
+ };
380
+ export const ErrorDetails = {
381
+ type: {
382
+ name: "Composite",
383
+ className: "ErrorDetails",
384
+ modelProperties: {
385
+ code: {
386
+ serializedName: "code",
387
+ readOnly: true,
388
+ type: {
389
+ name: "String"
390
+ }
391
+ },
392
+ message: {
393
+ serializedName: "message",
394
+ readOnly: true,
395
+ type: {
396
+ name: "String"
397
+ }
398
+ },
399
+ target: {
400
+ serializedName: "target",
401
+ readOnly: true,
402
+ type: {
403
+ name: "String"
404
+ }
405
+ },
406
+ details: {
407
+ serializedName: "details",
408
+ readOnly: true,
409
+ type: {
410
+ name: "Sequence",
411
+ element: {
412
+ type: {
413
+ name: "Composite",
414
+ className: "ErrorSubDetailsItem"
415
+ }
416
+ }
417
+ }
418
+ }
419
+ }
420
+ }
421
+ };
422
+ export const ErrorSubDetailsItem = {
423
+ type: {
424
+ name: "Composite",
425
+ className: "ErrorSubDetailsItem",
426
+ modelProperties: {
427
+ code: {
428
+ serializedName: "code",
429
+ readOnly: true,
430
+ type: {
431
+ name: "String"
432
+ }
433
+ },
434
+ message: {
435
+ serializedName: "message",
436
+ readOnly: true,
437
+ type: {
438
+ name: "String"
439
+ }
440
+ },
441
+ target: {
442
+ serializedName: "target",
443
+ readOnly: true,
444
+ type: {
445
+ name: "String"
446
+ }
447
+ }
448
+ }
449
+ }
450
+ };
451
+ export const BillingAccountUpdateRequest = {
452
+ type: {
453
+ name: "Composite",
454
+ className: "BillingAccountUpdateRequest",
455
+ modelProperties: {
456
+ displayName: {
457
+ serializedName: "properties.displayName",
458
+ type: {
459
+ name: "String"
460
+ }
461
+ },
462
+ soldTo: {
463
+ serializedName: "properties.soldTo",
464
+ type: {
465
+ name: "Composite",
466
+ className: "AddressDetails"
467
+ }
468
+ },
469
+ agreementType: {
470
+ serializedName: "properties.agreementType",
471
+ readOnly: true,
472
+ type: {
473
+ name: "String"
474
+ }
475
+ },
476
+ accountType: {
477
+ serializedName: "properties.accountType",
478
+ readOnly: true,
479
+ type: {
480
+ name: "String"
481
+ }
482
+ },
483
+ accountStatus: {
484
+ serializedName: "properties.accountStatus",
485
+ readOnly: true,
486
+ type: {
487
+ name: "String"
488
+ }
489
+ },
490
+ billingProfiles: {
491
+ serializedName: "properties.billingProfiles",
492
+ type: {
493
+ name: "Composite",
494
+ className: "BillingProfilesOnExpand"
495
+ }
496
+ },
497
+ enrollmentDetails: {
498
+ serializedName: "properties.enrollmentDetails",
499
+ type: {
500
+ name: "Composite",
501
+ className: "Enrollment"
502
+ }
503
+ },
504
+ departments: {
505
+ serializedName: "properties.departments",
506
+ type: {
507
+ name: "Sequence",
508
+ element: {
509
+ type: {
510
+ name: "Composite",
511
+ className: "Department"
512
+ }
513
+ }
514
+ }
515
+ },
516
+ enrollmentAccounts: {
517
+ serializedName: "properties.enrollmentAccounts",
518
+ type: {
519
+ name: "Sequence",
520
+ element: {
521
+ type: {
522
+ name: "Composite",
523
+ className: "EnrollmentAccount"
524
+ }
525
+ }
526
+ }
527
+ },
528
+ hasReadAccess: {
529
+ serializedName: "properties.hasReadAccess",
530
+ readOnly: true,
531
+ type: {
532
+ name: "Boolean"
533
+ }
534
+ },
535
+ notificationEmailAddress: {
536
+ serializedName: "properties.notificationEmailAddress",
537
+ type: {
538
+ name: "String"
539
+ }
540
+ }
541
+ }
542
+ }
543
+ };
544
+ export const InvoiceSectionListWithCreateSubPermissionResult = {
545
+ type: {
546
+ name: "Composite",
547
+ className: "InvoiceSectionListWithCreateSubPermissionResult",
548
+ modelProperties: {
549
+ value: {
550
+ serializedName: "value",
551
+ type: {
552
+ name: "Sequence",
553
+ element: {
554
+ type: {
555
+ name: "Composite",
556
+ className: "InvoiceSectionWithCreateSubPermission"
557
+ }
558
+ }
559
+ }
560
+ },
561
+ nextLink: {
562
+ serializedName: "nextLink",
563
+ readOnly: true,
564
+ type: {
565
+ name: "String"
566
+ }
567
+ }
568
+ }
569
+ }
570
+ };
571
+ export const InvoiceSectionWithCreateSubPermission = {
572
+ type: {
573
+ name: "Composite",
574
+ className: "InvoiceSectionWithCreateSubPermission",
575
+ modelProperties: {
576
+ invoiceSectionId: {
577
+ serializedName: "invoiceSectionId",
578
+ readOnly: true,
579
+ type: {
580
+ name: "String"
581
+ }
582
+ },
583
+ invoiceSectionDisplayName: {
584
+ serializedName: "invoiceSectionDisplayName",
585
+ readOnly: true,
586
+ type: {
587
+ name: "String"
588
+ }
589
+ },
590
+ invoiceSectionSystemId: {
591
+ serializedName: "invoiceSectionSystemId",
592
+ readOnly: true,
593
+ type: {
594
+ name: "String"
595
+ }
596
+ },
597
+ billingProfileId: {
598
+ serializedName: "billingProfileId",
599
+ readOnly: true,
600
+ type: {
601
+ name: "String"
602
+ }
603
+ },
604
+ billingProfileDisplayName: {
605
+ serializedName: "billingProfileDisplayName",
606
+ readOnly: true,
607
+ type: {
608
+ name: "String"
609
+ }
610
+ },
611
+ billingProfileStatus: {
612
+ serializedName: "billingProfileStatus",
613
+ readOnly: true,
614
+ type: {
615
+ name: "String"
616
+ }
617
+ },
618
+ billingProfileStatusReasonCode: {
619
+ serializedName: "billingProfileStatusReasonCode",
620
+ readOnly: true,
621
+ type: {
622
+ name: "String"
623
+ }
624
+ },
625
+ billingProfileSpendingLimit: {
626
+ serializedName: "billingProfileSpendingLimit",
627
+ readOnly: true,
628
+ type: {
629
+ name: "String"
630
+ }
631
+ },
632
+ billingProfileSystemId: {
633
+ serializedName: "billingProfileSystemId",
634
+ readOnly: true,
635
+ type: {
636
+ name: "String"
637
+ }
638
+ },
639
+ enabledAzurePlans: {
640
+ serializedName: "enabledAzurePlans",
641
+ type: {
642
+ name: "Sequence",
643
+ element: {
644
+ type: {
645
+ name: "Composite",
646
+ className: "AzurePlan"
647
+ }
648
+ }
649
+ }
650
+ }
651
+ }
652
+ }
653
+ };
654
+ export const ValidateAddressResponse = {
655
+ type: {
656
+ name: "Composite",
657
+ className: "ValidateAddressResponse",
658
+ modelProperties: {
659
+ status: {
660
+ serializedName: "status",
661
+ type: {
662
+ name: "String"
663
+ }
664
+ },
665
+ suggestedAddresses: {
666
+ serializedName: "suggestedAddresses",
667
+ type: {
668
+ name: "Sequence",
669
+ element: {
670
+ type: {
671
+ name: "Composite",
672
+ className: "AddressDetails"
673
+ }
674
+ }
675
+ }
676
+ },
677
+ validationMessage: {
678
+ serializedName: "validationMessage",
679
+ type: {
680
+ name: "String"
681
+ }
682
+ }
683
+ }
684
+ }
685
+ };
686
+ export const Amount = {
687
+ type: {
688
+ name: "Composite",
689
+ className: "Amount",
690
+ modelProperties: {
691
+ currency: {
692
+ serializedName: "currency",
693
+ readOnly: true,
694
+ type: {
695
+ name: "String"
696
+ }
697
+ },
698
+ value: {
699
+ serializedName: "value",
700
+ type: {
701
+ name: "Number"
702
+ }
703
+ }
704
+ }
705
+ }
706
+ };
707
+ export const InstructionListResult = {
708
+ type: {
709
+ name: "Composite",
710
+ className: "InstructionListResult",
711
+ modelProperties: {
712
+ value: {
713
+ serializedName: "value",
714
+ readOnly: true,
715
+ type: {
716
+ name: "Sequence",
717
+ element: {
718
+ type: {
719
+ name: "Composite",
720
+ className: "Instruction"
721
+ }
722
+ }
723
+ }
724
+ },
725
+ nextLink: {
726
+ serializedName: "nextLink",
727
+ readOnly: true,
728
+ type: {
729
+ name: "String"
730
+ }
731
+ }
732
+ }
733
+ }
734
+ };
735
+ export const BillingProfileListResult = {
736
+ type: {
737
+ name: "Composite",
738
+ className: "BillingProfileListResult",
739
+ modelProperties: {
740
+ value: {
741
+ serializedName: "value",
742
+ readOnly: true,
743
+ type: {
744
+ name: "Sequence",
745
+ element: {
746
+ type: {
747
+ name: "Composite",
748
+ className: "BillingProfile"
749
+ }
750
+ }
751
+ }
752
+ },
753
+ nextLink: {
754
+ serializedName: "nextLink",
755
+ readOnly: true,
756
+ type: {
757
+ name: "String"
758
+ }
759
+ }
760
+ }
761
+ }
762
+ };
763
+ export const CustomerListResult = {
764
+ type: {
765
+ name: "Composite",
766
+ className: "CustomerListResult",
767
+ modelProperties: {
768
+ value: {
769
+ serializedName: "value",
770
+ readOnly: true,
771
+ type: {
772
+ name: "Sequence",
773
+ element: {
774
+ type: {
775
+ name: "Composite",
776
+ className: "Customer"
777
+ }
778
+ }
779
+ }
780
+ },
781
+ totalCount: {
782
+ serializedName: "totalCount",
783
+ readOnly: true,
784
+ type: {
785
+ name: "Number"
786
+ }
787
+ },
788
+ nextLink: {
789
+ serializedName: "nextLink",
790
+ readOnly: true,
791
+ type: {
792
+ name: "String"
793
+ }
794
+ }
795
+ }
796
+ }
797
+ };
798
+ export const Reseller = {
799
+ type: {
800
+ name: "Composite",
801
+ className: "Reseller",
802
+ modelProperties: {
803
+ resellerId: {
804
+ serializedName: "resellerId",
805
+ readOnly: true,
806
+ type: {
807
+ name: "String"
808
+ }
809
+ },
810
+ description: {
811
+ serializedName: "description",
812
+ readOnly: true,
813
+ type: {
814
+ name: "String"
815
+ }
816
+ }
817
+ }
818
+ }
819
+ };
820
+ export const InvoiceSectionListResult = {
821
+ type: {
822
+ name: "Composite",
823
+ className: "InvoiceSectionListResult",
824
+ modelProperties: {
825
+ value: {
826
+ serializedName: "value",
827
+ readOnly: true,
828
+ type: {
829
+ name: "Sequence",
830
+ element: {
831
+ type: {
832
+ name: "Composite",
833
+ className: "InvoiceSection"
834
+ }
835
+ }
836
+ }
837
+ },
838
+ totalCount: {
839
+ serializedName: "totalCount",
840
+ readOnly: true,
841
+ type: {
842
+ name: "Number"
843
+ }
844
+ },
845
+ nextLink: {
846
+ serializedName: "nextLink",
847
+ readOnly: true,
848
+ type: {
849
+ name: "String"
850
+ }
851
+ }
852
+ }
853
+ }
854
+ };
855
+ export const BillingPermissionsListResult = {
856
+ type: {
857
+ name: "Composite",
858
+ className: "BillingPermissionsListResult",
859
+ modelProperties: {
860
+ value: {
861
+ serializedName: "value",
862
+ readOnly: true,
863
+ type: {
864
+ name: "Sequence",
865
+ element: {
866
+ type: {
867
+ name: "Composite",
868
+ className: "BillingPermissionsProperties"
869
+ }
870
+ }
871
+ }
872
+ },
873
+ nextLink: {
874
+ serializedName: "nextLink",
875
+ readOnly: true,
876
+ type: {
877
+ name: "String"
878
+ }
879
+ }
880
+ }
881
+ }
882
+ };
883
+ export const BillingPermissionsProperties = {
884
+ type: {
885
+ name: "Composite",
886
+ className: "BillingPermissionsProperties",
887
+ modelProperties: {
888
+ actions: {
889
+ serializedName: "actions",
890
+ readOnly: true,
891
+ type: {
892
+ name: "Sequence",
893
+ element: {
894
+ type: {
895
+ name: "String"
896
+ }
897
+ }
898
+ }
899
+ },
900
+ notActions: {
901
+ serializedName: "notActions",
902
+ readOnly: true,
903
+ type: {
904
+ name: "Sequence",
905
+ element: {
906
+ type: {
907
+ name: "String"
908
+ }
909
+ }
910
+ }
911
+ }
912
+ }
913
+ }
914
+ };
915
+ export const BillingSubscriptionsListResult = {
916
+ type: {
917
+ name: "Composite",
918
+ className: "BillingSubscriptionsListResult",
919
+ modelProperties: {
920
+ value: {
921
+ serializedName: "value",
922
+ readOnly: true,
923
+ type: {
924
+ name: "Sequence",
925
+ element: {
926
+ type: {
927
+ name: "Composite",
928
+ className: "BillingSubscription"
929
+ }
930
+ }
931
+ }
932
+ },
933
+ totalCount: {
934
+ serializedName: "totalCount",
935
+ readOnly: true,
936
+ type: {
937
+ name: "Number"
938
+ }
939
+ },
940
+ nextLink: {
941
+ serializedName: "nextLink",
942
+ readOnly: true,
943
+ type: {
944
+ name: "String"
945
+ }
946
+ }
947
+ }
948
+ }
949
+ };
950
+ export const ProductsListResult = {
951
+ type: {
952
+ name: "Composite",
953
+ className: "ProductsListResult",
954
+ modelProperties: {
955
+ value: {
956
+ serializedName: "value",
957
+ readOnly: true,
958
+ type: {
959
+ name: "Sequence",
960
+ element: {
961
+ type: {
962
+ name: "Composite",
963
+ className: "Product"
964
+ }
965
+ }
966
+ }
967
+ },
968
+ totalCount: {
969
+ serializedName: "totalCount",
970
+ readOnly: true,
971
+ type: {
972
+ name: "Number"
973
+ }
974
+ },
975
+ nextLink: {
976
+ serializedName: "nextLink",
977
+ readOnly: true,
978
+ type: {
979
+ name: "String"
980
+ }
981
+ }
982
+ }
983
+ }
984
+ };
985
+ export const InvoiceListResult = {
986
+ type: {
987
+ name: "Composite",
988
+ className: "InvoiceListResult",
989
+ modelProperties: {
990
+ value: {
991
+ serializedName: "value",
992
+ readOnly: true,
993
+ type: {
994
+ name: "Sequence",
995
+ element: {
996
+ type: {
997
+ name: "Composite",
998
+ className: "Invoice"
999
+ }
1000
+ }
1001
+ }
1002
+ },
1003
+ nextLink: {
1004
+ serializedName: "nextLink",
1005
+ readOnly: true,
1006
+ type: {
1007
+ name: "String"
1008
+ }
1009
+ },
1010
+ totalCount: {
1011
+ serializedName: "totalCount",
1012
+ readOnly: true,
1013
+ type: {
1014
+ name: "Number"
1015
+ }
1016
+ }
1017
+ }
1018
+ }
1019
+ };
1020
+ export const Document = {
1021
+ type: {
1022
+ name: "Composite",
1023
+ className: "Document",
1024
+ modelProperties: {
1025
+ kind: {
1026
+ serializedName: "kind",
1027
+ readOnly: true,
1028
+ type: {
1029
+ name: "String"
1030
+ }
1031
+ },
1032
+ url: {
1033
+ serializedName: "url",
1034
+ readOnly: true,
1035
+ type: {
1036
+ name: "String"
1037
+ }
1038
+ },
1039
+ source: {
1040
+ serializedName: "source",
1041
+ readOnly: true,
1042
+ type: {
1043
+ name: "String"
1044
+ }
1045
+ }
1046
+ }
1047
+ }
1048
+ };
1049
+ export const PaymentProperties = {
1050
+ type: {
1051
+ name: "Composite",
1052
+ className: "PaymentProperties",
1053
+ modelProperties: {
1054
+ paymentType: {
1055
+ serializedName: "paymentType",
1056
+ readOnly: true,
1057
+ type: {
1058
+ name: "String"
1059
+ }
1060
+ },
1061
+ amount: {
1062
+ serializedName: "amount",
1063
+ type: {
1064
+ name: "Composite",
1065
+ className: "Amount"
1066
+ }
1067
+ },
1068
+ date: {
1069
+ serializedName: "date",
1070
+ readOnly: true,
1071
+ type: {
1072
+ name: "DateTime"
1073
+ }
1074
+ },
1075
+ paymentMethodFamily: {
1076
+ serializedName: "paymentMethodFamily",
1077
+ type: {
1078
+ name: "String"
1079
+ }
1080
+ },
1081
+ paymentMethodType: {
1082
+ serializedName: "paymentMethodType",
1083
+ readOnly: true,
1084
+ type: {
1085
+ name: "String"
1086
+ }
1087
+ }
1088
+ }
1089
+ }
1090
+ };
1091
+ export const RebillDetails = {
1092
+ type: {
1093
+ name: "Composite",
1094
+ className: "RebillDetails",
1095
+ modelProperties: {
1096
+ creditNoteDocumentId: {
1097
+ serializedName: "creditNoteDocumentId",
1098
+ readOnly: true,
1099
+ type: {
1100
+ name: "String"
1101
+ }
1102
+ },
1103
+ invoiceDocumentId: {
1104
+ serializedName: "invoiceDocumentId",
1105
+ readOnly: true,
1106
+ type: {
1107
+ name: "String"
1108
+ }
1109
+ },
1110
+ rebillDetails: {
1111
+ serializedName: "rebillDetails",
1112
+ readOnly: true,
1113
+ type: {
1114
+ name: "Dictionary",
1115
+ value: { type: { name: "Composite", className: "RebillDetails" } }
1116
+ }
1117
+ }
1118
+ }
1119
+ }
1120
+ };
1121
+ export const DownloadUrl = {
1122
+ type: {
1123
+ name: "Composite",
1124
+ className: "DownloadUrl",
1125
+ modelProperties: {
1126
+ expiryTime: {
1127
+ serializedName: "expiryTime",
1128
+ readOnly: true,
1129
+ type: {
1130
+ name: "DateTime"
1131
+ }
1132
+ },
1133
+ url: {
1134
+ serializedName: "url",
1135
+ readOnly: true,
1136
+ type: {
1137
+ name: "String"
1138
+ }
1139
+ }
1140
+ }
1141
+ }
1142
+ };
1143
+ export const TransferBillingSubscriptionRequestProperties = {
1144
+ type: {
1145
+ name: "Composite",
1146
+ className: "TransferBillingSubscriptionRequestProperties",
1147
+ modelProperties: {
1148
+ destinationInvoiceSectionId: {
1149
+ serializedName: "destinationInvoiceSectionId",
1150
+ required: true,
1151
+ type: {
1152
+ name: "String"
1153
+ }
1154
+ }
1155
+ }
1156
+ }
1157
+ };
1158
+ export const ValidateSubscriptionTransferEligibilityResult = {
1159
+ type: {
1160
+ name: "Composite",
1161
+ className: "ValidateSubscriptionTransferEligibilityResult",
1162
+ modelProperties: {
1163
+ isMoveEligible: {
1164
+ serializedName: "isMoveEligible",
1165
+ readOnly: true,
1166
+ type: {
1167
+ name: "Boolean"
1168
+ }
1169
+ },
1170
+ errorDetails: {
1171
+ serializedName: "errorDetails",
1172
+ type: {
1173
+ name: "Composite",
1174
+ className: "ValidateSubscriptionTransferEligibilityError"
1175
+ }
1176
+ }
1177
+ }
1178
+ }
1179
+ };
1180
+ export const ValidateSubscriptionTransferEligibilityError = {
1181
+ type: {
1182
+ name: "Composite",
1183
+ className: "ValidateSubscriptionTransferEligibilityError",
1184
+ modelProperties: {
1185
+ code: {
1186
+ serializedName: "code",
1187
+ type: {
1188
+ name: "String"
1189
+ }
1190
+ },
1191
+ message: {
1192
+ serializedName: "message",
1193
+ type: {
1194
+ name: "String"
1195
+ }
1196
+ },
1197
+ details: {
1198
+ serializedName: "details",
1199
+ type: {
1200
+ name: "String"
1201
+ }
1202
+ }
1203
+ }
1204
+ }
1205
+ };
1206
+ export const TransferProductRequestProperties = {
1207
+ type: {
1208
+ name: "Composite",
1209
+ className: "TransferProductRequestProperties",
1210
+ modelProperties: {
1211
+ destinationInvoiceSectionId: {
1212
+ serializedName: "destinationInvoiceSectionId",
1213
+ type: {
1214
+ name: "String"
1215
+ }
1216
+ }
1217
+ }
1218
+ }
1219
+ };
1220
+ export const ValidateProductTransferEligibilityResult = {
1221
+ type: {
1222
+ name: "Composite",
1223
+ className: "ValidateProductTransferEligibilityResult",
1224
+ modelProperties: {
1225
+ isMoveEligible: {
1226
+ serializedName: "isMoveEligible",
1227
+ readOnly: true,
1228
+ type: {
1229
+ name: "Boolean"
1230
+ }
1231
+ },
1232
+ errorDetails: {
1233
+ serializedName: "errorDetails",
1234
+ type: {
1235
+ name: "Composite",
1236
+ className: "ValidateProductTransferEligibilityError"
1237
+ }
1238
+ }
1239
+ }
1240
+ }
1241
+ };
1242
+ export const ValidateProductTransferEligibilityError = {
1243
+ type: {
1244
+ name: "Composite",
1245
+ className: "ValidateProductTransferEligibilityError",
1246
+ modelProperties: {
1247
+ code: {
1248
+ serializedName: "code",
1249
+ type: {
1250
+ name: "String"
1251
+ }
1252
+ },
1253
+ message: {
1254
+ serializedName: "message",
1255
+ type: {
1256
+ name: "String"
1257
+ }
1258
+ },
1259
+ details: {
1260
+ serializedName: "details",
1261
+ type: {
1262
+ name: "String"
1263
+ }
1264
+ }
1265
+ }
1266
+ }
1267
+ };
1268
+ export const TransactionListResult = {
1269
+ type: {
1270
+ name: "Composite",
1271
+ className: "TransactionListResult",
1272
+ modelProperties: {
1273
+ value: {
1274
+ serializedName: "value",
1275
+ readOnly: true,
1276
+ type: {
1277
+ name: "Sequence",
1278
+ element: {
1279
+ type: {
1280
+ name: "Composite",
1281
+ className: "Transaction"
1282
+ }
1283
+ }
1284
+ }
1285
+ },
1286
+ totalCount: {
1287
+ serializedName: "totalCount",
1288
+ readOnly: true,
1289
+ type: {
1290
+ name: "Number"
1291
+ }
1292
+ },
1293
+ nextLink: {
1294
+ serializedName: "nextLink",
1295
+ readOnly: true,
1296
+ type: {
1297
+ name: "String"
1298
+ }
1299
+ }
1300
+ }
1301
+ }
1302
+ };
1303
+ export const OperationListResult = {
1304
+ type: {
1305
+ name: "Composite",
1306
+ className: "OperationListResult",
1307
+ modelProperties: {
1308
+ value: {
1309
+ serializedName: "value",
1310
+ readOnly: true,
1311
+ type: {
1312
+ name: "Sequence",
1313
+ element: {
1314
+ type: {
1315
+ name: "Composite",
1316
+ className: "Operation"
1317
+ }
1318
+ }
1319
+ }
1320
+ },
1321
+ nextLink: {
1322
+ serializedName: "nextLink",
1323
+ readOnly: true,
1324
+ type: {
1325
+ name: "String"
1326
+ }
1327
+ }
1328
+ }
1329
+ }
1330
+ };
1331
+ export const Operation = {
1332
+ type: {
1333
+ name: "Composite",
1334
+ className: "Operation",
1335
+ modelProperties: {
1336
+ name: {
1337
+ serializedName: "name",
1338
+ readOnly: true,
1339
+ type: {
1340
+ name: "String"
1341
+ }
1342
+ },
1343
+ isDataAction: {
1344
+ serializedName: "isDataAction",
1345
+ readOnly: true,
1346
+ type: {
1347
+ name: "Boolean"
1348
+ }
1349
+ },
1350
+ display: {
1351
+ serializedName: "display",
1352
+ type: {
1353
+ name: "Composite",
1354
+ className: "OperationDisplay"
1355
+ }
1356
+ }
1357
+ }
1358
+ }
1359
+ };
1360
+ export const OperationDisplay = {
1361
+ type: {
1362
+ name: "Composite",
1363
+ className: "OperationDisplay",
1364
+ modelProperties: {
1365
+ provider: {
1366
+ serializedName: "provider",
1367
+ readOnly: true,
1368
+ type: {
1369
+ name: "String"
1370
+ }
1371
+ },
1372
+ resource: {
1373
+ serializedName: "resource",
1374
+ readOnly: true,
1375
+ type: {
1376
+ name: "String"
1377
+ }
1378
+ },
1379
+ operation: {
1380
+ serializedName: "operation",
1381
+ readOnly: true,
1382
+ type: {
1383
+ name: "String"
1384
+ }
1385
+ },
1386
+ description: {
1387
+ serializedName: "description",
1388
+ readOnly: true,
1389
+ type: {
1390
+ name: "String"
1391
+ }
1392
+ }
1393
+ }
1394
+ }
1395
+ };
1396
+ export const BillingRoleDefinitionListResult = {
1397
+ type: {
1398
+ name: "Composite",
1399
+ className: "BillingRoleDefinitionListResult",
1400
+ modelProperties: {
1401
+ value: {
1402
+ serializedName: "value",
1403
+ readOnly: true,
1404
+ type: {
1405
+ name: "Sequence",
1406
+ element: {
1407
+ type: {
1408
+ name: "Composite",
1409
+ className: "BillingRoleDefinition"
1410
+ }
1411
+ }
1412
+ }
1413
+ },
1414
+ nextLink: {
1415
+ serializedName: "nextLink",
1416
+ readOnly: true,
1417
+ type: {
1418
+ name: "String"
1419
+ }
1420
+ }
1421
+ }
1422
+ }
1423
+ };
1424
+ export const BillingRoleAssignmentListResult = {
1425
+ type: {
1426
+ name: "Composite",
1427
+ className: "BillingRoleAssignmentListResult",
1428
+ modelProperties: {
1429
+ value: {
1430
+ serializedName: "value",
1431
+ readOnly: true,
1432
+ type: {
1433
+ name: "Sequence",
1434
+ element: {
1435
+ type: {
1436
+ name: "Composite",
1437
+ className: "BillingRoleAssignment"
1438
+ }
1439
+ }
1440
+ }
1441
+ },
1442
+ nextLink: {
1443
+ serializedName: "nextLink",
1444
+ readOnly: true,
1445
+ type: {
1446
+ name: "String"
1447
+ }
1448
+ }
1449
+ }
1450
+ }
1451
+ };
1452
+ export const AgreementListResult = {
1453
+ type: {
1454
+ name: "Composite",
1455
+ className: "AgreementListResult",
1456
+ modelProperties: {
1457
+ value: {
1458
+ serializedName: "value",
1459
+ readOnly: true,
1460
+ type: {
1461
+ name: "Sequence",
1462
+ element: {
1463
+ type: {
1464
+ name: "Composite",
1465
+ className: "Agreement"
1466
+ }
1467
+ }
1468
+ }
1469
+ },
1470
+ nextLink: {
1471
+ serializedName: "nextLink",
1472
+ readOnly: true,
1473
+ type: {
1474
+ name: "String"
1475
+ }
1476
+ }
1477
+ }
1478
+ }
1479
+ };
1480
+ export const Participants = {
1481
+ type: {
1482
+ name: "Composite",
1483
+ className: "Participants",
1484
+ modelProperties: {
1485
+ status: {
1486
+ serializedName: "status",
1487
+ readOnly: true,
1488
+ type: {
1489
+ name: "String"
1490
+ }
1491
+ },
1492
+ statusDate: {
1493
+ serializedName: "statusDate",
1494
+ readOnly: true,
1495
+ type: {
1496
+ name: "DateTime"
1497
+ }
1498
+ },
1499
+ email: {
1500
+ serializedName: "email",
1501
+ readOnly: true,
1502
+ type: {
1503
+ name: "String"
1504
+ }
1505
+ }
1506
+ }
1507
+ }
1508
+ };
1509
+ export const ReservationsListResult = {
1510
+ type: {
1511
+ name: "Composite",
1512
+ className: "ReservationsListResult",
1513
+ modelProperties: {
1514
+ value: {
1515
+ serializedName: "value",
1516
+ readOnly: true,
1517
+ type: {
1518
+ name: "Sequence",
1519
+ element: {
1520
+ type: {
1521
+ name: "Composite",
1522
+ className: "Reservation"
1523
+ }
1524
+ }
1525
+ }
1526
+ },
1527
+ nextLink: {
1528
+ serializedName: "nextLink",
1529
+ readOnly: true,
1530
+ type: {
1531
+ name: "String"
1532
+ }
1533
+ },
1534
+ summary: {
1535
+ serializedName: "summary",
1536
+ type: {
1537
+ name: "Composite",
1538
+ className: "ReservationSummary"
1539
+ }
1540
+ }
1541
+ }
1542
+ }
1543
+ };
1544
+ export const Reservation = {
1545
+ type: {
1546
+ name: "Composite",
1547
+ className: "Reservation",
1548
+ modelProperties: {
1549
+ id: {
1550
+ serializedName: "id",
1551
+ readOnly: true,
1552
+ type: {
1553
+ name: "String"
1554
+ }
1555
+ },
1556
+ name: {
1557
+ serializedName: "name",
1558
+ readOnly: true,
1559
+ type: {
1560
+ name: "String"
1561
+ }
1562
+ },
1563
+ type: {
1564
+ serializedName: "type",
1565
+ readOnly: true,
1566
+ type: {
1567
+ name: "String"
1568
+ }
1569
+ },
1570
+ location: {
1571
+ serializedName: "location",
1572
+ readOnly: true,
1573
+ type: {
1574
+ name: "String"
1575
+ }
1576
+ },
1577
+ sku: {
1578
+ serializedName: "sku",
1579
+ type: {
1580
+ name: "Composite",
1581
+ className: "ReservationSkuProperty"
1582
+ }
1583
+ },
1584
+ appliedScopes: {
1585
+ serializedName: "properties.appliedScopes",
1586
+ type: {
1587
+ name: "Sequence",
1588
+ element: {
1589
+ type: {
1590
+ name: "String"
1591
+ }
1592
+ }
1593
+ }
1594
+ },
1595
+ appliedScopeType: {
1596
+ serializedName: "properties.appliedScopeType",
1597
+ readOnly: true,
1598
+ type: {
1599
+ name: "String"
1600
+ }
1601
+ },
1602
+ reservedResourceType: {
1603
+ serializedName: "properties.reservedResourceType",
1604
+ readOnly: true,
1605
+ type: {
1606
+ name: "String"
1607
+ }
1608
+ },
1609
+ quantity: {
1610
+ serializedName: "properties.quantity",
1611
+ readOnly: true,
1612
+ type: {
1613
+ name: "Number"
1614
+ }
1615
+ },
1616
+ provisioningState: {
1617
+ serializedName: "properties.provisioningState",
1618
+ readOnly: true,
1619
+ type: {
1620
+ name: "String"
1621
+ }
1622
+ },
1623
+ expiryDate: {
1624
+ serializedName: "properties.expiryDate",
1625
+ readOnly: true,
1626
+ type: {
1627
+ name: "String"
1628
+ }
1629
+ },
1630
+ provisioningSubState: {
1631
+ serializedName: "properties.provisioningSubState",
1632
+ readOnly: true,
1633
+ type: {
1634
+ name: "String"
1635
+ }
1636
+ },
1637
+ displayName: {
1638
+ serializedName: "properties.displayName",
1639
+ readOnly: true,
1640
+ type: {
1641
+ name: "String"
1642
+ }
1643
+ },
1644
+ displayProvisioningState: {
1645
+ serializedName: "properties.displayProvisioningState",
1646
+ readOnly: true,
1647
+ type: {
1648
+ name: "String"
1649
+ }
1650
+ },
1651
+ userFriendlyRenewState: {
1652
+ serializedName: "properties.userFriendlyRenewState",
1653
+ readOnly: true,
1654
+ type: {
1655
+ name: "String"
1656
+ }
1657
+ },
1658
+ userFriendlyAppliedScopeType: {
1659
+ serializedName: "properties.userFriendlyAppliedScopeType",
1660
+ readOnly: true,
1661
+ type: {
1662
+ name: "String"
1663
+ }
1664
+ },
1665
+ effectiveDateTime: {
1666
+ serializedName: "properties.effectiveDateTime",
1667
+ readOnly: true,
1668
+ type: {
1669
+ name: "String"
1670
+ }
1671
+ },
1672
+ skuDescription: {
1673
+ serializedName: "properties.skuDescription",
1674
+ readOnly: true,
1675
+ type: {
1676
+ name: "String"
1677
+ }
1678
+ },
1679
+ term: {
1680
+ serializedName: "properties.term",
1681
+ readOnly: true,
1682
+ type: {
1683
+ name: "String"
1684
+ }
1685
+ },
1686
+ renew: {
1687
+ serializedName: "properties.renew",
1688
+ readOnly: true,
1689
+ type: {
1690
+ name: "Boolean"
1691
+ }
1692
+ },
1693
+ renewSource: {
1694
+ serializedName: "properties.renewSource",
1695
+ readOnly: true,
1696
+ type: {
1697
+ name: "String"
1698
+ }
1699
+ },
1700
+ utilization: {
1701
+ serializedName: "properties.utilization",
1702
+ type: {
1703
+ name: "Composite",
1704
+ className: "ReservationPropertyUtilization"
1705
+ }
1706
+ }
1707
+ }
1708
+ }
1709
+ };
1710
+ export const ReservationSkuProperty = {
1711
+ type: {
1712
+ name: "Composite",
1713
+ className: "ReservationSkuProperty",
1714
+ modelProperties: {
1715
+ name: {
1716
+ serializedName: "name",
1717
+ readOnly: true,
1718
+ type: {
1719
+ name: "String"
1720
+ }
1721
+ }
1722
+ }
1723
+ }
1724
+ };
1725
+ export const ReservationPropertyUtilization = {
1726
+ type: {
1727
+ name: "Composite",
1728
+ className: "ReservationPropertyUtilization",
1729
+ modelProperties: {
1730
+ trend: {
1731
+ serializedName: "trend",
1732
+ readOnly: true,
1733
+ type: {
1734
+ name: "String"
1735
+ }
1736
+ },
1737
+ aggregates: {
1738
+ serializedName: "aggregates",
1739
+ type: {
1740
+ name: "Sequence",
1741
+ element: {
1742
+ type: {
1743
+ name: "Composite",
1744
+ className: "ReservationUtilizationAggregates"
1745
+ }
1746
+ }
1747
+ }
1748
+ }
1749
+ }
1750
+ }
1751
+ };
1752
+ export const ReservationUtilizationAggregates = {
1753
+ type: {
1754
+ name: "Composite",
1755
+ className: "ReservationUtilizationAggregates",
1756
+ modelProperties: {
1757
+ grain: {
1758
+ serializedName: "grain",
1759
+ readOnly: true,
1760
+ type: {
1761
+ name: "Number"
1762
+ }
1763
+ },
1764
+ grainUnit: {
1765
+ serializedName: "grainUnit",
1766
+ readOnly: true,
1767
+ type: {
1768
+ name: "String"
1769
+ }
1770
+ },
1771
+ value: {
1772
+ serializedName: "value",
1773
+ readOnly: true,
1774
+ type: {
1775
+ name: "Number"
1776
+ }
1777
+ },
1778
+ valueUnit: {
1779
+ serializedName: "valueUnit",
1780
+ readOnly: true,
1781
+ type: {
1782
+ name: "String"
1783
+ }
1784
+ }
1785
+ }
1786
+ }
1787
+ };
1788
+ export const ReservationSummary = {
1789
+ type: {
1790
+ name: "Composite",
1791
+ className: "ReservationSummary",
1792
+ modelProperties: {
1793
+ succeededCount: {
1794
+ serializedName: "succeededCount",
1795
+ readOnly: true,
1796
+ type: {
1797
+ name: "Number"
1798
+ }
1799
+ },
1800
+ failedCount: {
1801
+ serializedName: "failedCount",
1802
+ readOnly: true,
1803
+ type: {
1804
+ name: "Number"
1805
+ }
1806
+ },
1807
+ expiringCount: {
1808
+ serializedName: "expiringCount",
1809
+ readOnly: true,
1810
+ type: {
1811
+ name: "Number"
1812
+ }
1813
+ },
1814
+ expiredCount: {
1815
+ serializedName: "expiredCount",
1816
+ readOnly: true,
1817
+ type: {
1818
+ name: "Number"
1819
+ }
1820
+ },
1821
+ pendingCount: {
1822
+ serializedName: "pendingCount",
1823
+ readOnly: true,
1824
+ type: {
1825
+ name: "Number"
1826
+ }
1827
+ },
1828
+ cancelledCount: {
1829
+ serializedName: "cancelledCount",
1830
+ readOnly: true,
1831
+ type: {
1832
+ name: "Number"
1833
+ }
1834
+ }
1835
+ }
1836
+ }
1837
+ };
1838
+ export const EnrollmentAccountListResult = {
1839
+ type: {
1840
+ name: "Composite",
1841
+ className: "EnrollmentAccountListResult",
1842
+ modelProperties: {
1843
+ value: {
1844
+ serializedName: "value",
1845
+ readOnly: true,
1846
+ type: {
1847
+ name: "Sequence",
1848
+ element: {
1849
+ type: {
1850
+ name: "Composite",
1851
+ className: "EnrollmentAccountSummary"
1852
+ }
1853
+ }
1854
+ }
1855
+ },
1856
+ nextLink: {
1857
+ serializedName: "nextLink",
1858
+ readOnly: true,
1859
+ type: {
1860
+ name: "String"
1861
+ }
1862
+ }
1863
+ }
1864
+ }
1865
+ };
1866
+ export const BillingPeriodsListResult = {
1867
+ type: {
1868
+ name: "Composite",
1869
+ className: "BillingPeriodsListResult",
1870
+ modelProperties: {
1871
+ value: {
1872
+ serializedName: "value",
1873
+ readOnly: true,
1874
+ type: {
1875
+ name: "Sequence",
1876
+ element: {
1877
+ type: {
1878
+ name: "Composite",
1879
+ className: "BillingPeriod"
1880
+ }
1881
+ }
1882
+ }
1883
+ },
1884
+ nextLink: {
1885
+ serializedName: "nextLink",
1886
+ readOnly: true,
1887
+ type: {
1888
+ name: "String"
1889
+ }
1890
+ }
1891
+ }
1892
+ }
1893
+ };
1894
+ export const BillingProfileCreationRequest = {
1895
+ type: {
1896
+ name: "Composite",
1897
+ className: "BillingProfileCreationRequest",
1898
+ modelProperties: {
1899
+ displayName: {
1900
+ serializedName: "displayName",
1901
+ type: {
1902
+ name: "String"
1903
+ }
1904
+ },
1905
+ poNumber: {
1906
+ serializedName: "poNumber",
1907
+ type: {
1908
+ name: "String"
1909
+ }
1910
+ },
1911
+ billTo: {
1912
+ serializedName: "billTo",
1913
+ type: {
1914
+ name: "Composite",
1915
+ className: "AddressDetails"
1916
+ }
1917
+ },
1918
+ invoiceEmailOptIn: {
1919
+ serializedName: "invoiceEmailOptIn",
1920
+ type: {
1921
+ name: "Boolean"
1922
+ }
1923
+ },
1924
+ enabledAzurePlans: {
1925
+ serializedName: "enabledAzurePlans",
1926
+ type: {
1927
+ name: "Sequence",
1928
+ element: {
1929
+ type: {
1930
+ name: "Composite",
1931
+ className: "AzurePlan"
1932
+ }
1933
+ }
1934
+ }
1935
+ }
1936
+ }
1937
+ }
1938
+ };
1939
+ export const InvoiceSectionCreationRequest = {
1940
+ type: {
1941
+ name: "Composite",
1942
+ className: "InvoiceSectionCreationRequest",
1943
+ modelProperties: {
1944
+ displayName: {
1945
+ serializedName: "displayName",
1946
+ type: {
1947
+ name: "String"
1948
+ }
1949
+ }
1950
+ }
1951
+ }
1952
+ };
1953
+ export const EnrollmentAccountContext = {
1954
+ type: {
1955
+ name: "Composite",
1956
+ className: "EnrollmentAccountContext",
1957
+ modelProperties: {
1958
+ costCenter: {
1959
+ serializedName: "costCenter",
1960
+ type: {
1961
+ name: "String"
1962
+ }
1963
+ },
1964
+ startDate: {
1965
+ serializedName: "startDate",
1966
+ type: {
1967
+ name: "DateTime"
1968
+ }
1969
+ },
1970
+ endDate: {
1971
+ serializedName: "endDate",
1972
+ type: {
1973
+ name: "DateTime"
1974
+ }
1975
+ },
1976
+ enrollmentAccountName: {
1977
+ serializedName: "enrollmentAccountName",
1978
+ type: {
1979
+ name: "String"
1980
+ }
1981
+ }
1982
+ }
1983
+ }
1984
+ };
1985
+ export const InvoiceSection = {
1986
+ type: {
1987
+ name: "Composite",
1988
+ className: "InvoiceSection",
1989
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { displayName: {
1990
+ serializedName: "properties.displayName",
1991
+ type: {
1992
+ name: "String"
1993
+ }
1994
+ }, labels: {
1995
+ serializedName: "properties.labels",
1996
+ type: {
1997
+ name: "Dictionary",
1998
+ value: { type: { name: "String" } }
1999
+ }
2000
+ }, state: {
2001
+ serializedName: "properties.state",
2002
+ readOnly: true,
2003
+ type: {
2004
+ name: "String"
2005
+ }
2006
+ }, systemId: {
2007
+ serializedName: "properties.systemId",
2008
+ readOnly: true,
2009
+ type: {
2010
+ name: "String"
2011
+ }
2012
+ }, tags: {
2013
+ serializedName: "properties.tags",
2014
+ type: {
2015
+ name: "Dictionary",
2016
+ value: { type: { name: "String" } }
2017
+ }
2018
+ }, targetCloud: {
2019
+ serializedName: "properties.targetCloud",
2020
+ readOnly: true,
2021
+ type: {
2022
+ name: "String"
2023
+ }
2024
+ } })
2025
+ }
2026
+ };
2027
+ export const BillingProfile = {
2028
+ type: {
2029
+ name: "Composite",
2030
+ className: "BillingProfile",
2031
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { displayName: {
2032
+ serializedName: "properties.displayName",
2033
+ type: {
2034
+ name: "String"
2035
+ }
2036
+ }, poNumber: {
2037
+ serializedName: "properties.poNumber",
2038
+ type: {
2039
+ name: "String"
2040
+ }
2041
+ }, billingRelationshipType: {
2042
+ serializedName: "properties.billingRelationshipType",
2043
+ readOnly: true,
2044
+ type: {
2045
+ name: "String"
2046
+ }
2047
+ }, billTo: {
2048
+ serializedName: "properties.billTo",
2049
+ type: {
2050
+ name: "Composite",
2051
+ className: "AddressDetails"
2052
+ }
2053
+ }, indirectRelationshipInfo: {
2054
+ serializedName: "properties.indirectRelationshipInfo",
2055
+ type: {
2056
+ name: "Composite",
2057
+ className: "IndirectRelationshipInfo"
2058
+ }
2059
+ }, invoiceEmailOptIn: {
2060
+ serializedName: "properties.invoiceEmailOptIn",
2061
+ type: {
2062
+ name: "Boolean"
2063
+ }
2064
+ }, invoiceDay: {
2065
+ serializedName: "properties.invoiceDay",
2066
+ readOnly: true,
2067
+ type: {
2068
+ name: "Number"
2069
+ }
2070
+ }, currency: {
2071
+ serializedName: "properties.currency",
2072
+ readOnly: true,
2073
+ type: {
2074
+ name: "String"
2075
+ }
2076
+ }, enabledAzurePlans: {
2077
+ serializedName: "properties.enabledAzurePlans",
2078
+ type: {
2079
+ name: "Sequence",
2080
+ element: {
2081
+ type: {
2082
+ name: "Composite",
2083
+ className: "AzurePlan"
2084
+ }
2085
+ }
2086
+ }
2087
+ }, invoiceSections: {
2088
+ serializedName: "properties.invoiceSections",
2089
+ type: {
2090
+ name: "Composite",
2091
+ className: "InvoiceSectionsOnExpand"
2092
+ }
2093
+ }, hasReadAccess: {
2094
+ serializedName: "properties.hasReadAccess",
2095
+ readOnly: true,
2096
+ type: {
2097
+ name: "Boolean"
2098
+ }
2099
+ }, systemId: {
2100
+ serializedName: "properties.systemId",
2101
+ readOnly: true,
2102
+ type: {
2103
+ name: "String"
2104
+ }
2105
+ }, status: {
2106
+ serializedName: "properties.status",
2107
+ readOnly: true,
2108
+ type: {
2109
+ name: "String"
2110
+ }
2111
+ }, statusReasonCode: {
2112
+ serializedName: "properties.statusReasonCode",
2113
+ readOnly: true,
2114
+ type: {
2115
+ name: "String"
2116
+ }
2117
+ }, spendingLimit: {
2118
+ serializedName: "properties.spendingLimit",
2119
+ readOnly: true,
2120
+ type: {
2121
+ name: "String"
2122
+ }
2123
+ }, targetClouds: {
2124
+ serializedName: "properties.targetClouds",
2125
+ readOnly: true,
2126
+ type: {
2127
+ name: "Sequence",
2128
+ element: {
2129
+ type: {
2130
+ name: "String"
2131
+ }
2132
+ }
2133
+ }
2134
+ }, tags: {
2135
+ serializedName: "properties.tags",
2136
+ type: {
2137
+ name: "Dictionary",
2138
+ value: { type: { name: "String" } }
2139
+ }
2140
+ } })
2141
+ }
2142
+ };
2143
+ export const EnrollmentAccount = {
2144
+ type: {
2145
+ name: "Composite",
2146
+ className: "EnrollmentAccount",
2147
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { accountName: {
2148
+ serializedName: "properties.accountName",
2149
+ type: {
2150
+ name: "String"
2151
+ }
2152
+ }, costCenter: {
2153
+ serializedName: "properties.costCenter",
2154
+ type: {
2155
+ name: "String"
2156
+ }
2157
+ }, accountOwner: {
2158
+ serializedName: "properties.accountOwner",
2159
+ type: {
2160
+ name: "String"
2161
+ }
2162
+ }, accountOwnerEmail: {
2163
+ serializedName: "properties.accountOwnerEmail",
2164
+ type: {
2165
+ name: "String"
2166
+ }
2167
+ }, status: {
2168
+ serializedName: "properties.status",
2169
+ type: {
2170
+ name: "String"
2171
+ }
2172
+ }, startDate: {
2173
+ serializedName: "properties.startDate",
2174
+ type: {
2175
+ name: "DateTime"
2176
+ }
2177
+ }, endDate: {
2178
+ serializedName: "properties.endDate",
2179
+ type: {
2180
+ name: "DateTime"
2181
+ }
2182
+ }, department: {
2183
+ serializedName: "properties.department",
2184
+ type: {
2185
+ name: "Composite",
2186
+ className: "Department"
2187
+ }
2188
+ } })
2189
+ }
2190
+ };
2191
+ export const Department = {
2192
+ type: {
2193
+ name: "Composite",
2194
+ className: "Department",
2195
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { departmentName: {
2196
+ serializedName: "properties.departmentName",
2197
+ type: {
2198
+ name: "String"
2199
+ }
2200
+ }, costCenter: {
2201
+ serializedName: "properties.costCenter",
2202
+ type: {
2203
+ name: "String"
2204
+ }
2205
+ }, status: {
2206
+ serializedName: "properties.status",
2207
+ type: {
2208
+ name: "String"
2209
+ }
2210
+ }, enrollmentAccounts: {
2211
+ serializedName: "properties.enrollmentAccounts",
2212
+ type: {
2213
+ name: "Sequence",
2214
+ element: {
2215
+ type: {
2216
+ name: "Composite",
2217
+ className: "EnrollmentAccount"
2218
+ }
2219
+ }
2220
+ }
2221
+ } })
2222
+ }
2223
+ };
2224
+ export const BillingAccount = {
2225
+ type: {
2226
+ name: "Composite",
2227
+ className: "BillingAccount",
2228
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { displayName: {
2229
+ serializedName: "properties.displayName",
2230
+ type: {
2231
+ name: "String"
2232
+ }
2233
+ }, soldTo: {
2234
+ serializedName: "properties.soldTo",
2235
+ type: {
2236
+ name: "Composite",
2237
+ className: "AddressDetails"
2238
+ }
2239
+ }, agreementType: {
2240
+ serializedName: "properties.agreementType",
2241
+ readOnly: true,
2242
+ type: {
2243
+ name: "String"
2244
+ }
2245
+ }, accountType: {
2246
+ serializedName: "properties.accountType",
2247
+ readOnly: true,
2248
+ type: {
2249
+ name: "String"
2250
+ }
2251
+ }, accountStatus: {
2252
+ serializedName: "properties.accountStatus",
2253
+ readOnly: true,
2254
+ type: {
2255
+ name: "String"
2256
+ }
2257
+ }, billingProfiles: {
2258
+ serializedName: "properties.billingProfiles",
2259
+ type: {
2260
+ name: "Composite",
2261
+ className: "BillingProfilesOnExpand"
2262
+ }
2263
+ }, enrollmentDetails: {
2264
+ serializedName: "properties.enrollmentDetails",
2265
+ type: {
2266
+ name: "Composite",
2267
+ className: "Enrollment"
2268
+ }
2269
+ }, departments: {
2270
+ serializedName: "properties.departments",
2271
+ type: {
2272
+ name: "Sequence",
2273
+ element: {
2274
+ type: {
2275
+ name: "Composite",
2276
+ className: "Department"
2277
+ }
2278
+ }
2279
+ }
2280
+ }, enrollmentAccounts: {
2281
+ serializedName: "properties.enrollmentAccounts",
2282
+ type: {
2283
+ name: "Sequence",
2284
+ element: {
2285
+ type: {
2286
+ name: "Composite",
2287
+ className: "EnrollmentAccount"
2288
+ }
2289
+ }
2290
+ }
2291
+ }, hasReadAccess: {
2292
+ serializedName: "properties.hasReadAccess",
2293
+ readOnly: true,
2294
+ type: {
2295
+ name: "Boolean"
2296
+ }
2297
+ }, notificationEmailAddress: {
2298
+ serializedName: "properties.notificationEmailAddress",
2299
+ type: {
2300
+ name: "String"
2301
+ }
2302
+ } })
2303
+ }
2304
+ };
2305
+ export const AvailableBalance = {
2306
+ type: {
2307
+ name: "Composite",
2308
+ className: "AvailableBalance",
2309
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { amount: {
2310
+ serializedName: "properties.amount",
2311
+ type: {
2312
+ name: "Composite",
2313
+ className: "Amount"
2314
+ }
2315
+ } })
2316
+ }
2317
+ };
2318
+ export const Instruction = {
2319
+ type: {
2320
+ name: "Composite",
2321
+ className: "Instruction",
2322
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { amount: {
2323
+ serializedName: "properties.amount",
2324
+ type: {
2325
+ name: "Number"
2326
+ }
2327
+ }, startDate: {
2328
+ serializedName: "properties.startDate",
2329
+ type: {
2330
+ name: "DateTime"
2331
+ }
2332
+ }, endDate: {
2333
+ serializedName: "properties.endDate",
2334
+ type: {
2335
+ name: "DateTime"
2336
+ }
2337
+ }, creationDate: {
2338
+ serializedName: "properties.creationDate",
2339
+ type: {
2340
+ name: "DateTime"
2341
+ }
2342
+ } })
2343
+ }
2344
+ };
2345
+ export const Customer = {
2346
+ type: {
2347
+ name: "Composite",
2348
+ className: "Customer",
2349
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { billingProfileId: {
2350
+ serializedName: "properties.billingProfileId",
2351
+ readOnly: true,
2352
+ type: {
2353
+ name: "String"
2354
+ }
2355
+ }, billingProfileDisplayName: {
2356
+ serializedName: "properties.billingProfileDisplayName",
2357
+ readOnly: true,
2358
+ type: {
2359
+ name: "String"
2360
+ }
2361
+ }, displayName: {
2362
+ serializedName: "properties.displayName",
2363
+ type: {
2364
+ name: "String"
2365
+ }
2366
+ }, enabledAzurePlans: {
2367
+ serializedName: "properties.enabledAzurePlans",
2368
+ type: {
2369
+ name: "Sequence",
2370
+ element: {
2371
+ type: {
2372
+ name: "Composite",
2373
+ className: "AzurePlan"
2374
+ }
2375
+ }
2376
+ }
2377
+ }, resellers: {
2378
+ serializedName: "properties.resellers",
2379
+ type: {
2380
+ name: "Sequence",
2381
+ element: {
2382
+ type: {
2383
+ name: "Composite",
2384
+ className: "Reseller"
2385
+ }
2386
+ }
2387
+ }
2388
+ } })
2389
+ }
2390
+ };
2391
+ export const BillingSubscription = {
2392
+ type: {
2393
+ name: "Composite",
2394
+ className: "BillingSubscription",
2395
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { displayName: {
2396
+ serializedName: "properties.displayName",
2397
+ readOnly: true,
2398
+ type: {
2399
+ name: "String"
2400
+ }
2401
+ }, subscriptionId: {
2402
+ serializedName: "properties.subscriptionId",
2403
+ readOnly: true,
2404
+ type: {
2405
+ name: "Uuid"
2406
+ }
2407
+ }, subscriptionBillingStatus: {
2408
+ serializedName: "properties.subscriptionBillingStatus",
2409
+ type: {
2410
+ name: "String"
2411
+ }
2412
+ }, lastMonthCharges: {
2413
+ serializedName: "properties.lastMonthCharges",
2414
+ type: {
2415
+ name: "Composite",
2416
+ className: "Amount"
2417
+ }
2418
+ }, monthToDateCharges: {
2419
+ serializedName: "properties.monthToDateCharges",
2420
+ type: {
2421
+ name: "Composite",
2422
+ className: "Amount"
2423
+ }
2424
+ }, billingProfileId: {
2425
+ serializedName: "properties.billingProfileId",
2426
+ readOnly: true,
2427
+ type: {
2428
+ name: "String"
2429
+ }
2430
+ }, billingProfileDisplayName: {
2431
+ serializedName: "properties.billingProfileDisplayName",
2432
+ readOnly: true,
2433
+ type: {
2434
+ name: "String"
2435
+ }
2436
+ }, costCenter: {
2437
+ serializedName: "properties.costCenter",
2438
+ type: {
2439
+ name: "String"
2440
+ }
2441
+ }, customerId: {
2442
+ serializedName: "properties.customerId",
2443
+ readOnly: true,
2444
+ type: {
2445
+ name: "String"
2446
+ }
2447
+ }, customerDisplayName: {
2448
+ serializedName: "properties.customerDisplayName",
2449
+ readOnly: true,
2450
+ type: {
2451
+ name: "String"
2452
+ }
2453
+ }, invoiceSectionId: {
2454
+ serializedName: "properties.invoiceSectionId",
2455
+ readOnly: true,
2456
+ type: {
2457
+ name: "String"
2458
+ }
2459
+ }, invoiceSectionDisplayName: {
2460
+ serializedName: "properties.invoiceSectionDisplayName",
2461
+ readOnly: true,
2462
+ type: {
2463
+ name: "String"
2464
+ }
2465
+ }, reseller: {
2466
+ serializedName: "properties.reseller",
2467
+ type: {
2468
+ name: "Composite",
2469
+ className: "Reseller"
2470
+ }
2471
+ }, skuId: {
2472
+ serializedName: "properties.skuId",
2473
+ type: {
2474
+ name: "String"
2475
+ }
2476
+ }, skuDescription: {
2477
+ serializedName: "properties.skuDescription",
2478
+ readOnly: true,
2479
+ type: {
2480
+ name: "String"
2481
+ }
2482
+ }, suspensionReasons: {
2483
+ serializedName: "properties.suspensionReasons",
2484
+ readOnly: true,
2485
+ type: {
2486
+ name: "Sequence",
2487
+ element: {
2488
+ type: {
2489
+ name: "String"
2490
+ }
2491
+ }
2492
+ }
2493
+ } })
2494
+ }
2495
+ };
2496
+ export const Product = {
2497
+ type: {
2498
+ name: "Composite",
2499
+ className: "Product",
2500
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { autoRenew: {
2501
+ serializedName: "properties.autoRenew",
2502
+ type: {
2503
+ name: "String"
2504
+ }
2505
+ }, displayName: {
2506
+ serializedName: "properties.displayName",
2507
+ readOnly: true,
2508
+ type: {
2509
+ name: "String"
2510
+ }
2511
+ }, purchaseDate: {
2512
+ serializedName: "properties.purchaseDate",
2513
+ readOnly: true,
2514
+ type: {
2515
+ name: "DateTime"
2516
+ }
2517
+ }, productTypeId: {
2518
+ serializedName: "properties.productTypeId",
2519
+ readOnly: true,
2520
+ type: {
2521
+ name: "String"
2522
+ }
2523
+ }, productType: {
2524
+ serializedName: "properties.productType",
2525
+ readOnly: true,
2526
+ type: {
2527
+ name: "String"
2528
+ }
2529
+ }, status: {
2530
+ serializedName: "properties.status",
2531
+ type: {
2532
+ name: "String"
2533
+ }
2534
+ }, endDate: {
2535
+ serializedName: "properties.endDate",
2536
+ readOnly: true,
2537
+ type: {
2538
+ name: "DateTime"
2539
+ }
2540
+ }, billingFrequency: {
2541
+ serializedName: "properties.billingFrequency",
2542
+ type: {
2543
+ name: "String"
2544
+ }
2545
+ }, lastCharge: {
2546
+ serializedName: "properties.lastCharge",
2547
+ type: {
2548
+ name: "Composite",
2549
+ className: "Amount"
2550
+ }
2551
+ }, lastChargeDate: {
2552
+ serializedName: "properties.lastChargeDate",
2553
+ readOnly: true,
2554
+ type: {
2555
+ name: "DateTime"
2556
+ }
2557
+ }, quantity: {
2558
+ serializedName: "properties.quantity",
2559
+ readOnly: true,
2560
+ type: {
2561
+ name: "Number"
2562
+ }
2563
+ }, skuId: {
2564
+ serializedName: "properties.skuId",
2565
+ readOnly: true,
2566
+ type: {
2567
+ name: "String"
2568
+ }
2569
+ }, skuDescription: {
2570
+ serializedName: "properties.skuDescription",
2571
+ readOnly: true,
2572
+ type: {
2573
+ name: "String"
2574
+ }
2575
+ }, tenantId: {
2576
+ serializedName: "properties.tenantId",
2577
+ readOnly: true,
2578
+ type: {
2579
+ name: "String"
2580
+ }
2581
+ }, availabilityId: {
2582
+ serializedName: "properties.availabilityId",
2583
+ readOnly: true,
2584
+ type: {
2585
+ name: "String"
2586
+ }
2587
+ }, invoiceSectionId: {
2588
+ serializedName: "properties.invoiceSectionId",
2589
+ readOnly: true,
2590
+ type: {
2591
+ name: "String"
2592
+ }
2593
+ }, invoiceSectionDisplayName: {
2594
+ serializedName: "properties.invoiceSectionDisplayName",
2595
+ readOnly: true,
2596
+ type: {
2597
+ name: "String"
2598
+ }
2599
+ }, billingProfileId: {
2600
+ serializedName: "properties.billingProfileId",
2601
+ readOnly: true,
2602
+ type: {
2603
+ name: "String"
2604
+ }
2605
+ }, billingProfileDisplayName: {
2606
+ serializedName: "properties.billingProfileDisplayName",
2607
+ readOnly: true,
2608
+ type: {
2609
+ name: "String"
2610
+ }
2611
+ }, customerId: {
2612
+ serializedName: "properties.customerId",
2613
+ readOnly: true,
2614
+ type: {
2615
+ name: "String"
2616
+ }
2617
+ }, customerDisplayName: {
2618
+ serializedName: "properties.customerDisplayName",
2619
+ readOnly: true,
2620
+ type: {
2621
+ name: "String"
2622
+ }
2623
+ }, reseller: {
2624
+ serializedName: "properties.reseller",
2625
+ type: {
2626
+ name: "Composite",
2627
+ className: "Reseller"
2628
+ }
2629
+ } })
2630
+ }
2631
+ };
2632
+ export const Invoice = {
2633
+ type: {
2634
+ name: "Composite",
2635
+ className: "Invoice",
2636
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { dueDate: {
2637
+ serializedName: "properties.dueDate",
2638
+ readOnly: true,
2639
+ type: {
2640
+ name: "DateTime"
2641
+ }
2642
+ }, invoiceDate: {
2643
+ serializedName: "properties.invoiceDate",
2644
+ readOnly: true,
2645
+ type: {
2646
+ name: "DateTime"
2647
+ }
2648
+ }, status: {
2649
+ serializedName: "properties.status",
2650
+ readOnly: true,
2651
+ type: {
2652
+ name: "String"
2653
+ }
2654
+ }, amountDue: {
2655
+ serializedName: "properties.amountDue",
2656
+ type: {
2657
+ name: "Composite",
2658
+ className: "Amount"
2659
+ }
2660
+ }, azurePrepaymentApplied: {
2661
+ serializedName: "properties.azurePrepaymentApplied",
2662
+ type: {
2663
+ name: "Composite",
2664
+ className: "Amount"
2665
+ }
2666
+ }, billedAmount: {
2667
+ serializedName: "properties.billedAmount",
2668
+ type: {
2669
+ name: "Composite",
2670
+ className: "Amount"
2671
+ }
2672
+ }, creditAmount: {
2673
+ serializedName: "properties.creditAmount",
2674
+ type: {
2675
+ name: "Composite",
2676
+ className: "Amount"
2677
+ }
2678
+ }, freeAzureCreditApplied: {
2679
+ serializedName: "properties.freeAzureCreditApplied",
2680
+ type: {
2681
+ name: "Composite",
2682
+ className: "Amount"
2683
+ }
2684
+ }, subTotal: {
2685
+ serializedName: "properties.subTotal",
2686
+ type: {
2687
+ name: "Composite",
2688
+ className: "Amount"
2689
+ }
2690
+ }, taxAmount: {
2691
+ serializedName: "properties.taxAmount",
2692
+ type: {
2693
+ name: "Composite",
2694
+ className: "Amount"
2695
+ }
2696
+ }, totalAmount: {
2697
+ serializedName: "properties.totalAmount",
2698
+ type: {
2699
+ name: "Composite",
2700
+ className: "Amount"
2701
+ }
2702
+ }, invoicePeriodStartDate: {
2703
+ serializedName: "properties.invoicePeriodStartDate",
2704
+ readOnly: true,
2705
+ type: {
2706
+ name: "DateTime"
2707
+ }
2708
+ }, invoicePeriodEndDate: {
2709
+ serializedName: "properties.invoicePeriodEndDate",
2710
+ readOnly: true,
2711
+ type: {
2712
+ name: "DateTime"
2713
+ }
2714
+ }, invoiceType: {
2715
+ serializedName: "properties.invoiceType",
2716
+ readOnly: true,
2717
+ type: {
2718
+ name: "String"
2719
+ }
2720
+ }, isMonthlyInvoice: {
2721
+ serializedName: "properties.isMonthlyInvoice",
2722
+ readOnly: true,
2723
+ type: {
2724
+ name: "Boolean"
2725
+ }
2726
+ }, billingProfileId: {
2727
+ serializedName: "properties.billingProfileId",
2728
+ readOnly: true,
2729
+ type: {
2730
+ name: "String"
2731
+ }
2732
+ }, billingProfileDisplayName: {
2733
+ serializedName: "properties.billingProfileDisplayName",
2734
+ readOnly: true,
2735
+ type: {
2736
+ name: "String"
2737
+ }
2738
+ }, purchaseOrderNumber: {
2739
+ serializedName: "properties.purchaseOrderNumber",
2740
+ readOnly: true,
2741
+ type: {
2742
+ name: "String"
2743
+ }
2744
+ }, documents: {
2745
+ serializedName: "properties.documents",
2746
+ readOnly: true,
2747
+ type: {
2748
+ name: "Sequence",
2749
+ element: {
2750
+ type: {
2751
+ name: "Composite",
2752
+ className: "Document"
2753
+ }
2754
+ }
2755
+ }
2756
+ }, payments: {
2757
+ serializedName: "properties.payments",
2758
+ readOnly: true,
2759
+ type: {
2760
+ name: "Sequence",
2761
+ element: {
2762
+ type: {
2763
+ name: "Composite",
2764
+ className: "PaymentProperties"
2765
+ }
2766
+ }
2767
+ }
2768
+ }, rebillDetails: {
2769
+ serializedName: "properties.rebillDetails",
2770
+ readOnly: true,
2771
+ type: {
2772
+ name: "Dictionary",
2773
+ value: { type: { name: "Composite", className: "RebillDetails" } }
2774
+ }
2775
+ }, documentType: {
2776
+ serializedName: "properties.documentType",
2777
+ readOnly: true,
2778
+ type: {
2779
+ name: "String"
2780
+ }
2781
+ }, billedDocumentId: {
2782
+ serializedName: "properties.billedDocumentId",
2783
+ readOnly: true,
2784
+ type: {
2785
+ name: "String"
2786
+ }
2787
+ }, creditForDocumentId: {
2788
+ serializedName: "properties.creditForDocumentId",
2789
+ readOnly: true,
2790
+ type: {
2791
+ name: "String"
2792
+ }
2793
+ }, subscriptionId: {
2794
+ serializedName: "properties.subscriptionId",
2795
+ readOnly: true,
2796
+ type: {
2797
+ name: "String"
2798
+ }
2799
+ } })
2800
+ }
2801
+ };
2802
+ export const Transaction = {
2803
+ type: {
2804
+ name: "Composite",
2805
+ className: "Transaction",
2806
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { kind: {
2807
+ serializedName: "properties.kind",
2808
+ type: {
2809
+ name: "String"
2810
+ }
2811
+ }, date: {
2812
+ serializedName: "properties.date",
2813
+ readOnly: true,
2814
+ type: {
2815
+ name: "DateTime"
2816
+ }
2817
+ }, invoice: {
2818
+ serializedName: "properties.invoice",
2819
+ readOnly: true,
2820
+ type: {
2821
+ name: "String"
2822
+ }
2823
+ }, invoiceId: {
2824
+ serializedName: "properties.invoiceId",
2825
+ readOnly: true,
2826
+ type: {
2827
+ name: "String"
2828
+ }
2829
+ }, orderId: {
2830
+ serializedName: "properties.orderId",
2831
+ readOnly: true,
2832
+ type: {
2833
+ name: "String"
2834
+ }
2835
+ }, orderName: {
2836
+ serializedName: "properties.orderName",
2837
+ readOnly: true,
2838
+ type: {
2839
+ name: "String"
2840
+ }
2841
+ }, productFamily: {
2842
+ serializedName: "properties.productFamily",
2843
+ readOnly: true,
2844
+ type: {
2845
+ name: "String"
2846
+ }
2847
+ }, productTypeId: {
2848
+ serializedName: "properties.productTypeId",
2849
+ readOnly: true,
2850
+ type: {
2851
+ name: "String"
2852
+ }
2853
+ }, productType: {
2854
+ serializedName: "properties.productType",
2855
+ readOnly: true,
2856
+ type: {
2857
+ name: "String"
2858
+ }
2859
+ }, productDescription: {
2860
+ serializedName: "properties.productDescription",
2861
+ readOnly: true,
2862
+ type: {
2863
+ name: "String"
2864
+ }
2865
+ }, transactionType: {
2866
+ serializedName: "properties.transactionType",
2867
+ type: {
2868
+ name: "String"
2869
+ }
2870
+ }, transactionAmount: {
2871
+ serializedName: "properties.transactionAmount",
2872
+ type: {
2873
+ name: "Composite",
2874
+ className: "Amount"
2875
+ }
2876
+ }, quantity: {
2877
+ serializedName: "properties.quantity",
2878
+ readOnly: true,
2879
+ type: {
2880
+ name: "Number"
2881
+ }
2882
+ }, invoiceSectionId: {
2883
+ serializedName: "properties.invoiceSectionId",
2884
+ readOnly: true,
2885
+ type: {
2886
+ name: "String"
2887
+ }
2888
+ }, invoiceSectionDisplayName: {
2889
+ serializedName: "properties.invoiceSectionDisplayName",
2890
+ readOnly: true,
2891
+ type: {
2892
+ name: "String"
2893
+ }
2894
+ }, billingProfileId: {
2895
+ serializedName: "properties.billingProfileId",
2896
+ readOnly: true,
2897
+ type: {
2898
+ name: "String"
2899
+ }
2900
+ }, billingProfileDisplayName: {
2901
+ serializedName: "properties.billingProfileDisplayName",
2902
+ readOnly: true,
2903
+ type: {
2904
+ name: "String"
2905
+ }
2906
+ }, customerId: {
2907
+ serializedName: "properties.customerId",
2908
+ readOnly: true,
2909
+ type: {
2910
+ name: "String"
2911
+ }
2912
+ }, customerDisplayName: {
2913
+ serializedName: "properties.customerDisplayName",
2914
+ readOnly: true,
2915
+ type: {
2916
+ name: "String"
2917
+ }
2918
+ }, subscriptionId: {
2919
+ serializedName: "properties.subscriptionId",
2920
+ readOnly: true,
2921
+ type: {
2922
+ name: "String"
2923
+ }
2924
+ }, subscriptionName: {
2925
+ serializedName: "properties.subscriptionName",
2926
+ readOnly: true,
2927
+ type: {
2928
+ name: "String"
2929
+ }
2930
+ }, azurePlan: {
2931
+ serializedName: "properties.azurePlan",
2932
+ readOnly: true,
2933
+ type: {
2934
+ name: "String"
2935
+ }
2936
+ }, azureCreditApplied: {
2937
+ serializedName: "properties.azureCreditApplied",
2938
+ type: {
2939
+ name: "Composite",
2940
+ className: "Amount"
2941
+ }
2942
+ }, billingCurrency: {
2943
+ serializedName: "properties.billingCurrency",
2944
+ readOnly: true,
2945
+ type: {
2946
+ name: "String"
2947
+ }
2948
+ }, discount: {
2949
+ serializedName: "properties.discount",
2950
+ readOnly: true,
2951
+ type: {
2952
+ name: "Number"
2953
+ }
2954
+ }, effectivePrice: {
2955
+ serializedName: "properties.effectivePrice",
2956
+ type: {
2957
+ name: "Composite",
2958
+ className: "Amount"
2959
+ }
2960
+ }, exchangeRate: {
2961
+ serializedName: "properties.exchangeRate",
2962
+ readOnly: true,
2963
+ type: {
2964
+ name: "Number"
2965
+ }
2966
+ }, marketPrice: {
2967
+ serializedName: "properties.marketPrice",
2968
+ type: {
2969
+ name: "Composite",
2970
+ className: "Amount"
2971
+ }
2972
+ }, pricingCurrency: {
2973
+ serializedName: "properties.pricingCurrency",
2974
+ readOnly: true,
2975
+ type: {
2976
+ name: "String"
2977
+ }
2978
+ }, servicePeriodStartDate: {
2979
+ serializedName: "properties.servicePeriodStartDate",
2980
+ readOnly: true,
2981
+ type: {
2982
+ name: "DateTime"
2983
+ }
2984
+ }, servicePeriodEndDate: {
2985
+ serializedName: "properties.servicePeriodEndDate",
2986
+ readOnly: true,
2987
+ type: {
2988
+ name: "DateTime"
2989
+ }
2990
+ }, subTotal: {
2991
+ serializedName: "properties.subTotal",
2992
+ type: {
2993
+ name: "Composite",
2994
+ className: "Amount"
2995
+ }
2996
+ }, tax: {
2997
+ serializedName: "properties.tax",
2998
+ type: {
2999
+ name: "Composite",
3000
+ className: "Amount"
3001
+ }
3002
+ }, unitOfMeasure: {
3003
+ serializedName: "properties.unitOfMeasure",
3004
+ readOnly: true,
3005
+ type: {
3006
+ name: "String"
3007
+ }
3008
+ }, units: {
3009
+ serializedName: "properties.units",
3010
+ readOnly: true,
3011
+ type: {
3012
+ name: "Number"
3013
+ }
3014
+ }, unitType: {
3015
+ serializedName: "properties.unitType",
3016
+ readOnly: true,
3017
+ type: {
3018
+ name: "String"
3019
+ }
3020
+ } })
3021
+ }
3022
+ };
3023
+ export const Policy = {
3024
+ type: {
3025
+ name: "Composite",
3026
+ className: "Policy",
3027
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { marketplacePurchases: {
3028
+ serializedName: "properties.marketplacePurchases",
3029
+ type: {
3030
+ name: "String"
3031
+ }
3032
+ }, reservationPurchases: {
3033
+ serializedName: "properties.reservationPurchases",
3034
+ type: {
3035
+ name: "String"
3036
+ }
3037
+ }, viewCharges: {
3038
+ serializedName: "properties.viewCharges",
3039
+ type: {
3040
+ name: "String"
3041
+ }
3042
+ } })
3043
+ }
3044
+ };
3045
+ export const CustomerPolicy = {
3046
+ type: {
3047
+ name: "Composite",
3048
+ className: "CustomerPolicy",
3049
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { viewCharges: {
3050
+ serializedName: "properties.viewCharges",
3051
+ type: {
3052
+ name: "String"
3053
+ }
3054
+ } })
3055
+ }
3056
+ };
3057
+ export const BillingProperty = {
3058
+ type: {
3059
+ name: "Composite",
3060
+ className: "BillingProperty",
3061
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { accountAdminNotificationEmailAddress: {
3062
+ serializedName: "properties.accountAdminNotificationEmailAddress",
3063
+ readOnly: true,
3064
+ type: {
3065
+ name: "String"
3066
+ }
3067
+ }, billingTenantId: {
3068
+ serializedName: "properties.billingTenantId",
3069
+ readOnly: true,
3070
+ type: {
3071
+ name: "String"
3072
+ }
3073
+ }, billingAccountId: {
3074
+ serializedName: "properties.billingAccountId",
3075
+ readOnly: true,
3076
+ type: {
3077
+ name: "String"
3078
+ }
3079
+ }, billingAccountDisplayName: {
3080
+ serializedName: "properties.billingAccountDisplayName",
3081
+ readOnly: true,
3082
+ type: {
3083
+ name: "String"
3084
+ }
3085
+ }, billingProfileId: {
3086
+ serializedName: "properties.billingProfileId",
3087
+ readOnly: true,
3088
+ type: {
3089
+ name: "String"
3090
+ }
3091
+ }, billingProfileDisplayName: {
3092
+ serializedName: "properties.billingProfileDisplayName",
3093
+ readOnly: true,
3094
+ type: {
3095
+ name: "String"
3096
+ }
3097
+ }, billingProfileStatus: {
3098
+ serializedName: "properties.billingProfileStatus",
3099
+ readOnly: true,
3100
+ type: {
3101
+ name: "String"
3102
+ }
3103
+ }, billingProfileStatusReasonCode: {
3104
+ serializedName: "properties.billingProfileStatusReasonCode",
3105
+ readOnly: true,
3106
+ type: {
3107
+ name: "String"
3108
+ }
3109
+ }, billingProfileSpendingLimit: {
3110
+ serializedName: "properties.billingProfileSpendingLimit",
3111
+ readOnly: true,
3112
+ type: {
3113
+ name: "String"
3114
+ }
3115
+ }, costCenter: {
3116
+ serializedName: "properties.costCenter",
3117
+ type: {
3118
+ name: "String"
3119
+ }
3120
+ }, invoiceSectionId: {
3121
+ serializedName: "properties.invoiceSectionId",
3122
+ readOnly: true,
3123
+ type: {
3124
+ name: "String"
3125
+ }
3126
+ }, invoiceSectionDisplayName: {
3127
+ serializedName: "properties.invoiceSectionDisplayName",
3128
+ readOnly: true,
3129
+ type: {
3130
+ name: "String"
3131
+ }
3132
+ }, isAccountAdmin: {
3133
+ serializedName: "properties.isAccountAdmin",
3134
+ readOnly: true,
3135
+ type: {
3136
+ name: "Boolean"
3137
+ }
3138
+ }, productId: {
3139
+ serializedName: "properties.productId",
3140
+ readOnly: true,
3141
+ type: {
3142
+ name: "String"
3143
+ }
3144
+ }, productName: {
3145
+ serializedName: "properties.productName",
3146
+ readOnly: true,
3147
+ type: {
3148
+ name: "String"
3149
+ }
3150
+ }, skuId: {
3151
+ serializedName: "properties.skuId",
3152
+ readOnly: true,
3153
+ type: {
3154
+ name: "String"
3155
+ }
3156
+ }, skuDescription: {
3157
+ serializedName: "properties.skuDescription",
3158
+ readOnly: true,
3159
+ type: {
3160
+ name: "String"
3161
+ }
3162
+ } })
3163
+ }
3164
+ };
3165
+ export const BillingRoleDefinition = {
3166
+ type: {
3167
+ name: "Composite",
3168
+ className: "BillingRoleDefinition",
3169
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { description: {
3170
+ serializedName: "properties.description",
3171
+ readOnly: true,
3172
+ type: {
3173
+ name: "String"
3174
+ }
3175
+ }, permissions: {
3176
+ serializedName: "properties.permissions",
3177
+ type: {
3178
+ name: "Sequence",
3179
+ element: {
3180
+ type: {
3181
+ name: "Composite",
3182
+ className: "BillingPermissionsProperties"
3183
+ }
3184
+ }
3185
+ }
3186
+ }, roleName: {
3187
+ serializedName: "properties.roleName",
3188
+ readOnly: true,
3189
+ type: {
3190
+ name: "String"
3191
+ }
3192
+ } })
3193
+ }
3194
+ };
3195
+ export const BillingRoleAssignment = {
3196
+ type: {
3197
+ name: "Composite",
3198
+ className: "BillingRoleAssignment",
3199
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { createdOn: {
3200
+ serializedName: "properties.createdOn",
3201
+ readOnly: true,
3202
+ type: {
3203
+ name: "String"
3204
+ }
3205
+ }, createdByPrincipalTenantId: {
3206
+ serializedName: "properties.createdByPrincipalTenantId",
3207
+ readOnly: true,
3208
+ type: {
3209
+ name: "String"
3210
+ }
3211
+ }, createdByPrincipalId: {
3212
+ serializedName: "properties.createdByPrincipalId",
3213
+ readOnly: true,
3214
+ type: {
3215
+ name: "String"
3216
+ }
3217
+ }, createdByUserEmailAddress: {
3218
+ serializedName: "properties.createdByUserEmailAddress",
3219
+ readOnly: true,
3220
+ type: {
3221
+ name: "String"
3222
+ }
3223
+ }, principalId: {
3224
+ serializedName: "properties.principalId",
3225
+ type: {
3226
+ name: "String"
3227
+ }
3228
+ }, principalTenantId: {
3229
+ serializedName: "properties.principalTenantId",
3230
+ type: {
3231
+ name: "String"
3232
+ }
3233
+ }, roleDefinitionId: {
3234
+ serializedName: "properties.roleDefinitionId",
3235
+ type: {
3236
+ name: "String"
3237
+ }
3238
+ }, scope: {
3239
+ serializedName: "properties.scope",
3240
+ readOnly: true,
3241
+ type: {
3242
+ name: "String"
3243
+ }
3244
+ }, userAuthenticationType: {
3245
+ serializedName: "properties.userAuthenticationType",
3246
+ type: {
3247
+ name: "String"
3248
+ }
3249
+ }, userEmailAddress: {
3250
+ serializedName: "properties.userEmailAddress",
3251
+ type: {
3252
+ name: "String"
3253
+ }
3254
+ } })
3255
+ }
3256
+ };
3257
+ export const Agreement = {
3258
+ type: {
3259
+ name: "Composite",
3260
+ className: "Agreement",
3261
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { agreementLink: {
3262
+ serializedName: "properties.agreementLink",
3263
+ readOnly: true,
3264
+ type: {
3265
+ name: "String"
3266
+ }
3267
+ }, category: {
3268
+ serializedName: "properties.category",
3269
+ readOnly: true,
3270
+ type: {
3271
+ name: "String"
3272
+ }
3273
+ }, acceptanceMode: {
3274
+ serializedName: "properties.acceptanceMode",
3275
+ readOnly: true,
3276
+ type: {
3277
+ name: "String"
3278
+ }
3279
+ }, effectiveDate: {
3280
+ serializedName: "properties.effectiveDate",
3281
+ readOnly: true,
3282
+ type: {
3283
+ name: "DateTime"
3284
+ }
3285
+ }, expirationDate: {
3286
+ serializedName: "properties.expirationDate",
3287
+ readOnly: true,
3288
+ type: {
3289
+ name: "DateTime"
3290
+ }
3291
+ }, participants: {
3292
+ serializedName: "properties.participants",
3293
+ type: {
3294
+ name: "Sequence",
3295
+ element: {
3296
+ type: {
3297
+ name: "Composite",
3298
+ className: "Participants"
3299
+ }
3300
+ }
3301
+ }
3302
+ }, status: {
3303
+ serializedName: "properties.status",
3304
+ readOnly: true,
3305
+ type: {
3306
+ name: "String"
3307
+ }
3308
+ } })
3309
+ }
3310
+ };
3311
+ export const EnrollmentAccountSummary = {
3312
+ type: {
3313
+ name: "Composite",
3314
+ className: "EnrollmentAccountSummary",
3315
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { principalName: {
3316
+ serializedName: "properties.principalName",
3317
+ readOnly: true,
3318
+ type: {
3319
+ name: "String"
3320
+ }
3321
+ } })
3322
+ }
3323
+ };
3324
+ export const BillingPeriod = {
3325
+ type: {
3326
+ name: "Composite",
3327
+ className: "BillingPeriod",
3328
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { billingPeriodStartDate: {
3329
+ serializedName: "properties.billingPeriodStartDate",
3330
+ readOnly: true,
3331
+ type: {
3332
+ name: "Date"
3333
+ }
3334
+ }, billingPeriodEndDate: {
3335
+ serializedName: "properties.billingPeriodEndDate",
3336
+ readOnly: true,
3337
+ type: {
3338
+ name: "Date"
3339
+ }
3340
+ }, invoiceIds: {
3341
+ serializedName: "properties.invoiceIds",
3342
+ readOnly: true,
3343
+ type: {
3344
+ name: "Sequence",
3345
+ element: {
3346
+ type: {
3347
+ name: "String"
3348
+ }
3349
+ }
3350
+ }
3351
+ } })
3352
+ }
3353
+ };
3354
+ export const BillingProfilesCreateOrUpdateHeaders = {
3355
+ type: {
3356
+ name: "Composite",
3357
+ className: "BillingProfilesCreateOrUpdateHeaders",
3358
+ modelProperties: {
3359
+ location: {
3360
+ serializedName: "location",
3361
+ type: {
3362
+ name: "String"
3363
+ }
3364
+ },
3365
+ retryAfter: {
3366
+ serializedName: "retry-after",
3367
+ type: {
3368
+ name: "Number"
3369
+ }
3370
+ }
3371
+ }
3372
+ }
3373
+ };
3374
+ export const InvoiceSectionsCreateOrUpdateHeaders = {
3375
+ type: {
3376
+ name: "Composite",
3377
+ className: "InvoiceSectionsCreateOrUpdateHeaders",
3378
+ modelProperties: {
3379
+ location: {
3380
+ serializedName: "location",
3381
+ type: {
3382
+ name: "String"
3383
+ }
3384
+ },
3385
+ retryAfter: {
3386
+ serializedName: "retry-after",
3387
+ type: {
3388
+ name: "Number"
3389
+ }
3390
+ }
3391
+ }
3392
+ }
3393
+ };
3394
+ export const BillingSubscriptionsMoveHeaders = {
3395
+ type: {
3396
+ name: "Composite",
3397
+ className: "BillingSubscriptionsMoveHeaders",
3398
+ modelProperties: {
3399
+ location: {
3400
+ serializedName: "location",
3401
+ type: {
3402
+ name: "String"
3403
+ }
3404
+ },
3405
+ retryAfter: {
3406
+ serializedName: "retry-after",
3407
+ type: {
3408
+ name: "Number"
3409
+ }
3410
+ }
3411
+ }
3412
+ }
3413
+ };
3414
+ export const ProductsMoveHeaders = {
3415
+ type: {
3416
+ name: "Composite",
3417
+ className: "ProductsMoveHeaders",
3418
+ modelProperties: {
3419
+ location: {
3420
+ serializedName: "location",
3421
+ type: {
3422
+ name: "String"
3423
+ }
3424
+ },
3425
+ retryAfter: {
3426
+ serializedName: "retry-after",
3427
+ type: {
3428
+ name: "Number"
3429
+ }
3430
+ }
3431
+ }
3432
+ }
3433
+ };
3434
+ export const InvoicesDownloadInvoiceHeaders = {
3435
+ type: {
3436
+ name: "Composite",
3437
+ className: "InvoicesDownloadInvoiceHeaders",
3438
+ modelProperties: {
3439
+ location: {
3440
+ serializedName: "location",
3441
+ type: {
3442
+ name: "String"
3443
+ }
3444
+ },
3445
+ retryAfter: {
3446
+ serializedName: "retry-after",
3447
+ type: {
3448
+ name: "String"
3449
+ }
3450
+ }
3451
+ }
3452
+ }
3453
+ };
3454
+ export const InvoicesDownloadMultipleBillingProfileInvoicesHeaders = {
3455
+ type: {
3456
+ name: "Composite",
3457
+ className: "InvoicesDownloadMultipleBillingProfileInvoicesHeaders",
3458
+ modelProperties: {
3459
+ location: {
3460
+ serializedName: "location",
3461
+ type: {
3462
+ name: "String"
3463
+ }
3464
+ },
3465
+ retryAfter: {
3466
+ serializedName: "retry-after",
3467
+ type: {
3468
+ name: "String"
3469
+ }
3470
+ }
3471
+ }
3472
+ }
3473
+ };
3474
+ export const InvoicesDownloadBillingSubscriptionInvoiceHeaders = {
3475
+ type: {
3476
+ name: "Composite",
3477
+ className: "InvoicesDownloadBillingSubscriptionInvoiceHeaders",
3478
+ modelProperties: {
3479
+ location: {
3480
+ serializedName: "location",
3481
+ type: {
3482
+ name: "String"
3483
+ }
3484
+ },
3485
+ retryAfter: {
3486
+ serializedName: "retry-after",
3487
+ type: {
3488
+ name: "String"
3489
+ }
3490
+ }
3491
+ }
3492
+ }
3493
+ };
3494
+ export const InvoicesDownloadMultipleBillingSubscriptionInvoicesHeaders = {
3495
+ type: {
3496
+ name: "Composite",
3497
+ className: "InvoicesDownloadMultipleBillingSubscriptionInvoicesHeaders",
3498
+ modelProperties: {
3499
+ location: {
3500
+ serializedName: "location",
3501
+ type: {
3502
+ name: "String"
3503
+ }
3504
+ },
3505
+ retryAfter: {
3506
+ serializedName: "retry-after",
3507
+ type: {
3508
+ name: "String"
3509
+ }
3510
+ }
3511
+ }
3512
+ }
3513
+ };
3514
+ //# sourceMappingURL=mappers.js.map