Interface PayPalCheckoutHostedService
- All Superinterfaces:
com.broadleafcommerce.paymentgateway.service.PaymentGatewayHostedService
,com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
- All Known Implementing Classes:
DefaultPayPalCheckoutHostedService
public interface PayPalCheckoutHostedService
extends com.broadleafcommerce.paymentgateway.service.PaymentGatewayHostedService
Defines a service implementing
PaymentGatewayHostedService
that supports hosted
solutions. For PayPal, this means either authorizing or capturing the order transaction.
PayPalGatewayConfiguration#isPerformAuthorizeAndCapture()
will determine which method is
used.- Author:
- Nathan Moore
-
Method Summary
Methods inherited from interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayHostedService
requestHostedEndpoint
Methods inherited from interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
getGatewayType