Uses of Class
com.adyen.model.balanceplatform.Phone
-
Packages that use Phone Package Description com.adyen.model.balanceplatform -
-
Uses of Phone in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return Phone Modifier and Type Method Description static PhonePhone. fromJson(String jsonString)Create an instance of Phone given an JSON stringPhoneAuthentication. getPhone()phonePhoneContactDetails. getPhone()Deprecated.phonePhonePhone. number(String number)The full phone number provided as a single string.PhonePhone. type(Phone.TypeEnum type)Type of phone number.Methods in com.adyen.model.balanceplatform with parameters of type Phone Modifier and Type Method Description AuthenticationAuthentication. phone(Phone phone)phoneContactDetailsContactDetails. phone(Phone phone)Deprecated.phonevoidAuthentication. setPhone(Phone phone)phonevoidContactDetails. setPhone(Phone phone)Deprecated.phone
-