Uses of Class
com.adyen.model.marketpay.DocumentDetail.DocumentTypeEnum
-
Packages that use DocumentDetail.DocumentTypeEnum Package Description com.adyen.model.marketpay -
-
Uses of DocumentDetail.DocumentTypeEnum in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return DocumentDetail.DocumentTypeEnum Modifier and Type Method Description DocumentDetail.DocumentTypeEnumDocumentDetail. getDocumentType()document typestatic 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.marketpay with parameters of type DocumentDetail.DocumentTypeEnum Modifier and Type Method Description DocumentDetailDocumentDetail. documentType(DocumentDetail.DocumentTypeEnum documentType)voidDocumentDetail. setDocumentType(DocumentDetail.DocumentTypeEnum documentType)
-