Uses of Class
com.adyen.model.marketpayaccount.DocumentDetail.DocumentTypeEnum
-
Packages that use DocumentDetail.DocumentTypeEnum Package Description com.adyen.model.marketpayaccount -
-
Uses of DocumentDetail.DocumentTypeEnum in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return DocumentDetail.DocumentTypeEnum Modifier and Type Method Description static DocumentDetail.DocumentTypeEnumDocumentDetail.DocumentTypeEnum. fromValue(String value)DocumentDetail.DocumentTypeEnumDocumentDetail. getDocumentType()The type of the document.static DocumentDetail.DocumentTypeEnumDocumentDetail.DocumentTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentDetail.DocumentTypeEnum[]DocumentDetail.DocumentTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpayaccount with parameters of type DocumentDetail.DocumentTypeEnum Modifier and Type Method Description DocumentDetailDocumentDetail. documentType(DocumentDetail.DocumentTypeEnum documentType)voidDocumentDetail. setDocumentType(DocumentDetail.DocumentTypeEnum documentType)
-