Skip to content

Commit

Permalink
Update generated code for v995
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 26, 2024
1 parent 217564f commit 19ab6f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
@@ -1 +1 @@
v994
v995
8 changes: 4 additions & 4 deletions types/CustomerSessions.d.ts
Expand Up @@ -86,22 +86,22 @@ declare module 'stripe' {
namespace PaymentElement {
interface Features {
/**
* Controls whether the Payment Element allows the removal of a saved payment method.
* Controls whether the Payment Element displays the option to remove a saved payment method.
*/
payment_method_remove: Features.PaymentMethodRemove;

/**
* Controls whether the Payment Element offers to save a new payment method.
* Controls whether the Payment Element displays a checkbox offering to save a new payment method.
*/
payment_method_save: Features.PaymentMethodSave;

/**
* Controls whether the Payment Element offers to set a payment method as the default.
* Controls whether the Payment Element displays a checkbox offering to set a saved payment method as the default.
*/
payment_method_set_as_default: Features.PaymentMethodSetAsDefault;

/**
* Controls whether the Payment Element allows the updating of a saved payment method.
* Controls whether the Payment Element displays the option to update a saved payment method.
*/
payment_method_update: Features.PaymentMethodUpdate;
}
Expand Down
8 changes: 4 additions & 4 deletions types/CustomerSessionsResource.d.ts
Expand Up @@ -60,22 +60,22 @@ declare module 'stripe' {
namespace PaymentElement {
interface Features {
/**
* Controls whether the Payment Element allows the removal of a saved payment method.
* Controls whether the Payment Element displays the option to remove a saved payment method.
*/
payment_method_remove?: Features.PaymentMethodRemove;

/**
* Controls whether the Payment Element offers to save a new payment method.
* Controls whether the Payment Element displays a checkbox offering to save a new payment method.
*/
payment_method_save?: Features.PaymentMethodSave;

/**
* Controls whether the Payment Element offers to set a payment method as the default.
* Controls whether the Payment Element displays a checkbox offering to set a saved payment method as the default.
*/
payment_method_set_as_default?: Features.PaymentMethodSetAsDefault;

/**
* Controls whether the Payment Element allows the updating of a saved payment method.
* Controls whether the Payment Element displays the option to update a saved payment method.
*/
payment_method_update?: Features.PaymentMethodUpdate;
}
Expand Down

0 comments on commit 19ab6f7

Please sign in to comment.