public class PayPalUpdatePlanRequest extends PayPalRequest
| Modifier and Type | Field and Description |
|---|---|
protected List<com.paypal.api.payments.Patch> |
patches |
protected com.paypal.api.payments.Plan |
plan |
apiContext, executed| Constructor and Description |
|---|
PayPalUpdatePlanRequest(com.paypal.api.payments.Plan plan,
List<com.paypal.api.payments.Patch> patches,
com.paypal.base.rest.APIContext apiContext) |
| Modifier and Type | Method and Description |
|---|---|
protected PayPalResponse |
executeInternal() |
protected boolean |
isRequestValid() |
execute, isValidprotected com.paypal.api.payments.Plan plan
protected List<com.paypal.api.payments.Patch> patches
public PayPalUpdatePlanRequest(com.paypal.api.payments.Plan plan,
List<com.paypal.api.payments.Patch> patches,
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.