public class

DoVoidRequestType

extends AbstractRequestType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractRequestType
     ↳ ebay.api.paypalapi.DoVoidRequestType

Class Overview

Java class for DoVoidRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DoVoidRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="AuthorizationID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String authorizationID
protected String note
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
DoVoidRequestType()
Public Methods
String getAuthorizationID()
Gets the value of the authorizationID property.
String getNote()
Gets the value of the note property.
void setAuthorizationID(String value)
Sets the value of the authorizationID property.
void setNote(String value)
Sets the value of the note property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected String authorizationID

protected String note

Public Constructors

public DoVoidRequestType ()

Public Methods

public String getAuthorizationID ()

Gets the value of the authorizationID property.

Returns
  • possible object is String

public String getNote ()

Gets the value of the note property.

Returns
  • possible object is String

public void setAuthorizationID (String value)

Sets the value of the authorizationID property.

Parameters
value Allowed object is String

public void setNote (String value)

Sets the value of the note property.

Parameters
value Allowed object is String