Uses of Class
com.adyen.model.balanceplatform.PhoneInfo
-
Packages that use PhoneInfo Package Description com.adyen.model.balanceplatform -
-
Uses of PhoneInfo in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PhoneInfo Modifier and Type Method Description static PhoneInfoPhoneInfo. fromJson(String jsonString)Create an instance of PhoneInfo given an JSON stringPhoneInfoDeviceInfo. getPhone()Get phonePhoneInfoPhoneInfo. hashedNumber(String hashedNumber)The hashed value of the phone number used to provision the network token.PhoneInfoPhoneInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PhoneInfoPhoneInfo. lastFourDigits(String lastFourDigits)The last four digits of the phone number used to provision the network token.PhoneInfoPhoneInfo. number(String number)The full phone number of the device used to provision the network token.Methods in com.adyen.model.balanceplatform with parameters of type PhoneInfo Modifier and Type Method Description DeviceInfoDeviceInfo. phone(PhoneInfo phone)phonevoidDeviceInfo. setPhone(PhoneInfo phone)phone
-