Uses of Class
com.adyen.model.configurationwebhooks.PersonalData
-
Packages that use PersonalData Package Description com.adyen.model.configurationwebhooks -
-
Uses of PersonalData in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return PersonalData Modifier and Type Method Description PersonalDataPersonalData. dateOfBirth(String dateOfBirth)static PersonalDataPersonalData. fromJson(String jsonString)Create an instance of PersonalData given an JSON stringPersonalDataContact. getPersonalData()Get personalDataPersonalDataPersonalData. idNumber(String idNumber)PersonalDataPersonalData. nationality(String nationality)Methods in com.adyen.model.configurationwebhooks with parameters of type PersonalData Modifier and Type Method Description ContactContact. personalData(PersonalData personalData)voidContact. setPersonalData(PersonalData personalData)personalData
-