Skip to content

Commit

Permalink
Update generated code for v1413
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 16, 2024
1 parent c93c3c3 commit 3a2ce96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1411
v1413
3 changes: 2 additions & 1 deletion src/main/java/com/stripe/model/tax/Form.java
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ public static class FilingStatus extends StripeObject {
public static class Jurisdiction extends StripeObject {
/**
* Two-letter country code (<a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2">ISO
* 3166-1 alpha-2</a>). Always {@code US}.
* 3166-1 alpha-2</a>).
*/
@SerializedName("country")
String country;
Expand All @@ -360,6 +360,7 @@ public static class Jurisdiction extends StripeObject {
/**
* <a href="https://en.wikipedia.org/wiki/ISO_3166-2:US">ISO 3166-2 U.S. state code</a>,
* without country prefix, if any. For example, &quot;NY&quot; for New York, United States.
* Null for non-U.S. forms.
*/
@SerializedName("state")
String state;
Expand Down

0 comments on commit 3a2ce96

Please sign in to comment.