public class

ThreeDSecureInfoType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.ThreeDSecureInfoType

Class Overview

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>
 

Summary

Fields
protected ThreeDSecureRequestType threeDSecureRequest
protected ThreeDSecureResponseType threeDSecureResponse
Public Constructors
ThreeDSecureInfoType()
Public Methods
ThreeDSecureRequestType getThreeDSecureRequest()
Gets the value of the threeDSecureRequest property.
ThreeDSecureResponseType getThreeDSecureResponse()
Gets the value of the threeDSecureResponse property.
void setThreeDSecureRequest(ThreeDSecureRequestType value)
Sets the value of the threeDSecureRequest property.
void setThreeDSecureResponse(ThreeDSecureResponseType value)
Sets the value of the threeDSecureResponse property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ThreeDSecureRequestType threeDSecureRequest

protected ThreeDSecureResponseType threeDSecureResponse

Public Constructors

public ThreeDSecureInfoType ()

Public Methods

public ThreeDSecureRequestType getThreeDSecureRequest ()

Gets the value of the threeDSecureRequest property.

Returns

public ThreeDSecureResponseType getThreeDSecureResponse ()

Gets the value of the threeDSecureResponse property.

Returns

public void setThreeDSecureRequest (ThreeDSecureRequestType value)

Sets the value of the threeDSecureRequest property.

Parameters
value Allowed object is ThreeDSecureRequestType

public void setThreeDSecureResponse (ThreeDSecureResponseType value)

Sets the value of the threeDSecureResponse property.

Parameters
value Allowed object is ThreeDSecureResponseType