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.ProcessorPayment. getProcessor()static Payment.ProcessorPayment.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.BuilderPayment.Builder. processor(Payment.Processor processor) 
 -