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