Skip to content

Commit bb394f1

Browse files
Update generated code for v1373
1 parent e5b8b52 commit bb394f1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

OPENAPI_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1371
1+
v1373

types/InvoicesResource.d.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -4015,7 +4015,7 @@ declare module 'stripe' {
40154015
billing_thresholds?: Stripe.Emptyable<Item.BillingThresholds>;
40164016

40174017
/**
4018-
* Delete all usage for a given subscription item. Allowed only when `deleted` is set to `true` and the current plan's `usage_type` is `metered`.
4018+
* Delete all usage for a given subscription item. You must pass this when deleting a usage records subscription item. `clear_usage` has no effect if the plan has a billing meter attached.
40194019
*/
40204020
clear_usage?: boolean;
40214021

@@ -6238,7 +6238,7 @@ declare module 'stripe' {
62386238
billing_thresholds?: Stripe.Emptyable<Item.BillingThresholds>;
62396239

62406240
/**
6241-
* Delete all usage for a given subscription item. Allowed only when `deleted` is set to `true` and the current plan's `usage_type` is `metered`.
6241+
* Delete all usage for a given subscription item. You must pass this when deleting a usage records subscription item. `clear_usage` has no effect if the plan has a billing meter attached.
62426242
*/
62436243
clear_usage?: boolean;
62446244

@@ -6432,7 +6432,7 @@ declare module 'stripe' {
64326432
>;
64336433

64346434
/**
6435-
* Delete all usage for a given subscription item. Allowed only when `deleted` is set to `true` and the current plan's `usage_type` is `metered`.
6435+
* Delete all usage for a given subscription item. You must pass this when deleting a usage records subscription item. `clear_usage` has no effect if the plan has a billing meter attached.
64366436
*/
64376437
clear_usage?: boolean;
64386438

@@ -8718,7 +8718,7 @@ declare module 'stripe' {
87188718
billing_thresholds?: Stripe.Emptyable<Item.BillingThresholds>;
87198719

87208720
/**
8721-
* Delete all usage for a given subscription item. Allowed only when `deleted` is set to `true` and the current plan's `usage_type` is `metered`.
8721+
* Delete all usage for a given subscription item. You must pass this when deleting a usage records subscription item. `clear_usage` has no effect if the plan has a billing meter attached.
87228722
*/
87238723
clear_usage?: boolean;
87248724

@@ -8912,7 +8912,7 @@ declare module 'stripe' {
89128912
>;
89138913

89148914
/**
8915-
* Delete all usage for a given subscription item. Allowed only when `deleted` is set to `true` and the current plan's `usage_type` is `metered`.
8915+
* Delete all usage for a given subscription item. You must pass this when deleting a usage records subscription item. `clear_usage` has no effect if the plan has a billing meter attached.
89168916
*/
89178917
clear_usage?: boolean;
89188918

types/SubscriptionsResource.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,7 @@ declare module 'stripe' {
15321532
billing_thresholds?: Stripe.Emptyable<Item.BillingThresholds>;
15331533

15341534
/**
1535-
* Delete all usage for a given subscription item. Allowed only when `deleted` is set to `true` and the current plan's `usage_type` is `metered`.
1535+
* Delete all usage for a given subscription item. You must pass this when deleting a usage records subscription item. `clear_usage` has no effect if the plan has a billing meter attached.
15361536
*/
15371537
clear_usage?: boolean;
15381538

0 commit comments

Comments
 (0)