public class PayPalRefundRequest extends PayPalRequest
| Modifier and Type | Field and Description |
|---|---|
protected com.paypal.api.payments.Capture |
capture |
protected com.paypal.api.payments.RefundRequest |
refundRequest |
protected com.paypal.api.payments.Sale |
sale |
apiContext, executed| Constructor and Description |
|---|
PayPalRefundRequest(com.paypal.api.payments.RefundRequest refundRequest,
com.paypal.api.payments.Capture capture,
com.paypal.base.rest.APIContext apiContext) |
PayPalRefundRequest(com.paypal.api.payments.RefundRequest refundRequest,
com.paypal.api.payments.Sale sale,
com.paypal.base.rest.APIContext apiContext) |
| Modifier and Type | Method and Description |
|---|---|
protected PayPalResponse |
executeInternal() |
protected boolean |
isRequestValid() |
execute, isValidprotected com.paypal.api.payments.RefundRequest refundRequest
protected com.paypal.api.payments.Capture capture
protected com.paypal.api.payments.Sale sale
public PayPalRefundRequest(com.paypal.api.payments.RefundRequest refundRequest,
com.paypal.api.payments.Capture capture,
com.paypal.base.rest.APIContext apiContext)
public PayPalRefundRequest(com.paypal.api.payments.RefundRequest refundRequest,
com.paypal.api.payments.Sale sale,
com.paypal.base.rest.APIContext apiContext)
protected PayPalResponse executeInternal() throws com.paypal.base.rest.PayPalRESTException
executeInternal in class PayPalRequestcom.paypal.base.rest.PayPalRESTExceptionprotected boolean isRequestValid()
isRequestValid in class PayPalRequestCopyright © 2025. All rights reserved.