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 PayPalCheckoutHostedServicePayPalGatewayAutoConfiguration. payPalCheckoutHostedService(PayPalGatewayConfiguration gatewayConfiguration, PayPalCheckoutTransactionService transactionService)PayPalCheckoutProviderPayPalGatewayAutoConfiguration. payPalCheckoutProvider(PayPalCheckoutApiProperties properties, PayPalGatewayConfiguration gatewayConfiguration)PayPalPaymentGatewayPaymentValidatorPayPalGatewayAutoConfiguration. 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 PayPalGatewayConfigurationDefaultPayPalCheckoutHostedService. getConfiguration()protected PayPalGatewayConfigurationDefaultPayPalPaymentGatewayPaymentValidator. 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 PayPalGatewayConfigurationDefaultPayPalCheckoutProvider. 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 PayPalGatewayConfigurationDefaultPayPalOrderService. 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 PayPalOrderServicePayPalVendorServiceAutoConfiguration. payPalOrderService(PayPalCheckoutProvider paypalCheckoutService, PayPalGatewayConfiguration gatewayConfiguration, PayPalCheckoutApiProperties properties, PayPalApiProvider apiProvider) 
 -