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

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

Uses of RefundTransactionResponseType in com.mikeblanton.paypal.util
 

Methods in com.mikeblanton.paypal.util that return RefundTransactionResponseType
 RefundTransactionResponseType PayPalAPIUtil.refundTransaction(RefundTransactionRequestType _request)
          Performs a PayPal Refund via API using the passed RefundTransactionRequest instance.
 RefundTransactionResponseType PayPalAPIUtil.refundTransaction(TransactionId _txnId, BasicAmountType _amount, java.lang.String _memo, RefundPurposeTypeCodeType _type)
          Performs a PayPal Refund via API using the passed data.
 RefundTransactionResponseType PayPalAPIUtil.refundTransaction(java.lang.String _txnId, java.lang.String _amount, java.lang.String _currency, java.lang.String _memo, java.lang.String _type)
          Performs a PayPal Refund via API using the passed data.
 

Uses of RefundTransactionResponseType in com.paypal.api.PayPalAPI
 

Methods in com.paypal.api.PayPalAPI that return RefundTransactionResponseType
 RefundTransactionResponseType PayPalAPIInterface.refundTransaction(_RefundTransactionReq refundTransactionRequest)
           
 RefundTransactionResponseType PayPalAPISoapBindingStub.refundTransaction(_RefundTransactionReq refundTransactionRequest)