Uses of Class
com.adyen.model.configurationwebhooks.Contact
-
Packages that use Contact Package Description com.adyen.model.configurationwebhooks -
-
Uses of Contact in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return Contact Modifier and Type Method Description ContactContact. address(Address address)ContactContact. email(String email)static ContactContact. fromJson(String jsonString)Create an instance of Contact given an JSON stringContactContact. fullPhoneNumber(String fullPhoneNumber)ContactContact. name(Name name)ContactContact. personalData(PersonalData personalData)ContactContact. phoneNumber(PhoneNumber phoneNumber)ContactContact. webAddress(String webAddress)
-