Class PayPalRefundResponse
- java.lang.Object
-
- com.broadleafcommerce.paypal.micro.domain.api.AbstractPayPalResponse<com.paypal.payments.Refund>
-
- com.broadleafcommerce.paypal.micro.domain.api.PayPalRefundResponse
-
- All Implemented Interfaces:
PayPalResponse
public class PayPalRefundResponse extends AbstractPayPalResponse<com.paypal.payments.Refund>
-
-
Constructor Summary
Constructors Constructor Description PayPalRefundResponse(@NonNull com.paypal.http.HttpResponse<com.paypal.payments.Refund> response)
-
Method Summary
-
Methods inherited from class com.broadleafcommerce.paypal.micro.domain.api.AbstractPayPalResponse
getContent, getResponse
-
-