Uses of Class
org.compiere.model.MPaymentTransaction
-
Packages that use MPaymentTransaction Package Description org.compiere.grid org.compiere.model Provides for.... -
-
Uses of MPaymentTransaction in org.compiere.grid
Fields in org.compiere.grid declared as MPaymentTransaction Modifier and Type Field Description MPaymentTransaction
PaymentFormCreditCard. m_mPaymentTransaction
-
Uses of MPaymentTransaction in org.compiere.model
Methods in org.compiere.model that return MPaymentTransaction Modifier and Type Method Description static MPaymentTransaction
MPaymentTransaction. copyFrom(MPaymentTransaction from, Timestamp dateTrx, String trxType, String orig_TrxID, String trxName)
MPaymentTransaction
MPayment. createPaymentTransaction(String trxName)
Methods in org.compiere.model with parameters of type MPaymentTransaction Modifier and Type Method Description static MPaymentTransaction
MPaymentTransaction. copyFrom(MPaymentTransaction from, Timestamp dateTrx, String trxType, String orig_TrxID, String trxName)
-