Uses of Class
com.adyen.model.configurationwebhooks.Phone
-
Packages that use Phone Package Description com.adyen.model.configurationwebhooks -
-
Uses of Phone in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return Phone Modifier and Type Method Description static PhonePhone. fromJson(String jsonString)Create an instance of Phone given an JSON stringPhoneAuthentication. getPhone()Get phonePhoneContactDetails. getPhone()Deprecated.Get phonePhonePhone. number(String number)PhonePhone. type(Phone.TypeEnum type)Methods in com.adyen.model.configurationwebhooks with parameters of type Phone Modifier and Type Method Description AuthenticationAuthentication. phone(Phone phone)ContactDetailsContactDetails. phone(Phone phone)Deprecated.voidAuthentication. setPhone(Phone phone)phonevoidContactDetails. setPhone(Phone phone)Deprecated.phone
-