Class SecurePayerAuthenticationInstructionsType
java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.SecurePayerAuthenticationInstructionsType
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_OrderCreateRQ}ID_Type" minOccurs="0"/>
<element name="MerchantData" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}TextType" minOccurs="0"/>
<element name="PayerAuthenticationRequestText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}TextType" minOccurs="0"/>
<element name="RedirectionURL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}UniformResourceID_Type" minOccurs="0"/>
<element name="TerminationURL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}UniformResourceID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authenticationTrxID property.Gets the value of the merchantData property.Gets the value of the payerAuthenticationRequestText property.Gets the value of the redirectionURL property.Gets the value of the terminationURL property.voidsetAuthenticationTrxID(String value) Sets the value of the authenticationTrxID property.voidsetMerchantData(String value) Sets the value of the merchantData property.voidSets the value of the payerAuthenticationRequestText property.voidsetRedirectionURL(String value) Sets the value of the redirectionURL property.voidsetTerminationURL(String value) Sets the value of the terminationURL property.
-
Field Details
-
authenticationTrxID
-
merchantData
-
payerAuthenticationRequestText
-
redirectionURL
-
terminationURL
-
-
Constructor Details
-
SecurePayerAuthenticationInstructionsType
public SecurePayerAuthenticationInstructionsType()
-
-
Method Details
-
getAuthenticationTrxID
Gets the value of the authenticationTrxID property.- Returns:
- possible object is
String
-
setAuthenticationTrxID
Sets the value of the authenticationTrxID property.- Parameters:
value- allowed object isString
-
getMerchantData
Gets the value of the merchantData property.- Returns:
- possible object is
String
-
setMerchantData
Sets the value of the merchantData property.- Parameters:
value- allowed object isString
-
getPayerAuthenticationRequestText
Gets the value of the payerAuthenticationRequestText property.- Returns:
- possible object is
String
-
setPayerAuthenticationRequestText
Sets the value of the payerAuthenticationRequestText property.- Parameters:
value- allowed object isString
-
getRedirectionURL
Gets the value of the redirectionURL property.- Returns:
- possible object is
String
-
setRedirectionURL
Sets the value of the redirectionURL property.- Parameters:
value- allowed object isString
-
getTerminationURL
Gets the value of the terminationURL property.- Returns:
- possible object is
String
-
setTerminationURL
Sets the value of the terminationURL property.- Parameters:
value- allowed object isString
-