@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Riskv1authenticationresultsConsumerAuthenticationInformation extends Object
| Constructor and Description |
|---|
Riskv1authenticationresultsConsumerAuthenticationInformation() |
| Modifier and Type | Method and Description |
|---|---|
Riskv1authenticationresultsConsumerAuthenticationInformation |
authenticationTransactionId(String authenticationTransactionId) |
Riskv1authenticationresultsConsumerAuthenticationInformation |
authenticationType(String authenticationType) |
Riskv1authenticationresultsConsumerAuthenticationInformation |
effectiveAuthenticationType(String effectiveAuthenticationType) |
boolean |
equals(Object o) |
String |
getAuthenticationTransactionId()
Payer authentication transaction identifier passed to link the check enrollment and validate authentication messages.
|
String |
getAuthenticationType()
Indicates the type of authentication that will be used to challenge the card holder.
|
String |
getEffectiveAuthenticationType()
This field describes the type of 3DS transaction flow that took place.
|
String |
getResponseAccessToken()
A JWT returned by 3DS provider once the authentication is complete, required in cruise hybrid integration method when using CyberSource generated access token.
|
String |
getSignedPares()
Payer authentication result (PARes) message returned by the card-issuing bank.
|
String |
getSignedParesStatusReason()
Provides additional information as to why the PAResStatus has a specific value.
|
String |
getWhiteListStatus()
Enables the communication of trusted beneficiary/whitelist status between the ACS, the DS and the 3DS Requestor.
|
int |
hashCode() |
Riskv1authenticationresultsConsumerAuthenticationInformation |
responseAccessToken(String responseAccessToken) |
void |
setAuthenticationTransactionId(String authenticationTransactionId) |
void |
setAuthenticationType(String authenticationType) |
void |
setEffectiveAuthenticationType(String effectiveAuthenticationType) |
void |
setResponseAccessToken(String responseAccessToken) |
void |
setSignedPares(String signedPares) |
void |
setSignedParesStatusReason(String signedParesStatusReason) |
void |
setWhiteListStatus(String whiteListStatus) |
Riskv1authenticationresultsConsumerAuthenticationInformation |
signedPares(String signedPares) |
Riskv1authenticationresultsConsumerAuthenticationInformation |
signedParesStatusReason(String signedParesStatusReason) |
String |
toString() |
Riskv1authenticationresultsConsumerAuthenticationInformation |
whiteListStatus(String whiteListStatus) |
public Riskv1authenticationresultsConsumerAuthenticationInformation()
public Riskv1authenticationresultsConsumerAuthenticationInformation authenticationTransactionId(String authenticationTransactionId)
public String getAuthenticationTransactionId()
public void setAuthenticationTransactionId(String authenticationTransactionId)
public Riskv1authenticationresultsConsumerAuthenticationInformation authenticationType(String authenticationType)
public String getAuthenticationType()
public void setAuthenticationType(String authenticationType)
public Riskv1authenticationresultsConsumerAuthenticationInformation effectiveAuthenticationType(String effectiveAuthenticationType)
public String getEffectiveAuthenticationType()
public void setEffectiveAuthenticationType(String effectiveAuthenticationType)
public Riskv1authenticationresultsConsumerAuthenticationInformation responseAccessToken(String responseAccessToken)
public String getResponseAccessToken()
public void setResponseAccessToken(String responseAccessToken)
public Riskv1authenticationresultsConsumerAuthenticationInformation signedParesStatusReason(String signedParesStatusReason)
public String getSignedParesStatusReason()
public void setSignedParesStatusReason(String signedParesStatusReason)
public Riskv1authenticationresultsConsumerAuthenticationInformation signedPares(String signedPares)
public String getSignedPares()
public void setSignedPares(String signedPares)
public Riskv1authenticationresultsConsumerAuthenticationInformation whiteListStatus(String whiteListStatus)
public String getWhiteListStatus()
public void setWhiteListStatus(String whiteListStatus)
Copyright © 2020. All rights reserved.