|
||||||||||
| 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.DoReauthorizationRequestType
public class DoReauthorizationRequestType
The value of a previously authorized transaction identification number returned by a PayPal product. You can obtain a buyer's transaction number from the TransactionID element of the PayerInfo structure returned by GetTransactionDetailsResponse. Required Character length and limits: 19 single-byte characters maximum
| Constructor Summary | |
|---|---|
DoReauthorizationRequestType()
Default Constructor |
|
DoReauthorizationRequestType(String authorizationID,
BasicAmountType amount)
Constructor with arguments |
|
| Method Summary | |
|---|---|
BasicAmountType |
getAmount()
Getter for amount |
String |
getAuthorizationID()
Getter for authorizationID |
String |
getMsgSubID()
Getter for msgSubID |
void |
setAmount(BasicAmountType amount)
Setter for amount |
void |
setAuthorizationID(String authorizationID)
Setter for authorizationID |
void |
setMsgSubID(String msgSubID)
Setter for msgSubID |
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 DoReauthorizationRequestType(String authorizationID,
BasicAmountType amount)
public DoReauthorizationRequestType()
| Method Detail |
|---|
public String getAuthorizationID()
public void setAuthorizationID(String authorizationID)
public BasicAmountType getAmount()
public void setAmount(BasicAmountType amount)
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 | |||||||||