Uses of Class
com.adyen.model.checkout.DotpayDetails.TypeEnum
-
Packages that use DotpayDetails.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of DotpayDetails.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return DotpayDetails.TypeEnum Modifier and Type Method Description static DotpayDetails.TypeEnumDotpayDetails.TypeEnum. fromValue(String value)DotpayDetails.TypeEnumDotpayDetails. getType()**dotpay**static DotpayDetails.TypeEnumDotpayDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DotpayDetails.TypeEnum[]DotpayDetails.TypeEnum. 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 DotpayDetails.TypeEnum Modifier and Type Method Description voidDotpayDetails. setType(DotpayDetails.TypeEnum type)**dotpay**DotpayDetailsDotpayDetails. type(DotpayDetails.TypeEnum type)
-