Class PaymentAuthenticationProcessingInfoType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.PaymentAuthenticationProcessingInfoType
Secure Payment-related Processing information, including AVS/ CVV Verification Results and Secure Payment Processing Results.
Java class for PaymentAuthenticationProcessingInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentAuthenticationProcessingInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AddressVerificationInvalidInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}IndType" minOccurs="0"/>
<element name="AddressVerificationNoMatchInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}IndType" minOccurs="0"/>
<element name="AddressVerificationStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CodeType" minOccurs="0"/>
<element name="AddressVerificationText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" minOccurs="0"/>
<element name="CardholderAuthenticationVerificationValueText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" minOccurs="0"/>
<element name="CustomerAuthenticationStatusText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" minOccurs="0"/>
<element name="ECommerceIndText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addressVerificationStatusCode property.Gets the value of the addressVerificationText property.Gets the value of the cardholderAuthenticationVerificationValueText property.Gets the value of the customerAuthenticationStatusText property.Gets the value of the eCommerceIndText property.Gets the value of the addressVerificationInvalidInd property.Gets the value of the addressVerificationNoMatchInd property.voidSets the value of the addressVerificationInvalidInd property.voidSets the value of the addressVerificationNoMatchInd property.voidSets the value of the addressVerificationStatusCode property.voidsetAddressVerificationText(String value) Sets the value of the addressVerificationText property.voidSets the value of the cardholderAuthenticationVerificationValueText property.voidSets the value of the customerAuthenticationStatusText property.voidsetECommerceIndText(String value) Sets the value of the eCommerceIndText property.
-
Field Details
-
addressVerificationInvalidInd
-
addressVerificationNoMatchInd
-
addressVerificationStatusCode
-
addressVerificationText
-
cardholderAuthenticationVerificationValueText
-
customerAuthenticationStatusText
-
eCommerceIndText
-
-
Constructor Details
-
PaymentAuthenticationProcessingInfoType
public PaymentAuthenticationProcessingInfoType()
-
-
Method Details
-
isAddressVerificationInvalidInd
Gets the value of the addressVerificationInvalidInd property.- Returns:
- possible object is
Boolean
-
setAddressVerificationInvalidInd
Sets the value of the addressVerificationInvalidInd property.- Parameters:
value- allowed object isBoolean
-
isAddressVerificationNoMatchInd
Gets the value of the addressVerificationNoMatchInd property.- Returns:
- possible object is
Boolean
-
setAddressVerificationNoMatchInd
Sets the value of the addressVerificationNoMatchInd property.- Parameters:
value- allowed object isBoolean
-
getAddressVerificationStatusCode
Gets the value of the addressVerificationStatusCode property.- Returns:
- possible object is
String
-
setAddressVerificationStatusCode
Sets the value of the addressVerificationStatusCode property.- Parameters:
value- allowed object isString
-
getAddressVerificationText
Gets the value of the addressVerificationText property.- Returns:
- possible object is
String
-
setAddressVerificationText
Sets the value of the addressVerificationText property.- Parameters:
value- allowed object isString
-
getCardholderAuthenticationVerificationValueText
Gets the value of the cardholderAuthenticationVerificationValueText property.- Returns:
- possible object is
String
-
setCardholderAuthenticationVerificationValueText
Sets the value of the cardholderAuthenticationVerificationValueText property.- Parameters:
value- allowed object isString
-
getCustomerAuthenticationStatusText
Gets the value of the customerAuthenticationStatusText property.- Returns:
- possible object is
String
-
setCustomerAuthenticationStatusText
Sets the value of the customerAuthenticationStatusText property.- Parameters:
value- allowed object isString
-
getECommerceIndText
Gets the value of the eCommerceIndText property.- Returns:
- possible object is
String
-
setECommerceIndText
Sets the value of the eCommerceIndText property.- Parameters:
value- allowed object isString
-