Class PayPalRefundResponse
java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.AbstractPayPalResponse<com.paypal.payments.Refund>
org.broadleafcommerce.vendor.paypal.service.payment.PayPalRefundResponse
- All Implemented Interfaces:
PayPalResponse
-
Constructor Summary
ConstructorsConstructorDescriptionPayPalRefundResponse(com.paypal.http.HttpResponse<com.paypal.payments.Refund> response) -
Method Summary
Methods inherited from class org.broadleafcommerce.vendor.paypal.service.payment.AbstractPayPalResponse
getContent, getResponse
-
Constructor Details
-
PayPalRefundResponse
public PayPalRefundResponse(com.paypal.http.HttpResponse<com.paypal.payments.Refund> response)
-