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 d796dba commit ed8fc52
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 2 additions & 2 deletions stripe/_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ class Fees(StripeObject):
"application_express",
]
"""
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).
"""

class Losses(StripeObject):
Expand Down Expand Up @@ -2126,7 +2126,7 @@ class CreateParamsController(TypedDict):
class CreateParamsControllerFees(TypedDict):
payer: NotRequired[Literal["account", "application"]]
"""
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).
"""

class CreateParamsControllerLosses(TypedDict):
Expand Down
2 changes: 1 addition & 1 deletion stripe/_account_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ class CreateParamsController(TypedDict):
class CreateParamsControllerFees(TypedDict):
payer: NotRequired[Literal["account", "application"]]
"""
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).
"""

class CreateParamsControllerLosses(TypedDict):
Expand Down

0 comments on commit ed8fc52

Please sign in to comment.