From d15446fac7144c3f5eb277c5a7295858842f5fce Mon Sep 17 00:00:00 2001 From: AdyenAutomationBot <38424300+AdyenAutomationBot@users.noreply.github.com> Date: Fri, 20 Feb 2026 13:54:11 +0000 Subject: [PATCH] [payout] Automated update from Adyen/adyen-openapi@37c03ec --- .../payout/ResponseAdditionalDataCommon.java | 38 ++++++++++--------- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/src/main/java/com/adyen/model/payout/ResponseAdditionalDataCommon.java b/src/main/java/com/adyen/model/payout/ResponseAdditionalDataCommon.java index 10c3e5ae4..ec62dfd38 100644 --- a/src/main/java/com/adyen/model/payout/ResponseAdditionalDataCommon.java +++ b/src/main/java/com/adyen/model/payout/ResponseAdditionalDataCommon.java @@ -223,11 +223,13 @@ public class ResponseAdditionalDataCommon { /** Mark when the attribute has been explicitly set. */ private boolean isSetFraudManualReview = false; - /** The fraud result properties of the payment. */ + /** The fraud result properties of the payment. Possible values: * AMBER * GREEN * RED */ public enum FraudResultTypeEnum { + AMBER(String.valueOf("AMBER")), + GREEN(String.valueOf("GREEN")), - FRAUD(String.valueOf("FRAUD")); + RED(String.valueOf("RED")); private static final Logger LOG = Logger.getLogger(FraudResultTypeEnum.class.getName()); @@ -274,7 +276,7 @@ public static FraudResultTypeEnum fromValue(String value) { * The risk level of the transaction as classified by the [machine * learning](https://docs.adyen.com/risk-management/configure-your-risk-profile/machine-learning-rules/) * fraud risk rule. The risk level indicates the likelihood that a transaction will result in a - * fraudulent dispute. The possible return values are: * veryLow * low * medium * high * veryHigh + * fraudulent dispute. Possible values: * veryLow * low * medium * high * veryHigh */ public enum FraudRiskLevelEnum { VERYLOW(String.valueOf("veryLow")), @@ -1536,9 +1538,10 @@ public void setFraudManualReview(String fraudManualReview) { } /** - * The fraud result properties of the payment. + * The fraud result properties of the payment. Possible values: * AMBER * GREEN * RED * - * @param fraudResultType The fraud result properties of the payment. + * @param fraudResultType The fraud result properties of the payment. Possible values: * AMBER * + * GREEN * RED * @return the current {@code ResponseAdditionalDataCommon} instance, allowing for method chaining */ public ResponseAdditionalDataCommon fraudResultType(FraudResultTypeEnum fraudResultType) { @@ -1548,9 +1551,10 @@ public ResponseAdditionalDataCommon fraudResultType(FraudResultTypeEnum fraudRes } /** - * The fraud result properties of the payment. + * The fraud result properties of the payment. Possible values: * AMBER * GREEN * RED * - * @return fraudResultType The fraud result properties of the payment. + * @return fraudResultType The fraud result properties of the payment. Possible values: * AMBER * + * GREEN * RED */ @JsonProperty(JSON_PROPERTY_FRAUD_RESULT_TYPE) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) @@ -1559,9 +1563,10 @@ public FraudResultTypeEnum getFraudResultType() { } /** - * The fraud result properties of the payment. + * The fraud result properties of the payment. Possible values: * AMBER * GREEN * RED * - * @param fraudResultType The fraud result properties of the payment. + * @param fraudResultType The fraud result properties of the payment. Possible values: * AMBER * + * GREEN * RED */ @JsonProperty(JSON_PROPERTY_FRAUD_RESULT_TYPE) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) @@ -1574,13 +1579,12 @@ public void setFraudResultType(FraudResultTypeEnum fraudResultType) { * The risk level of the transaction as classified by the [machine * learning](https://docs.adyen.com/risk-management/configure-your-risk-profile/machine-learning-rules/) * fraud risk rule. The risk level indicates the likelihood that a transaction will result in a - * fraudulent dispute. The possible return values are: * veryLow * low * medium * high * veryHigh + * fraudulent dispute. Possible values: * veryLow * low * medium * high * veryHigh * * @param fraudRiskLevel The risk level of the transaction as classified by the [machine * learning](https://docs.adyen.com/risk-management/configure-your-risk-profile/machine-learning-rules/) * fraud risk rule. The risk level indicates the likelihood that a transaction will result in - * a fraudulent dispute. The possible return values are: * veryLow * low * medium * high * - * veryHigh + * a fraudulent dispute. Possible values: * veryLow * low * medium * high * veryHigh * @return the current {@code ResponseAdditionalDataCommon} instance, allowing for method chaining */ public ResponseAdditionalDataCommon fraudRiskLevel(FraudRiskLevelEnum fraudRiskLevel) { @@ -1593,13 +1597,12 @@ public ResponseAdditionalDataCommon fraudRiskLevel(FraudRiskLevelEnum fraudRiskL * The risk level of the transaction as classified by the [machine * learning](https://docs.adyen.com/risk-management/configure-your-risk-profile/machine-learning-rules/) * fraud risk rule. The risk level indicates the likelihood that a transaction will result in a - * fraudulent dispute. The possible return values are: * veryLow * low * medium * high * veryHigh + * fraudulent dispute. Possible values: * veryLow * low * medium * high * veryHigh * * @return fraudRiskLevel The risk level of the transaction as classified by the [machine * learning](https://docs.adyen.com/risk-management/configure-your-risk-profile/machine-learning-rules/) * fraud risk rule. The risk level indicates the likelihood that a transaction will result in - * a fraudulent dispute. The possible return values are: * veryLow * low * medium * high * - * veryHigh + * a fraudulent dispute. Possible values: * veryLow * low * medium * high * veryHigh */ @JsonProperty(JSON_PROPERTY_FRAUD_RISK_LEVEL) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) @@ -1611,13 +1614,12 @@ public FraudRiskLevelEnum getFraudRiskLevel() { * The risk level of the transaction as classified by the [machine * learning](https://docs.adyen.com/risk-management/configure-your-risk-profile/machine-learning-rules/) * fraud risk rule. The risk level indicates the likelihood that a transaction will result in a - * fraudulent dispute. The possible return values are: * veryLow * low * medium * high * veryHigh + * fraudulent dispute. Possible values: * veryLow * low * medium * high * veryHigh * * @param fraudRiskLevel The risk level of the transaction as classified by the [machine * learning](https://docs.adyen.com/risk-management/configure-your-risk-profile/machine-learning-rules/) * fraud risk rule. The risk level indicates the likelihood that a transaction will result in - * a fraudulent dispute. The possible return values are: * veryLow * low * medium * high * - * veryHigh + * a fraudulent dispute. Possible values: * veryLow * low * medium * high * veryHigh */ @JsonProperty(JSON_PROPERTY_FRAUD_RISK_LEVEL) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)