Uses of Class
com.broadleafcommerce.payment.service.gateway.privider.ExternalVerifoneProviderProperties
-
Packages that use ExternalVerifoneProviderProperties Package Description com.broadleafcommerce.payment.service.gateway.autoconfigure com.broadleafcommerce.payment.service.gateway.privider.external -
-
Uses of ExternalVerifoneProviderProperties in com.broadleafcommerce.payment.service.gateway.autoconfigure
Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure with parameters of type ExternalVerifoneProviderProperties Modifier and Type Method Description VerifoneProvider
VerifoneServiceAutoConfiguration. verifoneProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalVerifoneProviderProperties properties, VerifoneAuthProvider verifoneAuthProvider)
-
Uses of ExternalVerifoneProviderProperties in com.broadleafcommerce.payment.service.gateway.privider.external
Methods in com.broadleafcommerce.payment.service.gateway.privider.external that return ExternalVerifoneProviderProperties Modifier and Type Method Description protected ExternalVerifoneProviderProperties
ExternalVerifoneProvider. getProperties()
Constructors in com.broadleafcommerce.payment.service.gateway.privider.external with parameters of type ExternalVerifoneProviderProperties Constructor Description ExternalVerifoneProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalVerifoneProviderProperties properties, VerifoneAuthProvider verifoneAuthProvider)
-