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 2daf407 commit 3aec729
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
@@ -1 +1 @@
v989
v990
2 changes: 1 addition & 1 deletion types/Accounts.d.ts
Expand Up @@ -811,7 +811,7 @@ declare module 'stripe' {

interface Fees {
/**
* A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account.
* A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior).
*/
payer: Fees.Payer;
}
Expand Down
2 changes: 1 addition & 1 deletion types/AccountsResource.d.ts
Expand Up @@ -943,7 +943,7 @@ declare module 'stripe' {

interface Fees {
/**
* A value indicating the responsible payer of Stripe fees on this account. Defaults to `account`.
* A value indicating the responsible payer of Stripe fees on this account. Defaults to `account`. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior).
*/
payer?: Fees.Payer;
}
Expand Down

0 comments on commit 3aec729

Please sign in to comment.