Skip to content

Commit

Permalink
OpenAPI Update (#729)
Browse files Browse the repository at this point in the history
Update OpenAPI for 688039032e44a312278dcbf6291811f8446d31f5

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Mar 25, 2024
1 parent 76037d2 commit dbf349e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -10049,6 +10049,10 @@
"description": "Whether to allow capturing and cancelling payment intents. This is `true` by default.",
"type": "boolean"
},
"destination_on_behalf_of_charge_management": {
"description": "Whether to allow connected accounts to manage destination charges that are created on behalf of them. This is `false` by default.",
"type": "boolean"
},
"dispute_management": {
"description": "Whether to allow responding to disputes, including submitting evidence and accepting disputes. This is `true` by default.",
"type": "boolean"
Expand Down Expand Up @@ -70817,6 +70821,10 @@
"description": "Whether to allow capturing and cancelling payment intents. This is `true` by default.",
"type": "boolean"
},
"destination_on_behalf_of_charge_management": {
"description": "Whether to allow connected accounts to manage destination charges that are created on behalf of them. This is `false` by default.",
"type": "boolean"
},
"dispute_management": {
"description": "Whether to allow responding to disputes, including submitting evidence and accepting disputes. This is `true` by default.",
"type": "boolean"
Expand Down Expand Up @@ -70850,6 +70858,10 @@
"description": "Whether to allow capturing and cancelling payment intents. This is `true` by default.",
"type": "boolean"
},
"destination_on_behalf_of_charge_management": {
"description": "Whether to allow connected accounts to manage destination charges that are created on behalf of them. This is `false` by default.",
"type": "boolean"
},
"dispute_management": {
"description": "Whether to allow responding to disputes, including submitting evidence and accepting disputes. This is `true` by default.",
"type": "boolean"
Expand Down
10 changes: 10 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -6769,6 +6769,10 @@
"description": "Whether to allow capturing and cancelling payment intents. This is `true` by default.",
"type": "boolean"
},
"destination_on_behalf_of_charge_management": {
"description": "Whether to allow connected accounts to manage destination charges that are created on behalf of them. This is `false` by default.",
"type": "boolean"
},
"dispute_management": {
"description": "Whether to allow responding to disputes, including submitting evidence and accepting disputes. This is `true` by default.",
"type": "boolean"
Expand Down Expand Up @@ -48170,6 +48174,9 @@
"capture_payments": {
"type": "boolean"
},
"destination_on_behalf_of_charge_management": {
"type": "boolean"
},
"dispute_management": {
"type": "boolean"
},
Expand Down Expand Up @@ -48197,6 +48204,9 @@
"capture_payments": {
"type": "boolean"
},
"destination_on_behalf_of_charge_management": {
"type": "boolean"
},
"dispute_management": {
"type": "boolean"
},
Expand Down

0 comments on commit dbf349e

Please sign in to comment.