Skip to content

Commit

Permalink
Update OpenAPI specification for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 17, 2024
1 parent 4eb0c93 commit e9bc16b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -113107,7 +113107,7 @@
"type": "string"
}
},
"title": "tax_param",
"title": "shared_tax_create_param",
"type": "object",
"x-stripeMostCommon": [
"ip_address",
Expand Down Expand Up @@ -113980,13 +113980,14 @@
"validate_location": {
"description": "A flag that indicates when Stripe should validate the customer tax location. Defaults to `deferred`.",
"enum": [
"auto",
"deferred",
"immediately"
],
"type": "string"
}
},
"title": "tax_param",
"title": "shared_tax_update_param",
"type": "object",
"x-stripeMostCommon": [
"ip_address",
Expand Down
5 changes: 3 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103200,7 +103200,7 @@ paths:
- deferred
- immediately
type: string
title: tax_param
title: shared_tax_create_param
type: object
x-stripeMostCommon:
- ip_address
Expand Down Expand Up @@ -104006,10 +104006,11 @@ paths:
A flag that indicates when Stripe should validate the
customer tax location. Defaults to `deferred`.
enum:
- auto
- deferred
- immediately
type: string
title: tax_param
title: shared_tax_update_param
type: object
x-stripeMostCommon:
- ip_address
Expand Down

0 comments on commit e9bc16b

Please sign in to comment.