From 49d74a473497ecb0fc938e4cf893e83e396c58ca Mon Sep 17 00:00:00 2001 From: AdyenAutomationBot <38424300+AdyenAutomationBot@users.noreply.github.com> Date: Wed, 14 Jan 2026 14:55:50 +0000 Subject: [PATCH] [legalentitymanagement] Automated update from Adyen/adyen-openapi@0a007ce --- .../model/legalentitymanagement/Support.java | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/adyen/model/legalentitymanagement/Support.java b/src/main/java/com/adyen/model/legalentitymanagement/Support.java index cea6608bc..84fb48102 100644 --- a/src/main/java/com/adyen/model/legalentitymanagement/Support.java +++ b/src/main/java/com/adyen/model/legalentitymanagement/Support.java @@ -43,9 +43,10 @@ public class Support { public Support() {} /** - * The support email address of the legal entity. + * The support email address of the legal entity. Required if you have a platform setup. * - * @param email The support email address of the legal entity. + * @param email The support email address of the legal entity. Required if you have a platform + * setup. * @return the current {@code Support} instance, allowing for method chaining */ public Support email(String email) { @@ -55,9 +56,10 @@ public Support email(String email) { } /** - * The support email address of the legal entity. + * The support email address of the legal entity. Required if you have a platform setup. * - * @return email The support email address of the legal entity. + * @return email The support email address of the legal entity. Required if you have a platform + * setup. */ @JsonProperty(JSON_PROPERTY_EMAIL) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) @@ -66,9 +68,10 @@ public String getEmail() { } /** - * The support email address of the legal entity. + * The support email address of the legal entity. Required if you have a platform setup. * - * @param email The support email address of the legal entity. + * @param email The support email address of the legal entity. Required if you have a platform + * setup. */ @JsonProperty(JSON_PROPERTY_EMAIL) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)