Uses of Class
com.adyen.model.marketpayaccount.ViasPhoneNumber.PhoneTypeEnum
-
Packages that use ViasPhoneNumber.PhoneTypeEnum Package Description com.adyen.model.marketpayaccount -
-
Uses of ViasPhoneNumber.PhoneTypeEnum in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return ViasPhoneNumber.PhoneTypeEnum Modifier and Type Method Description static ViasPhoneNumber.PhoneTypeEnumViasPhoneNumber.PhoneTypeEnum. fromValue(String value)ViasPhoneNumber.PhoneTypeEnumViasPhoneNumber. getPhoneType()The type of the phone number.static ViasPhoneNumber.PhoneTypeEnumViasPhoneNumber.PhoneTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ViasPhoneNumber.PhoneTypeEnum[]ViasPhoneNumber.PhoneTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpayaccount with parameters of type ViasPhoneNumber.PhoneTypeEnum Modifier and Type Method Description ViasPhoneNumberViasPhoneNumber. phoneType(ViasPhoneNumber.PhoneTypeEnum phoneType)voidViasPhoneNumber. setPhoneType(ViasPhoneNumber.PhoneTypeEnum phoneType)
-