Uses of Class
com.adyen.model.balanceplatform.ContactDetails
-
Packages that use ContactDetails Package Description com.adyen.model.balanceplatform -
-
Uses of ContactDetails in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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.ContactDetailsAccountHolderInfo. getContactDetails()Deprecated.ContactDetailsAccountHolderUpdateRequest. 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.balanceplatform with parameters of type ContactDetails Modifier and Type Method Description AccountHolderAccountHolder. contactDetails(ContactDetails contactDetails)Deprecated.AccountHolderInfoAccountHolderInfo. contactDetails(ContactDetails contactDetails)Deprecated.AccountHolderUpdateRequestAccountHolderUpdateRequest. contactDetails(ContactDetails contactDetails)Deprecated.voidAccountHolder. setContactDetails(ContactDetails contactDetails)Deprecated.voidAccountHolderInfo. setContactDetails(ContactDetails contactDetails)Deprecated.voidAccountHolderUpdateRequest. setContactDetails(ContactDetails contactDetails)Deprecated.
-