Skip to content

Commit 734cd28

Browse files
Update generated code for v2023 and 2025-09-30.clover (#2051)
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 997cefa commit 734cd28

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2021
1+
v2023

src/main/java/com/stripe/param/v2/billing/MeterEventStreamCreateParams.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
@Getter
1515
@EqualsAndHashCode(callSuper = false)
1616
public class MeterEventStreamCreateParams extends ApiRequestParams {
17-
/** <strong>Required.</strong> List of meter events to include in the request. */
17+
/**
18+
* <strong>Required.</strong> List of meter events to include in the request. Supports up to 100
19+
* events per request.
20+
*/
1821
@SerializedName("events")
1922
List<MeterEventStreamCreateParams.Event> events;
2023

0 commit comments

Comments
 (0)