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.
@@ -712,9 +712,9 @@ export declare class Subscriptions extends APIResource {
712
712
  * `plan_phase_order` key to indicate which phase the price should be added to.
713
713
  *
714
714
  * An object in the list can specify an optional `start_date` and optional
715
- * `end_date`. This is equivalent to creating a price interval with the
716
- * [add/edit price intervals endpoint](/api-reference/price-interval/add-or-edit-price-intervals).
717
- * If unspecified, the start or end date of the phase or subscription will be used.
715
+ * `end_date`. If `start_date` is unspecified, the start of the phase / plan change
716
+ * time will be used. If `end_date` is unspecified, it will finish at the end of
717
+ * the phase / have no end time.
718
718
  *
719
719
  * An object in the list can specify an optional `minimum_amount`,
720
720
  * `maximum_amount`, or `discounts`. This will create adjustments which apply only
@@ -773,8 +773,9 @@ export declare class Subscriptions extends APIResource {
773
773
  * to.
774
774
  *
775
775
  * An object in the list can specify an optional `start_date` and optional
776
- * `end_date`. If unspecified, the start or end date of the phase or subscription
777
- * will be used.
776
+ * `end_date`. If `start_date` is unspecified, the start of the phase / plan change
777
+ * time will be used. If `end_date` is unspecified, it will finish at the end of
778
+ * the phase / have no end time.
778
779
  *
779
780
  * ### Removing adjustments
780
781
  *
@@ -6612,7 +6613,7 @@ export declare namespace SubscriptionCreateParams {
6612
6613
  */
6613
6614
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
6614
6615
  /**
6615
- * The id of the item the plan will be associated with.
6616
+ * The id of the item the price will be associated with.
6616
6617
  */
6617
6618
  item_id: string;
6618
6619
  model_type: 'unit';
@@ -6717,7 +6718,7 @@ export declare namespace SubscriptionCreateParams {
6717
6718
  */
6718
6719
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
6719
6720
  /**
6720
- * The id of the item the plan will be associated with.
6721
+ * The id of the item the price will be associated with.
6721
6722
  */
6722
6723
  item_id: string;
6723
6724
  model_type: 'package';
@@ -6827,7 +6828,7 @@ export declare namespace SubscriptionCreateParams {
6827
6828
  */
6828
6829
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
6829
6830
  /**
6830
- * The id of the item the plan will be associated with.
6831
+ * The id of the item the price will be associated with.
6831
6832
  */
6832
6833
  item_id: string;
6833
6834
  matrix_config: NewSubscriptionMatrixPrice.MatrixConfig;
@@ -6954,7 +6955,7 @@ export declare namespace SubscriptionCreateParams {
6954
6955
  */
6955
6956
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
6956
6957
  /**
6957
- * The id of the item the plan will be associated with.
6958
+ * The id of the item the price will be associated with.
6958
6959
  */
6959
6960
  item_id: string;
6960
6961
  model_type: 'tiered';
@@ -7075,7 +7076,7 @@ export declare namespace SubscriptionCreateParams {
7075
7076
  */
7076
7077
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
7077
7078
  /**
7078
- * The id of the item the plan will be associated with.
7079
+ * The id of the item the price will be associated with.
7079
7080
  */
7080
7081
  item_id: string;
7081
7082
  model_type: 'tiered_bps';
@@ -7202,7 +7203,7 @@ export declare namespace SubscriptionCreateParams {
7202
7203
  */
7203
7204
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
7204
7205
  /**
7205
- * The id of the item the plan will be associated with.
7206
+ * The id of the item the price will be associated with.
7206
7207
  */
7207
7208
  item_id: string;
7208
7209
  model_type: 'bps';
@@ -7311,7 +7312,7 @@ export declare namespace SubscriptionCreateParams {
7311
7312
  */
7312
7313
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
7313
7314
  /**
7314
- * The id of the item the plan will be associated with.
7315
+ * The id of the item the price will be associated with.
7315
7316
  */
7316
7317
  item_id: string;
7317
7318
  model_type: 'bulk_bps';
@@ -7433,7 +7434,7 @@ export declare namespace SubscriptionCreateParams {
7433
7434
  */
7434
7435
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
7435
7436
  /**
7436
- * The id of the item the plan will be associated with.
7437
+ * The id of the item the price will be associated with.
7437
7438
  */
7438
7439
  item_id: string;
7439
7440
  model_type: 'bulk';
@@ -7549,7 +7550,7 @@ export declare namespace SubscriptionCreateParams {
7549
7550
  */
7550
7551
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
7551
7552
  /**
7552
- * The id of the item the plan will be associated with.
7553
+ * The id of the item the price will be associated with.
7553
7554
  */
7554
7555
  item_id: string;
7555
7556
  model_type: 'threshold_total_amount';
@@ -7648,7 +7649,7 @@ export declare namespace SubscriptionCreateParams {
7648
7649
  */
7649
7650
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
7650
7651
  /**
7651
- * The id of the item the plan will be associated with.
7652
+ * The id of the item the price will be associated with.
7652
7653
  */
7653
7654
  item_id: string;
7654
7655
  model_type: 'tiered_package';
@@ -7747,7 +7748,7 @@ export declare namespace SubscriptionCreateParams {
7747
7748
  */
7748
7749
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
7749
7750
  /**
7750
- * The id of the item the plan will be associated with.
7751
+ * The id of the item the price will be associated with.
7751
7752
  */
7752
7753
  item_id: string;
7753
7754
  model_type: 'tiered_with_minimum';
@@ -7846,7 +7847,7 @@ export declare namespace SubscriptionCreateParams {
7846
7847
  */
7847
7848
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
7848
7849
  /**
7849
- * The id of the item the plan will be associated with.
7850
+ * The id of the item the price will be associated with.
7850
7851
  */
7851
7852
  item_id: string;
7852
7853
  model_type: 'unit_with_percent';
@@ -7945,7 +7946,7 @@ export declare namespace SubscriptionCreateParams {
7945
7946
  */
7946
7947
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
7947
7948
  /**
7948
- * The id of the item the plan will be associated with.
7949
+ * The id of the item the price will be associated with.
7949
7950
  */
7950
7951
  item_id: string;
7951
7952
  model_type: 'package_with_allocation';
@@ -8044,7 +8045,7 @@ export declare namespace SubscriptionCreateParams {
8044
8045
  */
8045
8046
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
8046
8047
  /**
8047
- * The id of the item the plan will be associated with.
8048
+ * The id of the item the price will be associated with.
8048
8049
  */
8049
8050
  item_id: string;
8050
8051
  model_type: 'tiered_with_proration';
@@ -8143,7 +8144,7 @@ export declare namespace SubscriptionCreateParams {
8143
8144
  */
8144
8145
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
8145
8146
  /**
8146
- * The id of the item the plan will be associated with.
8147
+ * The id of the item the price will be associated with.
8147
8148
  */
8148
8149
  item_id: string;
8149
8150
  model_type: 'unit_with_proration';
@@ -8243,7 +8244,7 @@ export declare namespace SubscriptionCreateParams {
8243
8244
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
8244
8245
  grouped_allocation_config: Record<string, unknown>;
8245
8246
  /**
8246
- * The id of the item the plan will be associated with.
8247
+ * The id of the item the price will be associated with.
8247
8248
  */
8248
8249
  item_id: string;
8249
8250
  model_type: 'grouped_allocation';
@@ -8342,7 +8343,7 @@ export declare namespace SubscriptionCreateParams {
8342
8343
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
8343
8344
  grouped_with_prorated_minimum_config: Record<string, unknown>;
8344
8345
  /**
8345
- * The id of the item the plan will be associated with.
8346
+ * The id of the item the price will be associated with.
8346
8347
  */
8347
8348
  item_id: string;
8348
8349
  model_type: 'grouped_with_prorated_minimum';
@@ -8441,7 +8442,7 @@ export declare namespace SubscriptionCreateParams {
8441
8442
  */
8442
8443
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
8443
8444
  /**
8444
- * The id of the item the plan will be associated with.
8445
+ * The id of the item the price will be associated with.
8445
8446
  */
8446
8447
  item_id: string;
8447
8448
  model_type: 'bulk_with_proration';
@@ -8739,7 +8740,7 @@ export declare namespace SubscriptionCreateParams {
8739
8740
  */
8740
8741
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
8741
8742
  /**
8742
- * The id of the item the plan will be associated with.
8743
+ * The id of the item the price will be associated with.
8743
8744
  */
8744
8745
  item_id: string;
8745
8746
  model_type: 'unit';
@@ -8844,7 +8845,7 @@ export declare namespace SubscriptionCreateParams {
8844
8845
  */
8845
8846
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
8846
8847
  /**
8847
- * The id of the item the plan will be associated with.
8848
+ * The id of the item the price will be associated with.
8848
8849
  */
8849
8850
  item_id: string;
8850
8851
  model_type: 'package';
@@ -8954,7 +8955,7 @@ export declare namespace SubscriptionCreateParams {
8954
8955
  */
8955
8956
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
8956
8957
  /**
8957
- * The id of the item the plan will be associated with.
8958
+ * The id of the item the price will be associated with.
8958
8959
  */
8959
8960
  item_id: string;
8960
8961
  matrix_config: NewSubscriptionMatrixPrice.MatrixConfig;
@@ -9081,7 +9082,7 @@ export declare namespace SubscriptionCreateParams {
9081
9082
  */
9082
9083
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
9083
9084
  /**
9084
- * The id of the item the plan will be associated with.
9085
+ * The id of the item the price will be associated with.
9085
9086
  */
9086
9087
  item_id: string;
9087
9088
  model_type: 'tiered';
@@ -9202,7 +9203,7 @@ export declare namespace SubscriptionCreateParams {
9202
9203
  */
9203
9204
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
9204
9205
  /**
9205
- * The id of the item the plan will be associated with.
9206
+ * The id of the item the price will be associated with.
9206
9207
  */
9207
9208
  item_id: string;
9208
9209
  model_type: 'tiered_bps';
@@ -9329,7 +9330,7 @@ export declare namespace SubscriptionCreateParams {
9329
9330
  */
9330
9331
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
9331
9332
  /**
9332
- * The id of the item the plan will be associated with.
9333
+ * The id of the item the price will be associated with.
9333
9334
  */
9334
9335
  item_id: string;
9335
9336
  model_type: 'bps';
@@ -9438,7 +9439,7 @@ export declare namespace SubscriptionCreateParams {
9438
9439
  */
9439
9440
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
9440
9441
  /**
9441
- * The id of the item the plan will be associated with.
9442
+ * The id of the item the price will be associated with.
9442
9443
  */
9443
9444
  item_id: string;
9444
9445
  model_type: 'bulk_bps';
@@ -9560,7 +9561,7 @@ export declare namespace SubscriptionCreateParams {
9560
9561
  */
9561
9562
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
9562
9563
  /**
9563
- * The id of the item the plan will be associated with.
9564
+ * The id of the item the price will be associated with.
9564
9565
  */
9565
9566
  item_id: string;
9566
9567
  model_type: 'bulk';
@@ -9676,7 +9677,7 @@ export declare namespace SubscriptionCreateParams {
9676
9677
  */
9677
9678
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
9678
9679
  /**
9679
- * The id of the item the plan will be associated with.
9680
+ * The id of the item the price will be associated with.
9680
9681
  */
9681
9682
  item_id: string;
9682
9683
  model_type: 'threshold_total_amount';
@@ -9775,7 +9776,7 @@ export declare namespace SubscriptionCreateParams {
9775
9776
  */
9776
9777
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
9777
9778
  /**
9778
- * The id of the item the plan will be associated with.
9779
+ * The id of the item the price will be associated with.
9779
9780
  */
9780
9781
  item_id: string;
9781
9782
  model_type: 'tiered_package';
@@ -9874,7 +9875,7 @@ export declare namespace SubscriptionCreateParams {
9874
9875
  */
9875
9876
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
9876
9877
  /**
9877
- * The id of the item the plan will be associated with.
9878
+ * The id of the item the price will be associated with.
9878
9879
  */
9879
9880
  item_id: string;
9880
9881
  model_type: 'tiered_with_minimum';
@@ -9973,7 +9974,7 @@ export declare namespace SubscriptionCreateParams {
9973
9974
  */
9974
9975
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
9975
9976
  /**
9976
- * The id of the item the plan will be associated with.
9977
+ * The id of the item the price will be associated with.
9977
9978
  */
9978
9979
  item_id: string;
9979
9980
  model_type: 'unit_with_percent';
@@ -10072,7 +10073,7 @@ export declare namespace SubscriptionCreateParams {
10072
10073
  */
10073
10074
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
10074
10075
  /**
10075
- * The id of the item the plan will be associated with.
10076
+ * The id of the item the price will be associated with.
10076
10077
  */
10077
10078
  item_id: string;
10078
10079
  model_type: 'package_with_allocation';
@@ -10171,7 +10172,7 @@ export declare namespace SubscriptionCreateParams {
10171
10172
  */
10172
10173
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
10173
10174
  /**
10174
- * The id of the item the plan will be associated with.
10175
+ * The id of the item the price will be associated with.
10175
10176
  */
10176
10177
  item_id: string;
10177
10178
  model_type: 'tiered_with_proration';
@@ -10270,7 +10271,7 @@ export declare namespace SubscriptionCreateParams {
10270
10271
  */
10271
10272
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
10272
10273
  /**
10273
- * The id of the item the plan will be associated with.
10274
+ * The id of the item the price will be associated with.
10274
10275
  */
10275
10276
  item_id: string;
10276
10277
  model_type: 'unit_with_proration';
@@ -10370,7 +10371,7 @@ export declare namespace SubscriptionCreateParams {
10370
10371
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
10371
10372
  grouped_allocation_config: Record<string, unknown>;
10372
10373
  /**
10373
- * The id of the item the plan will be associated with.
10374
+ * The id of the item the price will be associated with.
10374
10375
  */
10375
10376
  item_id: string;
10376
10377
  model_type: 'grouped_allocation';
@@ -10469,7 +10470,7 @@ export declare namespace SubscriptionCreateParams {
10469
10470
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
10470
10471
  grouped_with_prorated_minimum_config: Record<string, unknown>;
10471
10472
  /**
10472
- * The id of the item the plan will be associated with.
10473
+ * The id of the item the price will be associated with.
10473
10474
  */
10474
10475
  item_id: string;
10475
10476
  model_type: 'grouped_with_prorated_minimum';
@@ -10568,7 +10569,7 @@ export declare namespace SubscriptionCreateParams {
10568
10569
  */
10569
10570
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
10570
10571
  /**
10571
- * The id of the item the plan will be associated with.
10572
+ * The id of the item the price will be associated with.
10572
10573
  */
10573
10574
  item_id: string;
10574
10575
  model_type: 'bulk_with_proration';
@@ -10920,7 +10921,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
10920
10921
  */
10921
10922
  currency: string;
10922
10923
  /**
10923
- * The id of the item the plan will be associated with.
10924
+ * The id of the item the price will be associated with.
10924
10925
  */
10925
10926
  item_id: string;
10926
10927
  model_type: 'unit';
@@ -11019,7 +11020,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
11019
11020
  */
11020
11021
  currency: string;
11021
11022
  /**
11022
- * The id of the item the plan will be associated with.
11023
+ * The id of the item the price will be associated with.
11023
11024
  */
11024
11025
  item_id: string;
11025
11026
  model_type: 'package';
@@ -11123,7 +11124,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
11123
11124
  */
11124
11125
  currency: string;
11125
11126
  /**
11126
- * The id of the item the plan will be associated with.
11127
+ * The id of the item the price will be associated with.
11127
11128
  */
11128
11129
  item_id: string;
11129
11130
  matrix_config: NewFloatingMatrixPrice.MatrixConfig;
@@ -11244,7 +11245,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
11244
11245
  */
11245
11246
  currency: string;
11246
11247
  /**
11247
- * The id of the item the plan will be associated with.
11248
+ * The id of the item the price will be associated with.
11248
11249
  */
11249
11250
  item_id: string;
11250
11251
  matrix_with_allocation_config: NewFloatingMatrixWithAllocationPrice.MatrixWithAllocationConfig;
@@ -11369,7 +11370,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
11369
11370
  */
11370
11371
  currency: string;
11371
11372
  /**
11372
- * The id of the item the plan will be associated with.
11373
+ * The id of the item the price will be associated with.
11373
11374
  */
11374
11375
  item_id: string;
11375
11376
  model_type: 'tiered';
@@ -11484,7 +11485,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
11484
11485
  */
11485
11486
  currency: string;
11486
11487
  /**
11487
- * The id of the item the plan will be associated with.
11488
+ * The id of the item the price will be associated with.
11488
11489
  */
11489
11490
  item_id: string;
11490
11491
  model_type: 'tiered_bps';
@@ -11605,7 +11606,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
11605
11606
  */
11606
11607
  currency: string;
11607
11608
  /**
11608
- * The id of the item the plan will be associated with.
11609
+ * The id of the item the price will be associated with.
11609
11610
  */
11610
11611
  item_id: string;
11611
11612
  model_type: 'bps';
@@ -11708,7 +11709,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
11708
11709
  */
11709
11710
  currency: string;
11710
11711
  /**
11711
- * The id of the item the plan will be associated with.
11712
+ * The id of the item the price will be associated with.
11712
11713
  */
11713
11714
  item_id: string;
11714
11715
  model_type: 'bulk_bps';
@@ -11824,7 +11825,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
11824
11825
  */
11825
11826
  currency: string;
11826
11827
  /**
11827
- * The id of the item the plan will be associated with.
11828
+ * The id of the item the price will be associated with.
11828
11829
  */
11829
11830
  item_id: string;
11830
11831
  model_type: 'bulk';
@@ -11934,7 +11935,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
11934
11935
  */
11935
11936
  currency: string;
11936
11937
  /**
11937
- * The id of the item the plan will be associated with.
11938
+ * The id of the item the price will be associated with.
11938
11939
  */
11939
11940
  item_id: string;
11940
11941
  model_type: 'threshold_total_amount';
@@ -12027,7 +12028,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
12027
12028
  */
12028
12029
  currency: string;
12029
12030
  /**
12030
- * The id of the item the plan will be associated with.
12031
+ * The id of the item the price will be associated with.
12031
12032
  */
12032
12033
  item_id: string;
12033
12034
  model_type: 'tiered_package';
@@ -12121,7 +12122,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
12121
12122
  currency: string;
12122
12123
  grouped_tiered_config: Record<string, unknown>;
12123
12124
  /**
12124
- * The id of the item the plan will be associated with.
12125
+ * The id of the item the price will be associated with.
12125
12126
  */
12126
12127
  item_id: string;
12127
12128
  model_type: 'grouped_tiered';
@@ -12213,7 +12214,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
12213
12214
  */
12214
12215
  currency: string;
12215
12216
  /**
12216
- * The id of the item the plan will be associated with.
12217
+ * The id of the item the price will be associated with.
12217
12218
  */
12218
12219
  item_id: string;
12219
12220
  max_group_tiered_package_config: Record<string, unknown>;
@@ -12306,7 +12307,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
12306
12307
  */
12307
12308
  currency: string;
12308
12309
  /**
12309
- * The id of the item the plan will be associated with.
12310
+ * The id of the item the price will be associated with.
12310
12311
  */
12311
12312
  item_id: string;
12312
12313
  model_type: 'tiered_with_minimum';
@@ -12399,7 +12400,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
12399
12400
  */
12400
12401
  currency: string;
12401
12402
  /**
12402
- * The id of the item the plan will be associated with.
12403
+ * The id of the item the price will be associated with.
12403
12404
  */
12404
12405
  item_id: string;
12405
12406
  model_type: 'package_with_allocation';
@@ -12492,7 +12493,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
12492
12493
  */
12493
12494
  currency: string;
12494
12495
  /**
12495
- * The id of the item the plan will be associated with.
12496
+ * The id of the item the price will be associated with.
12496
12497
  */
12497
12498
  item_id: string;
12498
12499
  model_type: 'tiered_package_with_minimum';
@@ -12585,7 +12586,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
12585
12586
  */
12586
12587
  currency: string;
12587
12588
  /**
12588
- * The id of the item the plan will be associated with.
12589
+ * The id of the item the price will be associated with.
12589
12590
  */
12590
12591
  item_id: string;
12591
12592
  model_type: 'unit_with_percent';
@@ -12678,7 +12679,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
12678
12679
  */
12679
12680
  currency: string;
12680
12681
  /**
12681
- * The id of the item the plan will be associated with.
12682
+ * The id of the item the price will be associated with.
12682
12683
  */
12683
12684
  item_id: string;
12684
12685
  model_type: 'tiered_with_proration';
@@ -12771,7 +12772,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
12771
12772
  */
12772
12773
  currency: string;
12773
12774
  /**
12774
- * The id of the item the plan will be associated with.
12775
+ * The id of the item the price will be associated with.
12775
12776
  */
12776
12777
  item_id: string;
12777
12778
  model_type: 'unit_with_proration';
@@ -12865,7 +12866,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
12865
12866
  currency: string;
12866
12867
  grouped_allocation_config: Record<string, unknown>;
12867
12868
  /**
12868
- * The id of the item the plan will be associated with.
12869
+ * The id of the item the price will be associated with.
12869
12870
  */
12870
12871
  item_id: string;
12871
12872
  model_type: 'grouped_allocation';
@@ -12958,7 +12959,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
12958
12959
  currency: string;
12959
12960
  grouped_with_prorated_minimum_config: Record<string, unknown>;
12960
12961
  /**
12961
- * The id of the item the plan will be associated with.
12962
+ * The id of the item the price will be associated with.
12962
12963
  */
12963
12964
  item_id: string;
12964
12965
  model_type: 'grouped_with_prorated_minimum';
@@ -13051,7 +13052,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
13051
13052
  currency: string;
13052
13053
  grouped_with_metered_minimum_config: Record<string, unknown>;
13053
13054
  /**
13054
- * The id of the item the plan will be associated with.
13055
+ * The id of the item the price will be associated with.
13055
13056
  */
13056
13057
  item_id: string;
13057
13058
  model_type: 'grouped_with_metered_minimum';
@@ -13143,7 +13144,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
13143
13144
  */
13144
13145
  currency: string;
13145
13146
  /**
13146
- * The id of the item the plan will be associated with.
13147
+ * The id of the item the price will be associated with.
13147
13148
  */
13148
13149
  item_id: string;
13149
13150
  matrix_with_display_name_config: Record<string, unknown>;
@@ -13237,7 +13238,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
13237
13238
  */
13238
13239
  currency: string;
13239
13240
  /**
13240
- * The id of the item the plan will be associated with.
13241
+ * The id of the item the price will be associated with.
13241
13242
  */
13242
13243
  item_id: string;
13243
13244
  model_type: 'bulk_with_proration';
@@ -13330,7 +13331,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
13330
13331
  currency: string;
13331
13332
  grouped_tiered_package_config: Record<string, unknown>;
13332
13333
  /**
13333
- * The id of the item the plan will be associated with.
13334
+ * The id of the item the price will be associated with.
13334
13335
  */
13335
13336
  item_id: string;
13336
13337
  model_type: 'grouped_tiered_package';
@@ -13422,7 +13423,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
13422
13423
  */
13423
13424
  currency: string;
13424
13425
  /**
13425
- * The id of the item the plan will be associated with.
13426
+ * The id of the item the price will be associated with.
13426
13427
  */
13427
13428
  item_id: string;
13428
13429
  model_type: 'scalable_matrix_with_unit_pricing';
@@ -13515,7 +13516,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
13515
13516
  */
13516
13517
  currency: string;
13517
13518
  /**
13518
- * The id of the item the plan will be associated with.
13519
+ * The id of the item the price will be associated with.
13519
13520
  */
13520
13521
  item_id: string;
13521
13522
  model_type: 'scalable_matrix_with_tiered_pricing';
@@ -13609,7 +13610,7 @@ export declare namespace SubscriptionPriceIntervalsParams {
13609
13610
  */
13610
13611
  currency: string;
13611
13612
  /**
13612
- * The id of the item the plan will be associated with.
13613
+ * The id of the item the price will be associated with.
13613
13614
  */
13614
13615
  item_id: string;
13615
13616
  model_type: 'cumulative_grouped_bulk';
@@ -14144,7 +14145,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
14144
14145
  */
14145
14146
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
14146
14147
  /**
14147
- * The id of the item the plan will be associated with.
14148
+ * The id of the item the price will be associated with.
14148
14149
  */
14149
14150
  item_id: string;
14150
14151
  model_type: 'unit';
@@ -14249,7 +14250,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
14249
14250
  */
14250
14251
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
14251
14252
  /**
14252
- * The id of the item the plan will be associated with.
14253
+ * The id of the item the price will be associated with.
14253
14254
  */
14254
14255
  item_id: string;
14255
14256
  model_type: 'package';
@@ -14359,7 +14360,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
14359
14360
  */
14360
14361
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
14361
14362
  /**
14362
- * The id of the item the plan will be associated with.
14363
+ * The id of the item the price will be associated with.
14363
14364
  */
14364
14365
  item_id: string;
14365
14366
  matrix_config: NewSubscriptionMatrixPrice.MatrixConfig;
@@ -14486,7 +14487,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
14486
14487
  */
14487
14488
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
14488
14489
  /**
14489
- * The id of the item the plan will be associated with.
14490
+ * The id of the item the price will be associated with.
14490
14491
  */
14491
14492
  item_id: string;
14492
14493
  model_type: 'tiered';
@@ -14607,7 +14608,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
14607
14608
  */
14608
14609
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
14609
14610
  /**
14610
- * The id of the item the plan will be associated with.
14611
+ * The id of the item the price will be associated with.
14611
14612
  */
14612
14613
  item_id: string;
14613
14614
  model_type: 'tiered_bps';
@@ -14734,7 +14735,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
14734
14735
  */
14735
14736
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
14736
14737
  /**
14737
- * The id of the item the plan will be associated with.
14738
+ * The id of the item the price will be associated with.
14738
14739
  */
14739
14740
  item_id: string;
14740
14741
  model_type: 'bps';
@@ -14843,7 +14844,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
14843
14844
  */
14844
14845
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
14845
14846
  /**
14846
- * The id of the item the plan will be associated with.
14847
+ * The id of the item the price will be associated with.
14847
14848
  */
14848
14849
  item_id: string;
14849
14850
  model_type: 'bulk_bps';
@@ -14965,7 +14966,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
14965
14966
  */
14966
14967
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
14967
14968
  /**
14968
- * The id of the item the plan will be associated with.
14969
+ * The id of the item the price will be associated with.
14969
14970
  */
14970
14971
  item_id: string;
14971
14972
  model_type: 'bulk';
@@ -15081,7 +15082,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
15081
15082
  */
15082
15083
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
15083
15084
  /**
15084
- * The id of the item the plan will be associated with.
15085
+ * The id of the item the price will be associated with.
15085
15086
  */
15086
15087
  item_id: string;
15087
15088
  model_type: 'threshold_total_amount';
@@ -15180,7 +15181,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
15180
15181
  */
15181
15182
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
15182
15183
  /**
15183
- * The id of the item the plan will be associated with.
15184
+ * The id of the item the price will be associated with.
15184
15185
  */
15185
15186
  item_id: string;
15186
15187
  model_type: 'tiered_package';
@@ -15279,7 +15280,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
15279
15280
  */
15280
15281
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
15281
15282
  /**
15282
- * The id of the item the plan will be associated with.
15283
+ * The id of the item the price will be associated with.
15283
15284
  */
15284
15285
  item_id: string;
15285
15286
  model_type: 'tiered_with_minimum';
@@ -15378,7 +15379,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
15378
15379
  */
15379
15380
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
15380
15381
  /**
15381
- * The id of the item the plan will be associated with.
15382
+ * The id of the item the price will be associated with.
15382
15383
  */
15383
15384
  item_id: string;
15384
15385
  model_type: 'unit_with_percent';
@@ -15477,7 +15478,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
15477
15478
  */
15478
15479
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
15479
15480
  /**
15480
- * The id of the item the plan will be associated with.
15481
+ * The id of the item the price will be associated with.
15481
15482
  */
15482
15483
  item_id: string;
15483
15484
  model_type: 'package_with_allocation';
@@ -15576,7 +15577,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
15576
15577
  */
15577
15578
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
15578
15579
  /**
15579
- * The id of the item the plan will be associated with.
15580
+ * The id of the item the price will be associated with.
15580
15581
  */
15581
15582
  item_id: string;
15582
15583
  model_type: 'tiered_with_proration';
@@ -15675,7 +15676,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
15675
15676
  */
15676
15677
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
15677
15678
  /**
15678
- * The id of the item the plan will be associated with.
15679
+ * The id of the item the price will be associated with.
15679
15680
  */
15680
15681
  item_id: string;
15681
15682
  model_type: 'unit_with_proration';
@@ -15775,7 +15776,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
15775
15776
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
15776
15777
  grouped_allocation_config: Record<string, unknown>;
15777
15778
  /**
15778
- * The id of the item the plan will be associated with.
15779
+ * The id of the item the price will be associated with.
15779
15780
  */
15780
15781
  item_id: string;
15781
15782
  model_type: 'grouped_allocation';
@@ -15874,7 +15875,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
15874
15875
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
15875
15876
  grouped_with_prorated_minimum_config: Record<string, unknown>;
15876
15877
  /**
15877
- * The id of the item the plan will be associated with.
15878
+ * The id of the item the price will be associated with.
15878
15879
  */
15879
15880
  item_id: string;
15880
15881
  model_type: 'grouped_with_prorated_minimum';
@@ -15973,7 +15974,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
15973
15974
  */
15974
15975
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
15975
15976
  /**
15976
- * The id of the item the plan will be associated with.
15977
+ * The id of the item the price will be associated with.
15977
15978
  */
15978
15979
  item_id: string;
15979
15980
  model_type: 'bulk_with_proration';
@@ -16271,7 +16272,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
16271
16272
  */
16272
16273
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
16273
16274
  /**
16274
- * The id of the item the plan will be associated with.
16275
+ * The id of the item the price will be associated with.
16275
16276
  */
16276
16277
  item_id: string;
16277
16278
  model_type: 'unit';
@@ -16376,7 +16377,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
16376
16377
  */
16377
16378
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
16378
16379
  /**
16379
- * The id of the item the plan will be associated with.
16380
+ * The id of the item the price will be associated with.
16380
16381
  */
16381
16382
  item_id: string;
16382
16383
  model_type: 'package';
@@ -16486,7 +16487,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
16486
16487
  */
16487
16488
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
16488
16489
  /**
16489
- * The id of the item the plan will be associated with.
16490
+ * The id of the item the price will be associated with.
16490
16491
  */
16491
16492
  item_id: string;
16492
16493
  matrix_config: NewSubscriptionMatrixPrice.MatrixConfig;
@@ -16613,7 +16614,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
16613
16614
  */
16614
16615
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
16615
16616
  /**
16616
- * The id of the item the plan will be associated with.
16617
+ * The id of the item the price will be associated with.
16617
16618
  */
16618
16619
  item_id: string;
16619
16620
  model_type: 'tiered';
@@ -16734,7 +16735,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
16734
16735
  */
16735
16736
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
16736
16737
  /**
16737
- * The id of the item the plan will be associated with.
16738
+ * The id of the item the price will be associated with.
16738
16739
  */
16739
16740
  item_id: string;
16740
16741
  model_type: 'tiered_bps';
@@ -16861,7 +16862,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
16861
16862
  */
16862
16863
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
16863
16864
  /**
16864
- * The id of the item the plan will be associated with.
16865
+ * The id of the item the price will be associated with.
16865
16866
  */
16866
16867
  item_id: string;
16867
16868
  model_type: 'bps';
@@ -16970,7 +16971,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
16970
16971
  */
16971
16972
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
16972
16973
  /**
16973
- * The id of the item the plan will be associated with.
16974
+ * The id of the item the price will be associated with.
16974
16975
  */
16975
16976
  item_id: string;
16976
16977
  model_type: 'bulk_bps';
@@ -17092,7 +17093,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
17092
17093
  */
17093
17094
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
17094
17095
  /**
17095
- * The id of the item the plan will be associated with.
17096
+ * The id of the item the price will be associated with.
17096
17097
  */
17097
17098
  item_id: string;
17098
17099
  model_type: 'bulk';
@@ -17208,7 +17209,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
17208
17209
  */
17209
17210
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
17210
17211
  /**
17211
- * The id of the item the plan will be associated with.
17212
+ * The id of the item the price will be associated with.
17212
17213
  */
17213
17214
  item_id: string;
17214
17215
  model_type: 'threshold_total_amount';
@@ -17307,7 +17308,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
17307
17308
  */
17308
17309
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
17309
17310
  /**
17310
- * The id of the item the plan will be associated with.
17311
+ * The id of the item the price will be associated with.
17311
17312
  */
17312
17313
  item_id: string;
17313
17314
  model_type: 'tiered_package';
@@ -17406,7 +17407,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
17406
17407
  */
17407
17408
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
17408
17409
  /**
17409
- * The id of the item the plan will be associated with.
17410
+ * The id of the item the price will be associated with.
17410
17411
  */
17411
17412
  item_id: string;
17412
17413
  model_type: 'tiered_with_minimum';
@@ -17505,7 +17506,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
17505
17506
  */
17506
17507
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
17507
17508
  /**
17508
- * The id of the item the plan will be associated with.
17509
+ * The id of the item the price will be associated with.
17509
17510
  */
17510
17511
  item_id: string;
17511
17512
  model_type: 'unit_with_percent';
@@ -17604,7 +17605,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
17604
17605
  */
17605
17606
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
17606
17607
  /**
17607
- * The id of the item the plan will be associated with.
17608
+ * The id of the item the price will be associated with.
17608
17609
  */
17609
17610
  item_id: string;
17610
17611
  model_type: 'package_with_allocation';
@@ -17703,7 +17704,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
17703
17704
  */
17704
17705
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
17705
17706
  /**
17706
- * The id of the item the plan will be associated with.
17707
+ * The id of the item the price will be associated with.
17707
17708
  */
17708
17709
  item_id: string;
17709
17710
  model_type: 'tiered_with_proration';
@@ -17802,7 +17803,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
17802
17803
  */
17803
17804
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
17804
17805
  /**
17805
- * The id of the item the plan will be associated with.
17806
+ * The id of the item the price will be associated with.
17806
17807
  */
17807
17808
  item_id: string;
17808
17809
  model_type: 'unit_with_proration';
@@ -17902,7 +17903,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
17902
17903
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
17903
17904
  grouped_allocation_config: Record<string, unknown>;
17904
17905
  /**
17905
- * The id of the item the plan will be associated with.
17906
+ * The id of the item the price will be associated with.
17906
17907
  */
17907
17908
  item_id: string;
17908
17909
  model_type: 'grouped_allocation';
@@ -18001,7 +18002,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
18001
18002
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
18002
18003
  grouped_with_prorated_minimum_config: Record<string, unknown>;
18003
18004
  /**
18004
- * The id of the item the plan will be associated with.
18005
+ * The id of the item the price will be associated with.
18005
18006
  */
18006
18007
  item_id: string;
18007
18008
  model_type: 'grouped_with_prorated_minimum';
@@ -18100,7 +18101,7 @@ export declare namespace SubscriptionSchedulePlanChangeParams {
18100
18101
  */
18101
18102
  cadence: 'annual' | 'semi_annual' | 'monthly' | 'quarterly' | 'one_time' | 'custom';
18102
18103
  /**
18103
- * The id of the item the plan will be associated with.
18104
+ * The id of the item the price will be associated with.
18104
18105
  */
18105
18106
  item_id: string;
18106
18107
  model_type: 'bulk_with_proration';