Class PaymentAddressVerificationType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.PaymentAddressVerificationType
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_OrderViewRS}IndType" minOccurs="0"/>
<element name="AddressVerificationNoMatchInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}IndType" minOccurs="0"/>
<element name="AddressVerificationStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType" minOccurs="0"/>
<element name="AddressVerificationText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}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 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.
-
Field Details
-
addressVerificationInvalidInd
-
addressVerificationNoMatchInd
-
addressVerificationStatusCode
-
addressVerificationText
-
-
Constructor Details
-
PaymentAddressVerificationType
public PaymentAddressVerificationType()
-
-
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
-