Class SecurePayerAuthenticationInstructionsType

java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.SecurePayerAuthenticationInstructionsType

public class SecurePayerAuthenticationInstructionsType extends Object
Data returned from the Directory Server/ACS containing the PAReq and the ACS URL that enable to cardholder to authenticate. Applicable for 3D Secure Version V 1.0.

Java class for SecurePayerAuthenticationInstructionsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SecurePayerAuthenticationInstructionsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AuthenticationTrxID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ID_Type" minOccurs="0"/>
         <element name="MerchantData" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
         <element name="PayerAuthenticationRequestText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
         <element name="RedirectionURL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}UniformResourceID_Type" minOccurs="0"/>
         <element name="TerminationURL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}UniformResourceID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • authenticationTrxID

      protected String authenticationTrxID
    • merchantData

      protected String merchantData
    • payerAuthenticationRequestText

      protected String payerAuthenticationRequestText
    • redirectionURL

      protected String redirectionURL
    • terminationURL

      protected String terminationURL
  • Constructor Details

    • SecurePayerAuthenticationInstructionsType

      public SecurePayerAuthenticationInstructionsType()
  • Method Details

    • getAuthenticationTrxID

      public String getAuthenticationTrxID()
      Gets the value of the authenticationTrxID property.
      Returns:
      possible object is String
    • setAuthenticationTrxID

      public void setAuthenticationTrxID(String value)
      Sets the value of the authenticationTrxID property.
      Parameters:
      value - allowed object is String
    • getMerchantData

      public String getMerchantData()
      Gets the value of the merchantData property.
      Returns:
      possible object is String
    • setMerchantData

      public void setMerchantData(String value)
      Sets the value of the merchantData property.
      Parameters:
      value - allowed object is String
    • getPayerAuthenticationRequestText

      public String getPayerAuthenticationRequestText()
      Gets the value of the payerAuthenticationRequestText property.
      Returns:
      possible object is String
    • setPayerAuthenticationRequestText

      public void setPayerAuthenticationRequestText(String value)
      Sets the value of the payerAuthenticationRequestText property.
      Parameters:
      value - allowed object is String
    • getRedirectionURL

      public String getRedirectionURL()
      Gets the value of the redirectionURL property.
      Returns:
      possible object is String
    • setRedirectionURL

      public void setRedirectionURL(String value)
      Sets the value of the redirectionURL property.
      Parameters:
      value - allowed object is String
    • getTerminationURL

      public String getTerminationURL()
      Gets the value of the terminationURL property.
      Returns:
      possible object is String
    • setTerminationURL

      public void setTerminationURL(String value)
      Sets the value of the terminationURL property.
      Parameters:
      value - allowed object is String