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