Class SecurePayerAuthenticationType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.SecurePayerAuthenticationType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the payerAuthenticationResponseText property.voidSets the value of the payerAuthenticationResponseText property.
-
Field Details
-
payerAuthenticationResponseText
-
-
Constructor Details
-
SecurePayerAuthenticationType
public SecurePayerAuthenticationType()
-
-
Method Details