Package org.compiere.model
Class PP_Authorize
java.lang.Object
org.compiere.model.PaymentProcessor
org.compiere.model.PP_Authorize
- All Implemented Interfaces:
Serializable
Authorize.net Payment Processor Services Interface
- Version:
- $Id: PP_Authorize.java,v 1.2 2006/07/30 00:51:03 jjanke Exp $
- Author:
- Jorg Janke
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Is Processed OKboolean
Process CCMethods inherited from class org.compiere.model.PaymentProcessor
connectPost, create, createPair, createPair, createPair, getConnectPostProperties, getTimeout, initialize, isEncoded, setEncoded, setTimeout, validate, validateAccountNo, validateCheckNo, validateCreditCard
-
Constructor Details
-
PP_Authorize
public PP_Authorize()
-
-
Method Details
-
processCC
Process CC- Specified by:
processCC
in classPaymentProcessor
- Returns:
- processed ok
- Throws:
IllegalArgumentException
-
isProcessedOK
public boolean isProcessedOK()Is Processed OK- Specified by:
isProcessedOK
in classPaymentProcessor
- Returns:
- true if OK
-