public final class ThreeDSRequest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreeDSRequest.ThreeDSRequestBuilder |
| Constructor and Description |
|---|
ThreeDSRequest() |
ThreeDSRequest(java.lang.Boolean enabled,
java.lang.Boolean attemptN3D,
java.lang.String eci,
java.lang.String cryptogram,
java.lang.String xid,
java.lang.String version,
Exemption exemption,
ChallengeIndicator challengeIndicator,
java.lang.Boolean allowUpgrade,
MerchantAuthenticationInfo merchantAuthenticationInfo,
AccountInfo accountInfo,
java.lang.String status,
java.time.Instant authenticationDate,
java.lang.Long authenticationAmount,
ThreeDSFlowType flowType,
java.lang.String statusReasonCode,
java.lang.String challengeCancelReason,
java.lang.String score,
java.lang.String cryptogramAlgorithm,
java.lang.String authenticationId,
InitialAuthentication initialAuthentication) |
| Modifier and Type | Method and Description |
|---|---|
static ThreeDSRequest.ThreeDSRequestBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
AccountInfo |
getAccountInfo() |
java.lang.Boolean |
getAllowUpgrade() |
java.lang.Boolean |
getAttemptN3D() |
java.lang.Long |
getAuthenticationAmount() |
java.time.Instant |
getAuthenticationDate() |
java.lang.String |
getAuthenticationId() |
java.lang.String |
getChallengeCancelReason() |
ChallengeIndicator |
getChallengeIndicator() |
java.lang.String |
getCryptogram() |
java.lang.String |
getCryptogramAlgorithm() |
java.lang.String |
getEci() |
java.lang.Boolean |
getEnabled() |
Exemption |
getExemption() |
ThreeDSFlowType |
getFlowType() |
InitialAuthentication |
getInitialAuthentication() |
MerchantAuthenticationInfo |
getMerchantAuthenticationInfo()
Not available on Previous
|
java.lang.String |
getScore() |
java.lang.String |
getStatus() |
java.lang.String |
getStatusReasonCode() |
java.lang.String |
getVersion() |
java.lang.String |
getXid() |
int |
hashCode() |
void |
setAccountInfo(AccountInfo accountInfo) |
void |
setAllowUpgrade(java.lang.Boolean allowUpgrade) |
void |
setAttemptN3D(java.lang.Boolean attemptN3D) |
void |
setAuthenticationAmount(java.lang.Long authenticationAmount) |
void |
setAuthenticationDate(java.time.Instant authenticationDate) |
void |
setAuthenticationId(java.lang.String authenticationId) |
void |
setChallengeCancelReason(java.lang.String challengeCancelReason) |
void |
setChallengeIndicator(ChallengeIndicator challengeIndicator) |
void |
setCryptogram(java.lang.String cryptogram) |
void |
setCryptogramAlgorithm(java.lang.String cryptogramAlgorithm) |
void |
setEci(java.lang.String eci) |
void |
setEnabled(java.lang.Boolean enabled) |
void |
setExemption(Exemption exemption) |
void |
setFlowType(ThreeDSFlowType flowType) |
void |
setInitialAuthentication(InitialAuthentication initialAuthentication) |
void |
setMerchantAuthenticationInfo(MerchantAuthenticationInfo merchantAuthenticationInfo)
Not available on Previous
|
void |
setScore(java.lang.String score) |
void |
setStatus(java.lang.String status) |
void |
setStatusReasonCode(java.lang.String statusReasonCode) |
void |
setVersion(java.lang.String version) |
void |
setXid(java.lang.String xid) |
java.lang.String |
toString() |
public ThreeDSRequest()
public ThreeDSRequest(java.lang.Boolean enabled,
java.lang.Boolean attemptN3D,
java.lang.String eci,
java.lang.String cryptogram,
java.lang.String xid,
java.lang.String version,
Exemption exemption,
ChallengeIndicator challengeIndicator,
java.lang.Boolean allowUpgrade,
MerchantAuthenticationInfo merchantAuthenticationInfo,
AccountInfo accountInfo,
java.lang.String status,
java.time.Instant authenticationDate,
java.lang.Long authenticationAmount,
ThreeDSFlowType flowType,
java.lang.String statusReasonCode,
java.lang.String challengeCancelReason,
java.lang.String score,
java.lang.String cryptogramAlgorithm,
java.lang.String authenticationId,
InitialAuthentication initialAuthentication)
public static ThreeDSRequest.ThreeDSRequestBuilder builder()
public java.lang.Boolean getEnabled()
public java.lang.Boolean getAttemptN3D()
public java.lang.String getEci()
public java.lang.String getCryptogram()
public java.lang.String getXid()
public java.lang.String getVersion()
public Exemption getExemption()
public ChallengeIndicator getChallengeIndicator()
public java.lang.Boolean getAllowUpgrade()
public MerchantAuthenticationInfo getMerchantAuthenticationInfo()
public AccountInfo getAccountInfo()
public java.lang.String getStatus()
public java.time.Instant getAuthenticationDate()
public java.lang.Long getAuthenticationAmount()
public ThreeDSFlowType getFlowType()
public java.lang.String getStatusReasonCode()
public java.lang.String getChallengeCancelReason()
public java.lang.String getScore()
public java.lang.String getCryptogramAlgorithm()
public java.lang.String getAuthenticationId()
public InitialAuthentication getInitialAuthentication()
public void setEnabled(java.lang.Boolean enabled)
public void setAttemptN3D(java.lang.Boolean attemptN3D)
public void setEci(java.lang.String eci)
public void setCryptogram(java.lang.String cryptogram)
public void setXid(java.lang.String xid)
public void setVersion(java.lang.String version)
public void setExemption(Exemption exemption)
public void setChallengeIndicator(ChallengeIndicator challengeIndicator)
public void setAllowUpgrade(java.lang.Boolean allowUpgrade)
public void setMerchantAuthenticationInfo(MerchantAuthenticationInfo merchantAuthenticationInfo)
public void setAccountInfo(AccountInfo accountInfo)
public void setStatus(java.lang.String status)
public void setAuthenticationDate(java.time.Instant authenticationDate)
public void setAuthenticationAmount(java.lang.Long authenticationAmount)
public void setFlowType(ThreeDSFlowType flowType)
public void setStatusReasonCode(java.lang.String statusReasonCode)
public void setChallengeCancelReason(java.lang.String challengeCancelReason)
public void setScore(java.lang.String score)
public void setCryptogramAlgorithm(java.lang.String cryptogramAlgorithm)
public void setAuthenticationId(java.lang.String authenticationId)
public void setInitialAuthentication(InitialAuthentication initialAuthentication)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object