Class SecurePayerAuthenticationType

java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.SecurePayerAuthenticationType

public class SecurePayerAuthenticationType extends Object
Contains the indicators and fields that convey the result of the 3D Secure authentication transaction. Applicable for 3D Secure Version V 1.0.

Java class for SecurePayerAuthenticationType complex type.

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

 <complexType name="SecurePayerAuthenticationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PayerAuthenticationResponseText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • payerAuthenticationResponseText

      protected String payerAuthenticationResponseText
  • Constructor Details

    • SecurePayerAuthenticationType

      public SecurePayerAuthenticationType()
  • Method Details

    • getPayerAuthenticationResponseText

      public String getPayerAuthenticationResponseText()
      Gets the value of the payerAuthenticationResponseText property.
      Returns:
      possible object is String
    • setPayerAuthenticationResponseText

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