Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 25, 2024
1 parent 19064e1 commit ba2738f
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 40 deletions.
56 changes: 32 additions & 24 deletions 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
40 changes: 24 additions & 16 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11629,33 +11629,37 @@ components:
Controls whether the Payment Element allows the removal of a saved
payment method.
enum:
- auto
- never
- disabled
- enabled
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
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
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
x-stripeBypassValidation: true
required:
- payment_method_remove
- payment_method_save
Expand Down Expand Up @@ -79952,33 +79956,37 @@ paths:
Controls whether the Payment Element allows the
removal of a saved payment method.
enum:
- auto
- never
- disabled
- enabled
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
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
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
x-stripeBypassValidation: true
title: features_param
type: object
required:
Expand Down

0 comments on commit ba2738f

Please sign in to comment.