Skip to content

Commit

Permalink
OpenAPI Update (#922)
Browse files Browse the repository at this point in the history
Update OpenAPI for df9cf4cd15667ab35fdc2cd631bcc421c50d80b2

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jul 17, 2024
1 parent 92a4bc9 commit 6524fe9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -16695,6 +16695,7 @@
"issuing_dispute.closed",
"issuing_dispute.created",
"issuing_dispute.funds_reinstated",
"issuing_dispute.funds_rescinded",
"issuing_dispute.submitted",
"issuing_dispute.updated",
"issuing_personalization_design.activated",
Expand Down Expand Up @@ -30042,6 +30043,22 @@
"type": "issuing_dispute.funds_reinstated"
}
},
"issuing_dispute.funds_rescinded": {
"description": "Occurs whenever funds are deducted from your account for an Issuing dispute.",
"properties": {
"object": {
"$ref": "#/components/schemas/issuing.dispute"
}
},
"required": [
"object"
],
"type": "object",
"x-expandableFields": [],
"x-stripeEvent": {
"type": "issuing_dispute.funds_rescinded"
}
},
"issuing_dispute.submitted": {
"description": "Occurs whenever a dispute is submitted.",
"properties": {
Expand Down Expand Up @@ -210063,6 +210080,7 @@
"issuing_dispute.closed",
"issuing_dispute.created",
"issuing_dispute.funds_reinstated",
"issuing_dispute.funds_rescinded",
"issuing_dispute.submitted",
"issuing_dispute.updated",
"issuing_personalization_design.activated",
Expand Down Expand Up @@ -210572,6 +210590,7 @@
"issuing_dispute.closed",
"issuing_dispute.created",
"issuing_dispute.funds_reinstated",
"issuing_dispute.funds_rescinded",
"issuing_dispute.submitted",
"issuing_dispute.updated",
"issuing_personalization_design.activated",
Expand Down
2 changes: 2 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -163026,6 +163026,7 @@
"issuing_dispute.closed",
"issuing_dispute.created",
"issuing_dispute.funds_reinstated",
"issuing_dispute.funds_rescinded",
"issuing_dispute.submitted",
"issuing_dispute.updated",
"issuing_personalization_design.activated",
Expand Down Expand Up @@ -163510,6 +163511,7 @@
"issuing_dispute.closed",
"issuing_dispute.created",
"issuing_dispute.funds_reinstated",
"issuing_dispute.funds_rescinded",
"issuing_dispute.submitted",
"issuing_dispute.updated",
"issuing_personalization_design.activated",
Expand Down

0 comments on commit 6524fe9

Please sign in to comment.