Package paypal.payflow
Class BuyerAuthResponse
java.lang.Object
paypal.payflow.BaseResponseDataObject
paypal.payflow.BuyerAuthResponse
Used for the buyerauth operation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the acsurl parameter.Gets the authentication_id parameter.Gets the authentication_status parameter.getCavv()Gets the CAVV parameter.getEci()Gets the ECI parameter.getMd()Gets the MD parameter.getPaReq()Gets the PaReq parameter.getXid()Gets the XID parameter.voidSets the acsurl parameter.voidsetAuthenticationId(String authenticationId) Sets the authentication_id parameter.voidsetAuthenticationStatus(String authenticationStatus) Sets the authentication_status parameter.voidSets the CAVV parameter.voidSets the ECI parameter.voidSets the MD parameter.protected voidvoidSets the PaReq parameter.voidSets the XID parameter.Methods inherited from class paypal.payflow.BaseResponseDataObject
setParams
-
Constructor Details
-
BuyerAuthResponse
protected BuyerAuthResponse()
-
-
Method Details
-
getAcsUrl
Gets the acsurl parameter.- Returns:
- String
Maps to Payflow Parameter: ACSURL
-
setAcsUrl
Sets the acsurl parameter.- Parameters:
acsUrl- StringMaps to Payflow Parameter: ACSURL
-
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:
- authenticationStatus 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
-
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
-
getMd
Gets the MD parameter.- Returns:
- md String
Maps to Payflow Parameter: MD
-
setMd
Sets the MD parameter.- Parameters:
md- StringMaps to Payflow Parameter: MD
-
getPaReq
Gets the PaReq parameter.- Returns:
- paReq String
Maps to Payflow Parameter: PAREQ
-
setPaReq
Sets the PaReq parameter.- Parameters:
paReq- StringMaps to Payflow Parameter: PAREQ
-
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
-
setParams
- Overrides:
setParamsin classBaseResponseDataObject
-