| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ThreeDSecureRequestType |
The Common 3DS fields. Common for both GTD and DCC API's.
Java class for ThreeDSecureRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThreeDSecureRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Eci3ds" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Cavv" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Xid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MpiVendor3ds" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AuthStatus3ds" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| authStatus3Ds | |||||||||||
| cavv | |||||||||||
| eci3Ds | |||||||||||
| mpiVendor3Ds | |||||||||||
| xid | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the authStatus3Ds property.
| |||||||||||
Gets the value of the cavv property.
| |||||||||||
Gets the value of the eci3Ds property.
| |||||||||||
Gets the value of the mpiVendor3Ds property.
| |||||||||||
Gets the value of the xid property.
| |||||||||||
Sets the value of the authStatus3Ds property.
| |||||||||||
Sets the value of the cavv property.
| |||||||||||
Sets the value of the eci3Ds property.
| |||||||||||
Sets the value of the mpiVendor3Ds property.
| |||||||||||
Sets the value of the xid property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the authStatus3Ds property.
Gets the value of the cavv property.
Gets the value of the eci3Ds property.
Gets the value of the mpiVendor3Ds property.
Gets the value of the xid property.
Sets the value of the authStatus3Ds property.
| value | Allowed object is String |
|---|
Sets the value of the cavv property.
| value | Allowed object is String |
|---|
Sets the value of the eci3Ds property.
| value | Allowed object is String |
|---|
Sets the value of the mpiVendor3Ds property.
| value | Allowed object is String |
|---|
Sets the value of the xid property.
| value | Allowed object is String |
|---|