Class PayPalUpdatePaymentRequest
java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
org.broadleafcommerce.vendor.paypal.service.payment.PayPalUpdatePaymentRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<com.paypal.api.payments.Patch>protected com.paypal.api.payments.PaymentFields inherited from class org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
apiContext, executed -
Constructor Summary
ConstructorsConstructorDescriptionPayPalUpdatePaymentRequest(com.paypal.api.payments.Payment payment, 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
-
payment
protected com.paypal.api.payments.Payment payment -
patches
-
-
Constructor Details
-
PayPalUpdatePaymentRequest
public PayPalUpdatePaymentRequest(com.paypal.api.payments.Payment payment, 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
-