|
||||||||||
| 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.DoCaptureRequestType
public class DoCaptureRequestType
The authorization identification number of the payment you want to capture. Required Character length and limits: 19 single-byte characters maximum
| Constructor Summary | |
|---|---|
DoCaptureRequestType()
Default Constructor |
|
DoCaptureRequestType(String authorizationID,
BasicAmountType amount,
CompleteCodeType completeType)
Constructor with arguments |
|
| Method Summary | |
|---|---|
BasicAmountType |
getAmount()
Getter for amount |
String |
getAuthorizationID()
Getter for authorizationID |
CompleteCodeType |
getCompleteType()
Getter for completeType |
String |
getDescriptor()
Getter for descriptor |
EnhancedDataType |
getEnhancedData()
Getter for enhancedData |
String |
getInvoiceID()
Getter for invoiceID |
MerchantStoreDetailsType |
getMerchantStoreDetails()
Getter for merchantStoreDetails |
String |
getMsgSubID()
Getter for msgSubID |
String |
getNote()
Getter for note |
void |
setAmount(BasicAmountType amount)
Setter for amount |
void |
setAuthorizationID(String authorizationID)
Setter for authorizationID |
void |
setCompleteType(CompleteCodeType completeType)
Setter for completeType |
void |
setDescriptor(String descriptor)
Setter for descriptor |
void |
setEnhancedData(EnhancedDataType enhancedData)
Setter for enhancedData |
void |
setInvoiceID(String invoiceID)
Setter for invoiceID |
void |
setMerchantStoreDetails(MerchantStoreDetailsType merchantStoreDetails)
Setter for merchantStoreDetails |
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 DoCaptureRequestType(String authorizationID,
BasicAmountType amount,
CompleteCodeType completeType)
public DoCaptureRequestType()
| Method Detail |
|---|
public String getAuthorizationID()
public void setAuthorizationID(String authorizationID)
public BasicAmountType getAmount()
public void setAmount(BasicAmountType amount)
public CompleteCodeType getCompleteType()
public void setCompleteType(CompleteCodeType completeType)
public String getNote()
public void setNote(String note)
public String getInvoiceID()
public void setInvoiceID(String invoiceID)
public EnhancedDataType getEnhancedData()
public void setEnhancedData(EnhancedDataType enhancedData)
public String getDescriptor()
public void setDescriptor(String descriptor)
public MerchantStoreDetailsType getMerchantStoreDetails()
public void setMerchantStoreDetails(MerchantStoreDetailsType merchantStoreDetails)
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 | |||||||||