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.PaymentGatewayHostedServiceDefines a service implementingPaymentGatewayHostedServicethat 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