Class PayPalRefundRequest

java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
org.broadleafcommerce.vendor.paypal.service.payment.PayPalRefundRequest

public class PayPalRefundRequest extends PayPalRequest
  • Field Details

    • refundRequest

      protected com.paypal.api.payments.RefundRequest refundRequest
    • capture

      protected com.paypal.api.payments.Capture capture
    • sale

      protected com.paypal.api.payments.Sale sale
  • Constructor Details

    • PayPalRefundRequest

      public PayPalRefundRequest(com.paypal.api.payments.RefundRequest refundRequest, com.paypal.api.payments.Capture capture, com.paypal.base.rest.APIContext apiContext)
    • PayPalRefundRequest

      public PayPalRefundRequest(com.paypal.api.payments.RefundRequest refundRequest, com.paypal.api.payments.Sale sale, com.paypal.base.rest.APIContext apiContext)
  • Method Details