| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ThreeDSecureResponseType |
3DS remaining fields.
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| eciSubmitted3DS | |||||||||||
| vpas | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the eciSubmitted3DS property.
| |||||||||||
Gets the value of the vpas property.
| |||||||||||
Sets the value of the eciSubmitted3DS property.
| |||||||||||
Sets the value of the vpas property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the eciSubmitted3DS property.
Gets the value of the vpas property.
Sets the value of the eciSubmitted3DS property.
| value | Allowed object is String |
|---|
Sets the value of the vpas property.
| value | Allowed object is String |
|---|