Uses of Class
com.broadleafcommerce.customer.service.provider.external.ExternalPaymentProperties
Packages that use ExternalPaymentProperties
Package
Description
-
Uses of ExternalPaymentProperties in com.broadleafcommerce.customer.service.autoconfigure
Methods in com.broadleafcommerce.customer.service.autoconfigure with parameters of type ExternalPaymentPropertiesModifier and TypeMethodDescriptionCustomerServiceAutoConfiguration.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 ExternalPaymentPropertiesModifier and TypeMethodDescriptionprotected 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 ExternalPaymentPropertiesModifierConstructorDescriptionExternalPaymentProvider
(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.