Uses of Class
com.adyen.model.configurationwebhooks.ContactDetails
-
Packages that use ContactDetails Package Description com.adyen.model.configurationwebhooks -
-
Uses of ContactDetails in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return ContactDetails Modifier and Type Method Description ContactDetailsContactDetails. address(Address address)Deprecated.addressContactDetailsContactDetails. email(String email)Deprecated.The email address of the account holder.static ContactDetailsContactDetails. fromJson(String jsonString)Deprecated.Create an instance of ContactDetails given an JSON stringContactDetailsAccountHolder. getContactDetails()Deprecated.ContactDetailsContactDetails. phone(Phone phone)Deprecated.phoneContactDetailsContactDetails. webAddress(String webAddress)Deprecated.The URL of the account holder's website.Methods in com.adyen.model.configurationwebhooks with parameters of type ContactDetails Modifier and Type Method Description AccountHolderAccountHolder. contactDetails(ContactDetails contactDetails)Deprecated.voidAccountHolder. setContactDetails(ContactDetails contactDetails)Deprecated.
-