|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_PaymentProcessor
org.compiere.model.MPaymentProcessor
public class MPaymentProcessor
Payment Processor Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_PaymentProcessor |
|---|
accessLevel, AD_SEQUENCE_ID_AD_Reference_ID, Model, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MPaymentProcessor(Ctx ctx,
int C_PaymentProcessor_ID,
String trxName)
Payment Processor Model |
|
MPaymentProcessor(Ctx ctx,
ResultSet rs,
String trxName)
Payment Processor Model |
|
| Method Summary | |
|---|---|
boolean |
accepts(String TenderType,
String CreditCardType)
Does Payment Processor accepts tender / CC |
protected static MPaymentProcessor[] |
find(Ctx ctx,
String tender,
String CCType,
int AD_Client_ID,
int C_Currency_ID,
BigDecimal Amt,
String trxName)
Get BankAccount & PaymentProcessor |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MPaymentProcessor(Ctx ctx,
int C_PaymentProcessor_ID,
String trxName)
ctx - contextC_PaymentProcessor_ID - payment processortrxName - transaction
public MPaymentProcessor(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected static MPaymentProcessor[] find(Ctx ctx,
String tender,
String CCType,
int AD_Client_ID,
int C_Currency_ID,
BigDecimal Amt,
String trxName)
ctx - contexttender - optional Tender see TENDER_CCType - optional CC Type see CC_AD_Client_ID - ClientC_Currency_ID - Currency (ignored)Amt - Amount (ignored)trxName - transaction
public String toString()
toString in class X_C_PaymentProcessor
public boolean accepts(String TenderType,
String CreditCardType)
TenderType - tender typeCreditCardType - credit card type
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||