@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation extends Object
| Constructor and Description |
|---|
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation() |
| Modifier and Type | Method and Description |
|---|---|
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
acsRenderingType(String acsRenderingType) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
acsTransactionId(String acsTransactionId) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
authenticationResult(String authenticationResult) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
authenticationStatusMsg(String authenticationStatusMsg) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
authorizationPayload(String authorizationPayload) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
cavv(String cavv) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
cavvAlgorithm(String cavvAlgorithm) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
directoryServerErrorCode(String directoryServerErrorCode) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
directoryServerErrorDescription(String directoryServerErrorDescription) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
directoryServerTransactionId(String directoryServerTransactionId) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
eci(String eci) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
eciRaw(String eciRaw) |
boolean |
equals(Object o) |
String |
getAcsRenderingType()
Identifies the UI Type the ACS will use to complete the challenge.
|
String |
getAcsTransactionId()
Unique transaction identifier assigned by the ACS to identify a single transaction.
|
String |
getAuthenticationResult()
Raw authentication data that comes from the cardissuing bank.
|
String |
getAuthenticationStatusMsg()
Message that explains the authenticationResult reply field.
|
String |
getAuthorizationPayload()
The Base64 encoded JSON Payload of CB specific Authorization Values returned in the challenge Flow
|
String |
getCavv()
Unique identifier generated by the card-issuing bank for Visa, American Express, JCB, Diners Club, and Discover transactions after the customer is authenticated.
|
String |
getCavvAlgorithm()
Field that is returned only when the CAVV is generated, which occurs when paresStatus contains the values Y (successful authentication) or A (attempted authentication).
|
String |
getDirectoryServerErrorCode()
The directory server error code indicating a problem with this transaction.
|
String |
getDirectoryServerErrorDescription()
Directory server text and additional detail about the error for this transaction.
|
String |
getDirectoryServerTransactionId()
The Directory Server Transaction ID is generated by the Mastercard Directory Server during the authentication transaction and passed back to the merchant with the authentication results.
|
String |
getEci()
Note This field applies only to non-U.S-issued cards.
|
String |
getEciRaw()
ECI value that can be returned for Visa, Mastercard, American Express, JCB, Diners Club, and Discover.
|
String |
getIndicator()
Indicator used to differentiate Internet transactions from other types.
|
String |
getInteractionCounter()
Indicates the number of authentication cycles attempted by the cardholder and is tracked by the Issuing Banks ACS.Example: if customer gets the challenge window and enter in their one time password and hit submit then that interaction counter should just be 1.
|
String |
getParesStatus()
Raw result of the authentication check.
|
String |
getSdkTransactionId()
SDK unique transaction identifier that is generated on each new transaction.
|
String |
getSpecificationVersion()
This field contains the 3D Secure version that was used to process the transaction.
|
String |
getThreeDSServerTransactionId()
Unique transaction identifier assigned by the 3DS Server to identify a single transaction.
|
String |
getUcafAuthenticationData()
AAV is a unique identifier generated by the card-issuing bank for Mastercard Identity Check transactions after the customer is authenticated.
|
String |
getUcafCollectionIndicator()
For enroll, Returned only for Mastercard transactions.
|
String |
getWhiteListStatus()
Enables the communication of trusted beneficiary/whitelist status between the ACS, the DS and the 3DS Requestor.
|
String |
getWhiteListStatusSource()
This data element will be populated by the system setting Whitelist Status.
|
String |
getXid()
Transaction identifier generated by CyberSource for successful enrollment or validation checks.
|
int |
hashCode() |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
indicator(String indicator) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
interactionCounter(String interactionCounter) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
paresStatus(String paresStatus) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
sdkTransactionId(String sdkTransactionId) |
void |
setAcsRenderingType(String acsRenderingType) |
void |
setAcsTransactionId(String acsTransactionId) |
void |
setAuthenticationResult(String authenticationResult) |
void |
setAuthenticationStatusMsg(String authenticationStatusMsg) |
void |
setAuthorizationPayload(String authorizationPayload) |
void |
setCavv(String cavv) |
void |
setCavvAlgorithm(String cavvAlgorithm) |
void |
setDirectoryServerErrorCode(String directoryServerErrorCode) |
void |
setDirectoryServerErrorDescription(String directoryServerErrorDescription) |
void |
setDirectoryServerTransactionId(String directoryServerTransactionId) |
void |
setEci(String eci) |
void |
setEciRaw(String eciRaw) |
void |
setIndicator(String indicator) |
void |
setInteractionCounter(String interactionCounter) |
void |
setParesStatus(String paresStatus) |
void |
setSdkTransactionId(String sdkTransactionId) |
void |
setSpecificationVersion(String specificationVersion) |
void |
setThreeDSServerTransactionId(String threeDSServerTransactionId) |
void |
setUcafAuthenticationData(String ucafAuthenticationData) |
void |
setUcafCollectionIndicator(String ucafCollectionIndicator) |
void |
setWhiteListStatus(String whiteListStatus) |
void |
setWhiteListStatusSource(String whiteListStatusSource) |
void |
setXid(String xid) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
specificationVersion(String specificationVersion) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
threeDSServerTransactionId(String threeDSServerTransactionId) |
String |
toString() |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
ucafAuthenticationData(String ucafAuthenticationData) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
ucafCollectionIndicator(String ucafCollectionIndicator) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
whiteListStatus(String whiteListStatus) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
whiteListStatusSource(String whiteListStatusSource) |
RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation |
xid(String xid) |
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation()
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation acsRenderingType(String acsRenderingType)
public String getAcsRenderingType()
public void setAcsRenderingType(String acsRenderingType)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation acsTransactionId(String acsTransactionId)
public String getAcsTransactionId()
public void setAcsTransactionId(String acsTransactionId)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation authenticationResult(String authenticationResult)
public String getAuthenticationResult()
public void setAuthenticationResult(String authenticationResult)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation authenticationStatusMsg(String authenticationStatusMsg)
public String getAuthenticationStatusMsg()
public void setAuthenticationStatusMsg(String authenticationStatusMsg)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation authorizationPayload(String authorizationPayload)
public String getAuthorizationPayload()
public void setAuthorizationPayload(String authorizationPayload)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation cavv(String cavv)
public String getCavv()
public void setCavv(String cavv)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation cavvAlgorithm(String cavvAlgorithm)
public String getCavvAlgorithm()
public void setCavvAlgorithm(String cavvAlgorithm)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation directoryServerErrorCode(String directoryServerErrorCode)
public String getDirectoryServerErrorCode()
public void setDirectoryServerErrorCode(String directoryServerErrorCode)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation directoryServerErrorDescription(String directoryServerErrorDescription)
public String getDirectoryServerErrorDescription()
public void setDirectoryServerErrorDescription(String directoryServerErrorDescription)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation indicator(String indicator)
public String getIndicator()
public void setIndicator(String indicator)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation interactionCounter(String interactionCounter)
public String getInteractionCounter()
public void setInteractionCounter(String interactionCounter)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation eci(String eci)
public String getEci()
public void setEci(String eci)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation eciRaw(String eciRaw)
public String getEciRaw()
public void setEciRaw(String eciRaw)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation paresStatus(String paresStatus)
public String getParesStatus()
public void setParesStatus(String paresStatus)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation sdkTransactionId(String sdkTransactionId)
public String getSdkTransactionId()
public void setSdkTransactionId(String sdkTransactionId)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation specificationVersion(String specificationVersion)
public String getSpecificationVersion()
public void setSpecificationVersion(String specificationVersion)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation threeDSServerTransactionId(String threeDSServerTransactionId)
public String getThreeDSServerTransactionId()
public void setThreeDSServerTransactionId(String threeDSServerTransactionId)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation ucafAuthenticationData(String ucafAuthenticationData)
public String getUcafAuthenticationData()
public void setUcafAuthenticationData(String ucafAuthenticationData)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation ucafCollectionIndicator(String ucafCollectionIndicator)
public String getUcafCollectionIndicator()
public void setUcafCollectionIndicator(String ucafCollectionIndicator)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation whiteListStatus(String whiteListStatus)
public String getWhiteListStatus()
public void setWhiteListStatus(String whiteListStatus)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation whiteListStatusSource(String whiteListStatusSource)
public String getWhiteListStatusSource()
public void setWhiteListStatusSource(String whiteListStatusSource)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation xid(String xid)
public String getXid()
public void setXid(String xid)
public RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation directoryServerTransactionId(String directoryServerTransactionId)
public String getDirectoryServerTransactionId()
public void setDirectoryServerTransactionId(String directoryServerTransactionId)
Copyright © 2020. All rights reserved.