Uses of Interface
org.compiere.model.PaymentInterface
-
Packages that use PaymentInterface Package Description org.adempiere.base org.compiere.model Provides for.... -
-
Uses of PaymentInterface in org.adempiere.base
Methods in org.adempiere.base with parameters of type PaymentInterface Modifier and Type Method Description static PaymentProcessor
Core. getPaymentProcessor(MBankAccountProcessor mbap, PaymentInterface mp)
Get payment processor instance -
Uses of PaymentInterface in org.compiere.model
Classes in org.compiere.model that implement PaymentInterface Modifier and Type Class Description class
MPayment
Payment Modelclass
MPaymentTransaction
Fields in org.compiere.model declared as PaymentInterface Modifier and Type Field Description protected PaymentInterface
PaymentProcessor. p_mp
Methods in org.compiere.model with parameters of type PaymentInterface Modifier and Type Method Description static PaymentProcessor
PaymentProcessor. create(MBankAccountProcessor mbap, PaymentInterface mp)
Factoryvoid
PaymentProcessor. initialize(MBankAccountProcessor mbap, PaymentInterface mp)
-