Uses of Interface
com.broadleafcommerce.payment.service.gateway.provider.external.StoreCreditTransactionExecutionProvider
Packages that use StoreCreditTransactionExecutionProvider
Package
Description
-
Uses of StoreCreditTransactionExecutionProvider in com.broadleafcommerce.payment.service.gateway
Methods in com.broadleafcommerce.payment.service.gateway that return StoreCreditTransactionExecutionProviderModifier and TypeMethodDescriptionprotected StoreCreditTransactionExecutionProvider
DefaultStoreCreditExternalCallService.getStoreCreditTransactionExecutionProvider()
Constructors in com.broadleafcommerce.payment.service.gateway with parameters of type StoreCreditTransactionExecutionProviderModifierConstructorDescriptionDefaultStoreCreditExternalCallService
(StoreCreditTransactionExecutionProvider storeCreditTransactionExecutionProvider, StoreCreditConfiguration configuration, com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of StoreCreditTransactionExecutionProvider in com.broadleafcommerce.payment.service.gateway.autoconfigure
Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure that return StoreCreditTransactionExecutionProviderModifier and TypeMethodDescriptionStoreCreditServiceAutoConfiguration.storeCreditTransactionExecutionProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalStoreCreditProperties properties) Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure with parameters of type StoreCreditTransactionExecutionProviderModifier and TypeMethodDescriptionStoreCreditServiceAutoConfiguration.storeCreditExternalCallService
(StoreCreditTransactionExecutionProvider storeCreditTransactionExecutionProvider, StoreCreditConfiguration configuration, com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of StoreCreditTransactionExecutionProvider in com.broadleafcommerce.payment.service.gateway.provider.external
Classes in com.broadleafcommerce.payment.service.gateway.provider.external that implement StoreCreditTransactionExecutionProviderModifier and TypeClassDescriptionclass
The default implementation forStoreCreditTransactionExecutionProvider
.