Uses of Class
com.adyen.model.balanceplatform.Phone.TypeEnum
-
Packages that use Phone.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of Phone.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return Phone.TypeEnum Modifier and Type Method Description static Phone.TypeEnumPhone.TypeEnum. fromValue(String value)Phone.TypeEnumPhone. getType()Type of phone number.static Phone.TypeEnumPhone.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Phone.TypeEnum[]Phone.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type Phone.TypeEnum Modifier and Type Method Description voidPhone. setType(Phone.TypeEnum type)Type of phone number.PhonePhone. type(Phone.TypeEnum type)
-