public abstract class PayPalRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.paypal.base.rest.APIContext |
apiContext |
protected Boolean |
executed |
| Constructor and Description |
|---|
PayPalRequest(com.paypal.base.rest.APIContext apiContext) |
| Modifier and Type | Method and Description |
|---|---|
PayPalResponse |
execute() |
protected abstract PayPalResponse |
executeInternal() |
protected abstract boolean |
isRequestValid() |
protected boolean |
isValid() |
protected Boolean executed
protected com.paypal.base.rest.APIContext apiContext
public PayPalResponse execute() throws com.paypal.base.rest.PayPalRESTException
com.paypal.base.rest.PayPalRESTExceptionprotected boolean isValid()
protected abstract PayPalResponse executeInternal() throws com.paypal.base.rest.PayPalRESTException
com.paypal.base.rest.PayPalRESTExceptionprotected abstract boolean isRequestValid()
Copyright © 2025. All rights reserved.