Class PaymentAuthenticationProcessingInfoType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.PaymentAuthenticationProcessingInfoType

public class PaymentAuthenticationProcessingInfoType extends Object
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 Details

    • addressVerificationInvalidInd

      protected Boolean addressVerificationInvalidInd
    • addressVerificationNoMatchInd

      protected Boolean addressVerificationNoMatchInd
    • addressVerificationStatusCode

      protected String addressVerificationStatusCode
    • addressVerificationText

      protected String addressVerificationText
    • cardholderAuthenticationVerificationValueText

      protected String cardholderAuthenticationVerificationValueText
    • customerAuthenticationStatusText

      protected String customerAuthenticationStatusText
    • eCommerceIndText

      protected String eCommerceIndText
  • Constructor Details

    • PaymentAuthenticationProcessingInfoType

      public PaymentAuthenticationProcessingInfoType()
  • Method Details

    • isAddressVerificationInvalidInd

      public Boolean isAddressVerificationInvalidInd()
      Gets the value of the addressVerificationInvalidInd property.
      Returns:
      possible object is Boolean
    • setAddressVerificationInvalidInd

      public void setAddressVerificationInvalidInd(Boolean value)
      Sets the value of the addressVerificationInvalidInd property.
      Parameters:
      value - allowed object is Boolean
    • isAddressVerificationNoMatchInd

      public Boolean isAddressVerificationNoMatchInd()
      Gets the value of the addressVerificationNoMatchInd property.
      Returns:
      possible object is Boolean
    • setAddressVerificationNoMatchInd

      public void setAddressVerificationNoMatchInd(Boolean value)
      Sets the value of the addressVerificationNoMatchInd property.
      Parameters:
      value - allowed object is Boolean
    • getAddressVerificationStatusCode

      public String getAddressVerificationStatusCode()
      Gets the value of the addressVerificationStatusCode property.
      Returns:
      possible object is String
    • setAddressVerificationStatusCode

      public void setAddressVerificationStatusCode(String value)
      Sets the value of the addressVerificationStatusCode property.
      Parameters:
      value - allowed object is String
    • getAddressVerificationText

      public String getAddressVerificationText()
      Gets the value of the addressVerificationText property.
      Returns:
      possible object is String
    • setAddressVerificationText

      public void setAddressVerificationText(String value)
      Sets the value of the addressVerificationText property.
      Parameters:
      value - allowed object is String
    • getCardholderAuthenticationVerificationValueText

      public String getCardholderAuthenticationVerificationValueText()
      Gets the value of the cardholderAuthenticationVerificationValueText property.
      Returns:
      possible object is String
    • setCardholderAuthenticationVerificationValueText

      public void setCardholderAuthenticationVerificationValueText(String value)
      Sets the value of the cardholderAuthenticationVerificationValueText property.
      Parameters:
      value - allowed object is String
    • getCustomerAuthenticationStatusText

      public String getCustomerAuthenticationStatusText()
      Gets the value of the customerAuthenticationStatusText property.
      Returns:
      possible object is String
    • setCustomerAuthenticationStatusText

      public void setCustomerAuthenticationStatusText(String value)
      Sets the value of the customerAuthenticationStatusText property.
      Parameters:
      value - allowed object is String
    • getECommerceIndText

      public String getECommerceIndText()
      Gets the value of the eCommerceIndText property.
      Returns:
      possible object is String
    • setECommerceIndText

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