Skip to content

Commit 77a1bb3

Browse files
Update generated code for v1384
1 parent 7fb3c24 commit 77a1bb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1383
1+
v1384

types/SubscriptionsResource.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ declare module 'stripe' {
680680
payment_method_options?: PaymentSettings.PaymentMethodOptions;
681681

682682
/**
683-
* The list of payment method types (e.g. card) to provide to the invoice's PaymentIntent. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice's default payment method, the subscription's default payment method, the customer's default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice).
683+
* The list of payment method types (e.g. card) to provide to the invoice's PaymentIntent. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice's default payment method, the subscription's default payment method, the customer's default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice). Should not be specified with payment_method_configuration
684684
*/
685685
payment_method_types?: Stripe.Emptyable<
686686
Array<PaymentSettings.PaymentMethodType>
@@ -1733,7 +1733,7 @@ declare module 'stripe' {
17331733
payment_method_options?: PaymentSettings.PaymentMethodOptions;
17341734

17351735
/**
1736-
* The list of payment method types (e.g. card) to provide to the invoice's PaymentIntent. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice's default payment method, the subscription's default payment method, the customer's default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice).
1736+
* The list of payment method types (e.g. card) to provide to the invoice's PaymentIntent. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice's default payment method, the subscription's default payment method, the customer's default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice). Should not be specified with payment_method_configuration
17371737
*/
17381738
payment_method_types?: Stripe.Emptyable<
17391739
Array<PaymentSettings.PaymentMethodType>

0 commit comments

Comments
 (0)