From b39eef1e7e2795e1efc4c14e7627e5abfec8964c Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 03:10:47 +0000 Subject: [PATCH] Update OpenAPI for bf632b0cbd5add03f42f4609756d538018f2cf87 --- embedded/openapi/spec3.beta.sdk.json | 67 ++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 74fa6016..9f4550af 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -80045,6 +80045,9 @@ "hkd": { "$ref": "#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config" }, + "jpy": { + "$ref": "#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config" + }, "myr": { "$ref": "#/components/schemas/terminal_configuration_configuration_resource_currency_specific_config" }, @@ -80078,6 +80081,7 @@ "eur", "gbp", "hkd", + "jpy", "myr", "nok", "nzd", @@ -80095,6 +80099,7 @@ "eur", "gbp", "hkd", + "jpy", "myr", "nok", "nzd", @@ -231588,6 +231593,36 @@ "smart_tip_threshold" ] }, + "jpy": { + "description": "Tipping configuration for JPY", + "properties": { + "fixed_amounts": { + "description": "Fixed amounts displayed when collecting a tip", + "items": { + "type": "integer" + }, + "type": "array" + }, + "percentages": { + "description": "Percentages displayed when collecting a tip", + "items": { + "type": "integer" + }, + "type": "array" + }, + "smart_tip_threshold": { + "description": "Below this amount, fixed amounts will be displayed; above it, percentages will be displayed", + "type": "integer" + } + }, + "title": "currency_specific_config", + "type": "object", + "x-stripeMostCommon": [ + "fixed_amounts", + "percentages", + "smart_tip_threshold" + ] + }, "myr": { "description": "Tipping configuration for MYR", "properties": { @@ -231810,6 +231845,7 @@ "eur", "gbp", "hkd", + "jpy", "myr", "nok", "nzd", @@ -232454,6 +232490,36 @@ "smart_tip_threshold" ] }, + "jpy": { + "description": "Tipping configuration for JPY", + "properties": { + "fixed_amounts": { + "description": "Fixed amounts displayed when collecting a tip", + "items": { + "type": "integer" + }, + "type": "array" + }, + "percentages": { + "description": "Percentages displayed when collecting a tip", + "items": { + "type": "integer" + }, + "type": "array" + }, + "smart_tip_threshold": { + "description": "Below this amount, fixed amounts will be displayed; above it, percentages will be displayed", + "type": "integer" + } + }, + "title": "currency_specific_config", + "type": "object", + "x-stripeMostCommon": [ + "fixed_amounts", + "percentages", + "smart_tip_threshold" + ] + }, "myr": { "description": "Tipping configuration for MYR", "properties": { @@ -232676,6 +232742,7 @@ "eur", "gbp", "hkd", + "jpy", "myr", "nok", "nzd",