|
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_Optimal
public class PP_Optimal
Optimal Payment Processor Services Interface.
| Field Summary | |
|---|---|
protected static String |
ACCOUNT_ID
|
protected static String |
ACTIVE_RECOVERY
|
protected static String |
AMOUNT
|
protected static String |
AUTH_CODE
|
protected static String |
AUTH_TIME
|
protected static String |
AUTHORIZATION_COMPLETE
|
protected static String |
AUTHORIZATION_FAILED
|
protected static String |
AVS_INFO
|
protected static Properties |
AVSCodes
AVS Codes |
protected static String |
CARD_EXPIRATION
|
protected static String |
CARD_NUMBER
|
protected static String |
CARD_TYPE
|
protected static Properties |
CARDTypes
Card Types |
protected static String |
CIPHER
|
protected static String |
CITY
|
protected static String |
CLIENT_VERSION
|
protected static String |
COUNTRY
|
protected static String |
CURRENT_AMOUNT
|
protected static String |
CUST_NAME1
|
protected static String |
CUST_NAME2
|
protected static String |
CVD_INDICATOR
|
protected static String |
CVD_INDICATOR_None
|
protected static String |
CVD_INDICATOR_Provided
|
protected static String |
CVD_INFO
|
protected static String |
CVD_VALUE
|
protected static Properties |
CVDInfo
CVD Info |
protected static String |
EMAIL
|
protected static String |
ERROR_CODE
|
protected static String |
ERROR_STRING
|
protected static String |
FAILURE_LOOKUP_OPERATION
|
protected static String |
HTTPVERSION
|
protected static String |
LOG_BASE_PATH
|
protected static String |
LOG_FILENAME
|
protected static String |
LOG_MAX_BACKUP
|
protected static String |
LOG_MAX_SIZE
|
protected static String |
LOGLEVEL
|
protected static String |
MANUAL_INTERVENTION
|
protected static String |
MERCHANT_DATA
|
protected static String |
MERCHANT_ID
|
protected static String |
MERCHANT_PWD
|
protected static String |
MERCHANT_TXN
|
protected static String |
OPERATION
Operation p1-8 |
protected static String |
OPERATION_Authorization
|
protected static String |
OPERATION_Purchase
|
protected static String |
OPERATION_Settlement
|
protected static String |
PAYMENT_SERVER
|
protected static String |
PAYMENT_SERVER_PORT
|
protected static String |
PHONE
|
protected static String |
PROVINCE
|
protected static String |
PROXY_PORT
|
protected static String |
PROXY_PWD
|
protected static String |
PROXY_SERVER
|
protected static String |
PROXY_USERID
|
protected static String |
QUERY_OPERATION
|
protected static String |
REQUEST_ABORTED
|
protected static String |
REQUEST_COMPLETE
|
protected static String |
REQUEST_ERROR
|
protected static String |
REQUEST_FAILED
|
protected static String |
REQUEST_NOT_FOUND
|
protected static String |
REQUEST_PENDING
|
protected static String |
RETRIES
|
protected static String |
SETTLEMENT_COMPLETE
|
protected static String |
SETTLEMENT_FAILED
|
protected static String |
STATUS
|
protected static String |
STATUS_SEARCH_COMPLETED
|
protected static String |
STREET
|
protected static String |
STREET2
|
protected static String |
SUB_ERROR
|
protected static String |
SUB_ERROR_STRING
|
protected static String |
TIMEOUT
|
protected static String |
TXN_NUMBER
|
protected static String |
TXN_TYPE
|
protected static String |
UNKNOWN_TYPE
|
protected static String |
ZIP
|
| Fields inherited from class org.compiere.model.PaymentProcessor |
|---|
AMP, ENCODING, EQ, log, p_mp, p_mpp |
| Constructor Summary | |
|---|---|
PP_Optimal()
PP_Optimal |
|
| Method Summary | |
|---|---|
String |
getVersion()
Get Version |
boolean |
isProcessedOK()
Is Processed OK |
static void |
main(String[] args)
Test |
boolean |
processCC()
Process CC |
| 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 MERCHANT_ID
protected static final String MERCHANT_PWD
protected static final String ACCOUNT_ID
protected static final String CIPHER
protected static final String PAYMENT_SERVER
protected static final String PAYMENT_SERVER_PORT
protected static final String PROXY_SERVER
protected static final String PROXY_PORT
protected static final String PROXY_USERID
protected static final String PROXY_PWD
protected static final String ACTIVE_RECOVERY
protected static final String HTTPVERSION
protected static final String RETRIES
protected static final String TIMEOUT
protected static final String LOGLEVEL
protected static final String LOG_BASE_PATH
protected static final String LOG_FILENAME
protected static final String LOG_MAX_SIZE
protected static final String LOG_MAX_BACKUP
protected static final String MERCHANT_TXN
protected static final String MERCHANT_DATA
protected static final String CLIENT_VERSION
protected static final String TXN_NUMBER
protected static final String CARD_NUMBER
protected static final String CARD_EXPIRATION
protected static final String CARD_TYPE
protected static final String STREET
protected static final String STREET2
protected static final String EMAIL
protected static final String PHONE
protected static final String PROVINCE
protected static final String COUNTRY
protected static final String CITY
protected static final String ZIP
protected static final String CVD_INDICATOR
protected static final String CVD_INDICATOR_None
protected static final String CVD_INDICATOR_Provided
protected static final String CVD_VALUE
protected static final String CVD_INFO
protected static final String CUST_NAME1
protected static final String CUST_NAME2
protected static final String STATUS
protected static final String TXN_TYPE
protected static final String AMOUNT
protected static final String CURRENT_AMOUNT
protected static final String ERROR_CODE
protected static final String ERROR_STRING
protected static final String SUB_ERROR
protected static final String SUB_ERROR_STRING
protected static final String AUTH_CODE
protected static final String AUTH_TIME
protected static final String AVS_INFO
protected static final String QUERY_OPERATION
protected static final String FAILURE_LOOKUP_OPERATION
protected static final String OPERATION
protected static final String OPERATION_Purchase
protected static final String OPERATION_Authorization
protected static final String OPERATION_Settlement
protected static final String STATUS_SEARCH_COMPLETED
protected static final String REQUEST_PENDING
protected static final String REQUEST_COMPLETE
protected static final String REQUEST_FAILED
protected static final String AUTHORIZATION_COMPLETE
protected static final String AUTHORIZATION_FAILED
protected static final String SETTLEMENT_COMPLETE
protected static final String SETTLEMENT_FAILED
protected static final String MANUAL_INTERVENTION
protected static final String REQUEST_ABORTED
protected static final String REQUEST_NOT_FOUND
protected static final String UNKNOWN_TYPE
protected static final String REQUEST_ERROR
protected static final Properties AVSCodes
protected static final Properties CARDTypes
protected static final Properties CVDInfo
| Constructor Detail |
|---|
public PP_Optimal()
| Method Detail |
|---|
public String getVersion()
public boolean processCC()
throws IllegalArgumentException
processCC in class PaymentProcessorIllegalArgumentExceptionpublic boolean isProcessedOK()
isProcessedOK in class PaymentProcessorpublic static void main(String[] args)
args - ifnored
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||