Skip to content

Commit f5ccffa

Browse files
Update generated code for v2177 and
1 parent 0eeadac commit f5ccffa

5 files changed

Lines changed: 14 additions & 34 deletions

File tree

CODEGEN_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
68065dff88008f079e79eb1ef0add5e261b416e1
1+
d8e3aa81d57559b89dde9deefbf83208a07e06bd

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2176
1+
v2177

src/main/java/com/stripe/param/delegatedcheckout/RequestedSessionConfirmParams.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,7 @@ public static class Address {
388388
@SerializedName(ApiRequestParams.EXTRA_PARAMS_KEY)
389389
Map<String, Object> extraParams;
390390

391-
/**
392-
* <strong>Required.</strong> Address line 1, such as the street, PO Box, or company name.
393-
*/
391+
/** Address line 1, such as the street, PO Box, or company name. */
394392
@SerializedName("line1")
395393
String line1;
396394

@@ -502,9 +500,7 @@ public Builder putAllExtraParam(Map<String, Object> map) {
502500
return this;
503501
}
504502

505-
/**
506-
* <strong>Required.</strong> Address line 1, such as the street, PO Box, or company name.
507-
*/
503+
/** Address line 1, such as the street, PO Box, or company name. */
508504
public Builder setLine1(String line1) {
509505
this.line1 = line1;
510506
return this;

src/main/java/com/stripe/param/delegatedcheckout/RequestedSessionCreateParams.java

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ public static class Address {
449449
@SerializedName(ApiRequestParams.EXTRA_PARAMS_KEY)
450450
Map<String, Object> extraParams;
451451

452-
/** <strong>Required.</strong> Address line 1, such as the street, PO Box, or company name. */
452+
/** Address line 1, such as the street, PO Box, or company name. */
453453
@SerializedName("line1")
454454
String line1;
455455

@@ -559,9 +559,7 @@ public Builder putAllExtraParam(Map<String, Object> map) {
559559
return this;
560560
}
561561

562-
/**
563-
* <strong>Required.</strong> Address line 1, such as the street, PO Box, or company name.
564-
*/
562+
/** Address line 1, such as the street, PO Box, or company name. */
565563
public Builder setLine1(String line1) {
566564
this.line1 = line1;
567565
return this;
@@ -915,9 +913,7 @@ public static class Address {
915913
@SerializedName(ApiRequestParams.EXTRA_PARAMS_KEY)
916914
Map<String, Object> extraParams;
917915

918-
/**
919-
* <strong>Required.</strong> Address line 1, such as the street, PO Box, or company name.
920-
*/
916+
/** Address line 1, such as the street, PO Box, or company name. */
921917
@SerializedName("line1")
922918
String line1;
923919

@@ -1029,9 +1025,7 @@ public Builder putAllExtraParam(Map<String, Object> map) {
10291025
return this;
10301026
}
10311027

1032-
/**
1033-
* <strong>Required.</strong> Address line 1, such as the street, PO Box, or company name.
1034-
*/
1028+
/** Address line 1, such as the street, PO Box, or company name. */
10351029
public Builder setLine1(String line1) {
10361030
this.line1 = line1;
10371031
return this;

src/main/java/com/stripe/param/delegatedcheckout/RequestedSessionUpdateParams.java

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ public static class Address {
472472
@SerializedName(ApiRequestParams.EXTRA_PARAMS_KEY)
473473
Map<String, Object> extraParams;
474474

475-
/** <strong>Required.</strong> Address line 1, such as the street, PO Box, or company name. */
475+
/** Address line 1, such as the street, PO Box, or company name. */
476476
@SerializedName("line1")
477477
Object line1;
478478

@@ -597,17 +597,13 @@ public Builder putAllExtraParam(Map<String, Object> map) {
597597
return this;
598598
}
599599

600-
/**
601-
* <strong>Required.</strong> Address line 1, such as the street, PO Box, or company name.
602-
*/
600+
/** Address line 1, such as the street, PO Box, or company name. */
603601
public Builder setLine1(String line1) {
604602
this.line1 = line1;
605603
return this;
606604
}
607605

608-
/**
609-
* <strong>Required.</strong> Address line 1, such as the street, PO Box, or company name.
610-
*/
606+
/** Address line 1, such as the street, PO Box, or company name. */
611607
public Builder setLine1(EmptyParam line1) {
612608
this.line1 = line1;
613609
return this;
@@ -1184,9 +1180,7 @@ public static class Address {
11841180
@SerializedName(ApiRequestParams.EXTRA_PARAMS_KEY)
11851181
Map<String, Object> extraParams;
11861182

1187-
/**
1188-
* <strong>Required.</strong> Address line 1, such as the street, PO Box, or company name.
1189-
*/
1183+
/** Address line 1, such as the street, PO Box, or company name. */
11901184
@SerializedName("line1")
11911185
Object line1;
11921186

@@ -1313,17 +1307,13 @@ public Builder putAllExtraParam(Map<String, Object> map) {
13131307
return this;
13141308
}
13151309

1316-
/**
1317-
* <strong>Required.</strong> Address line 1, such as the street, PO Box, or company name.
1318-
*/
1310+
/** Address line 1, such as the street, PO Box, or company name. */
13191311
public Builder setLine1(String line1) {
13201312
this.line1 = line1;
13211313
return this;
13221314
}
13231315

1324-
/**
1325-
* <strong>Required.</strong> Address line 1, such as the street, PO Box, or company name.
1326-
*/
1316+
/** Address line 1, such as the street, PO Box, or company name. */
13271317
public Builder setLine1(EmptyParam line1) {
13281318
this.line1 = line1;
13291319
return this;

0 commit comments

Comments
 (0)