Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 25, 2024
1 parent 0ae3306 commit a2b5581
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 10 deletions.
4 changes: 2 additions & 2 deletions 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
8 changes: 6 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2182,7 +2182,9 @@ components:
payer:
description: >-
A value indicating the responsible payer of a bundle of Stripe fees
for pricing-control eligible products on this account.
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 @@ -66477,7 +66479,9 @@ paths:
payer:
description: >-
A value indicating the responsible payer of Stripe
fees on this account. Defaults to `account`.
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 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
4 changes: 2 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1956,7 +1956,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 @@ -62349,7 +62349,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
8 changes: 6 additions & 2 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1952,7 +1952,9 @@ components:
payer:
description: >-
A value indicating the responsible payer of a bundle of Stripe fees
for pricing-control eligible products on this account.
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 @@ -56864,7 +56866,9 @@ paths:
payer:
description: >-
A value indicating the responsible payer of Stripe
fees on this account. Defaults to `account`.
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
4 changes: 3 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,9 @@ components:
payer:
description: >-
A value indicating the responsible payer of a bundle of Stripe fees
for pricing-control eligible products on this account.
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 a2b5581

Please sign in to comment.