Class PaymentAddressVerificationType

java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.PaymentAddressVerificationType

public class PaymentAddressVerificationType extends Object
Secure Payment-related Processing information, including AVS/ CVV Verification Results and Secure Payment Processing Results.

Java class for PaymentAddressVerificationType complex type.

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

 <complexType name="PaymentAddressVerificationType">
   <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_OrderCreateRQ}IndType" minOccurs="0"/>
         <element name="AddressVerificationNoMatchInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}IndType" minOccurs="0"/>
         <element name="AddressVerificationStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CodeType" minOccurs="0"/>
         <element name="AddressVerificationText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}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
  • Constructor Details

    • PaymentAddressVerificationType

      public PaymentAddressVerificationType()
  • 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