public class ExternalCardholderAuthenticationData extends Object
Constructor and Description |
---|
ExternalCardholderAuthenticationData() |
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).
|
String |
getCavv()
The CAVV (cardholder authentication verification value) or AAV (accountholder authentication value) provides an authentication validation value.
|
String |
getCavvAlgorithm()
The algorithm, from your 3D Secure provider, used to generate the authentication CAVV.
|
String |
getDirectoryServerTransactionId()
The 3-D Secure Directory Server transaction ID that is used for the 3D Authentication
|
Integer |
getEci()
Electronic Commerce Indicator provides authentication validation results returned after AUTHENTICATIONVALIDATION
|
Integer |
getSchemeRiskScore()
Global score calculated by the Carte Bancaire (130) Scoring platform.
|
String |
getThreeDSecureVersion()
The 3-D Secure version used for the authentication.
|
String |
getThreeDServerTransactionId()
Deprecated.
No replacement
|
String |
getValidationResult()
The 3D Secure authentication result from your 3D Secure provider.
|
String |
getXid()
The transaction ID that is used for the 3D 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 |
setCavv(String value)
The CAVV (cardholder authentication verification value) or AAV (accountholder authentication value) provides an authentication validation value.
|
void |
setCavvAlgorithm(String value)
The algorithm, from your 3D Secure provider, used to generate the authentication CAVV.
|
void |
setDirectoryServerTransactionId(String value)
The 3-D Secure Directory Server transaction ID that is used for the 3D Authentication
|
void |
setEci(Integer value)
Electronic Commerce Indicator provides authentication validation results returned after AUTHENTICATIONVALIDATION
|
void |
setSchemeRiskScore(Integer value)
Global score calculated by the Carte Bancaire (130) Scoring platform.
|
void |
setThreeDSecureVersion(String value)
The 3-D Secure version used for the authentication.
|
void |
setThreeDServerTransactionId(String value)
Deprecated.
No replacement
|
void |
setValidationResult(String value)
The 3D Secure authentication result from your 3D Secure provider.
|
void |
setXid(String value)
The transaction ID that is used for the 3D Authentication
|
public ExternalCardholderAuthenticationData()
public String getAcsTransactionId()
public void setAcsTransactionId(String value)
public String getAppliedExemption()
public void setAppliedExemption(String value)
public String getCavv()
public void setCavv(String value)
public String getCavvAlgorithm()
public void setCavvAlgorithm(String value)
public String getDirectoryServerTransactionId()
public void setDirectoryServerTransactionId(String value)
public Integer getEci()
public void setEci(Integer value)
public Integer getSchemeRiskScore()
public void setSchemeRiskScore(Integer value)
public String getThreeDSecureVersion()
public void setThreeDSecureVersion(String value)
@Deprecated public String getThreeDServerTransactionId()
@Deprecated public void setThreeDServerTransactionId(String value)
public String getValidationResult()
public void setValidationResult(String value)
public String getXid()
public void setXid(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.