public class ThreeDSecureResponse extends Object
| Constructor and Description |
|---|
ThreeDSecureResponse() |
public void setCardEnrollment(String cardEnrollment)
public ThreeDSecureResponse cardEnrollment(String cardEnrollment)
cardEnrollment - Card enrollment in 3DS flow, possible values are: S - 3D Secure Skipped, N - 3D Secure not enrolled, Y - 3D Secure enrolledpublic void setCardholderInfo(String cardholderInfo)
public ThreeDSecureResponse cardholderInfo(String cardholderInfo)
cardholderInfo - Text provided by the ACS/Issuer to Cardholder during a Frictionless transaction by the ACS.public void setCavv(String cavv)
public ThreeDSecureResponse cavv(String cavv)
cavv - Cardholder authentication verification valuepublic void setCavvAlgorithm(String cavvAlgorithm)
public ThreeDSecureResponse cavvAlgorithm(String cavvAlgorithm)
cavvAlgorithm - CAVV algorithmpublic void setChallengeCancel(String challengeCancel)
public ThreeDSecureResponse challengeCancel(String challengeCancel)
challengeCancel - Indicator informing that the authentication has been cancelledpublic void setDsTransactionId(String dsTransactionId)
public ThreeDSecureResponse dsTransactionId(String dsTransactionId)
dsTransactionId - Transaction Idpublic void setEci(String eci)
public ThreeDSecureResponse eci(String eci)
eci - The electronic commerce indicatorpublic void setPaRes(String paRes)
public ThreeDSecureResponse paRes(String paRes)
paRes - PaRes bank authentication resultpublic void setProtocolVersion(String protocolVersion)
public ThreeDSecureResponse protocolVersion(String protocolVersion)
protocolVersion - Protocol version identifierpublic void setStatus(String status)
public ThreeDSecureResponse status(String status)
status - 3DS status (from PaRes for 3Ds 1.0, ARes message for 3Ds 2.0) (possible values Y,A,U)public void setStatusReason(String statusReason)
public ThreeDSecureResponse statusReason(String statusReason)
statusReason - Provides information on why the Status field has the specified valuepublic void setThreeDSecure2Passed(Boolean threeDSecure2Passed)
public ThreeDSecureResponse threeDSecure2Passed(Boolean threeDSecure2Passed)
threeDSecure2Passed - Sign of trying to pass 3ds2public void setThreeDSecureFlow(String threeDSecureFlow)
public ThreeDSecureResponse threeDSecureFlow(String threeDSecureFlow)
threeDSecureFlow - Possible values: 3DS1 - 3DS 1.0 flow, 3DS2C - 3DS 2.0 challenge flow, 3DS2F - 3DS 2.0 frictionless flowpublic void setXid(String xid)
public ThreeDSecureResponse xid(String xid)
xid - Transaction Id in PaResCopyright © 2022. All rights reserved.