File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff 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": {
You can’t perform that action at this time.
0 commit comments