Uses of Class
com.broadleafcommerce.paypal.micro.gateway.service.provider.external.ExternalPayPalApiProperties
-
Packages that use ExternalPayPalApiProperties Package Description com.broadleafcommerce.paypal.micro.gateway.autoconfigure com.broadleafcommerce.paypal.micro.gateway.service.provider.external -
-
Uses of ExternalPayPalApiProperties in com.broadleafcommerce.paypal.micro.gateway.autoconfigure
Methods in com.broadleafcommerce.paypal.micro.gateway.autoconfigure with parameters of type ExternalPayPalApiProperties Modifier and Type Method Description PayPalApiProvider
PayPalGatewayAutoConfiguration. 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 ExternalPayPalApiProperties Modifier and Type Method Description protected ExternalPayPalApiProperties
ExternalPayPalApiProvider. getProperties()
Constructors in com.broadleafcommerce.paypal.micro.gateway.service.provider.external with parameters of type ExternalPayPalApiProperties Constructor Description ExternalPayPalApiProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalPayPalApiProperties properties, PayPalCheckoutApiProperties checkoutApiProperties)
-