Skip to content

Commit

Permalink
Update generated code for v968
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 18, 2024
1 parent f625816 commit 50a1547
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 @@
v967
v968
2 changes: 1 addition & 1 deletion billing_meter.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type BillingMeterCustomerMappingParams struct {

// The default settings to aggregate a meter's events with.
type BillingMeterDefaultAggregationParams struct {
// Specifies how events are aggregated. Allowed values are `count` to count the number of events, `sum` to sum each event's value, or `last` to use the last event's value.
// Specifies how events are aggregated. Allowed values are `count` to count the number of events and `sum` to sum each event's value.
Formula *string `form:"formula"`
}

Expand Down

0 comments on commit 50a1547

Please sign in to comment.