Skip to content

Commit b67456b

Browse files
Update OpenAPI specification
1 parent 7a56155 commit b67456b

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

openapi/spec3.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29086,6 +29086,11 @@
2908629086
"maxLength": 255,
2908729087
"nullable": true,
2908829088
"type": "string"
29089+
},
29090+
"subscription_reference": {
29091+
"maxLength": 2048,
29092+
"nullable": true,
29093+
"type": "string"
2908929094
}
2909029095
},
2909129096
"title": "PaymentFlowsPrivatePaymentMethodsKlarnaPaymentIntentAmountDetailsLineItemPaymentMethodOptions",

openapi/spec3.sdk.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39237,20 +39237,27 @@
3923739237
"maxLength": 255,
3923839238
"nullable": true,
3923939239
"type": "string"
39240+
},
39241+
"subscription_reference": {
39242+
"maxLength": 2048,
39243+
"nullable": true,
39244+
"type": "string"
3924039245
}
3924139246
},
3924239247
"required": [
3924339248
"image_url",
3924439249
"product_url",
39245-
"reference"
39250+
"reference",
39251+
"subscription_reference"
3924639252
],
3924739253
"title": "PaymentFlowsPrivatePaymentMethodsKlarnaPaymentIntentAmountDetailsLineItemPaymentMethodOptions",
3924839254
"type": "object",
3924939255
"x-expandableFields": [],
3925039256
"x-stripeMostCommon": [
3925139257
"image_url",
3925239258
"product_url",
39253-
"reference"
39259+
"reference",
39260+
"subscription_reference"
3925439261
]
3925539262
},
3925639263
"payment_flows_private_payment_methods_naver_pay_payment_method_options": {

openapi/spec3.sdk.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35549,10 +35549,15 @@ components:
3554935549
maxLength: 255
3555035550
nullable: true
3555135551
type: string
35552+
subscription_reference:
35553+
maxLength: 2048
35554+
nullable: true
35555+
type: string
3555235556
required:
3555335557
- image_url
3555435558
- product_url
3555535559
- reference
35560+
- subscription_reference
3555635561
title: >-
3555735562
PaymentFlowsPrivatePaymentMethodsKlarnaPaymentIntentAmountDetailsLineItemPaymentMethodOptions
3555835563
type: object
@@ -35561,6 +35566,7 @@ components:
3556135566
- image_url
3556235567
- product_url
3556335568
- reference
35569+
- subscription_reference
3556435570
payment_flows_private_payment_methods_naver_pay_payment_method_options:
3556535571
description: ''
3556635572
properties:

openapi/spec3.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27479,6 +27479,10 @@ components:
2747927479
maxLength: 255
2748027480
nullable: true
2748127481
type: string
27482+
subscription_reference:
27483+
maxLength: 2048
27484+
nullable: true
27485+
type: string
2748227486
title: >-
2748327487
PaymentFlowsPrivatePaymentMethodsKlarnaPaymentIntentAmountDetailsLineItemPaymentMethodOptions
2748427488
type: object

0 commit comments

Comments
 (0)