Uses of Enum Class
com.blockchyp.client.dto.CvmType
Packages that use CvmType
-
Uses of CvmType in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return CvmTypeModifier and TypeMethodDescriptionReceiptSuggestions.getCvmUsed()Gets the customer verification method used for the transaction.static CvmTypeReturns the enum constant of this class with the specified name.static CvmType[]CvmType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blockchyp.client.dto with parameters of type CvmTypeModifier and TypeMethodDescriptionvoidReceiptSuggestions.setCvmUsed(CvmType value) Sets the customer verification method used for the transaction.