Uses of Class
com.adyen.model.marketpay.PhoneNumber.PhoneTypeEnum
-
Packages that use PhoneNumber.PhoneTypeEnum Package Description com.adyen.model.marketpay -
-
Uses of PhoneNumber.PhoneTypeEnum in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return PhoneNumber.PhoneTypeEnum Modifier and Type Method Description PhoneNumber.PhoneTypeEnumPhoneNumber. getPhoneType()Get phoneTypestatic PhoneNumber.PhoneTypeEnumPhoneNumber.PhoneTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PhoneNumber.PhoneTypeEnum[]PhoneNumber.PhoneTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpay with parameters of type PhoneNumber.PhoneTypeEnum Modifier and Type Method Description PhoneNumberPhoneNumber. phoneType(PhoneNumber.PhoneTypeEnum phoneType)voidPhoneNumber. setPhoneType(PhoneNumber.PhoneTypeEnum phoneType)
-