Skip to content

Commit 073a45f

Browse files
OpenAPI Update (#942)
Update OpenAPI for 995e83394b699f37617585681f1a8b8f13d040c7 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent baea149 commit 073a45f

File tree

2 files changed

+10
-30
lines changed

2 files changed

+10
-30
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -109249,11 +109249,11 @@
109249109249
{
109250109250
"properties": {
109251109251
"count": {
109252-
"description": "For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.",
109252+
"description": "For `fixed_count` installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.",
109253109253
"type": "integer"
109254109254
},
109255109255
"interval": {
109256-
"description": "For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\nOne of `month`.",
109256+
"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`.",
109257109257
"enum": [
109258109258
"month"
109259109259
],
@@ -109269,8 +109269,6 @@
109269109269
}
109270109270
},
109271109271
"required": [
109272-
"count",
109273-
"interval",
109274109272
"type"
109275109273
],
109276109274
"title": "installment_plan",
@@ -120083,11 +120081,11 @@
120083120081
{
120084120082
"properties": {
120085120083
"count": {
120086-
"description": "For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.",
120084+
"description": "For `fixed_count` installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.",
120087120085
"type": "integer"
120088120086
},
120089120087
"interval": {
120090-
"description": "For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\nOne of `month`.",
120088+
"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`.",
120091120089
"enum": [
120092120090
"month"
120093120091
],
@@ -120103,8 +120101,6 @@
120103120101
}
120104120102
},
120105120103
"required": [
120106-
"count",
120107-
"interval",
120108120104
"type"
120109120105
],
120110120106
"title": "installment_plan",
@@ -140586,11 +140582,11 @@
140586140582
{
140587140583
"properties": {
140588140584
"count": {
140589-
"description": "For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.",
140585+
"description": "For `fixed_count` installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.",
140590140586
"type": "integer"
140591140587
},
140592140588
"interval": {
140593-
"description": "For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\nOne of `month`.",
140589+
"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`.",
140594140590
"enum": [
140595140591
"month"
140596140592
],
@@ -140606,8 +140602,6 @@
140606140602
}
140607140603
},
140608140604
"required": [
140609-
"count",
140610-
"interval",
140611140605
"type"
140612140606
],
140613140607
"title": "installment_plan",
@@ -144868,11 +144862,11 @@
144868144862
{
144869144863
"properties": {
144870144864
"count": {
144871-
"description": "For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.",
144865+
"description": "For `fixed_count` installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.",
144872144866
"type": "integer"
144873144867
},
144874144868
"interval": {
144875-
"description": "For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\nOne of `month`.",
144869+
"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`.",
144876144870
"enum": [
144877144871
"month"
144878144872
],
@@ -144888,8 +144882,6 @@
144888144882
}
144889144883
},
144890144884
"required": [
144891-
"count",
144892-
"interval",
144893144885
"type"
144894144886
],
144895144887
"title": "installment_plan",
@@ -150134,11 +150126,11 @@
150134150126
{
150135150127
"properties": {
150136150128
"count": {
150137-
"description": "For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.",
150129+
"description": "For `fixed_count` installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.",
150138150130
"type": "integer"
150139150131
},
150140150132
"interval": {
150141-
"description": "For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.\nOne of `month`.",
150133+
"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`.",
150142150134
"enum": [
150143150135
"month"
150144150136
],
@@ -150154,8 +150146,6 @@
150154150146
}
150155150147
},
150156150148
"required": [
150157-
"count",
150158-
"interval",
150159150149
"type"
150160150150
],
150161150151
"title": "installment_plan",

embedded/openapi/spec3.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86720,8 +86720,6 @@
8672086720
}
8672186721
},
8672286722
"required": [
86723-
"count",
86724-
"interval",
8672586723
"type"
8672686724
],
8672786725
"title": "installment_plan",
@@ -93113,8 +93111,6 @@
9311393111
}
9311493112
},
9311593113
"required": [
93116-
"count",
93117-
"interval",
9311893114
"type"
9311993115
],
9312093116
"title": "installment_plan",
@@ -107121,8 +107117,6 @@
107121107117
}
107122107118
},
107123107119
"required": [
107124-
"count",
107125-
"interval",
107126107120
"type"
107127107121
],
107128107122
"title": "installment_plan",
@@ -109925,8 +109919,6 @@
109925109919
}
109926109920
},
109927109921
"required": [
109928-
"count",
109929-
"interval",
109930109922
"type"
109931109923
],
109932109924
"title": "installment_plan",
@@ -112873,8 +112865,6 @@
112873112865
}
112874112866
},
112875112867
"required": [
112876-
"count",
112877-
"interval",
112878112868
"type"
112879112869
],
112880112870
"title": "installment_plan",

0 commit comments

Comments
 (0)