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