Class PayPalRefundRequest

  • All Implemented Interfaces:
    PayPalRequest

    public class PayPalRefundRequest
    extends AbstractPayPalRequest<com.paypal.payments.Refund,​com.paypal.payments.CapturesRefundRequest>
    Represents a refund request. To partially refund an order, specify RefundRequest.amount(Money), otherwise the refund request may be empty (but not null).
    • Constructor Detail

      • PayPalRefundRequest

        public PayPalRefundRequest​(PayPalClientProvider clientProvider,
                                   com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest,
                                   com.paypal.payments.RefundRequest refundRequest,
                                   String captureId)