Class PayPalAuthorizationRetrievalRequest
java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
org.broadleafcommerce.vendor.paypal.service.payment.PayPalAuthorizationRetrievalRequest
-
Field Summary
FieldsFields inherited from class org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
apiContext, executed -
Constructor Summary
ConstructorsConstructorDescriptionPayPalAuthorizationRetrievalRequest(String authId, com.paypal.base.rest.APIContext apiContext) -
Method Summary
Methods inherited from class org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
execute, isValid
-
Field Details
-
authId
-
-
Constructor Details
-
PayPalAuthorizationRetrievalRequest
public PayPalAuthorizationRetrievalRequest(String authId, 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
-