Uses of Class
com.adyen.model.checkout.PaymentResponse.ResultCodeEnum
-
Packages that use PaymentResponse.ResultCodeEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentResponse.ResultCodeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentResponse.ResultCodeEnum Modifier and Type Method Description static PaymentResponse.ResultCodeEnumPaymentResponse.ResultCodeEnum. fromValue(String value)PaymentResponse.ResultCodeEnumPaymentResponse. getResultCode()The result of the payment.static PaymentResponse.ResultCodeEnumPaymentResponse.ResultCodeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentResponse.ResultCodeEnum[]PaymentResponse.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 PaymentResponse.ResultCodeEnum Modifier and Type Method Description PaymentResponsePaymentResponse. resultCode(PaymentResponse.ResultCodeEnum resultCode)The result of the payment.voidPaymentResponse. setResultCode(PaymentResponse.ResultCodeEnum resultCode)The result of the payment.
-