| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ThreeDSecureInfoType |
3DSecureInfoType Information about 3D Secure parameters.
Java class for ThreeDSecureInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThreeDSecureInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ThreeDSecureRequest" type="{urn:ebay:apis:eBLBaseComponents}ThreeDSecureRequestType" minOccurs="0"/>
<element name="ThreeDSecureResponse" type="{urn:ebay:apis:eBLBaseComponents}ThreeDSecureResponseType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| threeDSecureRequest | |||||||||||
| threeDSecureResponse | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the threeDSecureRequest property.
| |||||||||||
Gets the value of the threeDSecureResponse property.
| |||||||||||
Sets the value of the threeDSecureRequest property.
| |||||||||||
Sets the value of the threeDSecureResponse property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the threeDSecureRequest property.
ThreeDSecureRequestType
Gets the value of the threeDSecureResponse property.
ThreeDSecureResponseType
Sets the value of the threeDSecureRequest property.
| value | Allowed object is
ThreeDSecureRequestType
|
|---|
Sets the value of the threeDSecureResponse property.
| value | Allowed object is
ThreeDSecureResponseType
|
|---|