orb-billing 5.43.0 → 5.45.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 (265) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/core.d.ts +1 -1
  3. package/core.d.ts.map +1 -1
  4. package/core.js +13 -17
  5. package/core.js.map +1 -1
  6. package/core.mjs +13 -17
  7. package/core.mjs.map +1 -1
  8. package/index.d.mts +91 -5
  9. package/index.d.ts +91 -5
  10. package/index.d.ts.map +1 -1
  11. package/index.js +90 -2
  12. package/index.js.map +1 -1
  13. package/index.mjs +91 -3
  14. package/index.mjs.map +1 -1
  15. package/internal/utils/query.d.ts +2 -0
  16. package/internal/utils/query.d.ts.map +1 -0
  17. package/internal/utils/query.js +33 -0
  18. package/internal/utils/query.js.map +1 -0
  19. package/internal/utils/query.mjs +6 -0
  20. package/internal/utils/query.mjs.map +1 -0
  21. package/package.json +1 -1
  22. package/resources/alerts.d.ts +32 -1
  23. package/resources/alerts.d.ts.map +1 -1
  24. package/resources/alerts.js +6 -0
  25. package/resources/alerts.js.map +1 -1
  26. package/resources/alerts.mjs +6 -0
  27. package/resources/alerts.mjs.map +1 -1
  28. package/resources/beta/beta.d.ts +8293 -140
  29. package/resources/beta/beta.d.ts.map +1 -1
  30. package/resources/beta/beta.js +5 -0
  31. package/resources/beta/beta.js.map +1 -1
  32. package/resources/beta/beta.mjs +5 -0
  33. package/resources/beta/beta.mjs.map +1 -1
  34. package/resources/beta/external-plan-id.d.ts +8293 -140
  35. package/resources/beta/external-plan-id.d.ts.map +1 -1
  36. package/resources/beta/external-plan-id.js +5 -0
  37. package/resources/beta/external-plan-id.js.map +1 -1
  38. package/resources/beta/external-plan-id.mjs +5 -0
  39. package/resources/beta/external-plan-id.mjs.map +1 -1
  40. package/resources/coupons/coupons.d.ts +3 -0
  41. package/resources/coupons/coupons.d.ts.map +1 -1
  42. package/resources/coupons/coupons.js +3 -0
  43. package/resources/coupons/coupons.js.map +1 -1
  44. package/resources/coupons/coupons.mjs +3 -0
  45. package/resources/coupons/coupons.mjs.map +1 -1
  46. package/resources/coupons/subscriptions.d.ts +3 -0
  47. package/resources/coupons/subscriptions.d.ts.map +1 -1
  48. package/resources/coupons/subscriptions.js +3 -0
  49. package/resources/coupons/subscriptions.js.map +1 -1
  50. package/resources/coupons/subscriptions.mjs +3 -0
  51. package/resources/coupons/subscriptions.mjs.map +1 -1
  52. package/resources/credit-blocks.d.ts +85 -1
  53. package/resources/credit-blocks.d.ts.map +1 -1
  54. package/resources/credit-blocks.js +22 -0
  55. package/resources/credit-blocks.js.map +1 -1
  56. package/resources/credit-blocks.mjs +22 -0
  57. package/resources/credit-blocks.mjs.map +1 -1
  58. package/resources/credit-notes.d.ts +4 -0
  59. package/resources/credit-notes.d.ts.map +1 -1
  60. package/resources/credit-notes.js +4 -0
  61. package/resources/credit-notes.js.map +1 -1
  62. package/resources/credit-notes.mjs +4 -0
  63. package/resources/credit-notes.mjs.map +1 -1
  64. package/resources/customers/balance-transactions.d.ts +16 -0
  65. package/resources/customers/balance-transactions.d.ts.map +1 -1
  66. package/resources/customers/balance-transactions.js +16 -0
  67. package/resources/customers/balance-transactions.js.map +1 -1
  68. package/resources/customers/balance-transactions.mjs +16 -0
  69. package/resources/customers/balance-transactions.mjs.map +1 -1
  70. package/resources/customers/costs.d.ts +16 -0
  71. package/resources/customers/costs.d.ts.map +1 -1
  72. package/resources/customers/costs.js +16 -0
  73. package/resources/customers/costs.js.map +1 -1
  74. package/resources/customers/costs.mjs +16 -0
  75. package/resources/customers/costs.mjs.map +1 -1
  76. package/resources/customers/credits/credits.d.ts +39 -0
  77. package/resources/customers/credits/credits.d.ts.map +1 -1
  78. package/resources/customers/credits/credits.js +3 -0
  79. package/resources/customers/credits/credits.js.map +1 -1
  80. package/resources/customers/credits/credits.mjs +3 -0
  81. package/resources/customers/credits/credits.mjs.map +1 -1
  82. package/resources/customers/credits/ledger.d.ts +31 -4
  83. package/resources/customers/credits/ledger.d.ts.map +1 -1
  84. package/resources/customers/credits/ledger.js +19 -2
  85. package/resources/customers/credits/ledger.js.map +1 -1
  86. package/resources/customers/credits/ledger.mjs +19 -2
  87. package/resources/customers/credits/ledger.mjs.map +1 -1
  88. package/resources/customers/credits/top-ups.d.ts +3 -0
  89. package/resources/customers/credits/top-ups.d.ts.map +1 -1
  90. package/resources/customers/credits/top-ups.js +3 -0
  91. package/resources/customers/credits/top-ups.js.map +1 -1
  92. package/resources/customers/credits/top-ups.mjs +3 -0
  93. package/resources/customers/credits/top-ups.mjs.map +1 -1
  94. package/resources/customers/customers.d.ts +33 -12
  95. package/resources/customers/customers.d.ts.map +1 -1
  96. package/resources/customers/customers.js +20 -3
  97. package/resources/customers/customers.js.map +1 -1
  98. package/resources/customers/customers.mjs +20 -3
  99. package/resources/customers/customers.mjs.map +1 -1
  100. package/resources/dimensional-price-groups/external-dimensional-price-group-id.d.ts +1 -1
  101. package/resources/dimensional-price-groups/external-dimensional-price-group-id.d.ts.map +1 -1
  102. package/resources/events/backfills.d.ts +5 -0
  103. package/resources/events/backfills.d.ts.map +1 -1
  104. package/resources/events/backfills.js +5 -0
  105. package/resources/events/backfills.js.map +1 -1
  106. package/resources/events/backfills.mjs +5 -0
  107. package/resources/events/backfills.mjs.map +1 -1
  108. package/resources/events/events.d.ts +5 -0
  109. package/resources/events/events.d.ts.map +1 -1
  110. package/resources/events/events.js +5 -0
  111. package/resources/events/events.js.map +1 -1
  112. package/resources/events/events.mjs +5 -0
  113. package/resources/events/events.mjs.map +1 -1
  114. package/resources/events/volume.d.ts +5 -0
  115. package/resources/events/volume.d.ts.map +1 -1
  116. package/resources/events/volume.js +5 -0
  117. package/resources/events/volume.js.map +1 -1
  118. package/resources/events/volume.mjs +5 -0
  119. package/resources/events/volume.mjs.map +1 -1
  120. package/resources/index.d.ts +4 -2
  121. package/resources/index.d.ts.map +1 -1
  122. package/resources/index.js +7 -1
  123. package/resources/index.js.map +1 -1
  124. package/resources/index.mjs +3 -1
  125. package/resources/index.mjs.map +1 -1
  126. package/resources/invoice-line-items.d.ts +6 -0
  127. package/resources/invoice-line-items.d.ts.map +1 -1
  128. package/resources/invoice-line-items.js +6 -0
  129. package/resources/invoice-line-items.js.map +1 -1
  130. package/resources/invoice-line-items.mjs +6 -0
  131. package/resources/invoice-line-items.mjs.map +1 -1
  132. package/resources/invoices.d.ts +432 -7
  133. package/resources/invoices.d.ts.map +1 -1
  134. package/resources/invoices.js +18 -5
  135. package/resources/invoices.js.map +1 -1
  136. package/resources/invoices.mjs +18 -5
  137. package/resources/invoices.mjs.map +1 -1
  138. package/resources/items.d.ts +6 -2
  139. package/resources/items.d.ts.map +1 -1
  140. package/resources/items.js +4 -0
  141. package/resources/items.js.map +1 -1
  142. package/resources/items.mjs +4 -0
  143. package/resources/items.mjs.map +1 -1
  144. package/resources/license-types.d.ts +113 -0
  145. package/resources/license-types.d.ts.map +1 -0
  146. package/resources/license-types.js +44 -0
  147. package/resources/license-types.js.map +1 -0
  148. package/resources/license-types.mjs +39 -0
  149. package/resources/license-types.mjs.map +1 -0
  150. package/resources/licenses/external-licenses.d.ts +114 -0
  151. package/resources/licenses/external-licenses.d.ts.map +1 -0
  152. package/resources/licenses/external-licenses.js +18 -0
  153. package/resources/licenses/external-licenses.js.map +1 -0
  154. package/resources/licenses/external-licenses.mjs +14 -0
  155. package/resources/licenses/external-licenses.mjs.map +1 -0
  156. package/resources/licenses/index.d.ts +4 -0
  157. package/resources/licenses/index.d.ts.map +1 -0
  158. package/resources/licenses/index.js +12 -0
  159. package/resources/licenses/index.js.map +1 -0
  160. package/resources/licenses/index.mjs +5 -0
  161. package/resources/licenses/index.mjs.map +1 -0
  162. package/resources/licenses/licenses.d.ts +133 -0
  163. package/resources/licenses/licenses.d.ts.map +1 -0
  164. package/resources/licenses/licenses.js +86 -0
  165. package/resources/licenses/licenses.js.map +1 -0
  166. package/resources/licenses/licenses.mjs +58 -0
  167. package/resources/licenses/licenses.mjs.map +1 -0
  168. package/resources/licenses/usage.d.ts +211 -0
  169. package/resources/licenses/usage.d.ts.map +1 -0
  170. package/resources/licenses/usage.js +25 -0
  171. package/resources/licenses/usage.js.map +1 -0
  172. package/resources/licenses/usage.mjs +21 -0
  173. package/resources/licenses/usage.mjs.map +1 -0
  174. package/resources/licenses.d.ts +2 -0
  175. package/resources/licenses.d.ts.map +1 -0
  176. package/resources/licenses.js +19 -0
  177. package/resources/licenses.js.map +1 -0
  178. package/resources/licenses.mjs +3 -0
  179. package/resources/licenses.mjs.map +1 -0
  180. package/resources/metrics.d.ts +7 -0
  181. package/resources/metrics.d.ts.map +1 -1
  182. package/resources/metrics.js +4 -0
  183. package/resources/metrics.js.map +1 -1
  184. package/resources/metrics.mjs +4 -0
  185. package/resources/metrics.mjs.map +1 -1
  186. package/resources/plans/external-plan-id.d.ts +5 -0
  187. package/resources/plans/external-plan-id.d.ts.map +1 -1
  188. package/resources/plans/external-plan-id.js +5 -0
  189. package/resources/plans/external-plan-id.js.map +1 -1
  190. package/resources/plans/external-plan-id.mjs +5 -0
  191. package/resources/plans/external-plan-id.mjs.map +1 -1
  192. package/resources/plans/migrations.d.ts +5 -0
  193. package/resources/plans/migrations.d.ts.map +1 -1
  194. package/resources/plans/migrations.js +5 -0
  195. package/resources/plans/migrations.js.map +1 -1
  196. package/resources/plans/migrations.mjs +5 -0
  197. package/resources/plans/migrations.mjs.map +1 -1
  198. package/resources/plans/plans.d.ts +4200 -121
  199. package/resources/plans/plans.d.ts.map +1 -1
  200. package/resources/plans/plans.js +5 -0
  201. package/resources/plans/plans.js.map +1 -1
  202. package/resources/plans/plans.mjs +5 -0
  203. package/resources/plans/plans.mjs.map +1 -1
  204. package/resources/prices/external-price-id.d.ts +9 -0
  205. package/resources/prices/external-price-id.d.ts.map +1 -1
  206. package/resources/prices/external-price-id.js +9 -0
  207. package/resources/prices/external-price-id.js.map +1 -1
  208. package/resources/prices/external-price-id.mjs +9 -0
  209. package/resources/prices/external-price-id.mjs.map +1 -1
  210. package/resources/prices/prices.d.ts +198 -0
  211. package/resources/prices/prices.d.ts.map +1 -1
  212. package/resources/prices/prices.js +9 -0
  213. package/resources/prices/prices.js.map +1 -1
  214. package/resources/prices/prices.mjs +9 -0
  215. package/resources/prices/prices.mjs.map +1 -1
  216. package/resources/shared.d.ts +1040 -6
  217. package/resources/shared.d.ts.map +1 -1
  218. package/resources/shared.js.map +1 -1
  219. package/resources/shared.mjs.map +1 -1
  220. package/resources/subscriptions.d.ts +262 -0
  221. package/resources/subscriptions.d.ts.map +1 -1
  222. package/resources/subscriptions.js.map +1 -1
  223. package/resources/subscriptions.mjs.map +1 -1
  224. package/src/core.ts +16 -21
  225. package/src/index.ts +149 -5
  226. package/src/internal/utils/query.ts +7 -0
  227. package/src/resources/alerts.ts +38 -1
  228. package/src/resources/beta/beta.ts +9945 -194
  229. package/src/resources/beta/external-plan-id.ts +9945 -194
  230. package/src/resources/coupons/coupons.ts +3 -0
  231. package/src/resources/coupons/subscriptions.ts +3 -0
  232. package/src/resources/credit-blocks.ts +110 -1
  233. package/src/resources/credit-notes.ts +4 -0
  234. package/src/resources/customers/balance-transactions.ts +16 -0
  235. package/src/resources/customers/costs.ts +16 -0
  236. package/src/resources/customers/credits/credits.ts +45 -0
  237. package/src/resources/customers/credits/ledger.ts +33 -4
  238. package/src/resources/customers/credits/top-ups.ts +3 -0
  239. package/src/resources/customers/customers.ts +61 -12
  240. package/src/resources/dimensional-price-groups/external-dimensional-price-group-id.ts +1 -1
  241. package/src/resources/events/backfills.ts +5 -0
  242. package/src/resources/events/events.ts +5 -0
  243. package/src/resources/events/volume.ts +5 -0
  244. package/src/resources/index.ts +29 -1
  245. package/src/resources/invoice-line-items.ts +6 -0
  246. package/src/resources/invoices.ts +523 -6
  247. package/src/resources/items.ts +8 -2
  248. package/src/resources/license-types.ts +163 -0
  249. package/src/resources/licenses/external-licenses.ts +147 -0
  250. package/src/resources/licenses/index.ts +27 -0
  251. package/src/resources/licenses/licenses.ts +248 -0
  252. package/src/resources/licenses/usage.ts +280 -0
  253. package/src/resources/licenses.ts +3 -0
  254. package/src/resources/metrics.ts +6 -0
  255. package/src/resources/plans/external-plan-id.ts +5 -0
  256. package/src/resources/plans/migrations.ts +5 -0
  257. package/src/resources/plans/plans.ts +5004 -126
  258. package/src/resources/prices/external-price-id.ts +9 -0
  259. package/src/resources/prices/prices.ts +237 -0
  260. package/src/resources/shared.ts +1213 -0
  261. package/src/resources/subscriptions.ts +311 -0
  262. package/src/version.ts +1 -1
  263. package/version.d.ts +1 -1
  264. package/version.js +1 -1
  265. package/version.mjs +1 -1
