Uses of Enum Class
com.alphapay.api.model.beans.TransactionType
Packages that use TransactionType
-
Uses of TransactionType in com.alphapay.api.model.beans
Methods in com.alphapay.api.model.beans that return TransactionTypeModifier and TypeMethodDescriptionstatic TransactionTypeReturns the enum constant of this class with the specified name.static TransactionType[]TransactionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransactionType in com.alphapay.api.request.beans
Methods in com.alphapay.api.request.beans that return TransactionTypeMethods in com.alphapay.api.request.beans with parameters of type TransactionTypeModifier and TypeMethodDescriptionvoidSearchTransactionsRequest.setTransactionType(TransactionType transactionType)