Uses of Class
com.broadleafcommerce.customer.service.provider.external.ExternalPaymentProperties
-
Packages that use ExternalPaymentProperties Package Description com.broadleafcommerce.customer.service.autoconfigure com.broadleafcommerce.customer.service.provider.external -
-
Uses of ExternalPaymentProperties in com.broadleafcommerce.customer.service.autoconfigure
Methods in com.broadleafcommerce.customer.service.autoconfigure with parameters of type ExternalPaymentProperties Modifier and Type Method Description PaymentProvider<Payment>
CustomerServiceAutoConfiguration.SavedPaymentAccountConfiguration. customerPaymentProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalPaymentProperties properties)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExternalPaymentProperties in com.broadleafcommerce.customer.service.provider.external
Methods in com.broadleafcommerce.customer.service.provider.external that return ExternalPaymentProperties Modifier and Type Method Description protected ExternalPaymentProperties
ExternalPaymentProvider. getProperties()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.broadleafcommerce.customer.service.provider.external with parameters of type ExternalPaymentProperties Constructor Description ExternalPaymentProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalPaymentProperties properties)
Deprecated, for removal: This API element is subject to removal in a future version.
-