Uses of Class
com.broadleafcommerce.paypal.micro.gateway.autoconfigure.PayPalGatewayConfiguration
-
-
Uses of PayPalGatewayConfiguration in com.broadleafcommerce.paypal.micro.gateway.autoconfigure
Methods in com.broadleafcommerce.paypal.micro.gateway.autoconfigure with parameters of type PayPalGatewayConfiguration Modifier and Type Method Description PayPalCheckoutHostedService
PayPalGatewayAutoConfiguration. payPalCheckoutHostedService(PayPalGatewayConfiguration gatewayConfiguration, PayPalCheckoutTransactionService transactionService)
PayPalCheckoutProvider
PayPalGatewayAutoConfiguration. payPalCheckoutProvider(PayPalCheckoutApiProperties properties, PayPalGatewayConfiguration gatewayConfiguration)
PayPalPaymentGatewayPaymentValidator
PayPalGatewayAutoConfiguration. payPalPaymentGatewayPaymentValidator(PayPalGatewayConfiguration gatewayConfiguration)
-
Uses of PayPalGatewayConfiguration in com.broadleafcommerce.paypal.micro.gateway.service
Methods in com.broadleafcommerce.paypal.micro.gateway.service that return PayPalGatewayConfiguration Modifier and Type Method Description protected PayPalGatewayConfiguration
DefaultPayPalCheckoutHostedService. getConfiguration()
protected PayPalGatewayConfiguration
DefaultPayPalPaymentGatewayPaymentValidator. getGatewayConfiguration()
Constructors in com.broadleafcommerce.paypal.micro.gateway.service with parameters of type PayPalGatewayConfiguration Constructor Description DefaultPayPalCheckoutHostedService(PayPalGatewayConfiguration configuration, com.broadleafcommerce.paymentgateway.service.PaymentGatewayTransactionService transactionService)
DefaultPayPalPaymentGatewayPaymentValidator(PayPalGatewayConfiguration gatewayConfiguration)
-
Uses of PayPalGatewayConfiguration in com.broadleafcommerce.paypal.micro.gateway.service.provider
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider that return PayPalGatewayConfiguration Modifier and Type Method Description protected PayPalGatewayConfiguration
DefaultPayPalCheckoutProvider. getGatewayConfiguration()
Constructors in com.broadleafcommerce.paypal.micro.gateway.service.provider with parameters of type PayPalGatewayConfiguration Constructor Description DefaultPayPalCheckoutProvider(PayPalCheckoutApiProperties properties, PayPalGatewayConfiguration gatewayConfiguration)
-
Uses of PayPalGatewayConfiguration in com.broadleafcommerce.paypal.micro.service
Methods in com.broadleafcommerce.paypal.micro.service that return PayPalGatewayConfiguration Modifier and Type Method Description protected PayPalGatewayConfiguration
DefaultPayPalOrderService. getGatewayConfiguration()
Constructors in com.broadleafcommerce.paypal.micro.service with parameters of type PayPalGatewayConfiguration Constructor Description DefaultPayPalOrderService(PayPalCheckoutProvider checkoutProvider, PayPalApiProvider apiProvider, PayPalGatewayConfiguration gatewayConfiguration, PayPalCheckoutApiProperties properties)
-
Uses of PayPalGatewayConfiguration in com.broadleafcommerce.paypal.micro.service.autoconfigure
Methods in com.broadleafcommerce.paypal.micro.service.autoconfigure with parameters of type PayPalGatewayConfiguration Modifier and Type Method Description PayPalOrderService
PayPalVendorServiceAutoConfiguration. payPalOrderService(PayPalCheckoutProvider paypalCheckoutService, PayPalGatewayConfiguration gatewayConfiguration, PayPalCheckoutApiProperties properties, PayPalApiProvider apiProvider)
-