Uses of Interface
com.broadleafcommerce.customer.service.provider.PaymentProvider
Package
Description
-
Uses of PaymentProvider in com.broadleafcommerce.customer.messaging
Modifier and TypeFieldDescriptionprotected final PaymentProvider<Payment>
CreatePaymentAccountEventListener.paymentProvider
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionprotected PaymentProvider<Payment>
CreatePaymentAccountEventListener.getPaymentProvider()
Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionCreatePaymentAccountEventListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, PaymentAccountService<PaymentAccount> paymentAccountService, PaymentProvider<Payment> paymentProvider, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PaymentProvider in com.broadleafcommerce.customer.service.autoconfigure
Modifier 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 PaymentProvider in com.broadleafcommerce.customer.service.provider.external
Modifier and TypeClassDescriptionclass
ExternalPaymentProvider<P extends Payment>
Deprecated, for removal: This API element is subject to removal in a future version.since 1.7.2, in favor of using PaymentTransactionServices as saved payment method storage location.