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 May 4, 2023
1 parent 6ca4216 commit 6b09a11
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -59279,7 +59279,7 @@
"type": "integer"
}
],
"description": "The number of days charge funds are held before being paid out. May also be set to `minimum`, representing the lowest available value for the account country. Default is `minimum`. The `delay_days` parameter does not apply when the `interval` is `manual`."
"description": "The number of days charge funds are held before being paid out. May also be set to `minimum`, representing the lowest available value for the account country. Default is `minimum`. The `delay_days` parameter does not apply when the `interval` is `manual`. [Learn more about controlling payout delay days](https://stripe.com/docs/connect/manage-payout-schedule)."
},
"interval": {
"description": "How frequently available funds are paid out. One of: `daily`, `manual`, `weekly`, or `monthly`. Default is `daily`.",
Expand Down Expand Up @@ -61035,7 +61035,7 @@
"type": "integer"
}
],
"description": "The number of days charge funds are held before being paid out. May also be set to `minimum`, representing the lowest available value for the account country. Default is `minimum`. The `delay_days` parameter does not apply when the `interval` is `manual`."
"description": "The number of days charge funds are held before being paid out. May also be set to `minimum`, representing the lowest available value for the account country. Default is `minimum`. The `delay_days` parameter does not apply when the `interval` is `manual`. [Learn more about controlling payout delay days](https://stripe.com/docs/connect/manage-payout-schedule)."
},
"interval": {
"description": "How frequently available funds are paid out. One of: `daily`, `manual`, `weekly`, or `monthly`. Default is `daily`.",
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 @@ -53716,7 +53716,9 @@ paths:
representing the lowest available value for the
account country. Default is `minimum`. The
`delay_days` parameter does not apply when the
`interval` is `manual`.
`interval` is `manual`. [Learn more about
controlling payout delay
days](https://stripe.com/docs/connect/manage-payout-schedule).
interval:
description: >-
How frequently available funds are paid out. One
Expand Down Expand Up @@ -55628,7 +55630,9 @@ paths:
representing the lowest available value for the
account country. Default is `minimum`. The
`delay_days` parameter does not apply when the
`interval` is `manual`.
`interval` is `manual`. [Learn more about
controlling payout delay
days](https://stripe.com/docs/connect/manage-payout-schedule).
interval:
description: >-
How frequently available funds are paid out. One
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -52232,7 +52232,7 @@
"type": "integer"
}
],
"description": "The number of days charge funds are held before being paid out. May also be set to `minimum`, representing the lowest available value for the account country. Default is `minimum`. The `delay_days` parameter does not apply when the `interval` is `manual`."
"description": "The number of days charge funds are held before being paid out. May also be set to `minimum`, representing the lowest available value for the account country. Default is `minimum`. The `delay_days` parameter does not apply when the `interval` is `manual`. [Learn more about controlling payout delay days](https://stripe.com/docs/connect/manage-payout-schedule)."
},
"interval": {
"description": "How frequently available funds are paid out. One of: `daily`, `manual`, `weekly`, or `monthly`. Default is `daily`.",
Expand Down Expand Up @@ -53966,7 +53966,7 @@
"type": "integer"
}
],
"description": "The number of days charge funds are held before being paid out. May also be set to `minimum`, representing the lowest available value for the account country. Default is `minimum`. The `delay_days` parameter does not apply when the `interval` is `manual`."
"description": "The number of days charge funds are held before being paid out. May also be set to `minimum`, representing the lowest available value for the account country. Default is `minimum`. The `delay_days` parameter does not apply when the `interval` is `manual`. [Learn more about controlling payout delay days](https://stripe.com/docs/connect/manage-payout-schedule)."
},
"interval": {
"description": "How frequently available funds are paid out. One of: `daily`, `manual`, `weekly`, or `monthly`. Default is `daily`.",
Expand Down
8 changes: 6 additions & 2 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47693,7 +47693,9 @@ paths:
representing the lowest available value for the
account country. Default is `minimum`. The
`delay_days` parameter does not apply when the
`interval` is `manual`.
`interval` is `manual`. [Learn more about
controlling payout delay
days](https://stripe.com/docs/connect/manage-payout-schedule).
interval:
description: >-
How frequently available funds are paid out. One
Expand Down Expand Up @@ -49579,7 +49581,9 @@ paths:
representing the lowest available value for the
account country. Default is `minimum`. The
`delay_days` parameter does not apply when the
`interval` is `manual`.
`interval` is `manual`. [Learn more about
controlling payout delay
days](https://stripe.com/docs/connect/manage-payout-schedule).
interval:
description: >-
How frequently available funds are paid out. One
Expand Down

0 comments on commit 6b09a11

Please sign in to comment.