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 14, 2024
1 parent 940d8c4 commit a778ed9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -72597,7 +72597,11 @@
"type": {
"description": "The type of the tax form. An additional hash is included on the tax form with a name matching this value. It contains additional information specific to the tax form type.",
"enum": [
"au_serr",
"ca_mrdp",
"eu_dac7",
"gb_mrdp",
"nz_mrdp",
"us_1099_k",
"us_1099_misc",
"us_1099_nec"
Expand Down Expand Up @@ -218016,7 +218020,11 @@
"required": false,
"schema": {
"enum": [
"au_serr",
"ca_mrdp",
"eu_dac7",
"gb_mrdp",
"nz_mrdp",
"us_1099_k",
"us_1099_misc",
"us_1099_nec"
Expand Down
8 changes: 8 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65773,7 +65773,11 @@ components:
form with a name matching this value. It contains additional
information specific to the tax form type.
enum:
- au_serr
- ca_mrdp
- eu_dac7
- gb_mrdp
- nz_mrdp
- us_1099_k
- us_1099_misc
- us_1099_nec
Expand Down Expand Up @@ -206118,7 +206122,11 @@ paths:
required: false
schema:
enum:
- au_serr
- ca_mrdp
- eu_dac7
- gb_mrdp
- nz_mrdp
- us_1099_k
- us_1099_misc
- us_1099_nec
Expand Down

0 comments on commit a778ed9

Please sign in to comment.