Uses of Class
com.adyen.model.checkout.Payment.ResultCodeEnum
-
Packages that use Payment.ResultCodeEnum Package Description com.adyen.model.checkout -
-
Uses of Payment.ResultCodeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Payment.ResultCodeEnum Modifier and Type Method Description static Payment.ResultCodeEnumPayment.ResultCodeEnum. fromValue(String value)Payment.ResultCodeEnumPayment. getResultCode()The result of the payment.static Payment.ResultCodeEnumPayment.ResultCodeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Payment.ResultCodeEnum[]Payment.ResultCodeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type Payment.ResultCodeEnum Modifier and Type Method Description PaymentPayment. resultCode(Payment.ResultCodeEnum resultCode)The result of the payment.voidPayment. setResultCode(Payment.ResultCodeEnum resultCode)The result of the payment.
-