Uses of Class
com.adyen.model.checkout.PseDetails.TypeEnum
-
Packages that use PseDetails.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of PseDetails.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PseDetails.TypeEnum Modifier and Type Method Description static PseDetails.TypeEnumPseDetails.TypeEnum. fromValue(String value)PseDetails.TypeEnumPseDetails. getType()The payment method type.static PseDetails.TypeEnumPseDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PseDetails.TypeEnum[]PseDetails.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 PseDetails.TypeEnum Modifier and Type Method Description voidPseDetails. setType(PseDetails.TypeEnum type)The payment method type.PseDetailsPseDetails. type(PseDetails.TypeEnum type)The payment method type.
-