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