Class PayPalCaptureRequest
java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
org.broadleafcommerce.vendor.paypal.service.payment.PayPalCaptureRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.paypal.api.payments.Authorizationprotected com.paypal.api.payments.CaptureFields inherited from class org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
apiContext, executed -
Constructor Summary
ConstructorsConstructorDescriptionPayPalCaptureRequest(com.paypal.api.payments.Authorization authorization, com.paypal.api.payments.Capture capture, com.paypal.base.rest.APIContext apiContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanMethods inherited from class org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
execute, isValid
-
Field Details
-
authorization
protected com.paypal.api.payments.Authorization authorization -
capture
protected com.paypal.api.payments.Capture capture
-
-
Constructor Details
-
PayPalCaptureRequest
public PayPalCaptureRequest(com.paypal.api.payments.Authorization authorization, com.paypal.api.payments.Capture capture, 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
-