Class PayPalSaleRequest
java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
org.broadleafcommerce.vendor.paypal.service.payment.PayPalSaleRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.paypal.api.payments.Paymentprotected com.paypal.api.payments.PaymentExecutionFields inherited from class org.broadleafcommerce.vendor.paypal.service.payment.PayPalRequest
apiContext, executed -
Constructor Summary
ConstructorsConstructorDescriptionPayPalSaleRequest(com.paypal.api.payments.Payment payment, com.paypal.api.payments.PaymentExecution paymentExecution, 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
-
payment
protected com.paypal.api.payments.Payment payment -
paymentExecution
protected com.paypal.api.payments.PaymentExecution paymentExecution
-
-
Constructor Details
-
PayPalSaleRequest
public PayPalSaleRequest(com.paypal.api.payments.Payment payment, com.paypal.api.payments.PaymentExecution paymentExecution, 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
-