Skip to content

Commit

Permalink
OpenAPI Update (#632)
Browse files Browse the repository at this point in the history
Update OpenAPI for ba2738f630878b967cb5522485700dc0727805ed

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Jan 25, 2024
1 parent 530813c commit 5ae0fc9
Showing 1 changed file with 32 additions and 24 deletions.
56 changes: 32 additions & 24 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -12479,34 +12479,38 @@
"payment_method_remove": {
"description": "Controls whether the Payment Element allows the removal of a saved payment method.",
"enum": [
"auto",
"never"
"disabled",
"enabled"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"payment_method_save": {
"description": "Controls whether the Payment Element offers to save a new payment method.",
"enum": [
"auto",
"never"
"disabled",
"enabled"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"payment_method_set_as_default": {
"description": "Controls whether the Payment Element offers to set a payment method as the default.",
"enum": [
"auto",
"never"
"disabled",
"enabled"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"payment_method_update": {
"description": "Controls whether the Payment Element allows the updating of a saved payment method.",
"enum": [
"auto",
"never"
"disabled",
"enabled"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -87568,34 +87572,38 @@
"payment_method_remove": {
"description": "Controls whether the Payment Element allows the removal of a saved payment method.",
"enum": [
"auto",
"never"
"disabled",
"enabled"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"payment_method_save": {
"description": "Controls whether the Payment Element offers to save a new payment method.",
"enum": [
"auto",
"never"
"disabled",
"enabled"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"payment_method_set_as_default": {
"description": "Controls whether the Payment Element offers to set a payment method as the default.",
"enum": [
"auto",
"never"
"disabled",
"enabled"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"payment_method_update": {
"description": "Controls whether the Payment Element allows the updating of a saved payment method.",
"enum": [
"auto",
"never"
"disabled",
"enabled"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"title": "features_param",
Expand Down

0 comments on commit 5ae0fc9

Please sign in to comment.