Uses of Class
com.paypal.api.PayPalAPI.RefundTransactionRequestType

Packages that use RefundTransactionRequestType
com.mikeblanton.paypal.util   
com.paypal.api.PayPalAPI   
 

Uses of RefundTransactionRequestType in com.mikeblanton.paypal.util
 

Methods in com.mikeblanton.paypal.util with parameters of type RefundTransactionRequestType
 RefundTransactionResponseType PayPalAPIUtil.refundTransaction(RefundTransactionRequestType _request)
          Performs a PayPal Refund via API using the passed RefundTransactionRequest instance.
 

Uses of RefundTransactionRequestType in com.paypal.api.PayPalAPI
 

Methods in com.paypal.api.PayPalAPI that return RefundTransactionRequestType
 RefundTransactionRequestType _RefundTransactionReq.getRefundTransactionRequest()
           
 

Methods in com.paypal.api.PayPalAPI with parameters of type RefundTransactionRequestType
 void _RefundTransactionReq.setRefundTransactionRequest(RefundTransactionRequestType refundTransactionRequest)