Uses of Class
com.broadleafcommerce.paymenttransaction.service.provider.external.ExternalCustomerProperties
Packages that use ExternalCustomerProperties
Package
Description
-
Uses of ExternalCustomerProperties in com.broadleafcommerce.paymenttransaction.service.autoconfigure
Methods in com.broadleafcommerce.paymenttransaction.service.autoconfigure with parameters of type ExternalCustomerPropertiesModifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.CustomerPaymentAccountConfiguration.customerPaymentAccountProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCustomerProperties externalCustomerProperties) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExternalCustomerProperties in com.broadleafcommerce.paymenttransaction.service.provider.external
Methods in com.broadleafcommerce.paymenttransaction.service.provider.external that return ExternalCustomerPropertiesModifier and TypeMethodDescriptionprotected ExternalCustomerProperties
ExternalCustomerPaymentAccountProvider.getProperties()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.broadleafcommerce.paymenttransaction.service.provider.external with parameters of type ExternalCustomerPropertiesModifierConstructorDescriptionExternalCustomerPaymentAccountProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCustomerProperties properties) Deprecated, for removal: This API element is subject to removal in a future version.