|
||||||||||
| 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.DoAuthorizationRequestType
public class DoAuthorizationRequestType
The value of the order’s transaction identification number returned by a PayPal product. Required Character length and limits: 19 single-byte characters maximum
| Constructor Summary | |
|---|---|
DoAuthorizationRequestType()
Default Constructor |
|
DoAuthorizationRequestType(String transactionID,
BasicAmountType amount)
Constructor with arguments |
|
| Method Summary | |
|---|---|
BasicAmountType |
getAmount()
Getter for amount |
String |
getMsgSubID()
Getter for msgSubID |
TransactionEntityType |
getTransactionEntity()
Getter for transactionEntity |
String |
getTransactionID()
Getter for transactionID |
void |
setAmount(BasicAmountType amount)
Setter for amount |
void |
setMsgSubID(String msgSubID)
Setter for msgSubID |
void |
setTransactionEntity(TransactionEntityType transactionEntity)
Setter for transactionEntity |
void |
setTransactionID(String transactionID)
Setter for transactionID |
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 DoAuthorizationRequestType(String transactionID,
BasicAmountType amount)
public DoAuthorizationRequestType()
| Method Detail |
|---|
public String getTransactionID()
public void setTransactionID(String transactionID)
public TransactionEntityType getTransactionEntity()
public void setTransactionEntity(TransactionEntityType transactionEntity)
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 | |||||||||