Skip to content

Commit

Permalink
Update generated code for v1466
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 30, 2025
1 parent ab78bd1 commit efc4aa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1464
v1466
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class SessionCreateParams extends ApiRequestParams {
@SerializedName("limits")
Limits limits;

/** Settings for configuring manual entry of account details for this Session. */
/** Customize manual entry behavior. */
@SerializedName("manual_entry")
ManualEntry manualEntry;

Expand Down Expand Up @@ -188,7 +188,7 @@ public Builder setLimits(SessionCreateParams.Limits limits) {
return this;
}

/** Settings for configuring manual entry of account details for this Session. */
/** Customize manual entry behavior. */
public Builder setManualEntry(SessionCreateParams.ManualEntry manualEntry) {
this.manualEntry = manualEntry;
return this;
Expand Down

0 comments on commit efc4aa0

Please sign in to comment.