public class ThreeDSecureResponseType
extends java.lang.Object
Java class for ThreeDSecureResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThreeDSecureResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Vpas" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="EciSubmitted3DS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
eciSubmitted3DS |
protected java.lang.String |
vpas |
Constructor and Description |
---|
ThreeDSecureResponseType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEciSubmitted3DS()
Gets the value of the eciSubmitted3DS property.
|
java.lang.String |
getVpas()
Gets the value of the vpas property.
|
void |
setEciSubmitted3DS(java.lang.String value)
Sets the value of the eciSubmitted3DS property.
|
void |
setVpas(java.lang.String value)
Sets the value of the vpas property.
|
protected java.lang.String vpas
protected java.lang.String eciSubmitted3DS
public java.lang.String getVpas()
String
public void setVpas(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getEciSubmitted3DS()
String
public void setEciSubmitted3DS(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.