All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Model.Ptsv2paymentsConsumerAuthenticationInformation Maven / Gradle / Ivy

There is a newer version: 0.0.8
Show newest version
/*
 * CyberSource Merged Spec
 * All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
 *
 * OpenAPI spec version: 0.0.1
 * 
 *
 * NOTE: This class is auto generated by the swagger code generator program.
 * https://github.com/swagger-api/swagger-codegen.git
 * Do not edit the class manually.
 */


package Model;

import java.util.Objects;
import java.util.Arrays;
import Model.Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication;
import com.google.gson.TypeAdapter;
import com.google.gson.annotations.JsonAdapter;
import com.google.gson.annotations.SerializedName;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonWriter;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.io.IOException;

/**
 * Ptsv2paymentsConsumerAuthenticationInformation
 */

public class Ptsv2paymentsConsumerAuthenticationInformation {
  @SerializedName("cavv")
  private String cavv = null;

  @SerializedName("transactionFlowIndicator")
  private String transactionFlowIndicator = null;

  @SerializedName("cavvAlgorithm")
  private String cavvAlgorithm = null;

  @SerializedName("eciRaw")
  private String eciRaw = null;

  @SerializedName("paresStatus")
  private String paresStatus = null;

  @SerializedName("veresEnrolled")
  private String veresEnrolled = null;

  @SerializedName("xid")
  private String xid = null;

  @SerializedName("ucafCollectionIndicator")
  private String ucafCollectionIndicator = null;

  @SerializedName("ucafAuthenticationData")
  private String ucafAuthenticationData = null;

  @SerializedName("strongAuthentication")
  private Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication strongAuthentication = null;

  @SerializedName("directoryServerTransactionId")
  private String directoryServerTransactionId = null;

  @SerializedName("paSpecificationVersion")
  private String paSpecificationVersion = null;

  @SerializedName("authenticationType")
  private String authenticationType = null;

  @SerializedName("responseAccessToken")
  private String responseAccessToken = null;

  @SerializedName("acsTransactionId")
  private String acsTransactionId = null;

  @SerializedName("acsWindowSize")
  private String acsWindowSize = null;

  @SerializedName("alternateAuthenticationData")
  private String alternateAuthenticationData = null;

  @SerializedName("alternateAuthenticationDate")
  private String alternateAuthenticationDate = null;

  @SerializedName("alternateAuthenticationMethod")
  private String alternateAuthenticationMethod = null;

  @SerializedName("authenticationDate")
  private String authenticationDate = null;

  @SerializedName("authenticationTransactionId")
  private String authenticationTransactionId = null;

  @SerializedName("challengeCancelCode")
  private String challengeCancelCode = null;

  @SerializedName("challengeCode")
  private String challengeCode = null;

  @SerializedName("challengeStatus")
  private String challengeStatus = null;

  @SerializedName("customerCardAlias")
  private String customerCardAlias = null;

  @SerializedName("decoupledAuthenticationIndicator")
  private String decoupledAuthenticationIndicator = null;

  @SerializedName("decoupledAuthenticationMaxTime")
  private String decoupledAuthenticationMaxTime = null;

  @SerializedName("defaultCard")
  private Boolean defaultCard = null;

  @SerializedName("deviceChannel")
  private String deviceChannel = null;

  @SerializedName("installmentTotalCount")
  private Integer installmentTotalCount = null;

  @SerializedName("merchantFraudRate")
  private String merchantFraudRate = null;

  @SerializedName("marketingOptIn")
  private Boolean marketingOptIn = null;

  @SerializedName("marketingSource")
  private String marketingSource = null;

  @SerializedName("mcc")
  private String mcc = null;

  @SerializedName("merchantScore")
  private Integer merchantScore = null;

  @SerializedName("messageCategory")
  private String messageCategory = null;

  @SerializedName("networkScore")
  private String networkScore = null;

  @SerializedName("npaCode")
  private String npaCode = null;

  @SerializedName("overridePaymentMethod")
  private String overridePaymentMethod = null;

  @SerializedName("overrideCountryCode")
  private String overrideCountryCode = null;

  @SerializedName("priorAuthenticationData")
  private String priorAuthenticationData = null;

  @SerializedName("priorAuthenticationMethod")
  private String priorAuthenticationMethod = null;

  @SerializedName("priorAuthenticationReferenceId")
  private String priorAuthenticationReferenceId = null;

  @SerializedName("priorAuthenticationTime")
  private String priorAuthenticationTime = null;

  @SerializedName("productCode")
  private String productCode = null;

  @SerializedName("returnUrl")
  private String returnUrl = null;

  @SerializedName("requestorId")
  private String requestorId = null;

  @SerializedName("requestorInitiatedAuthenticationIndicator")
  private String requestorInitiatedAuthenticationIndicator = null;

  @SerializedName("requestorName")
  private String requestorName = null;

  @SerializedName("referenceId")
  private String referenceId = null;

  @SerializedName("sdkMaxTimeout")
  private String sdkMaxTimeout = null;

  @SerializedName("secureCorporatePaymentIndicator")
  private String secureCorporatePaymentIndicator = null;

  @SerializedName("transactionMode")
  private String transactionMode = null;

  @SerializedName("whiteListStatus")
  private String whiteListStatus = null;

  @SerializedName("authenticationBrand")
  private String authenticationBrand = null;

  @SerializedName("effectiveAuthenticationType")
  private String effectiveAuthenticationType = null;

  @SerializedName("signedParesStatusReason")
  private String signedParesStatusReason = null;

  @SerializedName("signedPares")
  private String signedPares = null;

  @SerializedName("acsReferenceNumber")
  private String acsReferenceNumber = null;

  @SerializedName("dsReferenceNumber")
  private String dsReferenceNumber = null;

  public Ptsv2paymentsConsumerAuthenticationInformation cavv(String cavv) {
    this.cavv = cavv;
    return this;
  }

   /**
   * Cardholder authentication verification value (CAVV).
   * @return cavv
  **/
  @ApiModelProperty(value = "Cardholder authentication verification value (CAVV).")
  public String getCavv() {
    return cavv;
  }

