Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 12, 2024
1 parent e0d7693 commit 98a1d8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -71568,6 +71568,10 @@
},
"features": {
"properties": {
"external_account_collection": {
"description": "Whether to allow external accounts to be linked for money transfer.",
"type": "boolean"
},
"money_movement": {
"description": "Whether to allow money movement features.",
"type": "boolean"
Expand Down
5 changes: 5 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64483,6 +64483,11 @@ paths:
type: boolean
features:
properties:
external_account_collection:
description: >-
Whether to allow external accounts to be linked
for money transfer.
type: boolean
money_movement:
description: Whether to allow money movement features.
type: boolean
Expand Down

0 comments on commit 98a1d8f

Please sign in to comment.