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