Class PayPalUpdatePlanRequest
java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
org.broadleafcommerce.vendor.paypal.service.payment.PayPalUpdatePlanRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<com.paypal.api.payments.Patch>protected com.paypal.api.payments.PlanFields inherited from class org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
apiContext, executed -
Constructor Summary
ConstructorsConstructorDescriptionPayPalUpdatePlanRequest(com.paypal.api.payments.Plan plan, List<com.paypal.api.payments.Patch> patches, com.paypal.base.rest.APIContext apiContext) -
Method Summary
Methods inherited from class org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
execute, isValid
-
Field Details
-
plan
protected com.paypal.api.payments.Plan plan -
patches
-
-
Constructor Details
-
PayPalUpdatePlanRequest
public PayPalUpdatePlanRequest(com.paypal.api.payments.Plan plan, List<com.paypal.api.payments.Patch> patches, com.paypal.base.rest.APIContext apiContext)
-
-
Method Details
-
executeInternal
- Specified by:
executeInternalin classPayPalRequest- Throws:
com.paypal.base.rest.PayPalRESTException
-
isRequestValid
protected boolean isRequestValid()- Specified by:
isRequestValidin classPayPalRequest
-