|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PaymentProcessor
org.compiere.model.PP_PayFlowPro
public final class PP_PayFlowPro
Payment Processor for VeriSign PayFlow Pro. Needs Certification File (get from VeriSign)
| Field Summary | |
|---|---|
protected static String |
RESULT_DECLINED
|
protected static String |
RESULT_INSUFFICIENT_FUNDS
|
protected static String |
RESULT_INVALID_EXP
|
protected static String |
RESULT_INVALID_NO
|
protected static String |
RESULT_OK
|
protected static String |
RESULT_TIMEOUT_HOST
|
protected static String |
RESULT_TIMEOUT_PROCESSOR
|
| Fields inherited from class org.compiere.model.PaymentProcessor |
|---|
AMP, ENCODING, EQ, log, p_mp, p_mpp |
| Constructor Summary | |
|---|---|
PP_PayFlowPro()
PayFowPro Constructor |
|
| Method Summary | |
|---|---|
String |
getVersion()
Get Version |
boolean |
isProcessedOK()
Payment is procesed successfully |
boolean |
process(String parameter)
Process Transaction |
boolean |
processCC()
Process CreditCard (no date check) |
| Methods inherited from class org.compiere.model.PaymentProcessor |
|---|
connectPost, create, createPair, createPair, createPair, getConnectPostProperties, getTimeout, isEncoded, setEncoded, setTimeout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String RESULT_OK
protected static final String RESULT_DECLINED
protected static final String RESULT_INVALID_NO
protected static final String RESULT_INVALID_EXP
protected static final String RESULT_INSUFFICIENT_FUNDS
protected static final String RESULT_TIMEOUT_PROCESSOR
protected static final String RESULT_TIMEOUT_HOST
| Constructor Detail |
|---|
public PP_PayFlowPro()
| Method Detail |
|---|
public String getVersion()
public boolean processCC()
throws IllegalArgumentException
processCC in class PaymentProcessorIllegalArgumentExceptionpublic boolean process(String parameter)
parameter - Command String
public boolean isProcessedOK()
isProcessedOK in class PaymentProcessor
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||