Skip to content

Commit

Permalink
Update generated code for v990
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 25, 2024
1 parent 76c4f78 commit 045a090
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v989
v990
4 changes: 3 additions & 1 deletion src/main/java/com/stripe/model/Account.java
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,9 @@ public static class Controller extends StripeObject {
public static class Fees extends StripeObject {
/**
* A value indicating the responsible payer of a bundle of Stripe fees for pricing-control
* eligible products on this account.
* eligible products on this account. Learn more about <a
* href="https://docs.stripe.com/connect/direct-charges-fee-payer-behavior">fee behavior on
* connected accounts</a>.
*
* <p>One of {@code account}, {@code application}, {@code application_custom}, or {@code
* application_express}.
Expand Down
8 changes: 6 additions & 2 deletions src/main/java/com/stripe/param/AccountCreateParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -6431,7 +6431,9 @@ public static class Fees {

/**
* A value indicating the responsible payer of Stripe fees on this account. Defaults to {@code
* account}.
* account}. Learn more about <a
* href="https://docs.stripe.com/connect/direct-charges-fee-payer-behavior">fee behavior on
* connected accounts</a>.
*/
@SerializedName("payer")
Payer payer;
Expand Down Expand Up @@ -6485,7 +6487,9 @@ public Builder putAllExtraParam(Map<String, Object> map) {

/**
* A value indicating the responsible payer of Stripe fees on this account. Defaults to
* {@code account}.
* {@code account}. Learn more about <a
* href="https://docs.stripe.com/connect/direct-charges-fee-payer-behavior">fee behavior on
* connected accounts</a>.
*/
public Builder setPayer(AccountCreateParams.Controller.Fees.Payer payer) {
this.payer = payer;
Expand Down

0 comments on commit 045a090

Please sign in to comment.