Uses of Class
com.broadleafcommerce.paypal.micro.gateway.autoconfigure.PayPalGatewayConfiguration
Packages that use PayPalGatewayConfiguration
Package
Description
-
Uses of PayPalGatewayConfiguration in com.broadleafcommerce.paypal.micro.gateway.autoconfigure
Methods in com.broadleafcommerce.paypal.micro.gateway.autoconfigure with parameters of type PayPalGatewayConfigurationModifier and TypeMethodDescriptionPayPalGatewayAutoConfiguration.payPalCheckoutHostedService(PayPalGatewayConfiguration gatewayConfiguration, PayPalCheckoutTransactionService transactionService) PayPalGatewayAutoConfiguration.payPalCheckoutProvider(PayPalCheckoutApiProperties properties, PayPalGatewayConfiguration gatewayConfiguration) PayPalGatewayAutoConfiguration.payPalPaymentGatewayPaymentValidator(PayPalGatewayConfiguration gatewayConfiguration) -
Uses of PayPalGatewayConfiguration in com.broadleafcommerce.paypal.micro.gateway.service
Methods in com.broadleafcommerce.paypal.micro.gateway.service that return PayPalGatewayConfigurationModifier and TypeMethodDescriptionprotected PayPalGatewayConfigurationDefaultPayPalCheckoutHostedService.getConfiguration()protected PayPalGatewayConfigurationDefaultPayPalPaymentGatewayPaymentValidator.getGatewayConfiguration()Constructors in com.broadleafcommerce.paypal.micro.gateway.service with parameters of type PayPalGatewayConfigurationModifierConstructorDescriptionDefaultPayPalCheckoutHostedService(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 PayPalGatewayConfigurationModifier and TypeMethodDescriptionprotected PayPalGatewayConfigurationDefaultPayPalCheckoutProvider.getGatewayConfiguration()Constructors in com.broadleafcommerce.paypal.micro.gateway.service.provider with parameters of type PayPalGatewayConfigurationModifierConstructorDescriptionDefaultPayPalCheckoutProvider(PayPalCheckoutApiProperties properties, PayPalGatewayConfiguration gatewayConfiguration) -
Uses of PayPalGatewayConfiguration in com.broadleafcommerce.paypal.micro.service
Methods in com.broadleafcommerce.paypal.micro.service that return PayPalGatewayConfigurationModifier and TypeMethodDescriptionprotected PayPalGatewayConfigurationDefaultPayPalOrderService.getGatewayConfiguration()Constructors in com.broadleafcommerce.paypal.micro.service with parameters of type PayPalGatewayConfigurationModifierConstructorDescriptionDefaultPayPalOrderService(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 PayPalGatewayConfigurationModifier and TypeMethodDescriptionPayPalVendorServiceAutoConfiguration.payPalOrderService(PayPalCheckoutProvider paypalCheckoutService, PayPalGatewayConfiguration gatewayConfiguration, PayPalCheckoutApiProperties properties, PayPalApiProvider apiProvider)