From 338805266383a52b95134912977d6d17ea993350 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 21:35:08 +0000 Subject: [PATCH] Update OpenAPI for 9820acad59126f0d70783e654c61706d101893d2 --- embedded/openapi/spec3.beta.sdk.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 58c3a062..8eccbd98 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -71862,6 +71862,26 @@ "title": "payments_config_param", "type": "object" }, + "payment_method_settings": { + "description": "Configuration for the payment method settings embedded component.", + "properties": { + "enabled": { + "description": "Whether the embedded component is enabled.", + "type": "boolean" + }, + "features": { + "description": "The list of features enabled in the embedded component.", + "properties": {}, + "title": "base_features_param", + "type": "object" + } + }, + "required": [ + "enabled" + ], + "title": "base_config_param", + "type": "object" + }, "payments": { "description": "Configuration for the payments embedded component.", "properties": {