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 Sep 10, 2024
1 parent e3b5635 commit 843e043
Show file tree
Hide file tree
Showing 6 changed files with 240 additions and 10 deletions.
51 changes: 47 additions & 4 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -44743,16 +44743,25 @@
"enabled": {
"description": "Indicates whether tax ID collection is enabled for the session.",
"type": "boolean"
},
"required": {
"enum": [
"if_supported",
"never"
],
"type": "string"
}
},
"required": [
"enabled"
"enabled",
"required"
],
"title": "PaymentLinksResourceTaxIdCollection",
"type": "object",
"x-expandableFields": [],
"x-stripeMostCommon": [
"enabled"
"enabled",
"required"
]
},
"payment_links_resource_transfer_data": {
Expand Down Expand Up @@ -52965,16 +52974,26 @@
"enabled": {
"description": "Indicates whether tax ID collection is enabled for the session",
"type": "boolean"
},
"required": {
"description": "Indicates whether a tax ID is required on the payment page",
"enum": [
"if_supported",
"never"
],
"type": "string"
}
},
"required": [
"enabled"
"enabled",
"required"
],
"title": "PaymentPagesCheckoutSessionTaxIDCollection",
"type": "object",
"x-expandableFields": [],
"x-stripeMostCommon": [
"enabled"
"enabled",
"required"
]
},
"payment_pages_checkout_session_total_details": {
Expand Down Expand Up @@ -104178,6 +104197,14 @@
"enabled": {
"description": "Enable tax ID collection during checkout. Defaults to `false`.",
"type": "boolean"
},
"required": {
"description": "Describes whether a tax ID is required during checkout. Defaults to `never`.",
"enum": [
"if_supported",
"never"
],
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -172576,6 +172603,14 @@
"enabled": {
"description": "Enable tax ID collection during checkout. Defaults to `false`.",
"type": "boolean"
},
"required": {
"description": "Describes whether a tax ID is required during checkout. Defaults to `never`.",
"enum": [
"if_supported",
"never"
],
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -174047,6 +174082,14 @@
"enabled": {
"description": "Enable tax ID collection during checkout. Defaults to `false`.",
"type": "boolean"
},
"required": {
"description": "Describes whether a tax ID is required during checkout. Defaults to `never`.",
"enum": [
"if_supported",
"never"
],
"type": "string"
}
},
"required": [
Expand Down
39 changes: 39 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40617,13 +40617,20 @@ components:
enabled:
description: Indicates whether tax ID collection is enabled for the session.
type: boolean
required:
enum:
- if_supported
- never
type: string
required:
- enabled
- required
title: PaymentLinksResourceTaxIdCollection
type: object
x-expandableFields: []
x-stripeMostCommon:
- enabled
- required
payment_links_resource_transfer_data:
description: ''
properties:
Expand Down Expand Up @@ -48699,13 +48706,21 @@ components:
enabled:
description: Indicates whether tax ID collection is enabled for the session
type: boolean
required:
description: Indicates whether a tax ID is required on the payment page
enum:
- if_supported
- never
type: string
required:
- enabled
- required
title: PaymentPagesCheckoutSessionTaxIDCollection
type: object
x-expandableFields: []
x-stripeMostCommon:
- enabled
- required
payment_pages_checkout_session_total_details:
description: ''
properties:
Expand Down Expand Up @@ -95451,6 +95466,14 @@ paths:
Enable tax ID collection during checkout. Defaults to
`false`.
type: boolean
required:
description: >-
Describes whether a tax ID is required during checkout.
Defaults to `never`.
enum:
- if_supported
- never
type: string
required:
- enabled
title: tax_id_collection_params
Expand Down Expand Up @@ -163647,6 +163670,14 @@ paths:
Enable tax ID collection during checkout. Defaults to
`false`.
type: boolean
required:
description: >-
Describes whether a tax ID is required during checkout.
Defaults to `never`.
enum:
- if_supported
- never
type: string
required:
- enabled
title: tax_id_collection_params
Expand Down Expand Up @@ -164961,6 +164992,14 @@ paths:
Enable tax ID collection during checkout. Defaults to
`false`.
type: boolean
required:
description: >-
Describes whether a tax ID is required during checkout.
Defaults to `never`.
enum:
- if_supported
- never
type: string
required:
- enabled
title: tax_id_collection_params
Expand Down
42 changes: 40 additions & 2 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -28351,10 +28351,18 @@
"enabled": {
"description": "Indicates whether tax ID collection is enabled for the session.",
"type": "boolean"
},
"required": {
"enum": [
"if_supported",
"never"
],
"type": "string"
}
},
"required": [
"enabled"
"enabled",
"required"
],
"title": "PaymentLinksResourceTaxIdCollection",
"type": "object",
Expand Down Expand Up @@ -34567,10 +34575,19 @@
"enabled": {
"description": "Indicates whether tax ID collection is enabled for the session",
"type": "boolean"
},
"required": {
"description": "Indicates whether a tax ID is required on the payment page",
"enum": [
"if_supported",
"never"
],
"type": "string"
}
},
"required": [
"enabled"
"enabled",
"required"
],
"title": "PaymentPagesCheckoutSessionTaxIDCollection",
"type": "object",
Expand Down Expand Up @@ -69127,6 +69144,13 @@
"properties": {
"enabled": {
"type": "boolean"
},
"required": {
"enum": [
"if_supported",
"never"
],
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -117119,6 +117143,13 @@
"properties": {
"enabled": {
"type": "boolean"
},
"required": {
"enum": [
"if_supported",
"never"
],
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -118364,6 +118395,13 @@
"properties": {
"enabled": {
"type": "boolean"
},
"required": {
"enum": [
"if_supported",
"never"
],
"type": "string"
}
},
"required": [
Expand Down
51 changes: 47 additions & 4 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -38040,16 +38040,25 @@
"enabled": {
"description": "Indicates whether tax ID collection is enabled for the session.",
"type": "boolean"
},
"required": {
"enum": [
"if_supported",
"never"
],
"type": "string"
}
},
"required": [
"enabled"
"enabled",
"required"
],
"title": "PaymentLinksResourceTaxIdCollection",
"type": "object",
"x-expandableFields": [],
"x-stripeMostCommon": [
"enabled"
"enabled",
"required"
]
},
"payment_links_resource_transfer_data": {
Expand Down Expand Up @@ -45912,16 +45921,26 @@
"enabled": {
"description": "Indicates whether tax ID collection is enabled for the session",
"type": "boolean"
},
"required": {
"description": "Indicates whether a tax ID is required on the payment page",
"enum": [
"if_supported",
"never"
],
"type": "string"
}
},
"required": [
"enabled"
"enabled",
"required"
],
"title": "PaymentPagesCheckoutSessionTaxIDCollection",
"type": "object",
"x-expandableFields": [],
"x-stripeMostCommon": [
"enabled"
"enabled",
"required"
]
},
"payment_pages_checkout_session_total_details": {
Expand Down Expand Up @@ -87401,6 +87420,14 @@
"enabled": {
"description": "Enable tax ID collection during checkout. Defaults to `false`.",
"type": "boolean"
},
"required": {
"description": "Describes whether a tax ID is required during checkout. Defaults to `never`.",
"enum": [
"if_supported",
"never"
],
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -136506,6 +136533,14 @@
"enabled": {
"description": "Enable tax ID collection during checkout. Defaults to `false`.",
"type": "boolean"
},
"required": {
"description": "Describes whether a tax ID is required during checkout. Defaults to `never`.",
"enum": [
"if_supported",
"never"
],
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -137975,6 +138010,14 @@
"enabled": {
"description": "Enable tax ID collection during checkout. Defaults to `false`.",
"type": "boolean"
},
"required": {
"description": "Describes whether a tax ID is required during checkout. Defaults to `never`.",
"enum": [
"if_supported",
"never"
],
"type": "string"
}
},
"required": [
Expand Down
Loading

0 comments on commit 843e043

Please sign in to comment.