Skip to content

Commit

Permalink
OpenAPI Update (#865)
Browse files Browse the repository at this point in the history
Update OpenAPI for 2573ca68dd69104226882fc872aba0b04912c616

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jun 14, 2024
1 parent 0aa5c68 commit 7422dd2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
18 changes: 18 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -150569,6 +150569,10 @@
"subscription_data": {
"explode": true,
"style": "deepObject"
},
"tax_id_collection": {
"explode": true,
"style": "deepObject"
}
},
"schema": {
Expand Down Expand Up @@ -151670,6 +151674,20 @@
},
"title": "subscription_data_update_params",
"type": "object"
},
"tax_id_collection": {
"description": "Controls tax ID collection during checkout.",
"properties": {
"enabled": {
"description": "Set to `true` to enable tax ID collection.",
"type": "boolean"
}
},
"required": [
"enabled"
],
"title": "tax_id_collection_params",
"type": "object"
}
},
"type": "object"
Expand Down
17 changes: 17 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -113712,6 +113712,10 @@
"subscription_data": {
"explode": true,
"style": "deepObject"
},
"tax_id_collection": {
"explode": true,
"style": "deepObject"
}
},
"schema": {
Expand Down Expand Up @@ -114744,6 +114748,19 @@
},
"title": "subscription_data_update_params",
"type": "object"
},
"tax_id_collection": {
"description": "Controls tax ID collection during checkout.",
"properties": {
"enabled": {
"type": "boolean"
}
},
"required": [
"enabled"
],
"title": "tax_id_collection_params",
"type": "object"
}
},
"type": "object"
Expand Down

0 comments on commit 7422dd2

Please sign in to comment.