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 Aug 6, 2024
1 parent 93cb078 commit ceebae9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -17774,8 +17774,9 @@
"type": "integer"
},
"network": {
"description": "The card network for this settlement report. One of [\"visa\"]",
"description": "The card network for this settlement report. One of [\"visa\", \"maestro\"]",
"enum": [
"maestro",
"visa"
],
"type": "string"
Expand Down
5 changes: 4 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17165,8 +17165,11 @@ components:
description: The total net amount required to settle with the network.
type: integer
network:
description: 'The card network for this settlement report. One of ["visa"]'
description: >-
The card network for this settlement report. One of ["visa",
"maestro"]
enum:
- maestro
- visa
type: string
network_fees:
Expand Down

0 comments on commit ceebae9

Please sign in to comment.