|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecturn.ebay.apis.eBLBaseComponents.AbstractResponseType
urn.ebay.api.PayPalAPI.RefundTransactionResponseType
public class RefundTransactionResponseType
Unique transaction ID of the refund. Character length and limitations:17 single-byte characters
| Constructor Summary | |
|---|---|
RefundTransactionResponseType()
Default Constructor |
|
RefundTransactionResponseType(Node node)
|
|
| Method Summary | |
|---|---|
BasicAmountType |
getFeeRefundAmount()
Getter for feeRefundAmount |
BasicAmountType |
getGrossRefundAmount()
Getter for grossRefundAmount |
String |
getMsgSubID()
Getter for msgSubID |
BasicAmountType |
getNetRefundAmount()
Getter for netRefundAmount |
String |
getReceiptData()
Getter for receiptData |
RefundInfoType |
getRefundInfo()
Getter for refundInfo |
String |
getRefundTransactionID()
Getter for refundTransactionID |
BasicAmountType |
getTotalRefundedAmount()
Getter for totalRefundedAmount |
void |
setFeeRefundAmount(BasicAmountType feeRefundAmount)
Setter for feeRefundAmount |
void |
setGrossRefundAmount(BasicAmountType grossRefundAmount)
Setter for grossRefundAmount |
void |
setMsgSubID(String msgSubID)
Setter for msgSubID |
void |
setNetRefundAmount(BasicAmountType netRefundAmount)
Setter for netRefundAmount |
void |
setReceiptData(String receiptData)
Setter for receiptData |
void |
setRefundInfo(RefundInfoType refundInfo)
Setter for refundInfo |
void |
setRefundTransactionID(String refundTransactionID)
Setter for refundTransactionID |
void |
setTotalRefundedAmount(BasicAmountType totalRefundedAmount)
Setter for totalRefundedAmount |
| Methods inherited from class urn.ebay.apis.eBLBaseComponents.AbstractResponseType |
|---|
getAck, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setBuild, setCorrelationID, setErrors, setTimestamp, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RefundTransactionResponseType()
public RefundTransactionResponseType(Node node)
throws XPathExpressionException
XPathExpressionException| Method Detail |
|---|
public String getRefundTransactionID()
public void setRefundTransactionID(String refundTransactionID)
public BasicAmountType getNetRefundAmount()
public void setNetRefundAmount(BasicAmountType netRefundAmount)
public BasicAmountType getFeeRefundAmount()
public void setFeeRefundAmount(BasicAmountType feeRefundAmount)
public BasicAmountType getGrossRefundAmount()
public void setGrossRefundAmount(BasicAmountType grossRefundAmount)
public BasicAmountType getTotalRefundedAmount()
public void setTotalRefundedAmount(BasicAmountType totalRefundedAmount)
public RefundInfoType getRefundInfo()
public void setRefundInfo(RefundInfoType refundInfo)
public String getReceiptData()
public void setReceiptData(String receiptData)
public String getMsgSubID()
public void setMsgSubID(String msgSubID)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||