public class

ThreeDSecureResponseType

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

Class Overview

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>
 

Summary

Fields
protected String eciSubmitted3DS
protected String vpas
Public Constructors
ThreeDSecureResponseType()
Public Methods
String getEciSubmitted3DS()
Gets the value of the eciSubmitted3DS property.
String getVpas()
Gets the value of the vpas property.
void setEciSubmitted3DS(String value)
Sets the value of the eciSubmitted3DS property.
void setVpas(String value)
Sets the value of the vpas property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String eciSubmitted3DS

protected String vpas

Public Constructors

public ThreeDSecureResponseType ()

Public Methods

public String getEciSubmitted3DS ()

Gets the value of the eciSubmitted3DS property.

Returns
  • possible object is String

public String getVpas ()

Gets the value of the vpas property.

Returns
  • possible object is String

public void setEciSubmitted3DS (String value)

Sets the value of the eciSubmitted3DS property.

Parameters
value Allowed object is String

public void setVpas (String value)

Sets the value of the vpas property.

Parameters
value Allowed object is String