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