Skip to content

Commit

Permalink
Update OpenAPI for d7cd0cb1f94cedc0e44b33b99f70e7fb5426326a
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 14, 2025
1 parent 60285f6 commit d12b62f
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -89229,6 +89229,30 @@
"enabled",
"features"
]
},
"tax_threshold_monitoring": {
"description": "Configuration for the tax threshold monitoring embedded component.",
"properties": {
"enabled": {
"description": "Whether the embedded component is enabled.",
"type": "boolean"
},
"features": {
"description": "The list of features enabled in the embedded component.",
"properties": {},
"title": "base_features_param",
"type": "object"
}
},
"required": [
"enabled"
],
"title": "base_config_param",
"type": "object",
"x-stripeMostCommon": [
"enabled",
"features"
]
}
},
"title": "account_session_create_components_param",
Expand Down Expand Up @@ -89257,7 +89281,8 @@
"recipients",
"reporting_chart",
"tax_registrations",
"tax_settings"
"tax_settings",
"tax_threshold_monitoring"
]
},
"expand": {
Expand Down

0 comments on commit d12b62f

Please sign in to comment.