Skip to content

Commit

Permalink
Update generated code for v1523
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Mar 3, 2025
1 parent 2e78364 commit ceef062
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1521
v1523
4 changes: 3 additions & 1 deletion src/main/java/com/stripe/model/Subscription.java
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ public class Subscription extends ApiResource implements HasId, MetadataStore<Su

/**
* The account (if any) the charge was made on behalf of for charges associated with this
* subscription. See the Connect documentation for details.
* subscription. See the <a
* href="https://stripe.com/docs/connect/subscriptions#on-behalf-of">Connect documentation</a> for
* details.
*/
@SerializedName("on_behalf_of")
@Getter(lombok.AccessLevel.NONE)
Expand Down

0 comments on commit ceef062

Please sign in to comment.