Skip to content

Commit

Permalink
OpenAPI Update (#942)
Browse files Browse the repository at this point in the history
Update OpenAPI for 995e83394b699f37617585681f1a8b8f13d040c7

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Aug 7, 2024
1 parent baea149 commit 073a45f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 30 deletions.
30 changes: 10 additions & 20 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -109249,11 +109249,11 @@
{
"properties": {
"count": {
"description": "For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.",
"description": "For `fixed_count` installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.",
"type": "integer"
},
"interval": {
"description": "For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\nOne of `month`.",
"description": "For `fixed_count` installment plans, this is required. It represents the interval between installment payments your customer will make to their credit card.\nOne of `month`.",
"enum": [
"month"
],
Expand All @@ -109269,8 +109269,6 @@
}
},
"required": [
"count",
"interval",
"type"
],
"title": "installment_plan",
Expand Down Expand Up @@ -120083,11 +120081,11 @@
{
"properties": {
"count": {
"description": "For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.",
"description": "For `fixed_count` installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.",
"type": "integer"
},
"interval": {
"description": "For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\nOne of `month`.",
"description": "For `fixed_count` installment plans, this is required. It represents the interval between installment payments your customer will make to their credit card.\nOne of `month`.",
"enum": [
"month"
],
Expand All @@ -120103,8 +120101,6 @@
}
},
"required": [
"count",
"interval",
"type"
],
"title": "installment_plan",
Expand Down Expand Up @@ -140586,11 +140582,11 @@
{
"properties": {
"count": {
"description": "For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.",
"description": "For `fixed_count` installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.",
"type": "integer"
},
"interval": {
"description": "For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\nOne of `month`.",
"description": "For `fixed_count` installment plans, this is required. It represents the interval between installment payments your customer will make to their credit card.\nOne of `month`.",
"enum": [
"month"
],
Expand All @@ -140606,8 +140602,6 @@
}
},
"required": [
"count",
"interval",
"type"
],
"title": "installment_plan",
Expand Down Expand Up @@ -144868,11 +144862,11 @@
{
"properties": {
"count": {
"description": "For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.",
"description": "For `fixed_count` installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.",
"type": "integer"
},
"interval": {
"description": "For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\nOne of `month`.",
"description": "For `fixed_count` installment plans, this is required. It represents the interval between installment payments your customer will make to their credit card.\nOne of `month`.",
"enum": [
"month"
],
Expand All @@ -144888,8 +144882,6 @@
}
},
"required": [
"count",
"interval",
"type"
],
"title": "installment_plan",
Expand Down Expand Up @@ -150134,11 +150126,11 @@
{
"properties": {
"count": {
"description": "For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.",
"description": "For `fixed_count` installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.",
"type": "integer"
},
"interval": {
"description": "For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\nOne of `month`.",
"description": "For `fixed_count` installment plans, this is required. It represents the interval between installment payments your customer will make to their credit card.\nOne of `month`.",
"enum": [
"month"
],
Expand All @@ -150154,8 +150146,6 @@
}
},
"required": [
"count",
"interval",
"type"
],
"title": "installment_plan",
Expand Down
10 changes: 0 additions & 10 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -86720,8 +86720,6 @@
}
},
"required": [
"count",
"interval",
"type"
],
"title": "installment_plan",
Expand Down Expand Up @@ -93113,8 +93111,6 @@
}
},
"required": [
"count",
"interval",
"type"
],
"title": "installment_plan",
Expand Down Expand Up @@ -107121,8 +107117,6 @@
}
},
"required": [
"count",
"interval",
"type"
],
"title": "installment_plan",
Expand Down Expand Up @@ -109925,8 +109919,6 @@
}
},
"required": [
"count",
"interval",
"type"
],
"title": "installment_plan",
Expand Down Expand Up @@ -112873,8 +112865,6 @@
}
},
"required": [
"count",
"interval",
"type"
],
"title": "installment_plan",
Expand Down

0 comments on commit 073a45f

Please sign in to comment.