Skip to content

Commit 7422dd2

Browse files
OpenAPI Update (#865)
Update OpenAPI for 2573ca68dd69104226882fc872aba0b04912c616 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 0aa5c68 commit 7422dd2

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150569,6 +150569,10 @@
150569150569
"subscription_data": {
150570150570
"explode": true,
150571150571
"style": "deepObject"
150572+
},
150573+
"tax_id_collection": {
150574+
"explode": true,
150575+
"style": "deepObject"
150572150576
}
150573150577
},
150574150578
"schema": {
@@ -151670,6 +151674,20 @@
151670151674
},
151671151675
"title": "subscription_data_update_params",
151672151676
"type": "object"
151677+
},
151678+
"tax_id_collection": {
151679+
"description": "Controls tax ID collection during checkout.",
151680+
"properties": {
151681+
"enabled": {
151682+
"description": "Set to `true` to enable tax ID collection.",
151683+
"type": "boolean"
151684+
}
151685+
},
151686+
"required": [
151687+
"enabled"
151688+
],
151689+
"title": "tax_id_collection_params",
151690+
"type": "object"
151673151691
}
151674151692
},
151675151693
"type": "object"

embedded/openapi/spec3.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113712,6 +113712,10 @@
113712113712
"subscription_data": {
113713113713
"explode": true,
113714113714
"style": "deepObject"
113715+
},
113716+
"tax_id_collection": {
113717+
"explode": true,
113718+
"style": "deepObject"
113715113719
}
113716113720
},
113717113721
"schema": {
@@ -114744,6 +114748,19 @@
114744114748
},
114745114749
"title": "subscription_data_update_params",
114746114750
"type": "object"
114751+
},
114752+
"tax_id_collection": {
114753+
"description": "Controls tax ID collection during checkout.",
114754+
"properties": {
114755+
"enabled": {
114756+
"type": "boolean"
114757+
}
114758+
},
114759+
"required": [
114760+
"enabled"
114761+
],
114762+
"title": "tax_id_collection_params",
114763+
"type": "object"
114747114764
}
114748114765
},
114749114766
"type": "object"

0 commit comments

Comments
 (0)