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 May 22, 2024
1 parent 4b9aed4 commit 08e5579
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 0 deletions.
10 changes: 10 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -45473,6 +45473,15 @@
"nullable": true,
"type": "array"
},
"payment_method_remove": {
"description": "Enable customers to choose if they wish to remove their saved payment methods. Disabled by default.",
"enum": [
"disabled",
"enabled"
],
"nullable": true,
"type": "string"
},
"payment_method_save": {
"description": "Enable customers to choose if they wish to save their payment method for future use. Disabled by default.",
"enum": [
Expand All @@ -45485,6 +45494,7 @@
},
"required": [
"allow_redisplay_filters",
"payment_method_remove",
"payment_method_save"
],
"title": "PaymentPagesCheckoutSessionSavedPaymentMethodOptions",
Expand Down
10 changes: 10 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41842,6 +41842,15 @@ components:
type: string
nullable: true
type: array
payment_method_remove:
description: >-
Enable customers to choose if they wish to remove their saved
payment methods. Disabled by default.
enum:
- disabled
- enabled
nullable: true
type: string
payment_method_save:
description: >-
Enable customers to choose if they wish to save their payment method
Expand All @@ -41853,6 +41862,7 @@ components:
type: string
required:
- allow_redisplay_filters
- payment_method_remove
- payment_method_save
title: PaymentPagesCheckoutSessionSavedPaymentMethodOptions
type: object
Expand Down
9 changes: 9 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -32720,6 +32720,15 @@
"nullable": true,
"type": "array"
},
"payment_method_remove": {
"description": "Enable customers to choose if they wish to remove their saved payment methods. Disabled by default.",
"enum": [
"disabled",
"enabled"
],
"nullable": true,
"type": "string"
},
"payment_method_save": {
"description": "Enable customers to choose if they wish to save their payment method for future use. Disabled by default.",
"enum": [
Expand Down
10 changes: 10 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -39554,6 +39554,15 @@
"nullable": true,
"type": "array"
},
"payment_method_remove": {
"description": "Enable customers to choose if they wish to remove their saved payment methods. Disabled by default.",
"enum": [
"disabled",
"enabled"
],
"nullable": true,
"type": "string"
},
"payment_method_save": {
"description": "Enable customers to choose if they wish to save their payment method for future use. Disabled by default.",
"enum": [
Expand All @@ -39566,6 +39575,7 @@
},
"required": [
"allow_redisplay_filters",
"payment_method_remove",
"payment_method_save"
],
"title": "PaymentPagesCheckoutSessionSavedPaymentMethodOptions",
Expand Down
10 changes: 10 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36545,6 +36545,15 @@ components:
type: string
nullable: true
type: array
payment_method_remove:
description: >-
Enable customers to choose if they wish to remove their saved
payment methods. Disabled by default.
enum:
- disabled
- enabled
nullable: true
type: string
payment_method_save:
description: >-
Enable customers to choose if they wish to save their payment method
Expand All @@ -36556,6 +36565,7 @@ components:
type: string
required:
- allow_redisplay_filters
- payment_method_remove
- payment_method_save
title: PaymentPagesCheckoutSessionSavedPaymentMethodOptions
type: object
Expand Down
9 changes: 9 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31093,6 +31093,15 @@ components:
type: string
nullable: true
type: array
payment_method_remove:
description: >-
Enable customers to choose if they wish to remove their saved
payment methods. Disabled by default.
enum:
- disabled
- enabled
nullable: true
type: string
payment_method_save:
description: >-
Enable customers to choose if they wish to save their payment method
Expand Down

0 comments on commit 08e5579

Please sign in to comment.