Skip to content

Commit

Permalink
OpenAPI Update (#774)
Browse files Browse the repository at this point in the history
Update OpenAPI for a2b558159121084bb0ad8be681c280a7b61f69f9

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Apr 25, 2024
1 parent 8c78a8f commit e1aa043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,7 @@
"description": "",
"properties": {
"payer": {
"description": "A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account.",
"description": "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).",
"enum": [
"account",
"application",
Expand Down Expand Up @@ -73366,7 +73366,7 @@
"description": "A hash of configuration for who pays Stripe fees for product usage on this account.",
"properties": {
"payer": {
"description": "A value indicating the responsible payer of Stripe fees on this account. Defaults to `account`.",
"description": "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).",
"enum": [
"account",
"application"
Expand Down
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,7 @@
"description": "",
"properties": {
"payer": {
"description": "A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account.",
"description": "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).",
"enum": [
"account",
"application",
Expand Down

0 comments on commit e1aa043

Please sign in to comment.