public class

ThreeDSecureRequestType

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

Class Overview

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>
 

Summary

Fields
protected String authStatus3Ds
protected String cavv
protected String eci3Ds
protected String mpiVendor3Ds
protected String xid
Public Constructors
ThreeDSecureRequestType()
Public Methods
String getAuthStatus3Ds()
Gets the value of the authStatus3Ds property.
String getCavv()
Gets the value of the cavv property.
String getEci3Ds()
Gets the value of the eci3Ds property.
String getMpiVendor3Ds()
Gets the value of the mpiVendor3Ds property.
String getXid()
Gets the value of the xid property.
void setAuthStatus3Ds(String value)
Sets the value of the authStatus3Ds property.
void setCavv(String value)
Sets the value of the cavv property.
void setEci3Ds(String value)
Sets the value of the eci3Ds property.
void setMpiVendor3Ds(String value)
Sets the value of the mpiVendor3Ds property.
void setXid(String value)
Sets the value of the xid property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String authStatus3Ds

protected String cavv

protected String eci3Ds

protected String mpiVendor3Ds

protected String xid

Public Constructors

public ThreeDSecureRequestType ()

Public Methods

public String getAuthStatus3Ds ()

Gets the value of the authStatus3Ds property.

Returns
  • possible object is String

public String getCavv ()

Gets the value of the cavv property.

Returns
  • possible object is String

public String getEci3Ds ()

Gets the value of the eci3Ds property.

Returns
  • possible object is String

public String getMpiVendor3Ds ()

Gets the value of the mpiVendor3Ds property.

Returns
  • possible object is String

public String getXid ()

Gets the value of the xid property.

Returns
  • possible object is String

public void setAuthStatus3Ds (String value)

Sets the value of the authStatus3Ds property.

Parameters
value Allowed object is String

public void setCavv (String value)

Sets the value of the cavv property.

Parameters
value Allowed object is String

public void setEci3Ds (String value)

Sets the value of the eci3Ds property.

Parameters
value Allowed object is String

public void setMpiVendor3Ds (String value)

Sets the value of the mpiVendor3Ds property.

Parameters
value Allowed object is String

public void setXid (String value)

Sets the value of the xid property.

Parameters
value Allowed object is String