Package paypal.payflow
Class BuyerAuthStatus
java.lang.Object
paypal.payflow.BuyerAuthStatus
Used for BuyerAuth Status information.
Use this class to set the BuyerAuth Status related information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidGets the authentication_id parameter.Gets the authentication_status parameter.getCavv()Gets the CAVV parameter.protected ContextGets the DSTRANSACTIONID parameter.getEci()Gets the ECI parameter.protected StringBufferGets the Requestbuffer used for creating the actual request string.Gets the THREEDSVERSION parameter.getXid()Gets the XID parameter.voidsetAuthenticationId(String authenticationId) Sets the authentication_id parameter.voidsetAuthenticationStatus(String authenticationStatus) Sets the authentication_status parameter.voidSets the CAVV parameter.protected voidsetContext(Context context) voidsetDsTransactionId(String dsTransactionId) Sets the DSTRANSACTION parameter.voidSets the ECI parameter.protected voidsetRequestBuffer(StringBuffer value) sets the StringBuffer to hold the request string.voidsetThreeDSVersion(String threeDSVersion) Sets the THREEDSVERSION parameter.voidSets the XID parameter.
-
Constructor Details
-
BuyerAuthStatus
public BuyerAuthStatus()Constructor
-
-
Method Details
-
getAuthenticationId
Gets the authentication_id parameter.- Returns:
- authenticationId String
Maps to Payflow Parameter: AUTHENTICATION_ID
-
setAuthenticationId
Sets the authentication_id parameter.- Parameters:
authenticationId- StringMaps to Payflow Parameter: AUTHENTICATION_ID
-
getAuthenticationStatus
Gets the authentication_status parameter.- Returns:
- authenticationId String
Maps to Payflow Parameter: AUTHENTICATION_STATUS
-
setAuthenticationStatus
Sets the authentication_status parameter.- Parameters:
authenticationStatus- StringMaps to Payflow Parameter: AUTHENTICATION_STATUS
-
getCavv
Gets the CAVV parameter.- Returns:
- cavv String
Maps to Payflow Parameter: CAVV
-
setCavv
Sets the CAVV parameter.- Parameters:
cavv- StringMaps to Payflow Parameter: CAVV
-
getXid
Gets the XID parameter.- Returns:
- xid String
Maps to Payflow Parameter: XID
-
setXid
Sets the XID parameter.- Parameters:
xid- StringMaps to Payflow Parameter: XID
-
getEci
Gets the ECI parameter.- Returns:
- eci String
Maps to Payflow Parameter: ECI
-
setEci
Sets the ECI parameter.- Parameters:
eci- StringMaps to Payflow Parameter: ECI
-
getdsTransactionId
Gets the DSTRANSACTIONID parameter.- Returns:
- dsTransactionId String
Maps to Payflow Parameter: DSTRANSACTION
-
setDsTransactionId
Sets the DSTRANSACTION parameter.- Parameters:
dsTransactionId- StringMaps to Payflow Parameter: DSTRANSACTION
-
getThreeDSVersion
Gets the THREEDSVERSION parameter.- Returns:
- threeDSVersion String
Maps to Payflow Parameter: THREEDSVERSION
-
setThreeDSVersion
Sets the THREEDSVERSION parameter.- Parameters:
threeDSVersion- StringMaps to Payflow Parameter: THREEDSVERSION
-
generateRequest
protected void generateRequest() -
getContext
-
setContext
-
getRequestBuffer
Gets the Requestbuffer used for creating the actual request string.- Returns:
- mRequestBuffer StringBuffer
-
setRequestBuffer
sets the StringBuffer to hold the request string.- Parameters:
value- StringBuffer
-