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
@@ -1 +1 @@
1
- {"version":3,"file":"shared.js","sourceRoot":"","sources":["../src/resources/shared.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAGtF,iDAAqC;AAkhcrC,MAAa,eAAgB,SAAQ,iBAAgB;CAAG;AAAxD,0CAAwD;AAExD,MAAa,YAAa,SAAQ,iBAAa;CAAG;AAAlD,oCAAkD;AAElD,MAAa,UAAW,SAAQ,iBAAW;CAAG;AAA9C,gCAA8C"}
1
+ {"version":3,"file":"shared.js","sourceRoot":"","sources":["../src/resources/shared.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAGtF,iDAAqC;AA+serC,MAAa,eAAgB,SAAQ,iBAAgB;CAAG;AAAxD,0CAAwD;AAExD,MAAa,YAAa,SAAQ,iBAAa;CAAG;AAAlD,oCAAkD;AAElD,MAAa,UAAW,SAAQ,iBAAW;CAAG;AAA9C,gCAA8C"}
@@ -1 +1 @@
1
- {"version":3,"file":"shared.mjs","sourceRoot":"","sources":["../src/resources/shared.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAG/E,EAAE,IAAI,EAAE;AAkhcf,MAAM,OAAO,eAAgB,SAAQ,IAAgB;CAAG;AAExD,MAAM,OAAO,YAAa,SAAQ,IAAa;CAAG;AAElD,MAAM,OAAO,UAAW,SAAQ,IAAW;CAAG"}
1
+ {"version":3,"file":"shared.mjs","sourceRoot":"","sources":["../src/resources/shared.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAG/E,EAAE,IAAI,EAAE;AA+sef,MAAM,OAAO,eAAgB,SAAQ,IAAgB;CAAG;AAExD,MAAM,OAAO,YAAa,SAAQ,IAAa;CAAG;AAElD,MAAM,OAAO,UAAW,SAAQ,IAAW;CAAG"}
@@ -1001,6 +1001,10 @@ export interface NewSubscriptionBulkPrice {
1001
1001
  * If unspecified, a single invoice is produced per billing cycle.
1002
1002
  */
1003
1003
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
1004
+ /**
1005
+ * The ID of the license type to associate with this price.
1006
+ */
1007
+ license_type_id?: string | null;
1004
1008
  /**
1005
1009
  * User-specified key/value pairs for the resource. Individual keys can be removed
1006
1010
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -1086,6 +1090,10 @@ export interface NewSubscriptionBulkWithProrationPrice {
1086
1090
  * If unspecified, a single invoice is produced per billing cycle.
1087
1091
  */
1088
1092
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
1093
+ /**
1094
+ * The ID of the license type to associate with this price.
1095
+ */
1096
+ license_type_id?: string | null;
1089
1097
  /**
1090
1098
  * User-specified key/value pairs for the resource. Individual keys can be removed
1091
1099
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -1197,6 +1205,10 @@ export interface NewSubscriptionCumulativeGroupedBulkPrice {
1197
1205
  * If unspecified, a single invoice is produced per billing cycle.
1198
1206
  */
1199
1207
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
1208
+ /**
1209
+ * The ID of the license type to associate with this price.
1210
+ */
1211
+ license_type_id?: string | null;
1200
1212
  /**
1201
1213
  * User-specified key/value pairs for the resource. Individual keys can be removed
1202
1214
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -1313,6 +1325,10 @@ export interface NewSubscriptionGroupedAllocationPrice {
1313
1325
  * If unspecified, a single invoice is produced per billing cycle.
1314
1326
  */
1315
1327
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
1328
+ /**
1329
+ * The ID of the license type to associate with this price.
1330
+ */
1331
+ license_type_id?: string | null;
1316
1332
  /**
1317
1333
  * User-specified key/value pairs for the resource. Individual keys can be removed
1318
1334
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -1417,6 +1433,10 @@ export interface NewSubscriptionGroupedTieredPackagePrice {
1417
1433
  * If unspecified, a single invoice is produced per billing cycle.
1418
1434
  */
1419
1435
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
1436
+ /**
1437
+ * The ID of the license type to associate with this price.
1438
+ */
1439
+ license_type_id?: string | null;
1420
1440
  /**
1421
1441
  * User-specified key/value pairs for the resource. Individual keys can be removed
1422
1442
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -1531,6 +1551,10 @@ export interface NewSubscriptionGroupedTieredPrice {
1531
1551
  * If unspecified, a single invoice is produced per billing cycle.
1532
1552
  */
1533
1553
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
1554
+ /**
1555
+ * The ID of the license type to associate with this price.
1556
+ */
1557
+ license_type_id?: string | null;
1534
1558
  /**
1535
1559
  * User-specified key/value pairs for the resource. Individual keys can be removed
1536
1560
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -1644,6 +1668,10 @@ export interface NewSubscriptionGroupedWithMeteredMinimumPrice {
1644
1668
  * If unspecified, a single invoice is produced per billing cycle.
1645
1669
  */
1646
1670
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
1671
+ /**
1672
+ * The ID of the license type to associate with this price.
1673
+ */
1674
+ license_type_id?: string | null;
1647
1675
  /**
1648
1676
  * User-specified key/value pairs for the resource. Individual keys can be removed
1649
1677
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -1781,6 +1809,10 @@ export interface NewSubscriptionGroupedWithProratedMinimumPrice {
1781
1809
  * If unspecified, a single invoice is produced per billing cycle.
1782
1810
  */
1783
1811
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
1812
+ /**
1813
+ * The ID of the license type to associate with this price.
1814
+ */
1815
+ license_type_id?: string | null;
1784
1816
  /**
1785
1817
  * User-specified key/value pairs for the resource. Individual keys can be removed
1786
1818
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -1885,6 +1917,10 @@ export interface NewSubscriptionMatrixPrice {
1885
1917
  * If unspecified, a single invoice is produced per billing cycle.
1886
1918
  */
1887
1919
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
1920
+ /**
1921
+ * The ID of the license type to associate with this price.
1922
+ */
1923
+ license_type_id?: string | null;
1888
1924
  /**
1889
1925
  * User-specified key/value pairs for the resource. Individual keys can be removed
1890
1926
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -1970,6 +2006,10 @@ export interface NewSubscriptionMatrixWithAllocationPrice {
1970
2006
  * If unspecified, a single invoice is produced per billing cycle.
1971
2007
  */
1972
2008
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2009
+ /**
2010
+ * The ID of the license type to associate with this price.
2011
+ */
2012
+ license_type_id?: string | null;
1973
2013
  /**
1974
2014
  * User-specified key/value pairs for the resource. Individual keys can be removed
1975
2015
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2055,6 +2095,10 @@ export interface NewSubscriptionMatrixWithDisplayNamePrice {
2055
2095
  * If unspecified, a single invoice is produced per billing cycle.
2056
2096
  */
2057
2097
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2098
+ /**
2099
+ * The ID of the license type to associate with this price.
2100
+ */
2101
+ license_type_id?: string | null;
2058
2102
  /**
2059
2103
  * User-specified key/value pairs for the resource. Individual keys can be removed
2060
2104
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2174,6 +2218,10 @@ export interface NewSubscriptionMaxGroupTieredPackagePrice {
2174
2218
  * If unspecified, a single invoice is produced per billing cycle.
2175
2219
  */
2176
2220
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2221
+ /**
2222
+ * The ID of the license type to associate with this price.
2223
+ */
2224
+ license_type_id?: string | null;
2177
2225
  /**
2178
2226
  * User-specified key/value pairs for the resource. Individual keys can be removed
2179
2227
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2287,6 +2335,10 @@ export interface NewSubscriptionMinimumCompositePrice {
2287
2335
  * If unspecified, a single invoice is produced per billing cycle.
2288
2336
  */
2289
2337
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2338
+ /**
2339
+ * The ID of the license type to associate with this price.
2340
+ */
2341
+ license_type_id?: string | null;
2290
2342
  /**
2291
2343
  * User-specified key/value pairs for the resource. Individual keys can be removed
2292
2344
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2387,6 +2439,10 @@ export interface NewSubscriptionPackagePrice {
2387
2439
  * If unspecified, a single invoice is produced per billing cycle.
2388
2440
  */
2389
2441
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2442
+ /**
2443
+ * The ID of the license type to associate with this price.
2444
+ */
2445
+ license_type_id?: string | null;
2390
2446
  /**
2391
2447
  * User-specified key/value pairs for the resource. Individual keys can be removed
2392
2448
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2472,6 +2528,10 @@ export interface NewSubscriptionPackageWithAllocationPrice {
2472
2528
  * If unspecified, a single invoice is produced per billing cycle.
2473
2529
  */
2474
2530
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2531
+ /**
2532
+ * The ID of the license type to associate with this price.
2533
+ */
2534
+ license_type_id?: string | null;
2475
2535
  /**
2476
2536
  * User-specified key/value pairs for the resource. Individual keys can be removed
2477
2537
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2567,6 +2627,10 @@ export interface NewSubscriptionScalableMatrixWithTieredPricingPrice {
2567
2627
  * If unspecified, a single invoice is produced per billing cycle.
2568
2628
  */
2569
2629
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2630
+ /**
2631
+ * The ID of the license type to associate with this price.
2632
+ */
2633
+ license_type_id?: string | null;
2570
2634
  /**
2571
2635
  * User-specified key/value pairs for the resource. Individual keys can be removed
2572
2636
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2689,6 +2753,10 @@ export interface NewSubscriptionScalableMatrixWithUnitPricingPrice {
2689
2753
  * If unspecified, a single invoice is produced per billing cycle.
2690
2754
  */
2691
2755
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2756
+ /**
2757
+ * The ID of the license type to associate with this price.
2758
+ */
2759
+ license_type_id?: string | null;
2692
2760
  /**
2693
2761
  * User-specified key/value pairs for the resource. Individual keys can be removed
2694
2762
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2720,6 +2788,10 @@ export declare namespace NewSubscriptionScalableMatrixWithUnitPricingPrice {
2720
2788
  * The final unit price to rate against the output of the matrix
2721
2789
  */
2722
2790
  unit_price: string;
2791
+ /**
2792
+ * The property used to group this price
2793
+ */
2794
+ grouping_key?: string | null;
2723
2795
  /**
2724
2796
  * If true, the unit price will be prorated to the billing period
2725
2797
  */
@@ -2811,6 +2883,10 @@ export interface NewSubscriptionThresholdTotalAmountPrice {
2811
2883
  * If unspecified, a single invoice is produced per billing cycle.
2812
2884
  */
2813
2885
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
2886
+ /**
2887
+ * The ID of the license type to associate with this price.
2888
+ */
2889
+ license_type_id?: string | null;
2814
2890
  /**
2815
2891
  * User-specified key/value pairs for the resource. Individual keys can be removed
2816
2892
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -2924,6 +3000,10 @@ export interface NewSubscriptionTieredPackagePrice {
2924
3000
  * If unspecified, a single invoice is produced per billing cycle.
2925
3001
  */
2926
3002
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
3003
+ /**
3004
+ * The ID of the license type to associate with this price.
3005
+ */
3006
+ license_type_id?: string | null;
2927
3007
  /**
2928
3008
  * User-specified key/value pairs for the resource. Individual keys can be removed
2929
3009
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3036,6 +3116,10 @@ export interface NewSubscriptionTieredPackageWithMinimumPrice {
3036
3116
  * If unspecified, a single invoice is produced per billing cycle.
3037
3117
  */
3038
3118
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
3119
+ /**
3120
+ * The ID of the license type to associate with this price.
3121
+ */
3122
+ license_type_id?: string | null;
3039
3123
  /**
3040
3124
  * User-specified key/value pairs for the resource. Individual keys can be removed
3041
3125
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3144,6 +3228,10 @@ export interface NewSubscriptionTieredPrice {
3144
3228
  * If unspecified, a single invoice is produced per billing cycle.
3145
3229
  */
3146
3230
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
3231
+ /**
3232
+ * The ID of the license type to associate with this price.
3233
+ */
3234
+ license_type_id?: string | null;
3147
3235
  /**
3148
3236
  * User-specified key/value pairs for the resource. Individual keys can be removed
3149
3237
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3229,6 +3317,10 @@ export interface NewSubscriptionTieredWithMinimumPrice {
3229
3317
  * If unspecified, a single invoice is produced per billing cycle.
3230
3318
  */
3231
3319
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
3320
+ /**
3321
+ * The ID of the license type to associate with this price.
3322
+ */
3323
+ license_type_id?: string | null;
3232
3324
  /**
3233
3325
  * User-specified key/value pairs for the resource. Individual keys can be removed
3234
3326
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3347,6 +3439,10 @@ export interface NewSubscriptionUnitPrice {
3347
3439
  * If unspecified, a single invoice is produced per billing cycle.
3348
3440
  */
3349
3441
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
3442
+ /**
3443
+ * The ID of the license type to associate with this price.
3444
+ */
3445
+ license_type_id?: string | null;
3350
3446
  /**
3351
3447
  * User-specified key/value pairs for the resource. Individual keys can be removed
3352
3448
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3432,6 +3528,10 @@ export interface NewSubscriptionUnitWithPercentPrice {
3432
3528
  * If unspecified, a single invoice is produced per billing cycle.
3433
3529
  */
3434
3530
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
3531
+ /**
3532
+ * The ID of the license type to associate with this price.
3533
+ */
3534
+ license_type_id?: string | null;
3435
3535
  /**
3436
3536
  * User-specified key/value pairs for the resource. Individual keys can be removed
3437
3537
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3532,6 +3632,10 @@ export interface NewSubscriptionUnitWithProrationPrice {
3532
3632
  * If unspecified, a single invoice is produced per billing cycle.
3533
3633
  */
3534
3634
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
3635
+ /**
3636
+ * The ID of the license type to associate with this price.
3637
+ */
3638
+ license_type_id?: string | null;
3535
3639
  /**
3536
3640
  * User-specified key/value pairs for the resource. Individual keys can be removed
3537
3641
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3981,6 +4085,13 @@ export declare namespace SubscriptionCreateParams {
3981
4085
  * amount for this price.
3982
4086
  */
3983
4087
  maximum_amount?: string | null;
4088
+ /**
4089
+ * Override values for parameterized billable metric variables. Keys are parameter
4090
+ * names, values are the override values.
4091
+ */
4092
+ metric_parameter_overrides?: {
4093
+ [key: string]: unknown;
4094
+ } | null;
3984
4095
  /**
3985
4096
  * @deprecated [DEPRECATED] Use add_adjustments instead. The subscription's minimum
3986
4097
  * amount for this price.
@@ -4077,6 +4188,10 @@ export declare namespace SubscriptionCreateParams {
4077
4188
  * If unspecified, a single invoice is produced per billing cycle.
4078
4189
  */
4079
4190
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
4191
+ /**
4192
+ * The ID of the license type to associate with this price.
4193
+ */
4194
+ license_type_id?: string | null;
4080
4195
  /**
4081
4196
  * User-specified key/value pairs for the resource. Individual keys can be removed
4082
4197
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4205,6 +4320,10 @@ export declare namespace SubscriptionCreateParams {
4205
4320
  * If unspecified, a single invoice is produced per billing cycle.
4206
4321
  */
4207
4322
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
4323
+ /**
4324
+ * The ID of the license type to associate with this price.
4325
+ */
4326
+ license_type_id?: string | null;
4208
4327
  /**
4209
4328
  * User-specified key/value pairs for the resource. Individual keys can be removed
4210
4329
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4317,6 +4436,10 @@ export declare namespace SubscriptionCreateParams {
4317
4436
  * If unspecified, a single invoice is produced per billing cycle.
4318
4437
  */
4319
4438
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
4439
+ /**
4440
+ * The ID of the license type to associate with this price.
4441
+ */
4442
+ license_type_id?: string | null;
4320
4443
  /**
4321
4444
  * User-specified key/value pairs for the resource. Individual keys can be removed
4322
4445
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4425,6 +4548,10 @@ export declare namespace SubscriptionCreateParams {
4425
4548
  * If unspecified, a single invoice is produced per billing cycle.
4426
4549
  */
4427
4550
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
4551
+ /**
4552
+ * The ID of the license type to associate with this price.
4553
+ */
4554
+ license_type_id?: string | null;
4428
4555
  /**
4429
4556
  * User-specified key/value pairs for the resource. Individual keys can be removed
4430
4557
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4533,6 +4660,10 @@ export declare namespace SubscriptionCreateParams {
4533
4660
  * If unspecified, a single invoice is produced per billing cycle.
4534
4661
  */
4535
4662
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
4663
+ /**
4664
+ * The ID of the license type to associate with this price.
4665
+ */
4666
+ license_type_id?: string | null;
4536
4667
  /**
4537
4668
  * User-specified key/value pairs for the resource. Individual keys can be removed
4538
4669
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4629,6 +4760,10 @@ export declare namespace SubscriptionCreateParams {
4629
4760
  * If unspecified, a single invoice is produced per billing cycle.
4630
4761
  */
4631
4762
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
4763
+ /**
4764
+ * The ID of the license type to associate with this price.
4765
+ */
4766
+ license_type_id?: string | null;
4632
4767
  /**
4633
4768
  * User-specified key/value pairs for the resource. Individual keys can be removed
4634
4769
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4719,6 +4854,13 @@ export declare namespace SubscriptionCreateParams {
4719
4854
  * amount for the replacement price.
4720
4855
  */
4721
4856
  maximum_amount?: string | null;
4857
+ /**
4858
+ * Override values for parameterized billable metric variables. Keys are parameter
4859
+ * names, values are the override values.
4860
+ */
4861
+ metric_parameter_overrides?: {
4862
+ [key: string]: unknown;
4863
+ } | null;
4722
4864
  /**
4723
4865
  * @deprecated [DEPRECATED] Use add_adjustments instead. The subscription's minimum
4724
4866
  * amount for the replacement price.
@@ -4805,6 +4947,10 @@ export declare namespace SubscriptionCreateParams {
4805
4947
  * If unspecified, a single invoice is produced per billing cycle.
4806
4948
  */
4807
4949
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
4950
+ /**
4951
+ * The ID of the license type to associate with this price.
4952
+ */
4953
+ license_type_id?: string | null;
4808
4954
  /**
4809
4955
  * User-specified key/value pairs for the resource. Individual keys can be removed
4810
4956
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4933,6 +5079,10 @@ export declare namespace SubscriptionCreateParams {
4933
5079
  * If unspecified, a single invoice is produced per billing cycle.
4934
5080
  */
4935
5081
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
5082
+ /**
5083
+ * The ID of the license type to associate with this price.
5084
+ */
5085
+ license_type_id?: string | null;
4936
5086
  /**
4937
5087
  * User-specified key/value pairs for the resource. Individual keys can be removed
4938
5088
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5045,6 +5195,10 @@ export declare namespace SubscriptionCreateParams {
5045
5195
  * If unspecified, a single invoice is produced per billing cycle.
5046
5196
  */
5047
5197
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
5198
+ /**
5199
+ * The ID of the license type to associate with this price.
5200
+ */
5201
+ license_type_id?: string | null;
5048
5202
  /**
5049
5203
  * User-specified key/value pairs for the resource. Individual keys can be removed
5050
5204
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5153,6 +5307,10 @@ export declare namespace SubscriptionCreateParams {
5153
5307
  * If unspecified, a single invoice is produced per billing cycle.
5154
5308
  */
5155
5309
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
5310
+ /**
5311
+ * The ID of the license type to associate with this price.
5312
+ */
5313
+ license_type_id?: string | null;
5156
5314
  /**
5157
5315
  * User-specified key/value pairs for the resource. Individual keys can be removed
5158
5316
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5261,6 +5419,10 @@ export declare namespace SubscriptionCreateParams {
5261
5419
  * If unspecified, a single invoice is produced per billing cycle.
5262
5420
  */
5263
5421
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
5422
+ /**
5423
+ * The ID of the license type to associate with this price.
5424
+ */
5425
+ license_type_id?: string | null;
5264
5426
  /**
5265
5427
  * User-specified key/value pairs for the resource. Individual keys can be removed
5266
5428
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5357,6 +5519,10 @@ export declare namespace SubscriptionCreateParams {
5357
5519
  * If unspecified, a single invoice is produced per billing cycle.
5358
5520
  */
5359
5521
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
5522
+ /**
5523
+ * The ID of the license type to associate with this price.
5524
+ */
5525
+ license_type_id?: string | null;
5360
5526
  /**
5361
5527
  * User-specified key/value pairs for the resource. Individual keys can be removed
5362
5528
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5594,6 +5760,13 @@ export declare namespace SubscriptionPriceIntervalsParams {
5594
5760
  * billing period.
5595
5761
  */
5596
5762
  maximum_amount?: number | null;
5763
+ /**
5764
+ * Override values for parameterized billable metric variables. Keys are parameter
5765
+ * names, values are the override values (number or string).
5766
+ */
5767
+ metric_parameter_overrides?: {
5768
+ [key: string]: unknown;
5769
+ } | null;
5597
5770
  /**
5598
5771
  * The minimum amount that will be billed for this price interval for a given
5599
5772
  * billing period.
@@ -5721,6 +5894,10 @@ export declare namespace SubscriptionPriceIntervalsParams {
5721
5894
  * If unspecified, a single invoice is produced per billing cycle.
5722
5895
  */
5723
5896
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
5897
+ /**
5898
+ * The ID of the license type to associate with this price.
5899
+ */
5900
+ license_type_id?: string | null;
5724
5901
  /**
5725
5902
  * User-specified key/value pairs for the resource. Individual keys can be removed
5726
5903
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5843,6 +6020,10 @@ export declare namespace SubscriptionPriceIntervalsParams {
5843
6020
  * If unspecified, a single invoice is produced per billing cycle.
5844
6021
  */
5845
6022
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
6023
+ /**
6024
+ * The ID of the license type to associate with this price.
6025
+ */
6026
+ license_type_id?: string | null;
5846
6027
  /**
5847
6028
  * User-specified key/value pairs for the resource. Individual keys can be removed
5848
6029
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5945,6 +6126,10 @@ export declare namespace SubscriptionPriceIntervalsParams {
5945
6126
  * If unspecified, a single invoice is produced per billing cycle.
5946
6127
  */
5947
6128
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
6129
+ /**
6130
+ * The ID of the license type to associate with this price.
6131
+ */
6132
+ license_type_id?: string | null;
5948
6133
  /**
5949
6134
  * User-specified key/value pairs for the resource. Individual keys can be removed
5950
6135
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6047,6 +6232,10 @@ export declare namespace SubscriptionPriceIntervalsParams {
6047
6232
  * If unspecified, a single invoice is produced per billing cycle.
6048
6233
  */
6049
6234
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
6235
+ /**
6236
+ * The ID of the license type to associate with this price.
6237
+ */
6238
+ license_type_id?: string | null;
6050
6239
  /**
6051
6240
  * User-specified key/value pairs for the resource. Individual keys can be removed
6052
6241
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6137,6 +6326,10 @@ export declare namespace SubscriptionPriceIntervalsParams {
6137
6326
  * If unspecified, a single invoice is produced per billing cycle.
6138
6327
  */
6139
6328
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
6329
+ /**
6330
+ * The ID of the license type to associate with this price.
6331
+ */
6332
+ license_type_id?: string | null;
6140
6333
  /**
6141
6334
  * User-specified key/value pairs for the resource. Individual keys can be removed
6142
6335
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6230,6 +6423,13 @@ export declare namespace SubscriptionPriceIntervalsParams {
6230
6423
  * price interval.
6231
6424
  */
6232
6425
  fixed_fee_quantity_transitions?: Array<Edit.FixedFeeQuantityTransition> | null;
6426
+ /**
6427
+ * Override values for parameterized billable metric variables. Keys are parameter
6428
+ * names, values are the override values (number or string).
6429
+ */
6430
+ metric_parameter_overrides?: {
6431
+ [key: string]: unknown;
6432
+ } | null;
6233
6433
  /**
6234
6434
  * The updated start date of this price interval. If not specified, the start date
6235
6435
  * will not be updated.
@@ -6477,6 +6677,13 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
6477
6677
  * amount for this price.
6478
6678
  */
6479
6679
  maximum_amount?: string | null;
6680
+ /**
6681
+ * Override values for parameterized billable metric variables. Keys are parameter
6682
+ * names, values are the override values.
6683
+ */
6684
+ metric_parameter_overrides?: {
6685
+ [key: string]: unknown;
6686
+ } | null;
6480
6687
  /**
6481
6688
  * @deprecated [DEPRECATED] Use add_adjustments instead. The subscription's minimum
6482
6689
  * amount for this price.
@@ -6573,6 +6780,10 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
6573
6780
  * If unspecified, a single invoice is produced per billing cycle.
6574
6781
  */
6575
6782
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
6783
+ /**
6784
+ * The ID of the license type to associate with this price.
6785
+ */
6786
+ license_type_id?: string | null;
6576
6787
  /**
6577
6788
  * User-specified key/value pairs for the resource. Individual keys can be removed
6578
6789
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6701,6 +6912,10 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
6701
6912
  * If unspecified, a single invoice is produced per billing cycle.
6702
6913
  */
6703
6914
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
6915
+ /**
6916
+ * The ID of the license type to associate with this price.
6917
+ */
6918
+ license_type_id?: string | null;
6704
6919
  /**
6705
6920
  * User-specified key/value pairs for the resource. Individual keys can be removed
6706
6921
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6813,6 +7028,10 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
6813
7028
  * If unspecified, a single invoice is produced per billing cycle.
6814
7029
  */
6815
7030
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
7031
+ /**
7032
+ * The ID of the license type to associate with this price.
7033
+ */
7034
+ license_type_id?: string | null;
6816
7035
  /**
6817
7036
  * User-specified key/value pairs for the resource. Individual keys can be removed
6818
7037
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6921,6 +7140,10 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
6921
7140
  * If unspecified, a single invoice is produced per billing cycle.
6922
7141
  */
6923
7142
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
7143
+ /**
7144
+ * The ID of the license type to associate with this price.
7145
+ */
7146
+ license_type_id?: string | null;
6924
7147
  /**
6925
7148
  * User-specified key/value pairs for the resource. Individual keys can be removed
6926
7149
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7029,6 +7252,10 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
7029
7252
  * If unspecified, a single invoice is produced per billing cycle.
7030
7253
  */
7031
7254
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
7255
+ /**
7256
+ * The ID of the license type to associate with this price.
7257
+ */
7258
+ license_type_id?: string | null;
7032
7259
  /**
7033
7260
  * User-specified key/value pairs for the resource. Individual keys can be removed
7034
7261
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7125,6 +7352,10 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
7125
7352
  * If unspecified, a single invoice is produced per billing cycle.
7126
7353
  */
7127
7354
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
7355
+ /**
7356
+ * The ID of the license type to associate with this price.
7357
+ */
7358
+ license_type_id?: string | null;
7128
7359
  /**
7129
7360
  * User-specified key/value pairs for the resource. Individual keys can be removed
7130
7361
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7215,6 +7446,13 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
7215
7446
  * amount for the replacement price.
7216
7447
  */
7217
7448
  maximum_amount?: string | null;
7449
+ /**
7450
+ * Override values for parameterized billable metric variables. Keys are parameter
7451
+ * names, values are the override values.
7452
+ */
7453
+ metric_parameter_overrides?: {
7454
+ [key: string]: unknown;
7455
+ } | null;
7218
7456
  /**
7219
7457
  * @deprecated [DEPRECATED] Use add_adjustments instead. The subscription's minimum
7220
7458
  * amount for the replacement price.
@@ -7301,6 +7539,10 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
7301
7539
  * If unspecified, a single invoice is produced per billing cycle.
7302
7540
  */
7303
7541
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
7542
+ /**
7543
+ * The ID of the license type to associate with this price.
7544
+ */
7545
+ license_type_id?: string | null;
7304
7546
  /**
7305
7547
  * User-specified key/value pairs for the resource. Individual keys can be removed
7306
7548
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7429,6 +7671,10 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
7429
7671
  * If unspecified, a single invoice is produced per billing cycle.
7430
7672
  */
7431
7673
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
7674
+ /**
7675
+ * The ID of the license type to associate with this price.
7676
+ */
7677
+ license_type_id?: string | null;
7432
7678
  /**
7433
7679
  * User-specified key/value pairs for the resource. Individual keys can be removed
7434
7680
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7541,6 +7787,10 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
7541
7787
  * If unspecified, a single invoice is produced per billing cycle.
7542
7788
  */
7543
7789
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
7790
+ /**
7791
+ * The ID of the license type to associate with this price.
7792
+ */
7793
+ license_type_id?: string | null;
7544
7794
  /**
7545
7795
  * User-specified key/value pairs for the resource. Individual keys can be removed
7546
7796
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7649,6 +7899,10 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
7649
7899
  * If unspecified, a single invoice is produced per billing cycle.
7650
7900
  */
7651
7901
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
7902
+ /**
7903
+ * The ID of the license type to associate with this price.
7904
+ */
7905
+ license_type_id?: string | null;
7652
7906
  /**
7653
7907
  * User-specified key/value pairs for the resource. Individual keys can be removed
7654
7908
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7757,6 +8011,10 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
7757
8011
  * If unspecified, a single invoice is produced per billing cycle.
7758
8012
  */
7759
8013
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
8014
+ /**
8015
+ * The ID of the license type to associate with this price.
8016
+ */
8017
+ license_type_id?: string | null;
7760
8018
  /**
7761
8019
  * User-specified key/value pairs for the resource. Individual keys can be removed
7762
8020
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7853,6 +8111,10 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
7853
8111
  * If unspecified, a single invoice is produced per billing cycle.
7854
8112
  */
7855
8113
  invoicing_cycle_configuration?: Shared.NewBillingCycleConfiguration | null;
8114
+ /**
8115
+ * The ID of the license type to associate with this price.
8116
+ */
8117
+ license_type_id?: string | null;
7856
8118
  /**
7857
8119
  * User-specified key/value pairs for the resource. Individual keys can be removed
7858
8120
  * by setting the value to `null`, and the entire metadata mapping can be cleared