Skip to content

Commit

Permalink
Update generated code for v1227
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Aug 28, 2024
1 parent e7957fe commit 29e4e90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1224
v1227
16 changes: 8 additions & 8 deletions src/main/java/com/stripe/param/AccountLinkCreateParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ public static class CollectionOptions {
Map<String, Object> extraParams;

/**
* <strong>Required.</strong> 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;
Expand Down Expand Up @@ -296,10 +296,10 @@ public Builder putAllExtraParam(Map<String, Object> map) {
}

/**
* <strong>Required.</strong> 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;
Expand Down

0 comments on commit 29e4e90

Please sign in to comment.