Uses of Class
com.broadleafcommerce.paypal.micro.gateway.service.provider.external.ExternalPayPalApiProperties
Packages that use ExternalPayPalApiProperties
Package
Description
-
Uses of ExternalPayPalApiProperties in com.broadleafcommerce.paypal.micro.gateway.autoconfigure
Methods in com.broadleafcommerce.paypal.micro.gateway.autoconfigure with parameters of type ExternalPayPalApiPropertiesModifier and TypeMethodDescriptionPayPalGatewayAutoConfiguration.payPalApiProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalPayPalApiProperties properties, PayPalCheckoutApiProperties checkoutApiProperties) -
Uses of ExternalPayPalApiProperties in com.broadleafcommerce.paypal.micro.gateway.service.provider.external
Methods in com.broadleafcommerce.paypal.micro.gateway.service.provider.external that return ExternalPayPalApiPropertiesModifier and TypeMethodDescriptionprotected ExternalPayPalApiProperties
ExternalPayPalApiProvider.getProperties()
Constructors in com.broadleafcommerce.paypal.micro.gateway.service.provider.external with parameters of type ExternalPayPalApiPropertiesModifierConstructorDescriptionExternalPayPalApiProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalPayPalApiProperties properties, PayPalCheckoutApiProperties checkoutApiProperties)