urn.ebay.api.PayPalAPI
Class RefundTransactionResponseType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.AbstractResponseType
      extended by urn.ebay.api.PayPalAPI.RefundTransactionResponseType

public class RefundTransactionResponseType
extends AbstractResponseType

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

RefundTransactionResponseType

public RefundTransactionResponseType()
Default Constructor


RefundTransactionResponseType

public RefundTransactionResponseType(Node node)
                              throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getRefundTransactionID

public String getRefundTransactionID()
Getter for refundTransactionID


setRefundTransactionID

public void setRefundTransactionID(String refundTransactionID)
Setter for refundTransactionID


getNetRefundAmount

public BasicAmountType getNetRefundAmount()
Getter for netRefundAmount


setNetRefundAmount

public void setNetRefundAmount(BasicAmountType netRefundAmount)
Setter for netRefundAmount


getFeeRefundAmount

public BasicAmountType getFeeRefundAmount()
Getter for feeRefundAmount


setFeeRefundAmount

public void setFeeRefundAmount(BasicAmountType feeRefundAmount)
Setter for feeRefundAmount


getGrossRefundAmount

public BasicAmountType getGrossRefundAmount()
Getter for grossRefundAmount


setGrossRefundAmount

public void setGrossRefundAmount(BasicAmountType grossRefundAmount)
Setter for grossRefundAmount


getTotalRefundedAmount

public BasicAmountType getTotalRefundedAmount()
Getter for totalRefundedAmount


setTotalRefundedAmount

public void setTotalRefundedAmount(BasicAmountType totalRefundedAmount)
Setter for totalRefundedAmount


getRefundInfo

public RefundInfoType getRefundInfo()
Getter for refundInfo


setRefundInfo

public void setRefundInfo(RefundInfoType refundInfo)
Setter for refundInfo


getReceiptData

public String getReceiptData()
Getter for receiptData


setReceiptData

public void setReceiptData(String receiptData)
Setter for receiptData


getMsgSubID

public String getMsgSubID()
Getter for msgSubID


setMsgSubID

public void setMsgSubID(String msgSubID)
Setter for msgSubID



Copyright © 2012. All Rights Reserved.