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)ContactCard. getDeliveryContact()Get deliveryContactContactContact. name(Name name)ContactContact. personalData(PersonalData personalData)ContactContact. phoneNumber(PhoneNumber phoneNumber)ContactContact. webAddress(String webAddress)Methods in com.adyen.model.configurationwebhooks with parameters of type Contact Modifier and Type Method Description CardCard. deliveryContact(Contact deliveryContact)voidCard. setDeliveryContact(Contact deliveryContact)
-