Package paypal.payflow
Class BuyerAuthTransaction
java.lang.Object
paypal.payflow.BaseTransaction
paypal.payflow.BuyerAuthTransaction
- Direct Known Subclasses:
BuyerAuthVATransaction,BuyerAuthVETransaction
This abstract class serves as base class for
Buyer auth transactions.
-
Field Summary
Fields inherited from class paypal.payflow.BaseTransaction
requestId -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuyerAuthTransaction(String trxType, UserInfo userInfo, String requestId) protectedBuyerAuthTransaction(String trxType, UserInfo userInfo, PayflowConnectionData payflowConnectionData, String requestId) -
Method Summary
Methods inherited from class paypal.payflow.BaseTransaction
addHeader, clearExtendData, generateRequest, getBuyerAuthStatus, getClientInfo, getContext, getExtData, getRequest, getRequestBuffer, getRequestId, getResponse, getTender, getTrxType, getVerbosity, RemoveTransHeader, setBuyerAuthStatus, setClientInfo, setContext, setExtData, setRequestId, setTender, setVerbosity, submitTransaction
-
Constructor Details
-
BuyerAuthTransaction
protected BuyerAuthTransaction(String trxType, UserInfo userInfo, PayflowConnectionData payflowConnectionData, String requestId) - Parameters:
trxType- Transaction typeuserInfo- User Info object populated with user credentials.payflowConnectionData- Connection credentials object.requestId- String
-
BuyerAuthTransaction
- Parameters:
trxType- Transaction typeuserInfo- User Info object populated with user credentials.requestId- String
-