Uses of Class
paypalnvp.request.RefundTransaction

Packages that use RefundTransaction
paypalnvp.request   
 

Uses of RefundTransaction in paypalnvp.request
 

Methods in paypalnvp.request that return RefundTransaction
static RefundTransaction RefundTransaction.getFullRefund(java.lang.String transactionId)
          Transaction id cannot be longer than 17 characters and cannot be null, if it is, exception is thrown.
static RefundTransaction RefundTransaction.getOtherRefund(java.lang.String transactionId)
          Transaction id cannot be longer than 17 characters and cannot be null, if it is, exception is thrown.
static RefundTransaction RefundTransaction.getOtherRefund(java.lang.String transactionId, java.lang.String amount)
          Transaction id and amount has to be valid, otherwise exception is thrown.
static RefundTransaction RefundTransaction.getPartialRefund(java.lang.String transactionId, java.lang.String amount)
          Transaction id and amount has to be valid, otherwise exception is thrown.