Class PayPalRefundRequest

java.lang.Object
com.broadleafcommerce.paypal.micro.domain.api.AbstractPayPalRequest<Refund>
com.broadleafcommerce.paypal.micro.domain.api.PayPalRefundRequest
All Implemented Interfaces:
PayPalRequest

public class PayPalRefundRequest extends AbstractPayPalRequest<Refund>
Represents a refund request. To partially refund an order, specify RefundRequest.setAmount(Money), otherwise the refund request may be empty (but not null).