|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.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 |
|---|
AD_SEQUENCE_ID_AD_Reference_ID |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MPaymentProcessor(Properties ctx,
int C_PaymentProcessor_ID,
String trxName)
Payment Processor Model |
|
MPaymentProcessor(Properties 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(Properties 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, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MPaymentProcessor(Properties ctx,
int C_PaymentProcessor_ID,
String trxName)
ctx - contextC_PaymentProcessor_ID - payment processortrxName - transaction
public MPaymentProcessor(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected static MPaymentProcessor[] find(Properties 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
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||