Class PayPalVoidRequest
java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
org.broadleafcommerce.vendor.paypal.service.payment.PayPalVoidRequest
-
Field Summary
FieldsFields inherited from class org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
apiContext, executed -
Constructor Summary
ConstructorsConstructorDescriptionPayPalVoidRequest(com.paypal.api.payments.Authorization authorization, com.paypal.base.rest.APIContext apiContext) -
Method Summary
Methods inherited from class org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
execute, isValid
-
Field Details
-
authorization
protected com.paypal.api.payments.Authorization authorization
-
-
Constructor Details
-
PayPalVoidRequest
public PayPalVoidRequest(com.paypal.api.payments.Authorization authorization, 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
-