@@ -1183,6 +1183,11 @@ export interface NewSubscriptionBulkPrice {
1183
1183
  */
1184
1184
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
1185
1185
 
1186
+ /**
1187
+ * The ID of the license type to associate with this price.
1188
+ */
1189
+ license_type_id?: string | null;
1190
+
1186
1191
  /**
1187
1192
  * User-specified key/value pairs for the resource. Individual keys can be removed
1188
1193
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -1284,6 +1289,11 @@ export interface NewSubscriptionBulkWithProrationPrice {
1284
1289
  */
1285
1290
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
1286
1291
 
1292
+ /**
1293
+ * The ID of the license type to associate with this price.
1294
+ */
1295
+ license_type_id?: string | null;
1296
+
1287
1297
  /**
1288
1298
  * User-specified key/value pairs for the resource. Individual keys can be removed
1289
1299
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -1414,6 +1424,11 @@ export interface NewSubscriptionCumulativeGroupedBulkPrice {
1414
1424
  */
1415
1425
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
1416
1426
 
1427
+ /**
1428
+ * The ID of the license type to associate with this price.
1429
+ */
1430
+ license_type_id?: string | null;
1431
+
1417
1432
  /**
1418
1433
  * User-specified key/value pairs for the resource. Individual keys can be removed
1419
1434
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -1551,6 +1566,11 @@ export interface NewSubscriptionGroupedAllocationPrice {
1551
1566
  */
1552
1567
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
1553
1568
 
1569
+ /**
1570
+ * The ID of the license type to associate with this price.
1571
+ */
1572
+ license_type_id?: string | null;
1573
+
1554
1574
  /**
1555
1575
  * User-specified key/value pairs for the resource. Individual keys can be removed
1556
1576
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -1674,6 +1694,11 @@ export interface NewSubscriptionGroupedTieredPackagePrice {
1674
1694
  */
1675
1695
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
1676
1696
 
1697
+ /**
1698
+ * The ID of the license type to associate with this price.
1699
+ */
1700
+ license_type_id?: string | null;
1701
+
1677
1702
  /**
1678
1703
  * User-specified key/value pairs for the resource. Individual keys can be removed
1679
1704
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -1809,6 +1834,11 @@ export interface NewSubscriptionGroupedTieredPrice {
1809
1834
  */
1810
1835
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
1811
1836
 
1837
+ /**
1838
+ * The ID of the license type to associate with this price.
1839
+ */
1840
+ license_type_id?: string | null;
1841
+
1812
1842
  /**
1813
1843
  * User-specified key/value pairs for the resource. Individual keys can be removed
1814
1844
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -1942,6 +1972,11 @@ export interface NewSubscriptionGroupedWithMeteredMinimumPrice {
1942
1972
  */
1943
1973
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
1944
1974
 
1975
+ /**
1976
+ * The ID of the license type to associate with this price.
1977
+ */
1978
+ license_type_id?: string | null;
1979
+
1945
1980
  /**
1946
1981
  * User-specified key/value pairs for the resource. Individual keys can be removed
1947
1982
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2105,6 +2140,11 @@ export interface NewSubscriptionGroupedWithProratedMinimumPrice {
2105
2140
  */
2106
2141
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2107
2142
 
2143
+ /**
2144
+ * The ID of the license type to associate with this price.
2145
+ */
2146
+ license_type_id?: string | null;
2147
+
2108
2148
  /**
2109
2149
  * User-specified key/value pairs for the resource. Individual keys can be removed
2110
2150
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2228,6 +2268,11 @@ export interface NewSubscriptionMatrixPrice {
2228
2268
  */
2229
2269
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2230
2270
 
2271
+ /**
2272
+ * The ID of the license type to associate with this price.
2273
+ */
2274
+ license_type_id?: string | null;
2275
+
2231
2276
  /**
2232
2277
  * User-specified key/value pairs for the resource. Individual keys can be removed
2233
2278
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2329,6 +2374,11 @@ export interface NewSubscriptionMatrixWithAllocationPrice {
2329
2374
  */
2330
2375
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2331
2376
 
2377
+ /**
2378
+ * The ID of the license type to associate with this price.
2379
+ */
2380
+ license_type_id?: string | null;
2381
+
2332
2382
  /**
2333
2383
  * User-specified key/value pairs for the resource. Individual keys can be removed
2334
2384
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2430,6 +2480,11 @@ export interface NewSubscriptionMatrixWithDisplayNamePrice {
2430
2480
  */
2431
2481
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2432
2482
 
2483
+ /**
2484
+ * The ID of the license type to associate with this price.
2485
+ */
2486
+ license_type_id?: string | null;
2487
+
2433
2488
  /**
2434
2489
  * User-specified key/value pairs for the resource. Individual keys can be removed
2435
2490
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2570,6 +2625,11 @@ export interface NewSubscriptionMaxGroupTieredPackagePrice {
2570
2625
  */
2571
2626
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2572
2627
 
2628
+ /**
2629
+ * The ID of the license type to associate with this price.
2630
+ */
2631
+ license_type_id?: string | null;
2632
+
2573
2633
  /**
2574
2634
  * User-specified key/value pairs for the resource. Individual keys can be removed
2575
2635
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2704,6 +2764,11 @@ export interface NewSubscriptionMinimumCompositePrice {
2704
2764
  */
2705
2765
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2706
2766
 
2767
+ /**
2768
+ * The ID of the license type to associate with this price.
2769
+ */
2770
+ license_type_id?: string | null;
2771
+
2707
2772
  /**
2708
2773
  * User-specified key/value pairs for the resource. Individual keys can be removed
2709
2774
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2822,6 +2887,11 @@ export interface NewSubscriptionPackagePrice {
2822
2887
  */
2823
2888
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2824
2889
 
2890
+ /**
2891
+ * The ID of the license type to associate with this price.
2892
+ */
2893
+ license_type_id?: string | null;
2894
+
2825
2895
  /**
2826
2896
  * User-specified key/value pairs for the resource. Individual keys can be removed
2827
2897
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2923,6 +2993,11 @@ export interface NewSubscriptionPackageWithAllocationPrice {
2923
2993
  */
2924
2994
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2925
2995
 
2996
+ /**
2997
+ * The ID of the license type to associate with this price.
2998
+ */
2999
+ license_type_id?: string | null;
3000
+
2926
3001
  /**
2927
3002
  * User-specified key/value pairs for the resource. Individual keys can be removed
2928
3003
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3037,6 +3112,11 @@ export interface NewSubscriptionScalableMatrixWithTieredPricingPrice {
3037
3112
  */
3038
3113
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
3039
3114
 
3115
+ /**
3116
+ * The ID of the license type to associate with this price.
3117
+ */
3118
+ license_type_id?: string | null;
3119
+
3040
3120
  /**
3041
3121
  * User-specified key/value pairs for the resource. Individual keys can be removed
3042
3122
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3184,6 +3264,11 @@ export interface NewSubscriptionScalableMatrixWithUnitPricingPrice {
3184
3264
  */
3185
3265
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
3186
3266
 
3267
+ /**
3268
+ * The ID of the license type to associate with this price.
3269
+ */
3270
+ license_type_id?: string | null;
3271
+
3187
3272
  /**
3188
3273
  * User-specified key/value pairs for the resource. Individual keys can be removed
3189
3274
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3218,6 +3303,11 @@ export namespace NewSubscriptionScalableMatrixWithUnitPricingPrice {
3218
3303
  */
3219
3304
  unit_price: string;
3220
3305
 
3306
+ /**
3307
+ * The property used to group this price
3308
+ */
3309
+ grouping_key?: string | null;
3310
+
3221
3311
  /**
3222
3312
  * If true, the unit price will be prorated to the billing period
3223
3313
  */
@@ -3330,6 +3420,11 @@ export interface NewSubscriptionThresholdTotalAmountPrice {
3330
3420
  */
3331
3421
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
3332
3422
 
3423
+ /**
3424
+ * The ID of the license type to associate with this price.
3425
+ */
3426
+ license_type_id?: string | null;
3427
+
3333
3428
  /**
3334
3429
  * User-specified key/value pairs for the resource. Individual keys can be removed
3335
3430
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3463,6 +3558,11 @@ export interface NewSubscriptionTieredPackagePrice {
3463
3558
  */
3464
3559
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
3465
3560
 
3561
+ /**
3562
+ * The ID of the license type to associate with this price.
3563
+ */
3564
+ license_type_id?: string | null;
3565
+
3466
3566
  /**
3467
3567
  * User-specified key/value pairs for the resource. Individual keys can be removed
3468
3568
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3595,6 +3695,11 @@ export interface NewSubscriptionTieredPackageWithMinimumPrice {
3595
3695
  */
3596
3696
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
3597
3697
 
3698
+ /**
3699
+ * The ID of the license type to associate with this price.
3700
+ */
3701
+ license_type_id?: string | null;
3702
+
3598
3703
  /**
3599
3704
  * User-specified key/value pairs for the resource. Individual keys can be removed
3600
3705
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3724,6 +3829,11 @@ export interface NewSubscriptionTieredPrice {
3724
3829
  */
3725
3830
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
3726
3831
 
3832
+ /**
3833
+ * The ID of the license type to associate with this price.
3834
+ */
3835
+ license_type_id?: string | null;
3836
+
3727
3837
  /**
3728
3838
  * User-specified key/value pairs for the resource. Individual keys can be removed
3729
3839
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3825,6 +3935,11 @@ export interface NewSubscriptionTieredWithMinimumPrice {
3825
3935
  */
3826
3936
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
3827
3937
 
3938
+ /**
3939
+ * The ID of the license type to associate with this price.
3940
+ */
3941
+ license_type_id?: string | null;
3942
+
3828
3943
  /**
3829
3944
  * User-specified key/value pairs for the resource. Individual keys can be removed
3830
3945
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3965,6 +4080,11 @@ export interface NewSubscriptionUnitPrice {
3965
4080
  */
3966
4081
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
3967
4082
 
4083
+ /**
4084
+ * The ID of the license type to associate with this price.
4085
+ */
4086
+ license_type_id?: string | null;
4087
+
3968
4088
  /**
3969
4089
  * User-specified key/value pairs for the resource. Individual keys can be removed
3970
4090
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4066,6 +4186,11 @@ export interface NewSubscriptionUnitWithPercentPrice {
4066
4186
  */
4067
4187
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
4068
4188
 
4189
+ /**
4190
+ * The ID of the license type to associate with this price.
4191
+ */
4192
+ license_type_id?: string | null;
4193
+
4069
4194
  /**
4070
4195
  * User-specified key/value pairs for the resource. Individual keys can be removed
4071
4196
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4184,6 +4309,11 @@ export interface NewSubscriptionUnitWithProrationPrice {
4184
4309
  */
4185
4310
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
4186
4311
 
4312
+ /**
4313
+ * The ID of the license type to associate with this price.
4314
+ */
4315
+ license_type_id?: string | null;
4316
+
4187
4317
  /**
4188
4318
  * User-specified key/value pairs for the resource. Individual keys can be removed
4189
4319
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4741,6 +4871,12 @@ export namespace SubscriptionCreateParams {
4741
4871
  */
4742
4872
  maximum_amount?: string | null;
4743
4873
 
4874
+ /**
4875
+ * Override values for parameterized billable metric variables. Keys are parameter
4876
+ * names, values are the override values.
4877
+ */
4878
+ metric_parameter_overrides?: { [key: string]: unknown } | null;
4879
+
4744
4880
  /**
4745
4881
  * @deprecated [DEPRECATED] Use add_adjustments instead. The subscription's minimum
4746
4882
  * amount for this price.
@@ -4890,6 +5026,11 @@ export namespace SubscriptionCreateParams {
4890
5026
  */
4891
5027
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
4892
5028
 
5029
+ /**
5030
+ * The ID of the license type to associate with this price.
5031
+ */
5032
+ license_type_id?: string | null;
5033
+
4893
5034
  /**
4894
5035
  * User-specified key/value pairs for the resource. Individual keys can be removed
4895
5036
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5040,6 +5181,11 @@ export namespace SubscriptionCreateParams {
5040
5181
  */
5041
5182
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
5042
5183
 
5184
+ /**
5185
+ * The ID of the license type to associate with this price.
5186
+ */
5187
+ license_type_id?: string | null;
5188
+
5043
5189
  /**
5044
5190
  * User-specified key/value pairs for the resource. Individual keys can be removed
5045
5191
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5171,6 +5317,11 @@ export namespace SubscriptionCreateParams {
5171
5317
  */
5172
5318
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
5173
5319
 
5320
+ /**
5321
+ * The ID of the license type to associate with this price.
5322
+ */
5323
+ license_type_id?: string | null;
5324
+
5174
5325
  /**
5175
5326
  * User-specified key/value pairs for the resource. Individual keys can be removed
5176
5327
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5299,6 +5450,11 @@ export namespace SubscriptionCreateParams {
5299
5450
  */
5300
5451
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
5301
5452
 
5453
+ /**
5454
+ * The ID of the license type to associate with this price.
5455
+ */
5456
+ license_type_id?: string | null;
5457
+
5302
5458
  /**
5303
5459
  * User-specified key/value pairs for the resource. Individual keys can be removed
5304
5460
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5427,6 +5583,11 @@ export namespace SubscriptionCreateParams {
5427
5583
  */
5428
5584
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
5429
5585
 
5586
+ /**
5587
+ * The ID of the license type to associate with this price.
5588
+ */
5589
+ license_type_id?: string | null;
5590
+
5430
5591
  /**
5431
5592
  * User-specified key/value pairs for the resource. Individual keys can be removed
5432
5593
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5540,6 +5701,11 @@ export namespace SubscriptionCreateParams {
5540
5701
  */
5541
5702
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
5542
5703
 
5704
+ /**
5705
+ * The ID of the license type to associate with this price.
5706
+ */
5707
+ license_type_id?: string | null;
5708
+
5543
5709
  /**
5544
5710
  * User-specified key/value pairs for the resource. Individual keys can be removed
5545
5711
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5649,6 +5815,12 @@ export namespace SubscriptionCreateParams {
5649
5815
  */
5650
5816
  maximum_amount?: string | null;
5651
5817
 
5818
+ /**
5819
+ * Override values for parameterized billable metric variables. Keys are parameter
5820
+ * names, values are the override values.
5821
+ */
5822
+ metric_parameter_overrides?: { [key: string]: unknown } | null;
5823
+
5652
5824
  /**
5653
5825
  * @deprecated [DEPRECATED] Use add_adjustments instead. The subscription's minimum
5654
5826
  * amount for the replacement price.
@@ -5786,6 +5958,11 @@ export namespace SubscriptionCreateParams {
5786
5958
  */
5787
5959
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
5788
5960
 
5961
+ /**
5962
+ * The ID of the license type to associate with this price.
5963
+ */
5964
+ license_type_id?: string | null;
5965
+
5789
5966
  /**
5790
5967
  * User-specified key/value pairs for the resource. Individual keys can be removed
5791
5968
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5936,6 +6113,11 @@ export namespace SubscriptionCreateParams {
5936
6113
  */
5937
6114
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
5938
6115
 
6116
+ /**
6117
+ * The ID of the license type to associate with this price.
6118
+ */
6119
+ license_type_id?: string | null;
6120
+
5939
6121
  /**
5940
6122
  * User-specified key/value pairs for the resource. Individual keys can be removed
5941
6123
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6067,6 +6249,11 @@ export namespace SubscriptionCreateParams {
6067
6249
  */
6068
6250
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
6069
6251
 
6252
+ /**
6253
+ * The ID of the license type to associate with this price.
6254
+ */
6255
+ license_type_id?: string | null;
6256
+
6070
6257
  /**
6071
6258
  * User-specified key/value pairs for the resource. Individual keys can be removed
6072
6259
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6195,6 +6382,11 @@ export namespace SubscriptionCreateParams {
6195
6382
  */
6196
6383
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
6197
6384
 
6385
+ /**
6386
+ * The ID of the license type to associate with this price.
6387
+ */
6388
+ license_type_id?: string | null;
6389
+
6198
6390
  /**
6199
6391
  * User-specified key/value pairs for the resource. Individual keys can be removed
6200
6392
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6323,6 +6515,11 @@ export namespace SubscriptionCreateParams {
6323
6515
  */
6324
6516
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
6325
6517
 
6518
+ /**
6519
+ * The ID of the license type to associate with this price.
6520
+ */
6521
+ license_type_id?: string | null;
6522
+
6326
6523
  /**
6327
6524
  * User-specified key/value pairs for the resource. Individual keys can be removed
6328
6525
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6436,6 +6633,11 @@ export namespace SubscriptionCreateParams {
6436
6633
  */
6437
6634
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
6438
6635
 
6636
+ /**
6637
+ * The ID of the license type to associate with this price.
6638
+ */
6639
+ license_type_id?: string | null;
6640
+
6439
6641
  /**
6440
6642
  * User-specified key/value pairs for the resource. Individual keys can be removed
6441
6643
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6728,6 +6930,12 @@ export namespace SubscriptionPriceIntervalsParams {
6728
6930
  */
6729
6931
  maximum_amount?: number | null;
6730
6932
 
6933
+ /**
6934
+ * Override values for parameterized billable metric variables. Keys are parameter
6935
+ * names, values are the override values (number or string).
6936
+ */
6937
+ metric_parameter_overrides?: { [key: string]: unknown } | null;
6938
+
6731
6939
  /**
6732
6940
  * The minimum amount that will be billed for this price interval for a given
6733
6941
  * billing period.
@@ -6915,6 +7123,11 @@ export namespace SubscriptionPriceIntervalsParams {
6915
7123
  */
6916
7124
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
6917
7125
 
7126
+ /**
7127
+ * The ID of the license type to associate with this price.
7128
+ */
7129
+ license_type_id?: string | null;
7130
+
6918
7131
  /**
6919
7132
  * User-specified key/value pairs for the resource. Individual keys can be removed
6920
7133
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7058,6 +7271,11 @@ export namespace SubscriptionPriceIntervalsParams {
7058
7271
  */
7059
7272
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
7060
7273
 
7274
+ /**
7275
+ * The ID of the license type to associate with this price.
7276
+ */
7277
+ license_type_id?: string | null;
7278
+
7061
7279
  /**
7062
7280
  * User-specified key/value pairs for the resource. Individual keys can be removed
7063
7281
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7179,6 +7397,11 @@ export namespace SubscriptionPriceIntervalsParams {
7179
7397
  */
7180
7398
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
7181
7399
 
7400
+ /**
7401
+ * The ID of the license type to associate with this price.
7402
+ */
7403
+ license_type_id?: string | null;
7404
+
7182
7405
  /**
7183
7406
  * User-specified key/value pairs for the resource. Individual keys can be removed
7184
7407
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7300,6 +7523,11 @@ export namespace SubscriptionPriceIntervalsParams {
7300
7523
  */
7301
7524
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
7302
7525
 
7526
+ /**
7527
+ * The ID of the license type to associate with this price.
7528
+ */
7529
+ license_type_id?: string | null;
7530
+
7303
7531
  /**
7304
7532
  * User-specified key/value pairs for the resource. Individual keys can be removed
7305
7533
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7406,6 +7634,11 @@ export namespace SubscriptionPriceIntervalsParams {
7406
7634
  */
7407
7635
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
7408
7636
 
7637
+ /**
7638
+ * The ID of the license type to associate with this price.
7639
+ */
7640
+ license_type_id?: string | null;
7641
+
7409
7642
  /**
7410
7643
  * User-specified key/value pairs for the resource. Individual keys can be removed
7411
7644
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7517,6 +7750,12 @@ export namespace SubscriptionPriceIntervalsParams {
7517
7750
  */
7518
7751
  fixed_fee_quantity_transitions?: Array<Edit.FixedFeeQuantityTransition> | null;
7519
7752
 
7753
+ /**
7754
+ * Override values for parameterized billable metric variables. Keys are parameter
7755
+ * names, values are the override values (number or string).
7756
+ */
7757
+ metric_parameter_overrides?: { [key: string]: unknown } | null;
7758
+
7520
7759
  /**
7521
7760
  * The updated start date of this price interval. If not specified, the start date
7522
7761
  * will not be updated.
@@ -7816,6 +8055,12 @@ export namespace SubscriptionSchedulePlanChangeParams {
7816
8055
  */
7817
8056
  maximum_amount?: string | null;
7818
8057
 
8058
+ /**
8059
+ * Override values for parameterized billable metric variables. Keys are parameter
8060
+ * names, values are the override values.
8061
+ */
8062
+ metric_parameter_overrides?: { [key: string]: unknown } | null;
8063
+
7819
8064
  /**
7820
8065
  * @deprecated [DEPRECATED] Use add_adjustments instead. The subscription's minimum
7821
8066
  * amount for this price.
@@ -7965,6 +8210,11 @@ export namespace SubscriptionSchedulePlanChangeParams {
7965
8210
  */
7966
8211
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
7967
8212
 
8213
+ /**
8214
+ * The ID of the license type to associate with this price.
8215
+ */
8216
+ license_type_id?: string | null;
8217
+
7968
8218
  /**
7969
8219
  * User-specified key/value pairs for the resource. Individual keys can be removed
7970
8220
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -8115,6 +8365,11 @@ export namespace SubscriptionSchedulePlanChangeParams {
8115
8365
  */
8116
8366
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
8117
8367
 
8368
+ /**
8369
+ * The ID of the license type to associate with this price.
8370
+ */
8371
+ license_type_id?: string | null;
8372
+
8118
8373
  /**
8119
8374
  * User-specified key/value pairs for the resource. Individual keys can be removed
8120
8375
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -8246,6 +8501,11 @@ export namespace SubscriptionSchedulePlanChangeParams {
8246
8501
  */
8247
8502
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
8248
8503
 
8504
+ /**
8505
+ * The ID of the license type to associate with this price.
8506
+ */
8507
+ license_type_id?: string | null;
8508
+
8249
8509
  /**
8250
8510
  * User-specified key/value pairs for the resource. Individual keys can be removed
8251
8511
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -8374,6 +8634,11 @@ export namespace SubscriptionSchedulePlanChangeParams {
8374
8634
  */
8375
8635
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
8376
8636
 
8637
+ /**
8638
+ * The ID of the license type to associate with this price.
8639
+ */
8640
+ license_type_id?: string | null;
8641
+
8377
8642
  /**
8378
8643
  * User-specified key/value pairs for the resource. Individual keys can be removed
8379
8644
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -8502,6 +8767,11 @@ export namespace SubscriptionSchedulePlanChangeParams {
8502
8767
  */
8503
8768
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
8504
8769
 
8770
+ /**
8771
+ * The ID of the license type to associate with this price.
8772
+ */
8773
+ license_type_id?: string | null;
8774
+
8505
8775
  /**
8506
8776
  * User-specified key/value pairs for the resource. Individual keys can be removed
8507
8777
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -8615,6 +8885,11 @@ export namespace SubscriptionSchedulePlanChangeParams {
8615
8885
  */
8616
8886
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
8617
8887
 
8888
+ /**
8889
+ * The ID of the license type to associate with this price.
8890
+ */
8891
+ license_type_id?: string | null;
8892
+
8618
8893
  /**
8619
8894
  * User-specified key/value pairs for the resource. Individual keys can be removed
8620
8895
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -8724,6 +8999,12 @@ export namespace SubscriptionSchedulePlanChangeParams {
8724
8999
  */
8725
9000
  maximum_amount?: string | null;
8726
9001
 
9002
+ /**
9003
+ * Override values for parameterized billable metric variables. Keys are parameter
9004
+ * names, values are the override values.
9005
+ */
9006
+ metric_parameter_overrides?: { [key: string]: unknown } | null;
9007
+
8727
9008
  /**
8728
9009
  * @deprecated [DEPRECATED] Use add_adjustments instead. The subscription's minimum
8729
9010
  * amount for the replacement price.
@@ -8861,6 +9142,11 @@ export namespace SubscriptionSchedulePlanChangeParams {
8861
9142
  */
8862
9143
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
8863
9144
 
9145
+ /**
9146
+ * The ID of the license type to associate with this price.
9147
+ */
9148
+ license_type_id?: string | null;
9149
+
8864
9150
  /**
8865
9151
  * User-specified key/value pairs for the resource. Individual keys can be removed
8866
9152
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -9011,6 +9297,11 @@ export namespace SubscriptionSchedulePlanChangeParams {
9011
9297
  */
9012
9298
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
9013
9299
 
9300
+ /**
9301
+ * The ID of the license type to associate with this price.
9302
+ */
9303
+ license_type_id?: string | null;
9304
+
9014
9305
  /**
9015
9306
  * User-specified key/value pairs for the resource. Individual keys can be removed
9016
9307
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -9142,6 +9433,11 @@ export namespace SubscriptionSchedulePlanChangeParams {
9142
9433
  */
9143
9434
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
9144
9435
 
9436
+ /**
9437
+ * The ID of the license type to associate with this price.
9438
+ */
9439
+ license_type_id?: string | null;
9440
+
9145
9441
  /**
9146
9442
  * User-specified key/value pairs for the resource. Individual keys can be removed
9147
9443
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -9270,6 +9566,11 @@ export namespace SubscriptionSchedulePlanChangeParams {
9270
9566
  */
9271
9567
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
9272
9568
 
9569
+ /**
9570
+ * The ID of the license type to associate with this price.
9571
+ */
9572
+ license_type_id?: string | null;
9573
+
9273
9574
  /**
9274
9575
  * User-specified key/value pairs for the resource. Individual keys can be removed
9275
9576
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -9398,6 +9699,11 @@ export namespace SubscriptionSchedulePlanChangeParams {
9398
9699
  */
9399
9700
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
9400
9701
 
9702
+ /**
9703
+ * The ID of the license type to associate with this price.
9704
+ */
9705
+ license_type_id?: string | null;
9706
+
9401
9707
  /**
9402
9708
  * User-specified key/value pairs for the resource. Individual keys can be removed
9403
9709
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -9511,6 +9817,11 @@ export namespace SubscriptionSchedulePlanChangeParams {
9511
9817
  */
9512
9818
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
9513
9819
 
9820
+ /**
9821
+ * The ID of the license type to associate with this price.
9822
+ */
9823
+ license_type_id?: string | null;
9824
+
9514
9825
  /**
9515
9826
  * User-specified key/value pairs for the resource. Individual keys can be removed
9516
9827
  * by setting the value to `null`, and the entire metadata mapping can be cleared