Skip to content

Commit

Permalink
Update generated code for v1297
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 15, 2024
1 parent 2680852 commit 94d0ea5
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 17 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1296
v1297
Original file line number Diff line number Diff line change
Expand Up @@ -2911,7 +2911,10 @@ public Builder putAllExtraParam(Map<String, Object> map) {

@Getter
public static class Ideal {
/** The customer's bank. */
/**
* The customer's bank. Only use this parameter for existing customers. Don't use it for new
* customers.
*/
@SerializedName("bank")
Bank bank;

Expand Down Expand Up @@ -2944,7 +2947,10 @@ public ConfirmationTokenCreateParams.PaymentMethodData.Ideal build() {
this.bank, this.extraParams);
}

/** The customer's bank. */
/**
* The customer's bank. Only use this parameter for existing customers. Don't use it for new
* customers.
*/
public Builder setBank(ConfirmationTokenCreateParams.PaymentMethodData.Ideal.Bank bank) {
this.bank = bank;
return this;
Expand Down
10 changes: 8 additions & 2 deletions src/main/java/com/stripe/param/PaymentIntentConfirmParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -8015,7 +8015,10 @@ public Builder putAllExtraParam(Map<String, Object> map) {

@Getter
public static class Ideal {
/** The customer's bank. */
/**
* The customer's bank. Only use this parameter for existing customers. Don't use it for new
* customers.
*/
@SerializedName("bank")
Bank bank;

Expand Down Expand Up @@ -8048,7 +8051,10 @@ public PaymentIntentConfirmParams.PaymentMethodData.Ideal build() {
this.bank, this.extraParams);
}

/** The customer's bank. */
/**
* The customer's bank. Only use this parameter for existing customers. Don't use it for new
* customers.
*/
public Builder setBank(PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank bank) {
this.bank = bank;
return this;
Expand Down
10 changes: 8 additions & 2 deletions src/main/java/com/stripe/param/PaymentIntentCreateParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -8495,7 +8495,10 @@ public Builder putAllExtraParam(Map<String, Object> map) {

@Getter
public static class Ideal {
/** The customer's bank. */
/**
* The customer's bank. Only use this parameter for existing customers. Don't use it for new
* customers.
*/
@SerializedName("bank")
Bank bank;

Expand Down Expand Up @@ -8527,7 +8530,10 @@ public PaymentIntentCreateParams.PaymentMethodData.Ideal build() {
return new PaymentIntentCreateParams.PaymentMethodData.Ideal(this.bank, this.extraParams);
}

/** The customer's bank. */
/**
* The customer's bank. Only use this parameter for existing customers. Don't use it for new
* customers.
*/
public Builder setBank(PaymentIntentCreateParams.PaymentMethodData.Ideal.Bank bank) {
this.bank = bank;
return this;
Expand Down
10 changes: 8 additions & 2 deletions src/main/java/com/stripe/param/PaymentIntentUpdateParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -8641,7 +8641,10 @@ public Builder putAllExtraParam(Map<String, Object> map) {

@Getter
public static class Ideal {
/** The customer's bank. */
/**
* The customer's bank. Only use this parameter for existing customers. Don't use it for new
* customers.
*/
@SerializedName("bank")
Bank bank;

Expand Down Expand Up @@ -8673,7 +8676,10 @@ public PaymentIntentUpdateParams.PaymentMethodData.Ideal build() {
return new PaymentIntentUpdateParams.PaymentMethodData.Ideal(this.bank, this.extraParams);
}

/** The customer's bank. */
/**
* The customer's bank. Only use this parameter for existing customers. Don't use it for new
* customers.
*/
public Builder setBank(PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank bank) {
this.bank = bank;
return this;
Expand Down
10 changes: 8 additions & 2 deletions src/main/java/com/stripe/param/PaymentMethodCreateParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -2984,7 +2984,10 @@ public Builder putAllExtraParam(Map<String, Object> map) {

@Getter
public static class Ideal {
/** The customer's bank. */
/**
* The customer's bank. Only use this parameter for existing customers. Don't use it for new
* customers.
*/
@SerializedName("bank")
Bank bank;

Expand Down Expand Up @@ -3016,7 +3019,10 @@ public PaymentMethodCreateParams.Ideal build() {
return new PaymentMethodCreateParams.Ideal(this.bank, this.extraParams);
}

/** The customer's bank. */
/**
* The customer's bank. Only use this parameter for existing customers. Don't use it for new
* customers.
*/
public Builder setBank(PaymentMethodCreateParams.Ideal.Bank bank) {
this.bank = bank;
return this;
Expand Down
10 changes: 8 additions & 2 deletions src/main/java/com/stripe/param/SetupIntentConfirmParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -3317,7 +3317,10 @@ public Builder putAllExtraParam(Map<String, Object> map) {

@Getter
public static class Ideal {
/** The customer's bank. */
/**
* The customer's bank. Only use this parameter for existing customers. Don't use it for new
* customers.
*/
@SerializedName("bank")
Bank bank;

Expand Down Expand Up @@ -3349,7 +3352,10 @@ public SetupIntentConfirmParams.PaymentMethodData.Ideal build() {
return new SetupIntentConfirmParams.PaymentMethodData.Ideal(this.bank, this.extraParams);
}

/** The customer's bank. */
/**
* The customer's bank. Only use this parameter for existing customers. Don't use it for new
* customers.
*/
public Builder setBank(SetupIntentConfirmParams.PaymentMethodData.Ideal.Bank bank) {
this.bank = bank;
return this;
Expand Down
10 changes: 8 additions & 2 deletions src/main/java/com/stripe/param/SetupIntentCreateParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -3773,7 +3773,10 @@ public Builder putAllExtraParam(Map<String, Object> map) {

@Getter
public static class Ideal {
/** The customer's bank. */
/**
* The customer's bank. Only use this parameter for existing customers. Don't use it for new
* customers.
*/
@SerializedName("bank")
Bank bank;

Expand Down Expand Up @@ -3805,7 +3808,10 @@ public SetupIntentCreateParams.PaymentMethodData.Ideal build() {
return new SetupIntentCreateParams.PaymentMethodData.Ideal(this.bank, this.extraParams);
}

/** The customer's bank. */
/**
* The customer's bank. Only use this parameter for existing customers. Don't use it for new
* customers.
*/
public Builder setBank(SetupIntentCreateParams.PaymentMethodData.Ideal.Bank bank) {
this.bank = bank;
return this;
Expand Down
10 changes: 8 additions & 2 deletions src/main/java/com/stripe/param/SetupIntentUpdateParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -3210,7 +3210,10 @@ public Builder putAllExtraParam(Map<String, Object> map) {

@Getter
public static class Ideal {
/** The customer's bank. */
/**
* The customer's bank. Only use this parameter for existing customers. Don't use it for new
* customers.
*/
@SerializedName("bank")
Bank bank;

Expand Down Expand Up @@ -3242,7 +3245,10 @@ public SetupIntentUpdateParams.PaymentMethodData.Ideal build() {
return new SetupIntentUpdateParams.PaymentMethodData.Ideal(this.bank, this.extraParams);
}

/** The customer's bank. */
/**
* The customer's bank. Only use this parameter for existing customers. Don't use it for new
* customers.
*/
public Builder setBank(SetupIntentUpdateParams.PaymentMethodData.Ideal.Bank bank) {
this.bank = bank;
return this;
Expand Down

0 comments on commit 94d0ea5

Please sign in to comment.