urn.ebay.api.PayPalAPI
Class DoVoidRequestType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.AbstractRequestType
      extended by urn.ebay.api.PayPalAPI.DoVoidRequestType

public class DoVoidRequestType
extends AbstractRequestType

The value of the original authorization identification number returned by a PayPal product. If you are voiding a transaction that has been reauthorized, use the ID from the original authorization, and not the reauthorization. Required Character length and limits: 19 single-byte characters


Constructor Summary
DoVoidRequestType()
          Default Constructor
DoVoidRequestType(String authorizationID)
          Constructor with arguments
 
Method Summary
 String getAuthorizationID()
          Getter for authorizationID
 String getMsgSubID()
          Getter for msgSubID
 String getNote()
          Getter for note
 void setAuthorizationID(String authorizationID)
          Setter for authorizationID
 void setMsgSubID(String msgSubID)
          Setter for msgSubID
 void setNote(String note)
          Setter for note
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class urn.ebay.apis.eBLBaseComponents.AbstractRequestType
getDetailLevel, getErrorLanguage, getVersion, setDetailLevel, setErrorLanguage, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoVoidRequestType

public DoVoidRequestType(String authorizationID)
Constructor with arguments


DoVoidRequestType

public DoVoidRequestType()
Default Constructor

Method Detail

getAuthorizationID

public String getAuthorizationID()
Getter for authorizationID


setAuthorizationID

public void setAuthorizationID(String authorizationID)
Setter for authorizationID


getNote

public String getNote()
Getter for note


setNote

public void setNote(String note)
Setter for note


getMsgSubID

public String getMsgSubID()
Getter for msgSubID


setMsgSubID

public void setMsgSubID(String msgSubID)
Setter for msgSubID


toXMLString

public String toXMLString(String prefix,
                          String name)
Overrides:
toXMLString in class AbstractRequestType


Copyright © 2012. All Rights Reserved.