Uses of Class
org.compiere.model.PaymentProcessor
-
Packages that use PaymentProcessor Package Description org.adempiere.base org.compiere.model Provides for.... -
-
Uses of PaymentProcessor in org.adempiere.base
Methods in org.adempiere.base that return PaymentProcessor Modifier and Type Method Description static PaymentProcessor
Core. getPaymentProcessor(MBankAccountProcessor mbap, PaymentInterface mp)
Get payment processor instancePaymentProcessor
DefaultPaymentProcessorFactory. newPaymentProcessorInstance(String className)
PaymentProcessor
IPaymentProcessorFactory. newPaymentProcessorInstance(String className)
-
Uses of PaymentProcessor in org.compiere.model
Subclasses of PaymentProcessor in org.compiere.model Modifier and Type Class Description class
PP_Authorize
Authorize.net Payment Processor Services Interfaceclass
PP_Optimal
Optimal Payment Processor Services Interface.class
PP_PayFlowPro
Payment Processor for VeriSign PayFlow Pro.class
PP_PayFlowPro4
Payment Processor for PayPal PayFlow Pro SDK 4.class
PP_PayPal
PayPal Payment Processor Services InterfaceMethods in org.compiere.model that return PaymentProcessor Modifier and Type Method Description static PaymentProcessor
PaymentProcessor. create(MBankAccountProcessor mbap, PaymentInterface mp)
Factory
-