Skip to content

Commit 92f93f5

Browse files
Update generated code for v2204 and
1 parent 74af269 commit 92f93f5

6 files changed

Lines changed: 2 additions & 124 deletions

File tree

CODEGEN_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c984abe057903e3c87e3af2de080985aff08a44e
1+
7e4b403fdf4c0324e5e9c1abe3fdfd4d0e968551

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2203
1+
v2204

src/main/java/com/stripe/model/PaymentIntent.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7605,14 +7605,6 @@ public static class UsBankAccount extends StripeObject {
76057605
@SerializedName("mandate_options")
76067606
MandateOptions mandateOptions;
76077607

7608-
/**
7609-
* Preferred transaction settlement speed
7610-
*
7611-
* <p>One of {@code fastest}, or {@code standard}.
7612-
*/
7613-
@SerializedName("preferred_settlement_speed")
7614-
String preferredSettlementSpeed;
7615-
76167608
/**
76177609
* Indicates that you intend to make future payments with this PaymentIntent's payment method.
76187610
*

src/main/java/com/stripe/param/PaymentIntentConfirmParams.java

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -42801,10 +42801,6 @@ public static class UsBankAccount {
4280142801
@SerializedName("networks")
4280242802
Networks networks;
4280342803

42804-
/** Preferred transaction settlement speed. */
42805-
@SerializedName("preferred_settlement_speed")
42806-
ApiRequestParams.EnumParam preferredSettlementSpeed;
42807-
4280842804
/**
4280942805
* Indicates that you intend to make future payments with this PaymentIntent's payment method.
4281042806
*
@@ -42852,7 +42848,6 @@ private UsBankAccount(
4285242848
FinancialConnections financialConnections,
4285342849
MandateOptions mandateOptions,
4285442850
Networks networks,
42855-
ApiRequestParams.EnumParam preferredSettlementSpeed,
4285642851
ApiRequestParams.EnumParam setupFutureUsage,
4285742852
String targetDate,
4285842853
ApiRequestParams.EnumParam transactionPurpose,
@@ -42861,7 +42856,6 @@ private UsBankAccount(
4286142856
this.financialConnections = financialConnections;
4286242857
this.mandateOptions = mandateOptions;
4286342858
this.networks = networks;
42864-
this.preferredSettlementSpeed = preferredSettlementSpeed;
4286542859
this.setupFutureUsage = setupFutureUsage;
4286642860
this.targetDate = targetDate;
4286742861
this.transactionPurpose = transactionPurpose;
@@ -42881,8 +42875,6 @@ public static class Builder {
4288142875

4288242876
private Networks networks;
4288342877

42884-
private ApiRequestParams.EnumParam preferredSettlementSpeed;
42885-
4288642878
private ApiRequestParams.EnumParam setupFutureUsage;
4288742879

4288842880
private String targetDate;
@@ -42898,7 +42890,6 @@ public PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount build() {
4289842890
this.financialConnections,
4289942891
this.mandateOptions,
4290042892
this.networks,
42901-
this.preferredSettlementSpeed,
4290242893
this.setupFutureUsage,
4290342894
this.targetDate,
4290442895
this.transactionPurpose,
@@ -42958,20 +42949,6 @@ public Builder setNetworks(
4295842949
return this;
4295942950
}
4296042951

42961-
/** Preferred transaction settlement speed. */
42962-
public Builder setPreferredSettlementSpeed(
42963-
PaymentIntentConfirmParams.PaymentMethodOptions.UsBankAccount.PreferredSettlementSpeed
42964-
preferredSettlementSpeed) {
42965-
this.preferredSettlementSpeed = preferredSettlementSpeed;
42966-
return this;
42967-
}
42968-
42969-
/** Preferred transaction settlement speed. */
42970-
public Builder setPreferredSettlementSpeed(EmptyParam preferredSettlementSpeed) {
42971-
this.preferredSettlementSpeed = preferredSettlementSpeed;
42972-
return this;
42973-
}
42974-
4297542952
/**
4297642953
* Indicates that you intend to make future payments with this PaymentIntent's payment
4297742954
* method.
@@ -43817,21 +43794,6 @@ public enum Requested implements ApiRequestParams.EnumParam {
4381743794
}
4381843795
}
4381943796

43820-
public enum PreferredSettlementSpeed implements ApiRequestParams.EnumParam {
43821-
@SerializedName("fastest")
43822-
FASTEST("fastest"),
43823-
43824-
@SerializedName("standard")
43825-
STANDARD("standard");
43826-
43827-
@Getter(onMethod_ = {@Override})
43828-
private final String value;
43829-
43830-
PreferredSettlementSpeed(String value) {
43831-
this.value = value;
43832-
}
43833-
}
43834-
4383543797
public enum SetupFutureUsage implements ApiRequestParams.EnumParam {
4383643798
@SerializedName("none")
4383743799
NONE("none"),

src/main/java/com/stripe/param/PaymentIntentCreateParams.java

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -43281,10 +43281,6 @@ public static class UsBankAccount {
4328143281
@SerializedName("networks")
4328243282
Networks networks;
4328343283

43284-
/** Preferred transaction settlement speed. */
43285-
@SerializedName("preferred_settlement_speed")
43286-
ApiRequestParams.EnumParam preferredSettlementSpeed;
43287-
4328843284
/**
4328943285
* Indicates that you intend to make future payments with this PaymentIntent's payment method.
4329043286
*
@@ -43332,7 +43328,6 @@ private UsBankAccount(
4333243328
FinancialConnections financialConnections,
4333343329
MandateOptions mandateOptions,
4333443330
Networks networks,
43335-
ApiRequestParams.EnumParam preferredSettlementSpeed,
4333643331
ApiRequestParams.EnumParam setupFutureUsage,
4333743332
String targetDate,
4333843333
ApiRequestParams.EnumParam transactionPurpose,
@@ -43341,7 +43336,6 @@ private UsBankAccount(
4334143336
this.financialConnections = financialConnections;
4334243337
this.mandateOptions = mandateOptions;
4334343338
this.networks = networks;
43344-
this.preferredSettlementSpeed = preferredSettlementSpeed;
4334543339
this.setupFutureUsage = setupFutureUsage;
4334643340
this.targetDate = targetDate;
4334743341
this.transactionPurpose = transactionPurpose;
@@ -43361,8 +43355,6 @@ public static class Builder {
4336143355

4336243356
private Networks networks;
4336343357

43364-
private ApiRequestParams.EnumParam preferredSettlementSpeed;
43365-
4336643358
private ApiRequestParams.EnumParam setupFutureUsage;
4336743359

4336843360
private String targetDate;
@@ -43378,7 +43370,6 @@ public PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount build() {
4337843370
this.financialConnections,
4337943371
this.mandateOptions,
4338043372
this.networks,
43381-
this.preferredSettlementSpeed,
4338243373
this.setupFutureUsage,
4338343374
this.targetDate,
4338443375
this.transactionPurpose,
@@ -43436,20 +43427,6 @@ public Builder setNetworks(
4343643427
return this;
4343743428
}
4343843429

43439-
/** Preferred transaction settlement speed. */
43440-
public Builder setPreferredSettlementSpeed(
43441-
PaymentIntentCreateParams.PaymentMethodOptions.UsBankAccount.PreferredSettlementSpeed
43442-
preferredSettlementSpeed) {
43443-
this.preferredSettlementSpeed = preferredSettlementSpeed;
43444-
return this;
43445-
}
43446-
43447-
/** Preferred transaction settlement speed. */
43448-
public Builder setPreferredSettlementSpeed(EmptyParam preferredSettlementSpeed) {
43449-
this.preferredSettlementSpeed = preferredSettlementSpeed;
43450-
return this;
43451-
}
43452-
4345343430
/**
4345443431
* Indicates that you intend to make future payments with this PaymentIntent's payment
4345543432
* method.
@@ -44295,21 +44272,6 @@ public enum Requested implements ApiRequestParams.EnumParam {
4429544272
}
4429644273
}
4429744274

44298-
public enum PreferredSettlementSpeed implements ApiRequestParams.EnumParam {
44299-
@SerializedName("fastest")
44300-
FASTEST("fastest"),
44301-
44302-
@SerializedName("standard")
44303-
STANDARD("standard");
44304-
44305-
@Getter(onMethod_ = {@Override})
44306-
private final String value;
44307-
44308-
PreferredSettlementSpeed(String value) {
44309-
this.value = value;
44310-
}
44311-
}
44312-
4431344275
public enum SetupFutureUsage implements ApiRequestParams.EnumParam {
4431444276
@SerializedName("none")
4431544277
NONE("none"),

src/main/java/com/stripe/param/PaymentIntentUpdateParams.java

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -45182,10 +45182,6 @@ public static class UsBankAccount {
4518245182
@SerializedName("networks")
4518345183
Networks networks;
4518445184

45185-
/** Preferred transaction settlement speed. */
45186-
@SerializedName("preferred_settlement_speed")
45187-
ApiRequestParams.EnumParam preferredSettlementSpeed;
45188-
4518945185
/**
4519045186
* Indicates that you intend to make future payments with this PaymentIntent's payment method.
4519145187
*
@@ -45233,7 +45229,6 @@ private UsBankAccount(
4523345229
FinancialConnections financialConnections,
4523445230
MandateOptions mandateOptions,
4523545231
Networks networks,
45236-
ApiRequestParams.EnumParam preferredSettlementSpeed,
4523745232
ApiRequestParams.EnumParam setupFutureUsage,
4523845233
Object targetDate,
4523945234
ApiRequestParams.EnumParam transactionPurpose,
@@ -45242,7 +45237,6 @@ private UsBankAccount(
4524245237
this.financialConnections = financialConnections;
4524345238
this.mandateOptions = mandateOptions;
4524445239
this.networks = networks;
45245-
this.preferredSettlementSpeed = preferredSettlementSpeed;
4524645240
this.setupFutureUsage = setupFutureUsage;
4524745241
this.targetDate = targetDate;
4524845242
this.transactionPurpose = transactionPurpose;
@@ -45262,8 +45256,6 @@ public static class Builder {
4526245256

4526345257
private Networks networks;
4526445258

45265-
private ApiRequestParams.EnumParam preferredSettlementSpeed;
45266-
4526745259
private ApiRequestParams.EnumParam setupFutureUsage;
4526845260

4526945261
private Object targetDate;
@@ -45279,7 +45271,6 @@ public PaymentIntentUpdateParams.PaymentMethodOptions.UsBankAccount build() {
4527945271
this.financialConnections,
4528045272
this.mandateOptions,
4528145273
this.networks,
45282-
this.preferredSettlementSpeed,
4528345274
this.setupFutureUsage,
4528445275
this.targetDate,
4528545276
this.transactionPurpose,
@@ -45337,20 +45328,6 @@ public Builder setNetworks(
4533745328
return this;
4533845329
}
4533945330

45340-
/** Preferred transaction settlement speed. */
45341-
public Builder setPreferredSettlementSpeed(
45342-
PaymentIntentUpdateParams.PaymentMethodOptions.UsBankAccount.PreferredSettlementSpeed
45343-
preferredSettlementSpeed) {
45344-
this.preferredSettlementSpeed = preferredSettlementSpeed;
45345-
return this;
45346-
}
45347-
45348-
/** Preferred transaction settlement speed. */
45349-
public Builder setPreferredSettlementSpeed(EmptyParam preferredSettlementSpeed) {
45350-
this.preferredSettlementSpeed = preferredSettlementSpeed;
45351-
return this;
45352-
}
45353-
4535445331
/**
4535545332
* Indicates that you intend to make future payments with this PaymentIntent's payment
4535645333
* method.
@@ -46221,21 +46198,6 @@ public enum Requested implements ApiRequestParams.EnumParam {
4622146198
}
4622246199
}
4622346200

46224-
public enum PreferredSettlementSpeed implements ApiRequestParams.EnumParam {
46225-
@SerializedName("fastest")
46226-
FASTEST("fastest"),
46227-
46228-
@SerializedName("standard")
46229-
STANDARD("standard");
46230-
46231-
@Getter(onMethod_ = {@Override})
46232-
private final String value;
46233-
46234-
PreferredSettlementSpeed(String value) {
46235-
this.value = value;
46236-
}
46237-
}
46238-
4623946201
public enum SetupFutureUsage implements ApiRequestParams.EnumParam {
4624046202
@SerializedName("none")
4624146203
NONE("none"),

0 commit comments

Comments
 (0)