From 29e4e900647cd9777ec5421d7dda400b34e493d5 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:35:55 +0000 Subject: [PATCH] Update generated code for v1227 --- OPENAPI_VERSION | 2 +- .../stripe/param/AccountLinkCreateParams.java | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index b0cc0372f49..f2d2b4493e6 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1224 \ No newline at end of file +v1227 \ No newline at end of file diff --git a/src/main/java/com/stripe/param/AccountLinkCreateParams.java b/src/main/java/com/stripe/param/AccountLinkCreateParams.java index 3ca17afbfde..02fec58f0fd 100644 --- a/src/main/java/com/stripe/param/AccountLinkCreateParams.java +++ b/src/main/java/com/stripe/param/AccountLinkCreateParams.java @@ -229,10 +229,10 @@ public static class CollectionOptions { Map extraParams; /** - * Required. Specifies whether the platform collects only currently_due - * requirements ({@code currently_due}) or both currently_due and eventually_due requirements - * ({@code eventually_due}). If you don't specify {@code collection_options}, the default value - * is {@code currently_due}. + * Specifies whether the platform collects only currently_due requirements ({@code + * currently_due}) or both currently_due and eventually_due requirements ({@code + * eventually_due}). If you don't specify {@code collection_options}, the default value is + * {@code currently_due}. */ @SerializedName("fields") Fields fields; @@ -296,10 +296,10 @@ public Builder putAllExtraParam(Map map) { } /** - * Required. Specifies whether the platform collects only currently_due - * requirements ({@code currently_due}) or both currently_due and eventually_due requirements - * ({@code eventually_due}). If you don't specify {@code collection_options}, the default - * value is {@code currently_due}. + * Specifies whether the platform collects only currently_due requirements ({@code + * currently_due}) or both currently_due and eventually_due requirements ({@code + * eventually_due}). If you don't specify {@code collection_options}, the default value is + * {@code currently_due}. */ public Builder setFields(AccountLinkCreateParams.CollectionOptions.Fields fields) { this.fields = fields;