Uses of Class
com.maxmind.minfraud.request.Payment.Processor
-
Packages that use Payment.Processor Package Description com.maxmind.minfraud.request -
-
Uses of Payment.Processor in com.maxmind.minfraud.request
Methods in com.maxmind.minfraud.request that return Payment.Processor Modifier and Type Method Description Payment.Processor
Payment. getProcessor()
static Payment.Processor
Payment.Processor. valueOf(String name)
Returns the enum constant of this type with the specified name.static Payment.Processor[]
Payment.Processor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.maxmind.minfraud.request with parameters of type Payment.Processor Modifier and Type Method Description Payment.Builder
Payment.Builder. processor(Payment.Processor processor)
-