Skip to content

Commit

Permalink
Update generated code for v1512
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 27, 2025
1 parent 7aefae8 commit e0d19dd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1511
v1512
4 changes: 2 additions & 2 deletions src/main/java/com/stripe/param/OrderCreateParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -6835,7 +6835,7 @@ public static class WechatPay {
@SerializedName("app_id")
String appId;

/** <strong>Required.</strong> The client type that the end customer will pay from */
/** The client type that the end customer will pay from. */
@SerializedName("client")
Client client;

Expand Down Expand Up @@ -6914,7 +6914,7 @@ public Builder setAppId(String appId) {
return this;
}

/** <strong>Required.</strong> The client type that the end customer will pay from */
/** The client type that the end customer will pay from. */
public Builder setClient(
OrderCreateParams.Payment.Settings.PaymentMethodOptions.WechatPay.Client client) {
this.client = client;
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/stripe/param/OrderUpdateParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -7391,7 +7391,7 @@ public static class WechatPay {
@SerializedName("app_id")
Object appId;

/** <strong>Required.</strong> The client type that the end customer will pay from */
/** The client type that the end customer will pay from. */
@SerializedName("client")
Client client;

Expand Down Expand Up @@ -7478,7 +7478,7 @@ public Builder setAppId(EmptyParam appId) {
return this;
}

/** <strong>Required.</strong> The client type that the end customer will pay from */
/** The client type that the end customer will pay from. */
public Builder setClient(
OrderUpdateParams.Payment.Settings.PaymentMethodOptions.WechatPay.Client client) {
this.client = client;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25831,7 +25831,7 @@ public static class WechatPay {
@SerializedName("app_id")
String appId;

/** <strong>Required.</strong> The client type that the end customer will pay from */
/** The client type that the end customer will pay from. */
@SerializedName("client")
Client client;

Expand Down Expand Up @@ -25906,7 +25906,7 @@ public Builder setAppId(String appId) {
return this;
}

/** <strong>Required.</strong> The client type that the end customer will pay from */
/** The client type that the end customer will pay from. */
public Builder setClient(
PaymentIntentConfirmParams.PaymentMethodOptions.WechatPay.Client client) {
this.client = client;
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/stripe/param/PaymentIntentCreateParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -26294,7 +26294,7 @@ public static class WechatPay {
@SerializedName("app_id")
String appId;

/** <strong>Required.</strong> The client type that the end customer will pay from */
/** The client type that the end customer will pay from. */
@SerializedName("client")
Client client;

Expand Down Expand Up @@ -26369,7 +26369,7 @@ public Builder setAppId(String appId) {
return this;
}

/** <strong>Required.</strong> The client type that the end customer will pay from */
/** The client type that the end customer will pay from. */
public Builder setClient(
PaymentIntentCreateParams.PaymentMethodOptions.WechatPay.Client client) {
this.client = client;
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/stripe/param/PaymentIntentUpdateParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -26784,7 +26784,7 @@ public static class WechatPay {
@SerializedName("app_id")
Object appId;

/** <strong>Required.</strong> The client type that the end customer will pay from */
/** The client type that the end customer will pay from. */
@SerializedName("client")
Client client;

Expand Down Expand Up @@ -26865,7 +26865,7 @@ public Builder setAppId(EmptyParam appId) {
return this;
}

/** <strong>Required.</strong> The client type that the end customer will pay from */
/** The client type that the end customer will pay from. */
public Builder setClient(
PaymentIntentUpdateParams.PaymentMethodOptions.WechatPay.Client client) {
this.client = client;
Expand Down

0 comments on commit e0d19dd

Please sign in to comment.