Uses of Class
com.adyen.model.legalentitymanagement.Document.TypeEnum
-
Packages that use Document.TypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of Document.TypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return Document.TypeEnum Modifier and Type Method Description static Document.TypeEnumDocument.TypeEnum. fromValue(String value)Document.TypeEnumDocument. getType()Type of document, used when providing an ID number or uploading a document.static Document.TypeEnumDocument.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Document.TypeEnum[]Document.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.legalentitymanagement with parameters of type Document.TypeEnum Modifier and Type Method Description voidDocument. setType(Document.TypeEnum type)Type of document, used when providing an ID number or uploading a document.DocumentDocument. type(Document.TypeEnum type)Type of document, used when providing an ID number or uploading a document.
-