Uses of Class
com.adyen.model.legalentitymanagement.IdentificationData
-
Packages that use IdentificationData Package Description com.adyen.model.legalentitymanagement -
-
Uses of IdentificationData in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return IdentificationData Modifier and Type Method Description IdentificationDataIdentificationData. cardNumber(String cardNumber)The card number of the document that was issued (AU only).IdentificationDataIdentificationData. expiryDate(String expiryDate)The expiry date of the document, in YYYY-MM-DD format.static IdentificationDataIdentificationData. fromJson(String jsonString)Create an instance of IdentificationData given an JSON stringIdentificationDataIndividual. getIdentificationData()identificationDataIdentificationDataIdentificationData. issuerCountry(String issuerCountry)Deprecated.since Legal Entity Management API v1IdentificationDataIdentificationData. issuerState(String issuerState)The state or province where the document was issued (AU only).IdentificationDataIdentificationData. nationalIdExempt(Boolean nationalIdExempt)Applies only to individuals in the US.IdentificationDataIdentificationData. number(String number)The number in the document.IdentificationDataIdentificationData. type(IdentificationData.TypeEnum type)Type of identity data.Methods in com.adyen.model.legalentitymanagement with parameters of type IdentificationData Modifier and Type Method Description IndividualIndividual. identificationData(IdentificationData identificationData)identificationDatavoidIndividual. setIdentificationData(IdentificationData identificationData)identificationData
-