  public void setCavv(String cavv) {
    this.cavv = cavv;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation transactionFlowIndicator(String transactionFlowIndicator) {
    this.transactionFlowIndicator = transactionFlowIndicator;
    return this;
  }

   /**
   * This field details out the type of transaction. Below are the possible values. 08:GC- Guest Checkout. 
   * @return transactionFlowIndicator
  **/
  @ApiModelProperty(value = "This field details out the type of transaction. Below are the possible values. 08:GC- Guest Checkout. ")
  public String getTransactionFlowIndicator() {
    return transactionFlowIndicator;
  }

  public void setTransactionFlowIndicator(String transactionFlowIndicator) {
    this.transactionFlowIndicator = transactionFlowIndicator;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation cavvAlgorithm(String cavvAlgorithm) {
    this.cavvAlgorithm = cavvAlgorithm;
    return this;
  }

   /**
   * Algorithm used to generate the CAVV for Visa Secure or the UCAF authentication data for Mastercard Identity Check. 
   * @return cavvAlgorithm
  **/
  @ApiModelProperty(value = "Algorithm used to generate the CAVV for Visa Secure or the UCAF authentication data for Mastercard Identity Check. ")
  public String getCavvAlgorithm() {
    return cavvAlgorithm;
  }

  public void setCavvAlgorithm(String cavvAlgorithm) {
    this.cavvAlgorithm = cavvAlgorithm;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation eciRaw(String eciRaw) {
    this.eciRaw = eciRaw;
    return this;
  }

   /**
   * Raw electronic commerce indicator (ECI). 
   * @return eciRaw
  **/
  @ApiModelProperty(value = "Raw electronic commerce indicator (ECI). ")
  public String getEciRaw() {
    return eciRaw;
  }

  public void setEciRaw(String eciRaw) {
    this.eciRaw = eciRaw;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation paresStatus(String paresStatus) {
    this.paresStatus = paresStatus;
    return this;
  }

   /**
   * Payer authentication response status. 
   * @return paresStatus
  **/
  @ApiModelProperty(value = "Payer authentication response status. ")
  public String getParesStatus() {
    return paresStatus;
  }

  public void setParesStatus(String paresStatus) {
    this.paresStatus = paresStatus;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation veresEnrolled(String veresEnrolled) {
    this.veresEnrolled = veresEnrolled;
    return this;
  }

   /**
   * Verification response enrollment status. 
   * @return veresEnrolled
  **/
  @ApiModelProperty(value = "Verification response enrollment status. ")
  public String getVeresEnrolled() {
    return veresEnrolled;
  }

  public void setVeresEnrolled(String veresEnrolled) {
    this.veresEnrolled = veresEnrolled;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation xid(String xid) {
    this.xid = xid;
    return this;
  }

   /**
   * Transaction identifier. 
   * @return xid
  **/
  @ApiModelProperty(value = "Transaction identifier. ")
  public String getXid() {
    return xid;
  }

  public void setXid(String xid) {
    this.xid = xid;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation ucafCollectionIndicator(String ucafCollectionIndicator) {
    this.ucafCollectionIndicator = ucafCollectionIndicator;
    return this;
  }

   /**
   * Universal cardholder authentication field (UCAF) collection indicator.  #### CyberSource through VisaNet The value for this field corresponds to the following data in the TC 33 capture file5: - Record: CP01 TCR7 - Position: 5 - Field: Mastercard Electronic Commerce Indicators—UCAF Collection Indicator 
   * @return ucafCollectionIndicator
  **/
  @ApiModelProperty(value = "Universal cardholder authentication field (UCAF) collection indicator.  #### CyberSource through VisaNet The value for this field corresponds to the following data in the TC 33 capture file5: - Record: CP01 TCR7 - Position: 5 - Field: Mastercard Electronic Commerce Indicators—UCAF Collection Indicator ")
  public String getUcafCollectionIndicator() {
    return ucafCollectionIndicator;
  }

  public void setUcafCollectionIndicator(String ucafCollectionIndicator) {
    this.ucafCollectionIndicator = ucafCollectionIndicator;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation ucafAuthenticationData(String ucafAuthenticationData) {
    this.ucafAuthenticationData = ucafAuthenticationData;
    return this;
  }

   /**
   * Universal cardholder authentication field (UCAF) data. 
   * @return ucafAuthenticationData
  **/
  @ApiModelProperty(value = "Universal cardholder authentication field (UCAF) data. ")
  public String getUcafAuthenticationData() {
    return ucafAuthenticationData;
  }

  public void setUcafAuthenticationData(String ucafAuthenticationData) {
    this.ucafAuthenticationData = ucafAuthenticationData;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation strongAuthentication(Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication strongAuthentication) {
    this.strongAuthentication = strongAuthentication;
    return this;
  }

   /**
   * Get strongAuthentication
   * @return strongAuthentication
  **/
  @ApiModelProperty(value = "")
  public Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication getStrongAuthentication() {
    return strongAuthentication;
  }

  public void setStrongAuthentication(Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication strongAuthentication) {
    this.strongAuthentication = strongAuthentication;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation directoryServerTransactionId(String directoryServerTransactionId) {
    this.directoryServerTransactionId = directoryServerTransactionId;
    return this;
  }

   /**
   * 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. For Cybersource Through Visanet Gateway: The value for this field corresponds to the following data in the TC 33 capture file3:  Record: CP01 TCR7, Position: 114-149, Field: MC AVV Verification—Directory Server Transaction ID 
   * @return directoryServerTransactionId
  **/
  @ApiModelProperty(value = "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. For Cybersource Through Visanet Gateway: The value for this field corresponds to the following data in the TC 33 capture file3:  Record: CP01 TCR7, Position: 114-149, Field: MC AVV Verification—Directory Server Transaction ID ")
  public String getDirectoryServerTransactionId() {
    return directoryServerTransactionId;
  }

  public void setDirectoryServerTransactionId(String directoryServerTransactionId) {
    this.directoryServerTransactionId = directoryServerTransactionId;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation paSpecificationVersion(String paSpecificationVersion) {
    this.paSpecificationVersion = paSpecificationVersion;
    return this;
  }

   /**
   * This field contains 3DS version that was used for Secured Consumer Authentication (SCA).  The value for this field should be in the format major.minor.patch version.  Valid Values are:  - `2.1.0` (EMV 3D Secure Version 2.1) - `2.2.0` (EMV 3D Secure Version 2.2) - `2.3.0` (EMV 3D Secure Version 2.3) - `2.4.0` (EMV 3D Secure Version 2.4) - `2.5.0` (EMV 3D Secure Version 2.5) - `2.6.0` (EMV 3D Secure Version 2.6) - `2.7.0` (EMV 3D Secure Version 2.7) - `2.8.0` (EMV 3D Secure Version 2.8) - `2.9.0` (EMV 3D Secure Version 2.9)  For Visa Platform Connect:         The value for this field corresponds to the following data in the TC 33 capture file3:  Record: CP01 TCR7, Position: 113 , Field: MC AVV Verification—Program Protocol  It will contain one of the following values: - `1` (3D Secure Version 1.x (3DS 1.0)) - `2` (EMV 3-D Secure (3DS 2.x)) 
   * @return paSpecificationVersion
  **/
  @ApiModelProperty(value = "This field contains 3DS version that was used for Secured Consumer Authentication (SCA).  The value for this field should be in the format major.minor.patch version.  Valid Values are:  - `2.1.0` (EMV 3D Secure Version 2.1) - `2.2.0` (EMV 3D Secure Version 2.2) - `2.3.0` (EMV 3D Secure Version 2.3) - `2.4.0` (EMV 3D Secure Version 2.4) - `2.5.0` (EMV 3D Secure Version 2.5) - `2.6.0` (EMV 3D Secure Version 2.6) - `2.7.0` (EMV 3D Secure Version 2.7) - `2.8.0` (EMV 3D Secure Version 2.8) - `2.9.0` (EMV 3D Secure Version 2.9)  For Visa Platform Connect:         The value for this field corresponds to the following data in the TC 33 capture file3:  Record: CP01 TCR7, Position: 113 , Field: MC AVV Verification—Program Protocol  It will contain one of the following values: - `1` (3D Secure Version 1.x (3DS 1.0)) - `2` (EMV 3-D Secure (3DS 2.x)) ")
  public String getPaSpecificationVersion() {
    return paSpecificationVersion;
  }

  public void setPaSpecificationVersion(String paSpecificationVersion) {
    this.paSpecificationVersion = paSpecificationVersion;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation authenticationType(String authenticationType) {
    this.authenticationType = authenticationType;
    return this;
  }

   /**
   * Indicates the type of authentication that will be used to challenge the card holder.  Possible Values:  01 - Static  02 - Dynamic  03 - OOB (Out of Band)  04 - Decoupled  20 - OTP hosted at merchant end. (Rupay S2S flow) **NOTE**:  EMV 3-D Secure version 2.1.0 supports values 01-03.  Version 2.2.0 supports values 01-04.  Decoupled authentication is not supported at this time. 
   * @return authenticationType
  **/
  @ApiModelProperty(value = "Indicates the type of authentication that will be used to challenge the card holder.  Possible Values:  01 - Static  02 - Dynamic  03 - OOB (Out of Band)  04 - Decoupled  20 - OTP hosted at merchant end. (Rupay S2S flow) **NOTE**:  EMV 3-D Secure version 2.1.0 supports values 01-03.  Version 2.2.0 supports values 01-04.  Decoupled authentication is not supported at this time. ")
  public String getAuthenticationType() {
    return authenticationType;
  }

  public void setAuthenticationType(String authenticationType) {
    this.authenticationType = authenticationType;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation responseAccessToken(String responseAccessToken) {
    this.responseAccessToken = responseAccessToken;
    return this;
  }

   /**
   * JWT returned by the 3D Secure provider when the authentication is complete. Required for Hybrid integration if you use the Cybersource-generated access token. Note: Max. length of this field is 2048 characters. 
   * @return responseAccessToken
  **/
  @ApiModelProperty(value = "JWT returned by the 3D Secure provider when the authentication is complete. Required for Hybrid integration if you use the Cybersource-generated access token. Note: Max. length of this field is 2048 characters. ")
  public String getResponseAccessToken() {
    return responseAccessToken;
  }

  public void setResponseAccessToken(String responseAccessToken) {
    this.responseAccessToken = responseAccessToken;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation acsTransactionId(String acsTransactionId) {
    this.acsTransactionId = acsTransactionId;
    return this;
  }

   /**
   * Unique transaction identifier assigned by the ACS to identify a single transaction.  This field is supported for Cartes Bancaires Fast'R transactions on Credit Mutuel-CIC. 
   * @return acsTransactionId
  **/
  @ApiModelProperty(value = "Unique transaction identifier assigned by the ACS to identify a single transaction.  This field is supported for Cartes Bancaires Fast'R transactions on Credit Mutuel-CIC. ")
  public String getAcsTransactionId() {
    return acsTransactionId;
  }

  public void setAcsTransactionId(String acsTransactionId) {
    this.acsTransactionId = acsTransactionId;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation acsWindowSize(String acsWindowSize) {
    this.acsWindowSize = acsWindowSize;
    return this;
  }

   /**
   * An override field that a merchant can pass in to set the challenge window size to display to the end cardholder.  The ACS (Active Control Server) will reply with content that is formatted appropriately to this window size to allow for the best user experience.  The sizes are width x height in pixels of the window displayed in the cardholder browser window.  01 - 250x400  02 - 390x400  03 - 500x600  04 - 600x400  05 - Full page 
   * @return acsWindowSize
  **/
  @ApiModelProperty(value = "An override field that a merchant can pass in to set the challenge window size to display to the end cardholder.  The ACS (Active Control Server) will reply with content that is formatted appropriately to this window size to allow for the best user experience.  The sizes are width x height in pixels of the window displayed in the cardholder browser window.  01 - 250x400  02 - 390x400  03 - 500x600  04 - 600x400  05 - Full page ")
  public String getAcsWindowSize() {
    return acsWindowSize;
  }

  public void setAcsWindowSize(String acsWindowSize) {
    this.acsWindowSize = acsWindowSize;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation alternateAuthenticationData(String alternateAuthenticationData) {
    this.alternateAuthenticationData = alternateAuthenticationData;
    return this;
  }

   /**
   * Data that documents and supports a specific authentication process. 
   * @return alternateAuthenticationData
  **/
  @ApiModelProperty(value = "Data that documents and supports a specific authentication process. ")
  public String getAlternateAuthenticationData() {
    return alternateAuthenticationData;
  }

  public void setAlternateAuthenticationData(String alternateAuthenticationData) {
    this.alternateAuthenticationData = alternateAuthenticationData;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation alternateAuthenticationDate(String alternateAuthenticationDate) {
    this.alternateAuthenticationDate = alternateAuthenticationDate;
    return this;
  }

   /**
   * Date and time in UTC of the cardholder authentication. Format: YYYYMMDDHHMM 
   * @return alternateAuthenticationDate
  **/
  @ApiModelProperty(value = "Date and time in UTC of the cardholder authentication. Format: YYYYMMDDHHMM ")
  public String getAlternateAuthenticationDate() {
    return alternateAuthenticationDate;
  }

  public void setAlternateAuthenticationDate(String alternateAuthenticationDate) {
    this.alternateAuthenticationDate = alternateAuthenticationDate;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation alternateAuthenticationMethod(String alternateAuthenticationMethod) {
    this.alternateAuthenticationMethod = alternateAuthenticationMethod;
    return this;
  }

   /**
   * Mechanism used by the cardholder to authenticate to the 3D Secure requestor. Possible values: - `01`: No authentication occurred - `02`: Login using merchant system credentials - `03`: Login using Federated ID - `04`: Login using issuer credentials - `05`: Login using third-party authenticator - `06`: Login using FIDO Authenticator 
   * @return alternateAuthenticationMethod
  **/
  @ApiModelProperty(value = "Mechanism used by the cardholder to authenticate to the 3D Secure requestor. Possible values: - `01`: No authentication occurred - `02`: Login using merchant system credentials - `03`: Login using Federated ID - `04`: Login using issuer credentials - `05`: Login using third-party authenticator - `06`: Login using FIDO Authenticator ")
  public String getAlternateAuthenticationMethod() {
    return alternateAuthenticationMethod;
  }

  public void setAlternateAuthenticationMethod(String alternateAuthenticationMethod) {
    this.alternateAuthenticationMethod = alternateAuthenticationMethod;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation authenticationDate(String authenticationDate) {
    this.authenticationDate = authenticationDate;
    return this;
  }

   /**
   * The date/time of the authentication at the 3DS servers. RISK update authorization service in auth request payload with value returned in `consumerAuthenticationInformation.alternateAuthenticationData` if merchant calls via CYBS or field can be provided by merchant in authorization request if calling an external 3DS provider.  This field is supported for Cartes Bancaires Fast'R transactions on Credit Mutuel-CIC. Format: YYYYMMDDHHMMSS 
   * @return authenticationDate
  **/
  @ApiModelProperty(value = "The date/time of the authentication at the 3DS servers. RISK update authorization service in auth request payload with value returned in `consumerAuthenticationInformation.alternateAuthenticationData` if merchant calls via CYBS or field can be provided by merchant in authorization request if calling an external 3DS provider.  This field is supported for Cartes Bancaires Fast'R transactions on Credit Mutuel-CIC. Format: YYYYMMDDHHMMSS ")
  public String getAuthenticationDate() {
    return authenticationDate;
  }

  public void setAuthenticationDate(String authenticationDate) {
    this.authenticationDate = authenticationDate;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation authenticationTransactionId(String authenticationTransactionId) {
    this.authenticationTransactionId = authenticationTransactionId;
    return this;
  }

   /**
   * Payer authentication transaction identifier passed to link the check enrollment and validate authentication messages.For Rupay,this is passed only in Re-Send OTP usecase. **Note**: Required for Standard integration, Rupay Seamless server to server integration for enroll service. Required for Hybrid integration for validate service. 
   * @return authenticationTransactionId
  **/
  @ApiModelProperty(value = "Payer authentication transaction identifier passed to link the check enrollment and validate authentication messages.For Rupay,this is passed only in Re-Send OTP usecase. **Note**: Required for Standard integration, Rupay Seamless server to server integration for enroll service. Required for Hybrid integration for validate service. ")
  public String getAuthenticationTransactionId() {
    return authenticationTransactionId;
  }

  public void setAuthenticationTransactionId(String authenticationTransactionId) {
    this.authenticationTransactionId = authenticationTransactionId;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation challengeCancelCode(String challengeCancelCode) {
    this.challengeCancelCode = challengeCancelCode;
    return this;
  }

   /**
   * An indicator as to why the transaction was canceled. Possible Values:  - `01`: Cardholder selected Cancel. - `02`: Reserved for future EMVCo use (values invalid until defined by EMVCo). - `03`: Transaction Timed Out—Decoupled Authentication - `04`: Transaction timed out at ACS—other timeouts - `05`: Transaction Timed out at ACS - First CReq not received by ACS - `06`: Transaction Error - `07`: Unknown - `08`: Transaction Timed Out at SDK 
   * @return challengeCancelCode
  **/
  @ApiModelProperty(value = "An indicator as to why the transaction was canceled. Possible Values:  - `01`: Cardholder selected Cancel. - `02`: Reserved for future EMVCo use (values invalid until defined by EMVCo). - `03`: Transaction Timed Out—Decoupled Authentication - `04`: Transaction timed out at ACS—other timeouts - `05`: Transaction Timed out at ACS - First CReq not received by ACS - `06`: Transaction Error - `07`: Unknown - `08`: Transaction Timed Out at SDK ")
  public String getChallengeCancelCode() {
    return challengeCancelCode;
  }

  public void setChallengeCancelCode(String challengeCancelCode) {
    this.challengeCancelCode = challengeCancelCode;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation challengeCode(String challengeCode) {
    this.challengeCode = challengeCode;
    return this;
  }

   /**
   * Possible values: - `01`: No preference - `02`: No challenge request - `03`: Challenge requested (3D Secure requestor preference) - `04`: Challenge requested (mandate) - `05`: No challenge requested (transactional risk analysis is already performed) - `06`: No challenge requested (Data share only) - `07`: No challenge requested (strong consumer authentication is already performed) - `08`: No challenge requested (utilize whitelist exemption if no challenge required) - `09`: Challenge requested (whitelist prompt requested if challenge required) **Note** This field will default to `01` on merchant configuration and can be overridden by the merchant. EMV 3D Secure version 2.1.0 supports values `01-04`. Version 2.2.0 supports values `01-09`. 
   * @return challengeCode
  **/
  @ApiModelProperty(value = "Possible values: - `01`: No preference - `02`: No challenge request - `03`: Challenge requested (3D Secure requestor preference) - `04`: Challenge requested (mandate) - `05`: No challenge requested (transactional risk analysis is already performed) - `06`: No challenge requested (Data share only) - `07`: No challenge requested (strong consumer authentication is already performed) - `08`: No challenge requested (utilize whitelist exemption if no challenge required) - `09`: Challenge requested (whitelist prompt requested if challenge required) **Note** This field will default to `01` on merchant configuration and can be overridden by the merchant. EMV 3D Secure version 2.1.0 supports values `01-04`. Version 2.2.0 supports values `01-09`. ")
  public String getChallengeCode() {
    return challengeCode;
  }

  public void setChallengeCode(String challengeCode) {
    this.challengeCode = challengeCode;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation challengeStatus(String challengeStatus) {
    this.challengeStatus = challengeStatus;
    return this;
  }

   /**
   * The `consumerAuthenticationInformation.challengeCode` indicates the authentication type/level, or challenge, that was presented to the cardholder at checkout by the merchant when calling the Carte Bancaire 3DS servers via CYBS RISK services. It conveys to the issuer the alternative authentication methods that the consumer used. 
   * @return challengeStatus
  **/
  @ApiModelProperty(value = "The `consumerAuthenticationInformation.challengeCode` indicates the authentication type/level, or challenge, that was presented to the cardholder at checkout by the merchant when calling the Carte Bancaire 3DS servers via CYBS RISK services. It conveys to the issuer the alternative authentication methods that the consumer used. ")
  public String getChallengeStatus() {
    return challengeStatus;
  }

  public void setChallengeStatus(String challengeStatus) {
    this.challengeStatus = challengeStatus;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation customerCardAlias(String customerCardAlias) {
    this.customerCardAlias = customerCardAlias;
    return this;
  }

   /**
   * An alias that uniquely identifies the customer's account and credit card on file. Note This field is required if Tokenization is enabled in the merchant profile settings. 
   * @return customerCardAlias
  **/
  @ApiModelProperty(value = "An alias that uniquely identifies the customer's account and credit card on file. Note This field is required if Tokenization is enabled in the merchant profile settings. ")
  public String getCustomerCardAlias() {
    return customerCardAlias;
  }

  public void setCustomerCardAlias(String customerCardAlias) {
    this.customerCardAlias = customerCardAlias;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation decoupledAuthenticationIndicator(String decoupledAuthenticationIndicator) {
    this.decoupledAuthenticationIndicator = decoupledAuthenticationIndicator;
    return this;
  }

   /**
   * Indicates whether the 3DS Requestor requests the ACS to utilize Decoupled Authentication and agrees to utilize Decoupled Authentication if the ACS confirms its use.  Possible Values:  Y - Decoupled Authentication is supported and preferred if challenge is necessary  N - Do not use Decoupled Authentication  **Default Value**: N 
   * @return decoupledAuthenticationIndicator
  **/
  @ApiModelProperty(value = "Indicates whether the 3DS Requestor requests the ACS to utilize Decoupled Authentication and agrees to utilize Decoupled Authentication if the ACS confirms its use.  Possible Values:  Y - Decoupled Authentication is supported and preferred if challenge is necessary  N - Do not use Decoupled Authentication  **Default Value**: N ")
  public String getDecoupledAuthenticationIndicator() {
    return decoupledAuthenticationIndicator;
  }

  public void setDecoupledAuthenticationIndicator(String decoupledAuthenticationIndicator) {
    this.decoupledAuthenticationIndicator = decoupledAuthenticationIndicator;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation decoupledAuthenticationMaxTime(String decoupledAuthenticationMaxTime) {
    this.decoupledAuthenticationMaxTime = decoupledAuthenticationMaxTime;
    return this;
  }

   /**
   * Indicates the maximum amount of time that the 3DS Requestor will wait for an ACS (Active control server) to provide the results of a Decoupled Authentication transaction (in minutes). Possible Values: Numeric values between 1 and 10080 accepted. 
   * @return decoupledAuthenticationMaxTime
  **/
  @ApiModelProperty(value = "Indicates the maximum amount of time that the 3DS Requestor will wait for an ACS (Active control server) to provide the results of a Decoupled Authentication transaction (in minutes). Possible Values: Numeric values between 1 and 10080 accepted. ")
  public String getDecoupledAuthenticationMaxTime() {
    return decoupledAuthenticationMaxTime;
  }

  public void setDecoupledAuthenticationMaxTime(String decoupledAuthenticationMaxTime) {
    this.decoupledAuthenticationMaxTime = decoupledAuthenticationMaxTime;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation defaultCard(Boolean defaultCard) {
    this.defaultCard = defaultCard;
    return this;
  }

   /**
   * Indicates that the card being used is the one designated as the primary payment card for purchase. Recommended for Discover ProtectBuy. 
   * @return defaultCard
  **/
  @ApiModelProperty(value = "Indicates that the card being used is the one designated as the primary payment card for purchase. Recommended for Discover ProtectBuy. ")
  public Boolean DefaultCard() {
    return defaultCard;
  }

  public void setDefaultCard(Boolean defaultCard) {
    this.defaultCard = defaultCard;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation deviceChannel(String deviceChannel) {
    this.deviceChannel = deviceChannel;
    return this;
  }

   /**
   * Determines the channel that the transaction came through. Possible Values: SDK/Browser/3RI. 3RI - 3DS request initiated. 
   * @return deviceChannel
  **/
  @ApiModelProperty(value = "Determines the channel that the transaction came through. Possible Values: SDK/Browser/3RI. 3RI - 3DS request initiated. ")
  public String getDeviceChannel() {
    return deviceChannel;
  }

  public void setDeviceChannel(String deviceChannel) {
    this.deviceChannel = deviceChannel;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation installmentTotalCount(Integer installmentTotalCount) {
    this.installmentTotalCount = installmentTotalCount;
    return this;
  }

   /**
   * An integer value greater than 1 indicating the max number of permitted authorizations for installment payments. **Note** This is required if the merchant and cardholder have agreed to installment payments. 
   * @return installmentTotalCount
  **/
  @ApiModelProperty(value = "An integer value greater than 1 indicating the max number of permitted authorizations for installment payments. **Note** This is required if the merchant and cardholder have agreed to installment payments. ")
  public Integer getInstallmentTotalCount() {
    return installmentTotalCount;
  }

  public void setInstallmentTotalCount(Integer installmentTotalCount) {
    this.installmentTotalCount = installmentTotalCount;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation merchantFraudRate(String merchantFraudRate) {
    this.merchantFraudRate = merchantFraudRate;
    return this;
  }

   /**
   * Calculated by merchants as per PSD2** RTS** (EEA** card fraud divided by all EEA card volumes). Possible Values: 1 = Represents fraud rate <=1  2 = Represents fraud rate >1 and <=6  3 = Represents fraud rate >6 and <=13  4 = Represents fraud rate >13 and <=25  5 = Represents fraud rate >25  EEA** = European Economic Area RTS** = Regulatory Technical Standards PSD2** = Payment Services Directive 
   * @return merchantFraudRate
  **/
  @ApiModelProperty(value = "Calculated by merchants as per PSD2** RTS** (EEA** card fraud divided by all EEA card volumes). Possible Values: 1 = Represents fraud rate <=1  2 = Represents fraud rate >1 and <=6  3 = Represents fraud rate >6 and <=13  4 = Represents fraud rate >13 and <=25  5 = Represents fraud rate >25  EEA** = European Economic Area RTS** = Regulatory Technical Standards PSD2** = Payment Services Directive ")
  public String getMerchantFraudRate() {
    return merchantFraudRate;
  }

  public void setMerchantFraudRate(String merchantFraudRate) {
    this.merchantFraudRate = merchantFraudRate;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation marketingOptIn(Boolean marketingOptIn) {
    this.marketingOptIn = marketingOptIn;
    return this;
  }

   /**
   * Indicates whether the customer has opted in for marketing offers. Recommended for Discover ProtectBuy. 
   * @return marketingOptIn
  **/
  @ApiModelProperty(value = "Indicates whether the customer has opted in for marketing offers. Recommended for Discover ProtectBuy. ")
  public Boolean MarketingOptIn() {
    return marketingOptIn;
  }

  public void setMarketingOptIn(Boolean marketingOptIn) {
    this.marketingOptIn = marketingOptIn;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation marketingSource(String marketingSource) {
    this.marketingSource = marketingSource;
    return this;
  }

   /**
   * Indicates origin of the marketing offer. Recommended for Discover ProtectBuy. 
   * @return marketingSource
  **/
  @ApiModelProperty(value = "Indicates origin of the marketing offer. Recommended for Discover ProtectBuy. ")
  public String getMarketingSource() {
    return marketingSource;
  }

  public void setMarketingSource(String marketingSource) {
    this.marketingSource = marketingSource;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation mcc(String mcc) {
    this.mcc = mcc;
    return this;
  }

   /**
   * Merchant category code. **Important** Required only for Visa Secure transactions in Brazil. Do not use this request field for any other types of transactions. 
   * @return mcc
  **/
  @ApiModelProperty(value = "Merchant category code. **Important** Required only for Visa Secure transactions in Brazil. Do not use this request field for any other types of transactions. ")
  public String getMcc() {
    return mcc;
  }

  public void setMcc(String mcc) {
    this.mcc = mcc;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation merchantScore(Integer merchantScore) {
    this.merchantScore = merchantScore;
    return this;
  }

   /**
   * Risk Score provided by merchants. This is specific for CB transactions. 
   * @return merchantScore
  **/
  @ApiModelProperty(value = "Risk Score provided by merchants. This is specific for CB transactions. ")
  public Integer getMerchantScore() {
    return merchantScore;
  }

  public void setMerchantScore(Integer merchantScore) {
    this.merchantScore = merchantScore;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation messageCategory(String messageCategory) {
    this.messageCategory = messageCategory;
    return this;
  }

   /**
   * Category of the message for a specific use case. Possible values:  - `01`: PA- payment authentication - `02`: NPA- non-payment authentication - `03-79`: Reserved for EMVCo future use (values invalid until defined by EMVCo) - `80-99`: Reserved for DS use 
   * @return messageCategory
  **/
  @ApiModelProperty(value = "Category of the message for a specific use case. Possible values:  - `01`: PA- payment authentication - `02`: NPA- non-payment authentication - `03-79`: Reserved for EMVCo future use (values invalid until defined by EMVCo) - `80-99`: Reserved for DS use ")
  public String getMessageCategory() {
    return messageCategory;
  }

  public void setMessageCategory(String messageCategory) {
    this.messageCategory = messageCategory;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation networkScore(String networkScore) {
    this.networkScore = networkScore;
    return this;
  }

   /**
   * The global score calculated by the CB scoring platform and returned to merchants.  Possible values:  - '00' - '99'  When you request the payer authentication and authorization services separately, get the value for this field from the pa_network_score reply field.         This field is supported only for Cartes Bancaires Fast'R transactions on Credit Mutuel-CIC. 
   * @return networkScore
  **/
  @ApiModelProperty(value = "The global score calculated by the CB scoring platform and returned to merchants.  Possible values:  - '00' - '99'  When you request the payer authentication and authorization services separately, get the value for this field from the pa_network_score reply field.         This field is supported only for Cartes Bancaires Fast'R transactions on Credit Mutuel-CIC. ")
  public String getNetworkScore() {
    return networkScore;
  }

  public void setNetworkScore(String networkScore) {
    this.networkScore = networkScore;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation npaCode(String npaCode) {
    this.npaCode = npaCode;
    return this;
  }

   /**
   * Non-Payer Authentication Indicator. Possible values: - `01`: Add card - `02`: Maintain card information - `03`: Cardholder verification for EMV token - `04-80` Reserved for EMVCo - `80-90` Reserved DS 
   * @return npaCode
  **/
  @ApiModelProperty(value = "Non-Payer Authentication Indicator. Possible values: - `01`: Add card - `02`: Maintain card information - `03`: Cardholder verification for EMV token - `04-80` Reserved for EMVCo - `80-90` Reserved DS ")
  public String getNpaCode() {
    return npaCode;
  }

  public void setNpaCode(String npaCode) {
    this.npaCode = npaCode;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation overridePaymentMethod(String overridePaymentMethod) {
    this.overridePaymentMethod = overridePaymentMethod;
    return this;
  }

   /**
   * Specifies the Brazilian payment account type used for the transaction. This field overrides other payment types that might be specified in the request. Use one of the following values for this field: - `NA`: Not applicable. Do not override other payment types that are specified in the request. - `CR`: Credit card. - `DB`: Debit card. - `VSAVR`: Visa Vale Refeicao - `VSAVA`: Visa Vale Alimentacao **Important** Required only for Visa Secure transactions in Brazil. Do not use this request field for any other types of transactions. 
   * @return overridePaymentMethod
  **/
  @ApiModelProperty(value = "Specifies the Brazilian payment account type used for the transaction. This field overrides other payment types that might be specified in the request. Use one of the following values for this field: - `NA`: Not applicable. Do not override other payment types that are specified in the request. - `CR`: Credit card. - `DB`: Debit card. - `VSAVR`: Visa Vale Refeicao - `VSAVA`: Visa Vale Alimentacao **Important** Required only for Visa Secure transactions in Brazil. Do not use this request field for any other types of transactions. ")
  public String getOverridePaymentMethod() {
    return overridePaymentMethod;
  }

  public void setOverridePaymentMethod(String overridePaymentMethod) {
    this.overridePaymentMethod = overridePaymentMethod;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation overrideCountryCode(String overrideCountryCode) {
    this.overrideCountryCode = overrideCountryCode;
    return this;
  }

   /**
   * Two-character [ISO Standard Country Codes](https://developer.cybersource.com/library/documentation/sbc/quickref/countries_alpha_list.pdf).. 
   * @return overrideCountryCode
  **/
  @ApiModelProperty(value = "Two-character [ISO Standard Country Codes](https://developer.cybersource.com/library/documentation/sbc/quickref/countries_alpha_list.pdf).. ")
  public String getOverrideCountryCode() {
    return overrideCountryCode;
  }

  public void setOverrideCountryCode(String overrideCountryCode) {
    this.overrideCountryCode = overrideCountryCode;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation priorAuthenticationData(String priorAuthenticationData) {
    this.priorAuthenticationData = priorAuthenticationData;
    return this;
  }

   /**
   * This field carry data that the ACS can use to verify the authentication process. 
   * @return priorAuthenticationData
  **/
  @ApiModelProperty(value = "This field carry data that the ACS can use to verify the authentication process. ")
  public String getPriorAuthenticationData() {
    return priorAuthenticationData;
  }

  public void setPriorAuthenticationData(String priorAuthenticationData) {
    this.priorAuthenticationData = priorAuthenticationData;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation priorAuthenticationMethod(String priorAuthenticationMethod) {
    this.priorAuthenticationMethod = priorAuthenticationMethod;
    return this;
  }

   /**
   * Mechanism used by the Cardholder to previously authenticate to the 3DS Requestor.  01 - Frictionless authentication occurred by ACS  02 - Cardholder challenge occurred by ACS  03 - AVS verified  04 - Other issuer methods  05-79 - Reserved for EMVCo future use (values invalid until defined by EMVCo)  80-99 - Reserved for DS use 
   * @return priorAuthenticationMethod
  **/
  @ApiModelProperty(value = "Mechanism used by the Cardholder to previously authenticate to the 3DS Requestor.  01 - Frictionless authentication occurred by ACS  02 - Cardholder challenge occurred by ACS  03 - AVS verified  04 - Other issuer methods  05-79 - Reserved for EMVCo future use (values invalid until defined by EMVCo)  80-99 - Reserved for DS use ")
  public String getPriorAuthenticationMethod() {
    return priorAuthenticationMethod;
  }

  public void setPriorAuthenticationMethod(String priorAuthenticationMethod) {
    this.priorAuthenticationMethod = priorAuthenticationMethod;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation priorAuthenticationReferenceId(String priorAuthenticationReferenceId) {
    this.priorAuthenticationReferenceId = priorAuthenticationReferenceId;
    return this;
  }

   /**
   * This data element contains a ACS Transaction ID for a prior authenticated transaction. For example, the first recurring transaction that was authenticated with the cardholder 
   * @return priorAuthenticationReferenceId
  **/
  @ApiModelProperty(value = "This data element contains a ACS Transaction ID for a prior authenticated transaction. For example, the first recurring transaction that was authenticated with the cardholder ")
  public String getPriorAuthenticationReferenceId() {
    return priorAuthenticationReferenceId;
  }

  public void setPriorAuthenticationReferenceId(String priorAuthenticationReferenceId) {
    this.priorAuthenticationReferenceId = priorAuthenticationReferenceId;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation priorAuthenticationTime(String priorAuthenticationTime) {
    this.priorAuthenticationTime = priorAuthenticationTime;
    return this;
  }

   /**
   * Date and time in UTC of the prior cardholder authentication. Format – YYYYMMDDHHMM 
   * @return priorAuthenticationTime
  **/
  @ApiModelProperty(value = "Date and time in UTC of the prior cardholder authentication. Format – YYYYMMDDHHMM ")
  public String getPriorAuthenticationTime() {
    return priorAuthenticationTime;
  }

  public void setPriorAuthenticationTime(String priorAuthenticationTime) {
    this.priorAuthenticationTime = priorAuthenticationTime;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation productCode(String productCode) {
    this.productCode = productCode;
    return this;
  }

   /**
   * Specifies the product code, which designates the type of transaction. Specify one of the following values for this field: - AIR: Airline purchase Important Required for American Express SafeKey (U.S.). - `ACC`: Accommodation Rental - `ACF`: Account funding - `CHA`: Check acceptance - `DIG`: Digital Goods - `DSP`: Cash Dispensing - `GAS`: Fuel - `GEN`: General Retail - `LUX`: Luxury Retail - `PAL`: Prepaid activation and load - `PHY`: Goods or services purchase - `QCT`: Quasi-cash transaction - `REN`: Car Rental - `RES`: Restaurant - `SVC`: Services - `TBD`: Other - `TRA`: Travel **Important** Required for Visa Secure transactions in Brazil. Do not use this request field for any other types of transactions. 
   * @return productCode
  **/
  @ApiModelProperty(value = "Specifies the product code, which designates the type of transaction. Specify one of the following values for this field: - AIR: Airline purchase Important Required for American Express SafeKey (U.S.). - `ACC`: Accommodation Rental - `ACF`: Account funding - `CHA`: Check acceptance - `DIG`: Digital Goods - `DSP`: Cash Dispensing - `GAS`: Fuel - `GEN`: General Retail - `LUX`: Luxury Retail - `PAL`: Prepaid activation and load - `PHY`: Goods or services purchase - `QCT`: Quasi-cash transaction - `REN`: Car Rental - `RES`: Restaurant - `SVC`: Services - `TBD`: Other - `TRA`: Travel **Important** Required for Visa Secure transactions in Brazil. Do not use this request field for any other types of transactions. ")
  public String getProductCode() {
    return productCode;
  }

  public void setProductCode(String productCode) {
    this.productCode = productCode;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation returnUrl(String returnUrl) {
    this.returnUrl = returnUrl;
    return this;
  }

   /**
   * The URL of the merchant's return page. CyberSource adds this return URL to the step-up JWT and returns it in the response of the Payer Authentication enrollment call. The merchant's return URL page serves as a listening URL. Once the bank session completes, the merchant receives a POST to their URL. This response contains the completed bank session's transactionId. The merchant's return page should capture the transaction ID and send it in the Payer Authentication validation call. 
   * @return returnUrl
  **/
  @ApiModelProperty(value = "The URL of the merchant's return page. CyberSource adds this return URL to the step-up JWT and returns it in the response of the Payer Authentication enrollment call. The merchant's return URL page serves as a listening URL. Once the bank session completes, the merchant receives a POST to their URL. This response contains the completed bank session's transactionId. The merchant's return page should capture the transaction ID and send it in the Payer Authentication validation call. ")
  public String getReturnUrl() {
    return returnUrl;
  }

  public void setReturnUrl(String returnUrl) {
    this.returnUrl = returnUrl;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation requestorId(String requestorId) {
    this.requestorId = requestorId;
    return this;
  }

   /**
   * Cardinal's directory server assigned 3DS Requestor ID value
   * @return requestorId
  **/
  @ApiModelProperty(value = "Cardinal's directory server assigned 3DS Requestor ID value")
  public String getRequestorId() {
    return requestorId;
  }

  public void setRequestorId(String requestorId) {
    this.requestorId = requestorId;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation requestorInitiatedAuthenticationIndicator(String requestorInitiatedAuthenticationIndicator) {
    this.requestorInitiatedAuthenticationIndicator = requestorInitiatedAuthenticationIndicator;
    return this;
  }

   /**
   * Indicates the type of 3RI request.  Possible Values:  01 - Recurring transaction  02 - Installment transaction  03 - Add card  04 - Maintain card  05 - Account verification  06 - Split/delayed shipment  07 - Top-up  08 - Mail Order  09 - Telephone Order  10 - Whitelist status check  11 - Other payment 
   * @return requestorInitiatedAuthenticationIndicator
  **/
  @ApiModelProperty(value = "Indicates the type of 3RI request.  Possible Values:  01 - Recurring transaction  02 - Installment transaction  03 - Add card  04 - Maintain card  05 - Account verification  06 - Split/delayed shipment  07 - Top-up  08 - Mail Order  09 - Telephone Order  10 - Whitelist status check  11 - Other payment ")
  public String getRequestorInitiatedAuthenticationIndicator() {
    return requestorInitiatedAuthenticationIndicator;
  }

  public void setRequestorInitiatedAuthenticationIndicator(String requestorInitiatedAuthenticationIndicator) {
    this.requestorInitiatedAuthenticationIndicator = requestorInitiatedAuthenticationIndicator;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation requestorName(String requestorName) {
    this.requestorName = requestorName;
    return this;
  }

   /**
   * Cardinal's directory server assigned 3DS Requestor Name value
   * @return requestorName
  **/
  @ApiModelProperty(value = "Cardinal's directory server assigned 3DS Requestor Name value")
  public String getRequestorName() {
    return requestorName;
  }

  public void setRequestorName(String requestorName) {
    this.requestorName = requestorName;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation referenceId(String referenceId) {
    this.referenceId = referenceId;
    return this;
  }

   /**
   * Reference ID that corresponds to the device fingerprinting data that was collected previously. Note Required for Hybrid integration. 
   * @return referenceId
  **/
  @ApiModelProperty(value = "Reference ID that corresponds to the device fingerprinting data that was collected previously. Note Required for Hybrid integration. ")
  public String getReferenceId() {
    return referenceId;
  }

  public void setReferenceId(String referenceId) {
    this.referenceId = referenceId;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation sdkMaxTimeout(String sdkMaxTimeout) {
    this.sdkMaxTimeout = sdkMaxTimeout;
    return this;
  }

   /**
   * This field indicates the maximum amount of time for all 3DS 2.0 messages to be communicated between all components (in minutes).  Possible Values:  Greater than or equal to 05 (05 is the minimum timeout to set)  Cardinal Default is set to 15  NOTE: This field is a required 3DS 2.0 field and Cardinal sends in a default of 15 if nothing is passed 
   * @return sdkMaxTimeout
  **/
  @ApiModelProperty(value = "This field indicates the maximum amount of time for all 3DS 2.0 messages to be communicated between all components (in minutes).  Possible Values:  Greater than or equal to 05 (05 is the minimum timeout to set)  Cardinal Default is set to 15  NOTE: This field is a required 3DS 2.0 field and Cardinal sends in a default of 15 if nothing is passed ")
  public String getSdkMaxTimeout() {
    return sdkMaxTimeout;
  }

  public void setSdkMaxTimeout(String sdkMaxTimeout) {
    this.sdkMaxTimeout = sdkMaxTimeout;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation secureCorporatePaymentIndicator(String secureCorporatePaymentIndicator) {
    this.secureCorporatePaymentIndicator = secureCorporatePaymentIndicator;
    return this;
  }

   /**
   * Indicates dedicated payment processes and procedures were used, potential secure corporate payment exemption applies. Possible Values : 0/1 
   * @return secureCorporatePaymentIndicator
  **/
  @ApiModelProperty(value = "Indicates dedicated payment processes and procedures were used, potential secure corporate payment exemption applies. Possible Values : 0/1 ")
  public String getSecureCorporatePaymentIndicator() {
    return secureCorporatePaymentIndicator;
  }

  public void setSecureCorporatePaymentIndicator(String secureCorporatePaymentIndicator) {
    this.secureCorporatePaymentIndicator = secureCorporatePaymentIndicator;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation transactionMode(String transactionMode) {
    this.transactionMode = transactionMode;
    return this;
  }

   /**
   * Transaction mode identifier. Identifies the channel from which the transaction originates. Possible values:  - `M`: MOTO (Mail Order Telephone Order) - `R`: Retail - `S`: eCommerce - `P`: Mobile Device - `T`: Tablet 
   * @return transactionMode
  **/
  @ApiModelProperty(value = "Transaction mode identifier. Identifies the channel from which the transaction originates. Possible values:  - `M`: MOTO (Mail Order Telephone Order) - `R`: Retail - `S`: eCommerce - `P`: Mobile Device - `T`: Tablet ")
  public String getTransactionMode() {
    return transactionMode;
  }

  public void setTransactionMode(String transactionMode) {
    this.transactionMode = transactionMode;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation whiteListStatus(String whiteListStatus) {
    this.whiteListStatus = whiteListStatus;
    return this;
  }

   /**
   * Enables the communication of trusted beneficiary/whitelist status between the ACS, the DS and the 3DS Requestor.  Possible Values:  Y - 3DS Requestor is whitelisted by cardholder  N - 3DS Requestor is not whitelisted by cardholder 
   * @return whiteListStatus
  **/
  @ApiModelProperty(value = "Enables the communication of trusted beneficiary/whitelist status between the ACS, the DS and the 3DS Requestor.  Possible Values:  Y - 3DS Requestor is whitelisted by cardholder  N - 3DS Requestor is not whitelisted by cardholder ")
  public String getWhiteListStatus() {
    return whiteListStatus;
  }

  public void setWhiteListStatus(String whiteListStatus) {
    this.whiteListStatus = whiteListStatus;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation authenticationBrand(String authenticationBrand) {
    this.authenticationBrand = authenticationBrand;
    return this;
  }

   /**
   * Indicates which directory server was used while authentication process, this data is useful in case of scenarios  when domestic scheme directory server is not present and authentication fallbacks to global scheme directory server. Possible values: - VISA - Returned for Mada VISA Co-badged cards, when authentication falls back to VISA Directory Server - MASTERCARD - Returned for Mada MasterCard Co-badged cards, when authentication falls back to MasterCard Directory Server 
   * @return authenticationBrand
  **/
  @ApiModelProperty(value = "Indicates which directory server was used while authentication process, this data is useful in case of scenarios  when domestic scheme directory server is not present and authentication fallbacks to global scheme directory server. Possible values: - VISA - Returned for Mada VISA Co-badged cards, when authentication falls back to VISA Directory Server - MASTERCARD - Returned for Mada MasterCard Co-badged cards, when authentication falls back to MasterCard Directory Server ")
  public String getAuthenticationBrand() {
    return authenticationBrand;
  }

  public void setAuthenticationBrand(String authenticationBrand) {
    this.authenticationBrand = authenticationBrand;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation effectiveAuthenticationType(String effectiveAuthenticationType) {
    this.effectiveAuthenticationType = effectiveAuthenticationType;
    return this;
  }

   /**
   * This field describes the type of 3DS transaction flow that took place.  It can be one of three possible flows; CH - Challenge FR - Frictionless FD - Frictionless with delegation, (challenge not generated by the issuer but by the scheme on behalf of the issuer). 
   * @return effectiveAuthenticationType
  **/
  @ApiModelProperty(value = "This field describes the type of 3DS transaction flow that took place.  It can be one of three possible flows; CH - Challenge FR - Frictionless FD - Frictionless with delegation, (challenge not generated by the issuer but by the scheme on behalf of the issuer). ")
  public String getEffectiveAuthenticationType() {
    return effectiveAuthenticationType;
  }

  public void setEffectiveAuthenticationType(String effectiveAuthenticationType) {
    this.effectiveAuthenticationType = effectiveAuthenticationType;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation signedParesStatusReason(String signedParesStatusReason) {
    this.signedParesStatusReason = signedParesStatusReason;
    return this;
  }

   /**
   * Provides additional information as to why the PAResStatus has a specific value. 
   * @return signedParesStatusReason
  **/
  @ApiModelProperty(value = "Provides additional information as to why the PAResStatus has a specific value. ")
  public String getSignedParesStatusReason() {
    return signedParesStatusReason;
  }

  public void setSignedParesStatusReason(String signedParesStatusReason) {
    this.signedParesStatusReason = signedParesStatusReason;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation signedPares(String signedPares) {
    this.signedPares = signedPares;
    return this;
  }

   /**
   * Payer authentication result (PARes) message returned by the card-issuing bank. If you need to show proof of enrollment checking, you may need to decrypt and parse the string for the information required by the payment card company. For more information, see \"Storing Payer Authentication Data,\" page 160. Important The value is in base64. You must remove all carriage returns and line feeds before adding the PARes to the request. 
   * @return signedPares
  **/
  @ApiModelProperty(value = "Payer authentication result (PARes) message returned by the card-issuing bank. If you need to show proof of enrollment checking, you may need to decrypt and parse the string for the information required by the payment card company. For more information, see \"Storing Payer Authentication Data,\" page 160. Important The value is in base64. You must remove all carriage returns and line feeds before adding the PARes to the request. ")
  public String getSignedPares() {
    return signedPares;
  }

  public void setSignedPares(String signedPares) {
    this.signedPares = signedPares;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation acsReferenceNumber(String acsReferenceNumber) {
    this.acsReferenceNumber = acsReferenceNumber;
    return this;
  }

   /**
   * Unique identifier assigned by the EMVCo Secretariat upon Testing and Approval.
   * @return acsReferenceNumber
  **/
  @ApiModelProperty(value = "Unique identifier assigned by the EMVCo Secretariat upon Testing and Approval.")
  public String getAcsReferenceNumber() {
    return acsReferenceNumber;
  }

  public void setAcsReferenceNumber(String acsReferenceNumber) {
    this.acsReferenceNumber = acsReferenceNumber;
  }

  public Ptsv2paymentsConsumerAuthenticationInformation dsReferenceNumber(String dsReferenceNumber) {
    this.dsReferenceNumber = dsReferenceNumber;
    return this;
  }

   /**
   * EMVCo-assigned unique identifier. This field is required in Cardholder Initiated 3DS fully authenticated mada transactions. When you request the payer authentication and authorization services separately, get the value for this field from the payerAuthEnrollReply_dsReferenceNumber or payerAuthValidateReply_dsReferenceNumber response field. 
   * @return dsReferenceNumber
  **/
  @ApiModelProperty(value = "EMVCo-assigned unique identifier. This field is required in Cardholder Initiated 3DS fully authenticated mada transactions. When you request the payer authentication and authorization services separately, get the value for this field from the payerAuthEnrollReply_dsReferenceNumber or payerAuthValidateReply_dsReferenceNumber response field. ")
  public String getDsReferenceNumber() {
    return dsReferenceNumber;
  }

  public void setDsReferenceNumber(String dsReferenceNumber) {
    this.dsReferenceNumber = dsReferenceNumber;
  }


  @Override
  public boolean equals(java.lang.Object o) {
    if (this == o) {
      return true;
    }
    if (o == null || getClass() != o.getClass()) {
      return false;
    }
    Ptsv2paymentsConsumerAuthenticationInformation ptsv2paymentsConsumerAuthenticationInformation = (Ptsv2paymentsConsumerAuthenticationInformation) o;
    return Objects.equals(this.cavv, ptsv2paymentsConsumerAuthenticationInformation.cavv) &&
        Objects.equals(this.transactionFlowIndicator, ptsv2paymentsConsumerAuthenticationInformation.transactionFlowIndicator) &&
        Objects.equals(this.cavvAlgorithm, ptsv2paymentsConsumerAuthenticationInformation.cavvAlgorithm) &&
        Objects.equals(this.eciRaw, ptsv2paymentsConsumerAuthenticationInformation.eciRaw) &&
        Objects.equals(this.paresStatus, ptsv2paymentsConsumerAuthenticationInformation.paresStatus) &&
        Objects.equals(this.veresEnrolled, ptsv2paymentsConsumerAuthenticationInformation.veresEnrolled) &&
        Objects.equals(this.xid, ptsv2paymentsConsumerAuthenticationInformation.xid) &&
        Objects.equals(this.ucafCollectionIndicator, ptsv2paymentsConsumerAuthenticationInformation.ucafCollectionIndicator) &&
        Objects.equals(this.ucafAuthenticationData, ptsv2paymentsConsumerAuthenticationInformation.ucafAuthenticationData) &&
        Objects.equals(this.strongAuthentication, ptsv2paymentsConsumerAuthenticationInformation.strongAuthentication) &&
        Objects.equals(this.directoryServerTransactionId, ptsv2paymentsConsumerAuthenticationInformation.directoryServerTransactionId) &&
        Objects.equals(this.paSpecificationVersion, ptsv2paymentsConsumerAuthenticationInformation.paSpecificationVersion) &&
        Objects.equals(this.authenticationType, ptsv2paymentsConsumerAuthenticationInformation.authenticationType) &&
        Objects.equals(this.responseAccessToken, ptsv2paymentsConsumerAuthenticationInformation.responseAccessToken) &&
        Objects.equals(this.acsTransactionId, ptsv2paymentsConsumerAuthenticationInformation.acsTransactionId) &&
        Objects.equals(this.acsWindowSize, ptsv2paymentsConsumerAuthenticationInformation.acsWindowSize) &&
        Objects.equals(this.alternateAuthenticationData, ptsv2paymentsConsumerAuthenticationInformation.alternateAuthenticationData) &&
        Objects.equals(this.alternateAuthenticationDate, ptsv2paymentsConsumerAuthenticationInformation.alternateAuthenticationDate) &&
        Objects.equals(this.alternateAuthenticationMethod, ptsv2paymentsConsumerAuthenticationInformation.alternateAuthenticationMethod) &&
        Objects.equals(this.authenticationDate, ptsv2paymentsConsumerAuthenticationInformation.authenticationDate) &&
        Objects.equals(this.authenticationTransactionId, ptsv2paymentsConsumerAuthenticationInformation.authenticationTransactionId) &&
        Objects.equals(this.challengeCancelCode, ptsv2paymentsConsumerAuthenticationInformation.challengeCancelCode) &&
        Objects.equals(this.challengeCode, ptsv2paymentsConsumerAuthenticationInformation.challengeCode) &&
        Objects.equals(this.challengeStatus, ptsv2paymentsConsumerAuthenticationInformation.challengeStatus) &&
        Objects.equals(this.customerCardAlias, ptsv2paymentsConsumerAuthenticationInformation.customerCardAlias) &&
        Objects.equals(this.decoupledAuthenticationIndicator, ptsv2paymentsConsumerAuthenticationInformation.decoupledAuthenticationIndicator) &&
        Objects.equals(this.decoupledAuthenticationMaxTime, ptsv2paymentsConsumerAuthenticationInformation.decoupledAuthenticationMaxTime) &&
        Objects.equals(this.defaultCard, ptsv2paymentsConsumerAuthenticationInformation.defaultCard) &&
        Objects.equals(this.deviceChannel, ptsv2paymentsConsumerAuthenticationInformation.deviceChannel) &&
        Objects.equals(this.installmentTotalCount, ptsv2paymentsConsumerAuthenticationInformation.installmentTotalCount) &&
        Objects.equals(this.merchantFraudRate, ptsv2paymentsConsumerAuthenticationInformation.merchantFraudRate) &&
        Objects.equals(this.marketingOptIn, ptsv2paymentsConsumerAuthenticationInformation.marketingOptIn) &&
        Objects.equals(this.marketingSource, ptsv2paymentsConsumerAuthenticationInformation.marketingSource) &&
        Objects.equals(this.mcc, ptsv2paymentsConsumerAuthenticationInformation.mcc) &&
        Objects.equals(this.merchantScore, ptsv2paymentsConsumerAuthenticationInformation.merchantScore) &&
        Objects.equals(this.messageCategory, ptsv2paymentsConsumerAuthenticationInformation.messageCategory) &&
        Objects.equals(this.networkScore, ptsv2paymentsConsumerAuthenticationInformation.networkScore) &&
        Objects.equals(this.npaCode, ptsv2paymentsConsumerAuthenticationInformation.npaCode) &&
        Objects.equals(this.overridePaymentMethod, ptsv2paymentsConsumerAuthenticationInformation.overridePaymentMethod) &&
        Objects.equals(this.overrideCountryCode, ptsv2paymentsConsumerAuthenticationInformation.overrideCountryCode) &&
        Objects.equals(this.priorAuthenticationData, ptsv2paymentsConsumerAuthenticationInformation.priorAuthenticationData) &&
        Objects.equals(this.priorAuthenticationMethod, ptsv2paymentsConsumerAuthenticationInformation.priorAuthenticationMethod) &&
        Objects.equals(this.priorAuthenticationReferenceId, ptsv2paymentsConsumerAuthenticationInformation.priorAuthenticationReferenceId) &&
        Objects.equals(this.priorAuthenticationTime, ptsv2paymentsConsumerAuthenticationInformation.priorAuthenticationTime) &&
        Objects.equals(this.productCode, ptsv2paymentsConsumerAuthenticationInformation.productCode) &&
        Objects.equals(this.returnUrl, ptsv2paymentsConsumerAuthenticationInformation.returnUrl) &&
        Objects.equals(this.requestorId, ptsv2paymentsConsumerAuthenticationInformation.requestorId) &&
        Objects.equals(this.requestorInitiatedAuthenticationIndicator, ptsv2paymentsConsumerAuthenticationInformation.requestorInitiatedAuthenticationIndicator) &&
        Objects.equals(this.requestorName, ptsv2paymentsConsumerAuthenticationInformation.requestorName) &&
        Objects.equals(this.referenceId, ptsv2paymentsConsumerAuthenticationInformation.referenceId) &&
        Objects.equals(this.sdkMaxTimeout, ptsv2paymentsConsumerAuthenticationInformation.sdkMaxTimeout) &&
        Objects.equals(this.secureCorporatePaymentIndicator, ptsv2paymentsConsumerAuthenticationInformation.secureCorporatePaymentIndicator) &&
        Objects.equals(this.transactionMode, ptsv2paymentsConsumerAuthenticationInformation.transactionMode) &&
        Objects.equals(this.whiteListStatus, ptsv2paymentsConsumerAuthenticationInformation.whiteListStatus) &&
        Objects.equals(this.authenticationBrand, ptsv2paymentsConsumerAuthenticationInformation.authenticationBrand) &&
        Objects.equals(this.effectiveAuthenticationType, ptsv2paymentsConsumerAuthenticationInformation.effectiveAuthenticationType) &&
        Objects.equals(this.signedParesStatusReason, ptsv2paymentsConsumerAuthenticationInformation.signedParesStatusReason) &&
        Objects.equals(this.signedPares, ptsv2paymentsConsumerAuthenticationInformation.signedPares) &&
        Objects.equals(this.acsReferenceNumber, ptsv2paymentsConsumerAuthenticationInformation.acsReferenceNumber) &&
        Objects.equals(this.dsReferenceNumber, ptsv2paymentsConsumerAuthenticationInformation.dsReferenceNumber);
  }

  @Override
  public int hashCode() {
    return Objects.hash(cavv, transactionFlowIndicator, cavvAlgorithm, eciRaw, paresStatus, veresEnrolled, xid, ucafCollectionIndicator, ucafAuthenticationData, strongAuthentication, directoryServerTransactionId, paSpecificationVersion, authenticationType, responseAccessToken, acsTransactionId, acsWindowSize, alternateAuthenticationData, alternateAuthenticationDate, alternateAuthenticationMethod, authenticationDate, authenticationTransactionId, challengeCancelCode, challengeCode, challengeStatus, customerCardAlias, decoupledAuthenticationIndicator, decoupledAuthenticationMaxTime, defaultCard, deviceChannel, installmentTotalCount, merchantFraudRate, marketingOptIn, marketingSource, mcc, merchantScore, messageCategory, networkScore, npaCode, overridePaymentMethod, overrideCountryCode, priorAuthenticationData, priorAuthenticationMethod, priorAuthenticationReferenceId, priorAuthenticationTime, productCode, returnUrl, requestorId, requestorInitiatedAuthenticationIndicator, requestorName, referenceId, sdkMaxTimeout, secureCorporatePaymentIndicator, transactionMode, whiteListStatus, authenticationBrand, effectiveAuthenticationType, signedParesStatusReason, signedPares, acsReferenceNumber, dsReferenceNumber);
  }


  @Override
  public String toString() {
    StringBuilder sb = new StringBuilder();
    sb.append("class Ptsv2paymentsConsumerAuthenticationInformation {\n");
    
    if (cavv != null) sb.append("    cavv: ").append(toIndentedString(cavv)).append("\n");
    if (transactionFlowIndicator != null) sb.append("    transactionFlowIndicator: ").append(toIndentedString(transactionFlowIndicator)).append("\n");
    if (cavvAlgorithm != null) sb.append("    cavvAlgorithm: ").append(toIndentedString(cavvAlgorithm)).append("\n");
    if (eciRaw != null) sb.append("    eciRaw: ").append(toIndentedString(eciRaw)).append("\n");
    if (paresStatus != null) sb.append("    paresStatus: ").append(toIndentedString(paresStatus)).append("\n");
    if (veresEnrolled != null) sb.append("    veresEnrolled: ").append(toIndentedString(veresEnrolled)).append("\n");
    if (xid != null) sb.append("    xid: ").append(toIndentedString(xid)).append("\n");
    if (ucafCollectionIndicator != null) sb.append("    ucafCollectionIndicator: ").append(toIndentedString(ucafCollectionIndicator)).append("\n");
    if (ucafAuthenticationData != null) sb.append("    ucafAuthenticationData: ").append(toIndentedString(ucafAuthenticationData)).append("\n");
    if (strongAuthentication != null) sb.append("    strongAuthentication: ").append(toIndentedString(strongAuthentication)).append("\n");
    if (directoryServerTransactionId != null) sb.append("    directoryServerTransactionId: ").append(toIndentedString(directoryServerTransactionId)).append("\n");
    if (paSpecificationVersion != null) sb.append("    paSpecificationVersion: ").append(toIndentedString(paSpecificationVersion)).append("\n");
    if (authenticationType != null) sb.append("    authenticationType: ").append(toIndentedString(authenticationType)).append("\n");
    if (responseAccessToken != null) sb.append("    responseAccessToken: ").append(toIndentedString(responseAccessToken)).append("\n");
    if (acsTransactionId != null) sb.append("    acsTransactionId: ").append(toIndentedString(acsTransactionId)).append("\n");
    if (acsWindowSize != null) sb.append("    acsWindowSize: ").append(toIndentedString(acsWindowSize)).append("\n");
    if (alternateAuthenticationData != null) sb.append("    alternateAuthenticationData: ").append(toIndentedString(alternateAuthenticationData)).append("\n");
    if (alternateAuthenticationDate != null) sb.append("    alternateAuthenticationDate: ").append(toIndentedString(alternateAuthenticationDate)).append("\n");
    if (alternateAuthenticationMethod != null) sb.append("    alternateAuthenticationMethod: ").append(toIndentedString(alternateAuthenticationMethod)).append("\n");
    if (authenticationDate != null) sb.append("    authenticationDate: ").append(toIndentedString(authenticationDate)).append("\n");
    if (authenticationTransactionId != null) sb.append("    authenticationTransactionId: ").append(toIndentedString(authenticationTransactionId)).append("\n");
    if (challengeCancelCode != null) sb.append("    challengeCancelCode: ").append(toIndentedString(challengeCancelCode)).append("\n");
    if (challengeCode != null) sb.append("    challengeCode: ").append(toIndentedString(challengeCode)).append("\n");
    if (challengeStatus != null) sb.append("    challengeStatus: ").append(toIndentedString(challengeStatus)).append("\n");
    if (customerCardAlias != null) sb.append("    customerCardAlias: ").append(toIndentedString(customerCardAlias)).append("\n");
    if (decoupledAuthenticationIndicator != null) sb.append("    decoupledAuthenticationIndicator: ").append(toIndentedString(decoupledAuthenticationIndicator)).append("\n");
    if (decoupledAuthenticationMaxTime != null) sb.append("    decoupledAuthenticationMaxTime: ").append(toIndentedString(decoupledAuthenticationMaxTime)).append("\n");
    if (defaultCard != null) sb.append("    defaultCard: ").append(toIndentedString(defaultCard)).append("\n");
    if (deviceChannel != null) sb.append("    deviceChannel: ").append(toIndentedString(deviceChannel)).append("\n");
    if (installmentTotalCount != null) sb.append("    installmentTotalCount: ").append(toIndentedString(installmentTotalCount)).append("\n");
    if (merchantFraudRate != null) sb.append("    merchantFraudRate: ").append(toIndentedString(merchantFraudRate)).append("\n");
    if (marketingOptIn != null) sb.append("    marketingOptIn: ").append(toIndentedString(marketingOptIn)).append("\n");
    if (marketingSource != null) sb.append("    marketingSource: ").append(toIndentedString(marketingSource)).append("\n");
    if (mcc != null) sb.append("    mcc: ").append(toIndentedString(mcc)).append("\n");
    if (merchantScore != null) sb.append("    merchantScore: ").append(toIndentedString(merchantScore)).append("\n");
    if (messageCategory != null) sb.append("    messageCategory: ").append(toIndentedString(messageCategory)).append("\n");
    if (networkScore != null) sb.append("    networkScore: ").append(toIndentedString(networkScore)).append("\n");
    if (npaCode != null) sb.append("    npaCode: ").append(toIndentedString(npaCode)).append("\n");
    if (overridePaymentMethod != null) sb.append("    overridePaymentMethod: ").append(toIndentedString(overridePaymentMethod)).append("\n");
    if (overrideCountryCode != null) sb.append("    overrideCountryCode: ").append(toIndentedString(overrideCountryCode)).append("\n");
    if (priorAuthenticationData != null) sb.append("    priorAuthenticationData: ").append(toIndentedString(priorAuthenticationData)).append("\n");
    if (priorAuthenticationMethod != null) sb.append("    priorAuthenticationMethod: ").append(toIndentedString(priorAuthenticationMethod)).append("\n");
    if (priorAuthenticationReferenceId != null) sb.append("    priorAuthenticationReferenceId: ").append(toIndentedString(priorAuthenticationReferenceId)).append("\n");
    if (priorAuthenticationTime != null) sb.append("    priorAuthenticationTime: ").append(toIndentedString(priorAuthenticationTime)).append("\n");
    if (productCode != null) sb.append("    productCode: ").append(toIndentedString(productCode)).append("\n");
    if (returnUrl != null) sb.append("    returnUrl: ").append(toIndentedString(returnUrl)).append("\n");
    if (requestorId != null) sb.append("    requestorId: ").append(toIndentedString(requestorId)).append("\n");
    if (requestorInitiatedAuthenticationIndicator != null) sb.append("    requestorInitiatedAuthenticationIndicator: ").append(toIndentedString(requestorInitiatedAuthenticationIndicator)).append("\n");
    if (requestorName != null) sb.append("    requestorName: ").append(toIndentedString(requestorName)).append("\n");
    if (referenceId != null) sb.append("    referenceId: ").append(toIndentedString(referenceId)).append("\n");
    if (sdkMaxTimeout != null) sb.append("    sdkMaxTimeout: ").append(toIndentedString(sdkMaxTimeout)).append("\n");
    if (secureCorporatePaymentIndicator != null) sb.append("    secureCorporatePaymentIndicator: ").append(toIndentedString(secureCorporatePaymentIndicator)).append("\n");
    if (transactionMode != null) sb.append("    transactionMode: ").append(toIndentedString(transactionMode)).append("\n");
    if (whiteListStatus != null) sb.append("    whiteListStatus: ").append(toIndentedString(whiteListStatus)).append("\n");
    if (authenticationBrand != null) sb.append("    authenticationBrand: ").append(toIndentedString(authenticationBrand)).append("\n");
    if (effectiveAuthenticationType != null) sb.append("    effectiveAuthenticationType: ").append(toIndentedString(effectiveAuthenticationType)).append("\n");
    if (signedParesStatusReason != null) sb.append("    signedParesStatusReason: ").append(toIndentedString(signedParesStatusReason)).append("\n");
    if (signedPares != null) sb.append("    signedPares: ").append(toIndentedString(signedPares)).append("\n");
    if (acsReferenceNumber != null) sb.append("    acsReferenceNumber: ").append(toIndentedString(acsReferenceNumber)).append("\n");
    if (dsReferenceNumber != null) sb.append("    dsReferenceNumber: ").append(toIndentedString(dsReferenceNumber)).append("\n");
    sb.append("}");
    return sb.toString();
  }

  /**
   * Convert the given object to string with each line indented by 4 spaces
   * (except the first line).
   */
  private String toIndentedString(java.lang.Object o) {
    if (o == null) {
      // return "null";
    }
    return o.toString().replace("\n", "\n    ");
  }
  
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy