Uses of Enum Class
com.skava.apppaymentplugin.model.request.CompletePaymentDetails.Status
Packages that use CompletePaymentDetails.Status
Package
Description
DB Operations(CRUD) are triggered from the process class.
-
Uses of CompletePaymentDetails.Status in com.skava.apppaymentplugin.model.request
Methods in com.skava.apppaymentplugin.model.request that return CompletePaymentDetails.StatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CompletePaymentDetails.Status[]
CompletePaymentDetails.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.