orb-billing 4.57.0 → 4.59.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.
@@ -814,9 +814,9 @@ export class Subscriptions extends APIResource {
814
814
  * `plan_phase_order` key to indicate which phase the price should be added to.
815
815
  *
816
816
  * An object in the list can specify an optional `start_date` and optional
817
- * `end_date`. This is equivalent to creating a price interval with the
818
- * [add/edit price intervals endpoint](/api-reference/price-interval/add-or-edit-price-intervals).
819
- * If unspecified, the start or end date of the phase or subscription will be used.
817
+ * `end_date`. If `start_date` is unspecified, the start of the phase / plan change
818
+ * time will be used. If `end_date` is unspecified, it will finish at the end of
819
+ * the phase / have no end time.
820
820
  *
821
821
  * An object in the list can specify an optional `minimum_amount`,
822
822
  * `maximum_amount`, or `discounts`. This will create adjustments which apply only
@@ -875,8 +875,9 @@ export class Subscriptions extends APIResource {
875
875
  * to.
876
876
  *
877
877
  * An object in the list can specify an optional `start_date` and optional
878
- * `end_date`. If unspecified, the start or end date of the phase or subscription
879
- * will be used.
878
+ * `end_date`. If `start_date` is unspecified, the start of the phase / plan change
879
+ * time will be used. If `end_date` is unspecified, it will finish at the end of
880
+ * the phase / have no end time.
880
881
  *
881
882
  * ### Removing adjustments
882
883
  *
@@ -8285,7 +8286,7 @@ export namespace SubscriptionCreateParams {
8285
8286
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
8286
8287
 
8287
8288
  /**
8288
- * The id of the item the plan will be associated with.
8289
+ * The id of the item the price will be associated with.
8289
8290
  */
8290
8291
  item_id: string;
8291
8292
 
@@ -8411,7 +8412,7 @@ export namespace SubscriptionCreateParams {
8411
8412
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
8412
8413
 
8413
8414
  /**
8414
- * The id of the item the plan will be associated with.
8415
+ * The id of the item the price will be associated with.
8415
8416
  */
8416
8417
  item_id: string;
8417
8418
 
@@ -8543,7 +8544,7 @@ export namespace SubscriptionCreateParams {
8543
8544
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
8544
8545
 
8545
8546
  /**
8546
- * The id of the item the plan will be associated with.
8547
+ * The id of the item the price will be associated with.
8547
8548
  */
8548
8549
  item_id: string;
8549
8550
 
@@ -8695,7 +8696,7 @@ export namespace SubscriptionCreateParams {
8695
8696
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
8696
8697
 
8697
8698
  /**
8698
- * The id of the item the plan will be associated with.
8699
+ * The id of the item the price will be associated with.
8699
8700
  */
8700
8701
  item_id: string;
8701
8702
 
@@ -8840,7 +8841,7 @@ export namespace SubscriptionCreateParams {
8840
8841
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
8841
8842
 
8842
8843
  /**
8843
- * The id of the item the plan will be associated with.
8844
+ * The id of the item the price will be associated with.
8844
8845
  */
8845
8846
  item_id: string;
8846
8847
 
@@ -8993,7 +8994,7 @@ export namespace SubscriptionCreateParams {
8993
8994
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
8994
8995
 
8995
8996
  /**
8996
- * The id of the item the plan will be associated with.
8997
+ * The id of the item the price will be associated with.
8997
8998
  */
8998
8999
  item_id: string;
8999
9000
 
@@ -9124,7 +9125,7 @@ export namespace SubscriptionCreateParams {
9124
9125
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
9125
9126
 
9126
9127
  /**
9127
- * The id of the item the plan will be associated with.
9128
+ * The id of the item the price will be associated with.
9128
9129
  */
9129
9130
  item_id: string;
9130
9131
 
@@ -9270,7 +9271,7 @@ export namespace SubscriptionCreateParams {
9270
9271
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
9271
9272
 
9272
9273
  /**
9273
- * The id of the item the plan will be associated with.
9274
+ * The id of the item the price will be associated with.
9274
9275
  */
9275
9276
  item_id: string;
9276
9277
 
@@ -9408,7 +9409,7 @@ export namespace SubscriptionCreateParams {
9408
9409
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
9409
9410
 
9410
9411
  /**
9411
- * The id of the item the plan will be associated with.
9412
+ * The id of the item the price will be associated with.
9412
9413
  */
9413
9414
  item_id: string;
9414
9415
 
@@ -9527,7 +9528,7 @@ export namespace SubscriptionCreateParams {
9527
9528
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
9528
9529
 
9529
9530
  /**
9530
- * The id of the item the plan will be associated with.
9531
+ * The id of the item the price will be associated with.
9531
9532
  */
9532
9533
  item_id: string;
9533
9534
 
@@ -9646,7 +9647,7 @@ export namespace SubscriptionCreateParams {
9646
9647
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
9647
9648
 
9648
9649
  /**
9649
- * The id of the item the plan will be associated with.
9650
+ * The id of the item the price will be associated with.
9650
9651
  */
9651
9652
  item_id: string;
9652
9653
 
@@ -9765,7 +9766,7 @@ export namespace SubscriptionCreateParams {
9765
9766
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
9766
9767
 
9767
9768
  /**
9768
- * The id of the item the plan will be associated with.
9769
+ * The id of the item the price will be associated with.
9769
9770
  */
9770
9771
  item_id: string;
9771
9772
 
@@ -9884,7 +9885,7 @@ export namespace SubscriptionCreateParams {
9884
9885
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
9885
9886
 
9886
9887
  /**
9887
- * The id of the item the plan will be associated with.
9888
+ * The id of the item the price will be associated with.
9888
9889
  */
9889
9890
  item_id: string;
9890
9891
 
@@ -10003,7 +10004,7 @@ export namespace SubscriptionCreateParams {
10003
10004
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
10004
10005
 
10005
10006
  /**
10006
- * The id of the item the plan will be associated with.
10007
+ * The id of the item the price will be associated with.
10007
10008
  */
10008
10009
  item_id: string;
10009
10010
 
@@ -10122,7 +10123,7 @@ export namespace SubscriptionCreateParams {
10122
10123
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
10123
10124
 
10124
10125
  /**
10125
- * The id of the item the plan will be associated with.
10126
+ * The id of the item the price will be associated with.
10126
10127
  */
10127
10128
  item_id: string;
10128
10129
 
@@ -10243,7 +10244,7 @@ export namespace SubscriptionCreateParams {
10243
10244
  grouped_allocation_config: Record<string, unknown>;
10244
10245
 
10245
10246
  /**
10246
- * The id of the item the plan will be associated with.
10247
+ * The id of the item the price will be associated with.
10247
10248
  */
10248
10249
  item_id: string;
10249
10250
 
@@ -10362,7 +10363,7 @@ export namespace SubscriptionCreateParams {
10362
10363
  grouped_with_prorated_minimum_config: Record<string, unknown>;
10363
10364
 
10364
10365
  /**
10365
- * The id of the item the plan will be associated with.
10366
+ * The id of the item the price will be associated with.
10366
10367
  */
10367
10368
  item_id: string;
10368
10369
 
@@ -10481,7 +10482,7 @@ export namespace SubscriptionCreateParams {
10481
10482
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
10482
10483
 
10483
10484
  /**
10484
- * The id of the item the plan will be associated with.
10485
+ * The id of the item the price will be associated with.
10485
10486
  */
10486
10487
  item_id: string;
10487
10488
 
@@ -10868,7 +10869,7 @@ export namespace SubscriptionCreateParams {
10868
10869
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
10869
10870
 
10870
10871
  /**
10871
- * The id of the item the plan will be associated with.
10872
+ * The id of the item the price will be associated with.
10872
10873
  */
10873
10874
  item_id: string;
10874
10875
 
@@ -10994,7 +10995,7 @@ export namespace SubscriptionCreateParams {
10994
10995
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
10995
10996
 
10996
10997
  /**
10997
- * The id of the item the plan will be associated with.
10998
+ * The id of the item the price will be associated with.
10998
10999
  */
10999
11000
  item_id: string;
11000
11001
 
@@ -11126,7 +11127,7 @@ export namespace SubscriptionCreateParams {
11126
11127
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
11127
11128
 
11128
11129
  /**
11129
- * The id of the item the plan will be associated with.
11130
+ * The id of the item the price will be associated with.
11130
11131
  */
11131
11132
  item_id: string;
11132
11133
 
@@ -11278,7 +11279,7 @@ export namespace SubscriptionCreateParams {
11278
11279
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
11279
11280
 
11280
11281
  /**
11281
- * The id of the item the plan will be associated with.
11282
+ * The id of the item the price will be associated with.
11282
11283
  */
11283
11284
  item_id: string;
11284
11285
 
@@ -11423,7 +11424,7 @@ export namespace SubscriptionCreateParams {
11423
11424
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
11424
11425
 
11425
11426
  /**
11426
- * The id of the item the plan will be associated with.
11427
+ * The id of the item the price will be associated with.
11427
11428
  */
11428
11429
  item_id: string;
11429
11430
 
@@ -11576,7 +11577,7 @@ export namespace SubscriptionCreateParams {
11576
11577
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
11577
11578
 
11578
11579
  /**
11579
- * The id of the item the plan will be associated with.
11580
+ * The id of the item the price will be associated with.
11580
11581
  */
11581
11582
  item_id: string;
11582
11583
 
@@ -11707,7 +11708,7 @@ export namespace SubscriptionCreateParams {
11707
11708
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
11708
11709
 
11709
11710
  /**
11710
- * The id of the item the plan will be associated with.
11711
+ * The id of the item the price will be associated with.
11711
11712
  */
11712
11713
  item_id: string;
11713
11714
 
@@ -11853,7 +11854,7 @@ export namespace SubscriptionCreateParams {
11853
11854
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
11854
11855
 
11855
11856
  /**
11856
- * The id of the item the plan will be associated with.
11857
+ * The id of the item the price will be associated with.
11857
11858
  */
11858
11859
  item_id: string;
11859
11860
 
@@ -11991,7 +11992,7 @@ export namespace SubscriptionCreateParams {
11991
11992
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
11992
11993
 
11993
11994
  /**
11994
- * The id of the item the plan will be associated with.
11995
+ * The id of the item the price will be associated with.
11995
11996
  */
11996
11997
  item_id: string;
11997
11998
 
@@ -12110,7 +12111,7 @@ export namespace SubscriptionCreateParams {
12110
12111
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
12111
12112
 
12112
12113
  /**
12113
- * The id of the item the plan will be associated with.
12114
+ * The id of the item the price will be associated with.
12114
12115
  */
12115
12116
  item_id: string;
12116
12117
 
@@ -12229,7 +12230,7 @@ export namespace SubscriptionCreateParams {
12229
12230
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
12230
12231
 
12231
12232
  /**
12232
- * The id of the item the plan will be associated with.
12233
+ * The id of the item the price will be associated with.
12233
12234
  */
12234
12235
  item_id: string;
12235
12236
 
@@ -12348,7 +12349,7 @@ export namespace SubscriptionCreateParams {
12348
12349
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
12349
12350
 
12350
12351
  /**
12351
- * The id of the item the plan will be associated with.
12352
+ * The id of the item the price will be associated with.
12352
12353
  */
12353
12354
  item_id: string;
12354
12355
 
@@ -12467,7 +12468,7 @@ export namespace SubscriptionCreateParams {
12467
12468
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
12468
12469
 
12469
12470
  /**
12470
- * The id of the item the plan will be associated with.
12471
+ * The id of the item the price will be associated with.
12471
12472
  */
12472
12473
  item_id: string;
12473
12474
 
@@ -12586,7 +12587,7 @@ export namespace SubscriptionCreateParams {
12586
12587
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
12587
12588
 
12588
12589
  /**
12589
- * The id of the item the plan will be associated with.
12590
+ * The id of the item the price will be associated with.
12590
12591
  */
12591
12592
  item_id: string;
12592
12593
 
@@ -12705,7 +12706,7 @@ export namespace SubscriptionCreateParams {
12705
12706
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
12706
12707
 
12707
12708
  /**
12708
- * The id of the item the plan will be associated with.
12709
+ * The id of the item the price will be associated with.
12709
12710
  */
12710
12711
  item_id: string;
12711
12712
 
@@ -12826,7 +12827,7 @@ export namespace SubscriptionCreateParams {
12826
12827
  grouped_allocation_config: Record<string, unknown>;
12827
12828
 
12828
12829
  /**
12829
- * The id of the item the plan will be associated with.
12830
+ * The id of the item the price will be associated with.
12830
12831
  */
12831
12832
  item_id: string;
12832
12833
 
@@ -12945,7 +12946,7 @@ export namespace SubscriptionCreateParams {
12945
12946
  grouped_with_prorated_minimum_config: Record<string, unknown>;
12946
12947
 
12947
12948
  /**
12948
- * The id of the item the plan will be associated with.
12949
+ * The id of the item the price will be associated with.
12949
12950
  */
12950
12951
  item_id: string;
12951
12952
 
@@ -13064,7 +13065,7 @@ export namespace SubscriptionCreateParams {
13064
13065
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
13065
13066
 
13066
13067
  /**
13067
- * The id of the item the plan will be associated with.
13068
+ * The id of the item the price will be associated with.
13068
13069
  */
13069
13070
  item_id: string;
13070
13071
 
@@ -13529,7 +13530,7 @@ export namespace SubscriptionPriceIntervalsParams {
13529
13530
  currency: string;
13530
13531
 
13531
13532
  /**
13532
- * The id of the item the plan will be associated with.
13533
+ * The id of the item the price will be associated with.
13533
13534
  */
13534
13535
  item_id: string;
13535
13536
 
@@ -13648,7 +13649,7 @@ export namespace SubscriptionPriceIntervalsParams {
13648
13649
  currency: string;
13649
13650
 
13650
13651
  /**
13651
- * The id of the item the plan will be associated with.
13652
+ * The id of the item the price will be associated with.
13652
13653
  */
13653
13654
  item_id: string;
13654
13655
 
@@ -13773,7 +13774,7 @@ export namespace SubscriptionPriceIntervalsParams {
13773
13774
  currency: string;
13774
13775
 
13775
13776
  /**
13776
- * The id of the item the plan will be associated with.
13777
+ * The id of the item the price will be associated with.
13777
13778
  */
13778
13779
  item_id: string;
13779
13780
 
@@ -13918,7 +13919,7 @@ export namespace SubscriptionPriceIntervalsParams {
13918
13919
  currency: string;
13919
13920
 
13920
13921
  /**
13921
- * The id of the item the plan will be associated with.
13922
+ * The id of the item the price will be associated with.
13922
13923
  */
13923
13924
  item_id: string;
13924
13925
 
@@ -14068,7 +14069,7 @@ export namespace SubscriptionPriceIntervalsParams {
14068
14069
  currency: string;
14069
14070
 
14070
14071
  /**
14071
- * The id of the item the plan will be associated with.
14072
+ * The id of the item the price will be associated with.
14072
14073
  */
14073
14074
  item_id: string;
14074
14075
 
@@ -14206,7 +14207,7 @@ export namespace SubscriptionPriceIntervalsParams {
14206
14207
  currency: string;
14207
14208
 
14208
14209
  /**
14209
- * The id of the item the plan will be associated with.
14210
+ * The id of the item the price will be associated with.
14210
14211
  */
14211
14212
  item_id: string;
14212
14213
 
@@ -14352,7 +14353,7 @@ export namespace SubscriptionPriceIntervalsParams {
14352
14353
  currency: string;
14353
14354
 
14354
14355
  /**
14355
- * The id of the item the plan will be associated with.
14356
+ * The id of the item the price will be associated with.
14356
14357
  */
14357
14358
  item_id: string;
14358
14359
 
@@ -14476,7 +14477,7 @@ export namespace SubscriptionPriceIntervalsParams {
14476
14477
  currency: string;
14477
14478
 
14478
14479
  /**
14479
- * The id of the item the plan will be associated with.
14480
+ * The id of the item the price will be associated with.
14480
14481
  */
14481
14482
  item_id: string;
14482
14483
 
@@ -14615,7 +14616,7 @@ export namespace SubscriptionPriceIntervalsParams {
14615
14616
  currency: string;
14616
14617
 
14617
14618
  /**
14618
- * The id of the item the plan will be associated with.
14619
+ * The id of the item the price will be associated with.
14619
14620
  */
14620
14621
  item_id: string;
14621
14622
 
@@ -14746,7 +14747,7 @@ export namespace SubscriptionPriceIntervalsParams {
14746
14747
  currency: string;
14747
14748
 
14748
14749
  /**
14749
- * The id of the item the plan will be associated with.
14750
+ * The id of the item the price will be associated with.
14750
14751
  */
14751
14752
  item_id: string;
14752
14753
 
@@ -14858,7 +14859,7 @@ export namespace SubscriptionPriceIntervalsParams {
14858
14859
  currency: string;
14859
14860
 
14860
14861
  /**
14861
- * The id of the item the plan will be associated with.
14862
+ * The id of the item the price will be associated with.
14862
14863
  */
14863
14864
  item_id: string;
14864
14865
 
@@ -14972,7 +14973,7 @@ export namespace SubscriptionPriceIntervalsParams {
14972
14973
  grouped_tiered_config: Record<string, unknown>;
14973
14974
 
14974
14975
  /**
14975
- * The id of the item the plan will be associated with.
14976
+ * The id of the item the price will be associated with.
14976
14977
  */
14977
14978
  item_id: string;
14978
14979
 
@@ -15082,7 +15083,7 @@ export namespace SubscriptionPriceIntervalsParams {
15082
15083
  currency: string;
15083
15084
 
15084
15085
  /**
15085
- * The id of the item the plan will be associated with.
15086
+ * The id of the item the price will be associated with.
15086
15087
  */
15087
15088
  item_id: string;
15088
15089
 
@@ -15194,7 +15195,7 @@ export namespace SubscriptionPriceIntervalsParams {
15194
15195
  currency: string;
15195
15196
 
15196
15197
  /**
15197
- * The id of the item the plan will be associated with.
15198
+ * The id of the item the price will be associated with.
15198
15199
  */
15199
15200
  item_id: string;
15200
15201
 
@@ -15306,7 +15307,7 @@ export namespace SubscriptionPriceIntervalsParams {
15306
15307
  currency: string;
15307
15308
 
15308
15309
  /**
15309
- * The id of the item the plan will be associated with.
15310
+ * The id of the item the price will be associated with.
15310
15311
  */
15311
15312
  item_id: string;
15312
15313
 
@@ -15418,7 +15419,7 @@ export namespace SubscriptionPriceIntervalsParams {
15418
15419
  currency: string;
15419
15420
 
15420
15421
  /**
15421
- * The id of the item the plan will be associated with.
15422
+ * The id of the item the price will be associated with.
15422
15423
  */
15423
15424
  item_id: string;
15424
15425
 
@@ -15530,7 +15531,7 @@ export namespace SubscriptionPriceIntervalsParams {
15530
15531
  currency: string;
15531
15532
 
15532
15533
  /**
15533
- * The id of the item the plan will be associated with.
15534
+ * The id of the item the price will be associated with.
15534
15535
  */
15535
15536
  item_id: string;
15536
15537
 
@@ -15642,7 +15643,7 @@ export namespace SubscriptionPriceIntervalsParams {
15642
15643
  currency: string;
15643
15644
 
15644
15645
  /**
15645
- * The id of the item the plan will be associated with.
15646
+ * The id of the item the price will be associated with.
15646
15647
  */
15647
15648
  item_id: string;
15648
15649
 
@@ -15754,7 +15755,7 @@ export namespace SubscriptionPriceIntervalsParams {
15754
15755
  currency: string;
15755
15756
 
15756
15757
  /**
15757
- * The id of the item the plan will be associated with.
15758
+ * The id of the item the price will be associated with.
15758
15759
  */
15759
15760
  item_id: string;
15760
15761
 
@@ -15868,7 +15869,7 @@ export namespace SubscriptionPriceIntervalsParams {
15868
15869
  grouped_allocation_config: Record<string, unknown>;
15869
15870
 
15870
15871
  /**
15871
- * The id of the item the plan will be associated with.
15872
+ * The id of the item the price will be associated with.
15872
15873
  */
15873
15874
  item_id: string;
15874
15875
 
@@ -15980,7 +15981,7 @@ export namespace SubscriptionPriceIntervalsParams {
15980
15981
  grouped_with_prorated_minimum_config: Record<string, unknown>;
15981
15982
 
15982
15983
  /**
15983
- * The id of the item the plan will be associated with.
15984
+ * The id of the item the price will be associated with.
15984
15985
  */
15985
15986
  item_id: string;
15986
15987
 
@@ -16092,7 +16093,7 @@ export namespace SubscriptionPriceIntervalsParams {
16092
16093
  grouped_with_metered_minimum_config: Record<string, unknown>;
16093
16094
 
16094
16095
  /**
16095
- * The id of the item the plan will be associated with.
16096
+ * The id of the item the price will be associated with.
16096
16097
  */
16097
16098
  item_id: string;
16098
16099
 
@@ -16202,7 +16203,7 @@ export namespace SubscriptionPriceIntervalsParams {
16202
16203
  currency: string;
16203
16204
 
16204
16205
  /**
16205
- * The id of the item the plan will be associated with.
16206
+ * The id of the item the price will be associated with.
16206
16207
  */
16207
16208
  item_id: string;
16208
16209
 
@@ -16316,7 +16317,7 @@ export namespace SubscriptionPriceIntervalsParams {
16316
16317
  currency: string;
16317
16318
 
16318
16319
  /**
16319
- * The id of the item the plan will be associated with.
16320
+ * The id of the item the price will be associated with.
16320
16321
  */
16321
16322
  item_id: string;
16322
16323
 
@@ -16428,7 +16429,7 @@ export namespace SubscriptionPriceIntervalsParams {
16428
16429
  grouped_tiered_package_config: Record<string, unknown>;
16429
16430
 
16430
16431
  /**
16431
- * The id of the item the plan will be associated with.
16432
+ * The id of the item the price will be associated with.
16432
16433
  */
16433
16434
  item_id: string;
16434
16435
 
@@ -16538,7 +16539,7 @@ export namespace SubscriptionPriceIntervalsParams {
16538
16539
  currency: string;
16539
16540
 
16540
16541
  /**
16541
- * The id of the item the plan will be associated with.
16542
+ * The id of the item the price will be associated with.
16542
16543
  */
16543
16544
  item_id: string;
16544
16545
 
@@ -16650,7 +16651,7 @@ export namespace SubscriptionPriceIntervalsParams {
16650
16651
  currency: string;
16651
16652
 
16652
16653
  /**
16653
- * The id of the item the plan will be associated with.
16654
+ * The id of the item the price will be associated with.
16654
16655
  */
16655
16656
  item_id: string;
16656
16657
 
@@ -16764,7 +16765,7 @@ export namespace SubscriptionPriceIntervalsParams {
16764
16765
  currency: string;
16765
16766
 
16766
16767
  /**
16767
- * The id of the item the plan will be associated with.
16768
+ * The id of the item the price will be associated with.
16768
16769
  */
16769
16770
  item_id: string;
16770
16771
 
@@ -17447,7 +17448,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
17447
17448
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
17448
17449
 
17449
17450
  /**
17450
- * The id of the item the plan will be associated with.
17451
+ * The id of the item the price will be associated with.
17451
17452
  */
17452
17453
  item_id: string;
17453
17454
 
@@ -17573,7 +17574,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
17573
17574
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
17574
17575
 
17575
17576
  /**
17576
- * The id of the item the plan will be associated with.
17577
+ * The id of the item the price will be associated with.
17577
17578
  */
17578
17579
  item_id: string;
17579
17580
 
@@ -17705,7 +17706,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
17705
17706
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
17706
17707
 
17707
17708
  /**
17708
- * The id of the item the plan will be associated with.
17709
+ * The id of the item the price will be associated with.
17709
17710
  */
17710
17711
  item_id: string;
17711
17712
 
@@ -17857,7 +17858,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
17857
17858
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
17858
17859
 
17859
17860
  /**
17860
- * The id of the item the plan will be associated with.
17861
+ * The id of the item the price will be associated with.
17861
17862
  */
17862
17863
  item_id: string;
17863
17864
 
@@ -18002,7 +18003,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
18002
18003
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
18003
18004
 
18004
18005
  /**
18005
- * The id of the item the plan will be associated with.
18006
+ * The id of the item the price will be associated with.
18006
18007
  */
18007
18008
  item_id: string;
18008
18009
 
@@ -18155,7 +18156,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
18155
18156
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
18156
18157
 
18157
18158
  /**
18158
- * The id of the item the plan will be associated with.
18159
+ * The id of the item the price will be associated with.
18159
18160
  */
18160
18161
  item_id: string;
18161
18162
 
@@ -18286,7 +18287,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
18286
18287
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
18287
18288
 
18288
18289
  /**
18289
- * The id of the item the plan will be associated with.
18290
+ * The id of the item the price will be associated with.
18290
18291
  */
18291
18292
  item_id: string;
18292
18293
 
@@ -18432,7 +18433,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
18432
18433
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
18433
18434
 
18434
18435
  /**
18435
- * The id of the item the plan will be associated with.
18436
+ * The id of the item the price will be associated with.
18436
18437
  */
18437
18438
  item_id: string;
18438
18439
 
@@ -18570,7 +18571,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
18570
18571
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
18571
18572
 
18572
18573
  /**
18573
- * The id of the item the plan will be associated with.
18574
+ * The id of the item the price will be associated with.
18574
18575
  */
18575
18576
  item_id: string;
18576
18577
 
@@ -18689,7 +18690,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
18689
18690
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
18690
18691
 
18691
18692
  /**
18692
- * The id of the item the plan will be associated with.
18693
+ * The id of the item the price will be associated with.
18693
18694
  */
18694
18695
  item_id: string;
18695
18696
 
@@ -18808,7 +18809,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
18808
18809
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
18809
18810
 
18810
18811
  /**
18811
- * The id of the item the plan will be associated with.
18812
+ * The id of the item the price will be associated with.
18812
18813
  */
18813
18814
  item_id: string;
18814
18815
 
@@ -18927,7 +18928,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
18927
18928
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
18928
18929
 
18929
18930
  /**
18930
- * The id of the item the plan will be associated with.
18931
+ * The id of the item the price will be associated with.
18931
18932
  */
18932
18933
  item_id: string;
18933
18934
 
@@ -19046,7 +19047,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
19046
19047
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
19047
19048
 
19048
19049
  /**
19049
- * The id of the item the plan will be associated with.
19050
+ * The id of the item the price will be associated with.
19050
19051
  */
19051
19052
  item_id: string;
19052
19053
 
@@ -19165,7 +19166,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
19165
19166
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
19166
19167
 
19167
19168
  /**
19168
- * The id of the item the plan will be associated with.
19169
+ * The id of the item the price will be associated with.
19169
19170
  */
19170
19171
  item_id: string;
19171
19172
 
@@ -19284,7 +19285,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
19284
19285
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
19285
19286
 
19286
19287
  /**
19287
- * The id of the item the plan will be associated with.
19288
+ * The id of the item the price will be associated with.
19288
19289
  */
19289
19290
  item_id: string;
19290
19291
 
@@ -19405,7 +19406,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
19405
19406
  grouped_allocation_config: Record<string, unknown>;
19406
19407
 
19407
19408
  /**
19408
- * The id of the item the plan will be associated with.
19409
+ * The id of the item the price will be associated with.
19409
19410
  */
19410
19411
  item_id: string;
19411
19412
 
@@ -19524,7 +19525,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
19524
19525
  grouped_with_prorated_minimum_config: Record<string, unknown>;
19525
19526
 
19526
19527
  /**
19527
- * The id of the item the plan will be associated with.
19528
+ * The id of the item the price will be associated with.
19528
19529
  */
19529
19530
  item_id: string;
19530
19531
 
@@ -19643,7 +19644,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
19643
19644
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
19644
19645
 
19645
19646
  /**
19646
- * The id of the item the plan will be associated with.
19647
+ * The id of the item the price will be associated with.
19647
19648
  */
19648
19649
  item_id: string;
19649
19650
 
@@ -20030,7 +20031,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
20030
20031
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
20031
20032
 
20032
20033
  /**
20033
- * The id of the item the plan will be associated with.
20034
+ * The id of the item the price will be associated with.
20034
20035
  */
20035
20036
  item_id: string;
20036
20037
 
@@ -20156,7 +20157,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
20156
20157
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
20157
20158
 
20158
20159
  /**
20159
- * The id of the item the plan will be associated with.
20160
+ * The id of the item the price will be associated with.
20160
20161
  */
20161
20162
  item_id: string;
20162
20163
 
@@ -20288,7 +20289,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
20288
20289
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
20289
20290
 
20290
20291
  /**
20291
- * The id of the item the plan will be associated with.
20292
+ * The id of the item the price will be associated with.
20292
20293
  */
20293
20294
  item_id: string;
20294
20295
 
@@ -20440,7 +20441,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
20440
20441
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
20441
20442
 
20442
20443
  /**
20443
- * The id of the item the plan will be associated with.
20444
+ * The id of the item the price will be associated with.
20444
20445
  */
20445
20446
  item_id: string;
20446
20447
 
@@ -20585,7 +20586,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
20585
20586
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
20586
20587
 
20587
20588
  /**
20588
- * The id of the item the plan will be associated with.
20589
+ * The id of the item the price will be associated with.
20589
20590
  */
20590
20591
  item_id: string;
20591
20592
 
@@ -20738,7 +20739,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
20738
20739
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
20739
20740
 
20740
20741
  /**
20741
- * The id of the item the plan will be associated with.
20742
+ * The id of the item the price will be associated with.
20742
20743
  */
20743
20744
  item_id: string;
20744
20745
 
@@ -20869,7 +20870,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
20869
20870
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
20870
20871
 
20871
20872
  /**
20872
- * The id of the item the plan will be associated with.
20873
+ * The id of the item the price will be associated with.
20873
20874
  */
20874
20875
  item_id: string;
20875
20876
 
@@ -21015,7 +21016,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
21015
21016
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
21016
21017
 
21017
21018
  /**
21018
- * The id of the item the plan will be associated with.
21019
+ * The id of the item the price will be associated with.
21019
21020
  */
21020
21021
  item_id: string;
21021
21022
 
@@ -21153,7 +21154,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
21153
21154
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
21154
21155
 
21155
21156
  /**
21156
- * The id of the item the plan will be associated with.
21157
+ * The id of the item the price will be associated with.
21157
21158
  */
21158
21159
  item_id: string;
21159
21160
 
@@ -21272,7 +21273,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
21272
21273
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
21273
21274
 
21274
21275
  /**
21275
- * The id of the item the plan will be associated with.
21276
+ * The id of the item the price will be associated with.
21276
21277
  */
21277
21278
  item_id: string;
21278
21279
 
@@ -21391,7 +21392,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
21391
21392
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
21392
21393
 
21393
21394
  /**
21394
- * The id of the item the plan will be associated with.
21395
+ * The id of the item the price will be associated with.
21395
21396
  */
21396
21397
  item_id: string;
21397
21398
 
@@ -21510,7 +21511,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
21510
21511
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
21511
21512
 
21512
21513
  /**
21513
- * The id of the item the plan will be associated with.
21514
+ * The id of the item the price will be associated with.
21514
21515
  */
21515
21516
  item_id: string;
21516
21517
 
@@ -21629,7 +21630,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
21629
21630
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
21630
21631
 
21631
21632
  /**
21632
- * The id of the item the plan will be associated with.
21633
+ * The id of the item the price will be associated with.
21633
21634
  */
21634
21635
  item_id: string;
21635
21636
 
@@ -21748,7 +21749,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
21748
21749
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
21749
21750
 
21750
21751
  /**
21751
- * The id of the item the plan will be associated with.
21752
+ * The id of the item the price will be associated with.
21752
21753
  */
21753
21754
  item_id: string;
21754
21755
 
@@ -21867,7 +21868,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
21867
21868
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
21868
21869
 
21869
21870
  /**
21870
- * The id of the item the plan will be associated with.
21871
+ * The id of the item the price will be associated with.
21871
21872
  */
21872
21873
  item_id: string;
21873
21874
 
@@ -21988,7 +21989,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
21988
21989
  grouped_allocation_config: Record<string, unknown>;
21989
21990
 
21990
21991
  /**
21991
- * The id of the item the plan will be associated with.
21992
+ * The id of the item the price will be associated with.
21992
21993
  */
21993
21994
  item_id: string;
21994
21995
 
@@ -22107,7 +22108,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
22107
22108
  grouped_with_prorated_minimum_config: Record<string, unknown>;
22108
22109
 
22109
22110
  /**
22110
- * The id of the item the plan will be associated with.
22111
+ * The id of the item the price will be associated with.
22111
22112
  */
22112
22113
  item_id: string;
22113
22114
 
@@ -22226,7 +22227,7 @@ export namespace SubscriptionSchedulePlanChangeParams {
22226
22227
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
22227
22228
 
22228
22229
  /**
22229
- * The id of the item the plan will be associated with.
22230
+ * The id of the item the price will be associated with.
22230
22231
  */
22231
22232
  item_id: string;
22232
22233