Skip to content

Commit

Permalink
Update generated code for v1104
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jun 27, 2024
1 parent 78c8a12 commit 4de8e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1103
v1104
2 changes: 1 addition & 1 deletion margin.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "encoding/json"
// Retrieve a list of your margins.
type MarginListParams struct {
ListParams `form:"*"`
// Only return margins that are active or inactive, i.e., pass false to list all inactive margins.
// Only return margins that are active or inactive. For example, pass `true` to only list active margins.
Active *bool `form:"active"`
// Specifies which fields in the response should be expanded.
Expand []*string `form:"expand"`
Expand Down

0 comments on commit 4de8e05

Please sign in to comment.