Skip to content

Commit

Permalink
OpenAPI Update (#780)
Browse files Browse the repository at this point in the history
Update OpenAPI for 0dc1694456889f9f9fa9f2e84973251a478caed0

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Apr 26, 2024
1 parent df49992 commit b42a734
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -13380,7 +13380,7 @@
"description": "This hash contains the features the Payment Element supports.",
"properties": {
"payment_method_remove": {
"description": "Controls whether the Payment Element allows the removal of a saved payment method.",
"description": "Controls whether the Payment Element displays the option to remove a saved payment method.",
"enum": [
"disabled",
"enabled"
Expand All @@ -13389,7 +13389,7 @@
"x-stripeBypassValidation": true
},
"payment_method_save": {
"description": "Controls whether the Payment Element offers to save a new payment method.",
"description": "Controls whether the Payment Element displays a checkbox offering to save a new payment method.",
"enum": [
"disabled",
"enabled"
Expand All @@ -13398,7 +13398,7 @@
"x-stripeBypassValidation": true
},
"payment_method_set_as_default": {
"description": "Controls whether the Payment Element offers to set a payment method as the default.",
"description": "Controls whether the Payment Element displays a checkbox offering to set a saved payment method as the default.",
"enum": [
"disabled",
"enabled"
Expand All @@ -13407,7 +13407,7 @@
"x-stripeBypassValidation": true
},
"payment_method_update": {
"description": "Controls whether the Payment Element allows the updating of a saved payment method.",
"description": "Controls whether the Payment Element displays the option to update a saved payment method.",
"enum": [
"disabled",
"enabled"
Expand Down Expand Up @@ -93002,7 +93002,7 @@
"description": "This hash defines whether the payment element supports certain features.",
"properties": {
"payment_method_remove": {
"description": "Controls whether the Payment Element allows the removal of a saved payment method.",
"description": "Controls whether the Payment Element displays the option to remove a saved payment method.",
"enum": [
"disabled",
"enabled"
Expand All @@ -93011,7 +93011,7 @@
"x-stripeBypassValidation": true
},
"payment_method_save": {
"description": "Controls whether the Payment Element offers to save a new payment method.",
"description": "Controls whether the Payment Element displays a checkbox offering to save a new payment method.",
"enum": [
"disabled",
"enabled"
Expand All @@ -93020,7 +93020,7 @@
"x-stripeBypassValidation": true
},
"payment_method_set_as_default": {
"description": "Controls whether the Payment Element offers to set a payment method as the default.",
"description": "Controls whether the Payment Element displays a checkbox offering to set a saved payment method as the default.",
"enum": [
"disabled",
"enabled"
Expand All @@ -93029,7 +93029,7 @@
"x-stripeBypassValidation": true
},
"payment_method_update": {
"description": "Controls whether the Payment Element allows the updating of a saved payment method.",
"description": "Controls whether the Payment Element displays the option to update a saved payment method.",
"enum": [
"disabled",
"enabled"
Expand Down

0 comments on commit b42a734

Please sign in to comment.