|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecturn.ebay.apis.eBLBaseComponents.AbstractRequestType
urn.ebay.api.PayPalAPI.DoVoidRequestType
public class DoVoidRequestType
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 |
|---|
public DoVoidRequestType(String authorizationID)
public DoVoidRequestType()
| Method Detail |
|---|
public String getAuthorizationID()
public void setAuthorizationID(String authorizationID)
public String getNote()
public void setNote(String note)
public String getMsgSubID()
public void setMsgSubID(String msgSubID)
public String toXMLString(String prefix,
String name)
toXMLString in class AbstractRequestType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||