Skip to content

Commit 6845204

Browse files
OpenAPI Update (#1616)
Update OpenAPI for 7a56155abe41349d3f1814e1a57ce6fde828e7e9 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 5e97c24 commit 6845204

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46206,20 +46206,27 @@
4620646206
"maxLength": 255,
4620746207
"nullable": true,
4620846208
"type": "string"
46209+
},
46210+
"subscription_reference": {
46211+
"maxLength": 2048,
46212+
"nullable": true,
46213+
"type": "string"
4620946214
}
4621046215
},
4621146216
"required": [
4621246217
"image_url",
4621346218
"product_url",
46214-
"reference"
46219+
"reference",
46220+
"subscription_reference"
4621546221
],
4621646222
"title": "PaymentFlowsPrivatePaymentMethodsKlarnaPaymentIntentAmountDetailsLineItemPaymentMethodOptions",
4621746223
"type": "object",
4621846224
"x-expandableFields": [],
4621946225
"x-stripeMostCommon": [
4622046226
"image_url",
4622146227
"product_url",
46222-
"reference"
46228+
"reference",
46229+
"subscription_reference"
4622346230
]
4622446231
},
4622546232
"payment_flows_private_payment_methods_naver_pay_payment_method_options": {

0 commit comments

Comments
 (0)