|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.admc.authnet.AimConfig
public class AimConfig
The testMode settings of the AimConfig is a default which may be overridden for individual AimTransactions.
Field Summary | |
---|---|
private String |
login
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) login (AimConfig) |
private String |
md5Kernel
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) md5Kernel (AimConfig) |
private char |
pdelimiter
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) pdelimiter (AimConfig) |
private char |
pencap
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) pencap (AimConfig) |
private int |
pminfields
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) pminfields (AimConfig) |
private String |
prelay_response
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) prelay_response (AimConfig) |
private String |
pversion
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) pversion (AimConfig) |
private boolean |
requireCardCode
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) requireCardCode (AimConfig) |
private boolean |
testMode
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) testMode (AimConfig) |
private String |
tran_key
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) tran_key (AimConfig) |
private URL |
url
WRITEME: document this field (brpocock@star-hope.org, Nov 13, 2009) url (AimConfig) |
Constructor Summary | |
---|---|
AimConfig()
|
Method Summary | |
---|---|
String |
getLogin()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009) |
String |
getMd5Kernel()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009) |
char |
getPdelimiter()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009) |
char |
getPencap()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009) |
int |
getPminfields()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009) |
String |
getPrelay_response()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009) |
String |
getPversion()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009) |
boolean |
getRequireCardCode()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009) |
boolean |
getTestMode()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009) |
String |
getTran_key()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009) |
URL |
getUrl()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009) |
boolean |
isTestMode()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009) |
AimTransaction |
newTransaction()
Get your AimTransaction instances here! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String login
private String md5Kernel
private char pdelimiter
private char pencap
private int pminfields
private String prelay_response
private String pversion
private boolean requireCardCode
private boolean testMode
private String tran_key
private URL url
Constructor Detail |
---|
public AimConfig() throws AuthNetException
AuthNetException
- WRITEMEMethod Detail |
---|
public String getLogin()
public String getMd5Kernel()
public char getPdelimiter()
public char getPencap()
public int getPminfields()
public String getPrelay_response()
public String getPversion()
public boolean getRequireCardCode()
public boolean getTestMode()
public String getTran_key()
public URL getUrl()
public boolean isTestMode()
public AimTransaction newTransaction()
We purposefully keep no handle to the new transactions. When user finishes with them, the JVM should GC them.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |