Uses of Class
com.broadleafcommerce.paypal.micro.gateway.autoconfigure.PayPalCheckoutApiProperties
-
-
Uses of PayPalCheckoutApiProperties in com.broadleafcommerce.paypal.micro.gateway.autoconfigure
Methods in com.broadleafcommerce.paypal.micro.gateway.autoconfigure with parameters of type PayPalCheckoutApiProperties Modifier and Type Method Description PayPalCheckoutProvider
PayPalGatewayAutoConfiguration. payPalCheckoutProvider(PayPalClientProvider clientProvider, PayPalCheckoutApiProperties properties, PayPalGatewayConfiguration gatewayConfiguration)
PayPalCheckoutTransactionService
PayPalGatewayAutoConfiguration. payPalCheckoutTransactionService(PayPalCheckoutProvider paypalCheckoutService, PayPalClientProvider clientProvider, PayPalOrderService payPalOrderService, PayPalCheckoutApiProperties properties, org.springframework.retry.support.RetryTemplate retryTemplate, PayPalUtils utils)
-
Uses of PayPalCheckoutApiProperties in com.broadleafcommerce.paypal.micro.gateway.service
Methods in com.broadleafcommerce.paypal.micro.gateway.service that return PayPalCheckoutApiProperties Modifier and Type Method Description protected PayPalCheckoutApiProperties
DefaultPayPalCheckoutTransactionService. getProperties()
Constructors in com.broadleafcommerce.paypal.micro.gateway.service with parameters of type PayPalCheckoutApiProperties Constructor Description DefaultPayPalCheckoutTransactionService(PayPalCheckoutProvider paypalCheckoutService, PayPalClientProvider clientProvider, PayPalOrderService payPalOrderService, PayPalCheckoutApiProperties properties, org.springframework.retry.support.RetryTemplate retryTemplate, PayPalUtils utils)
-
Uses of PayPalCheckoutApiProperties in com.broadleafcommerce.paypal.micro.gateway.service.provider
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider that return PayPalCheckoutApiProperties Modifier and Type Method Description protected PayPalCheckoutApiProperties
DefaultPayPalCheckoutProvider. getProperties()
Constructors in com.broadleafcommerce.paypal.micro.gateway.service.provider with parameters of type PayPalCheckoutApiProperties Constructor Description DefaultPayPalCheckoutProvider(PayPalClientProvider clientProvider, PayPalCheckoutApiProperties properties, PayPalGatewayConfiguration gatewayConfiguration)
-
Uses of PayPalCheckoutApiProperties in com.broadleafcommerce.paypal.micro.service
Methods in com.broadleafcommerce.paypal.micro.service that return PayPalCheckoutApiProperties Modifier and Type Method Description protected PayPalCheckoutApiProperties
DefaultPayPalClientProvider. getProperties()
protected PayPalCheckoutApiProperties
DefaultPayPalOrderService. getProperties()
Constructors in com.broadleafcommerce.paypal.micro.service with parameters of type PayPalCheckoutApiProperties Constructor Description DefaultPayPalClientProvider(@NonNull PayPalCheckoutApiProperties properties)
DefaultPayPalOrderService(PayPalCheckoutProvider checkoutProvider, PayPalClientProvider clientProvider, PayPalGatewayConfiguration gatewayConfiguration, PayPalCheckoutApiProperties properties)
-
Uses of PayPalCheckoutApiProperties in com.broadleafcommerce.paypal.micro.service.autoconfigure
Methods in com.broadleafcommerce.paypal.micro.service.autoconfigure with parameters of type PayPalCheckoutApiProperties Modifier and Type Method Description PayPalClientProvider
PayPalVendorServiceAutoConfiguration. payPalClientProvider(PayPalCheckoutApiProperties properties)
PayPalOrderService
PayPalVendorServiceAutoConfiguration. payPalOrderService(PayPalCheckoutProvider paypalCheckoutService, PayPalGatewayConfiguration gatewayConfiguration, PayPalCheckoutApiProperties properties, PayPalClientProvider payPalClientProvider)
-