public class ThreeDSecureResults extends Object
Constructor and Description |
---|
ThreeDSecureResults() |
Modifier and Type | Method and Description |
---|---|
String |
getAcsTransactionId()
Identifier of the authenticated transaction at the ACS/Issuer
|
String |
getAppliedExemption()
Exemption code from Carte Bancaire (130) (unknown possible values so far -free format)
|
AmountOfMoney |
getAuthenticationAmount()
The amount for which this transaction has been authenticated.
|
String |
getCavv()
CAVV or AVV result indicating authentication validation value
|
String |
getDirectoryServerTransactionId()
The 3-D Secure Directory Server transaction ID that is used for the 3D Authentication
|
String |
getEci()
Indicates Authentication validation results returned after AuthenticationValidation
|
ExemptionOutput |
getExemptionOutput()
Object containing exemption output
|
Integer |
getSchemeRiskScore()
Global score calculated by the Carte Bancaire (130) Scoring platform.
|
SdkDataOutput |
getSdkData()
Object containing 3-D Secure in-app SDK data
|
ThreeDSecureData |
getThreeDSecureData()
Object containing data regarding the 3-D Secure authentication
|
String |
getThreeDSecureVersion()
The 3-D Secure version used for the authentication.
|
String |
getThreeDServerTransactionId()
The 3-D Secure Server transaction ID that is used for the 3-D Secure version 2 Authentication.
|
String |
getXid()
Transaction ID for the Authentication
|
void |
setAcsTransactionId(String value)
Identifier of the authenticated transaction at the ACS/Issuer
|
void |
setAppliedExemption(String value)
Exemption code from Carte Bancaire (130) (unknown possible values so far -free format)
|
void |
setAuthenticationAmount(AmountOfMoney value)
The amount for which this transaction has been authenticated.
|
void |
setCavv(String value)
CAVV or AVV result indicating authentication validation value
|
void |
setDirectoryServerTransactionId(String value)
The 3-D Secure Directory Server transaction ID that is used for the 3D Authentication
|
void |
setEci(String value)
Indicates Authentication validation results returned after AuthenticationValidation
|
void |
setExemptionOutput(ExemptionOutput value)
Object containing exemption output
|
void |
setSchemeRiskScore(Integer value)
Global score calculated by the Carte Bancaire (130) Scoring platform.
|
void |
setSdkData(SdkDataOutput value)
Object containing 3-D Secure in-app SDK data
|
void |
setThreeDSecureData(ThreeDSecureData value)
Object containing data regarding the 3-D Secure authentication
|
void |
setThreeDSecureVersion(String value)
The 3-D Secure version used for the authentication.
|
void |
setThreeDServerTransactionId(String value)
The 3-D Secure Server transaction ID that is used for the 3-D Secure version 2 Authentication.
|
void |
setXid(String value)
Transaction ID for the Authentication
|
public String getAcsTransactionId()
public void setAcsTransactionId(String value)
public String getAppliedExemption()
public void setAppliedExemption(String value)
public AmountOfMoney getAuthenticationAmount()
public void setAuthenticationAmount(AmountOfMoney value)
public String getCavv()
public void setCavv(String value)
public String getDirectoryServerTransactionId()
public void setDirectoryServerTransactionId(String value)
public String getEci()
public void setEci(String value)
public ExemptionOutput getExemptionOutput()
public void setExemptionOutput(ExemptionOutput value)
public Integer getSchemeRiskScore()
public void setSchemeRiskScore(Integer value)
public SdkDataOutput getSdkData()
public void setSdkData(SdkDataOutput value)
public ThreeDSecureData getThreeDSecureData()
public void setThreeDSecureData(ThreeDSecureData value)
public String getThreeDSecureVersion()
This property is used in the communication with the acquirer
public void setThreeDSecureVersion(String value)
This property is used in the communication with the acquirer
public String getThreeDServerTransactionId()
public void setThreeDServerTransactionId(String value)
public String getXid()
public void setXid(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.