Uses of Interface
com.broadleafcommerce.payment.service.gateway.StoreCreditExternalCallService
Packages that use StoreCreditExternalCallService
Package
Description
-
Uses of StoreCreditExternalCallService in com.broadleafcommerce.payment.service.gateway
Classes in com.broadleafcommerce.payment.service.gateway that implement StoreCreditExternalCallServiceModifier and TypeClassDescriptionclass
This class communicates with the Credit Account service APIs to perform transactions.Methods in com.broadleafcommerce.payment.service.gateway that return StoreCreditExternalCallServiceModifier and TypeMethodDescriptionprotected StoreCreditExternalCallService
DefaultStoreCreditTransactionService.getCreditAccountExternalCallService()
Constructors in com.broadleafcommerce.payment.service.gateway with parameters of type StoreCreditExternalCallServiceModifierConstructorDescriptionDefaultStoreCreditTransactionService
(StoreCreditExternalCallService creditAccountExternalCallService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of StoreCreditExternalCallService in com.broadleafcommerce.payment.service.gateway.autoconfigure
Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure that return StoreCreditExternalCallServiceModifier and TypeMethodDescriptionStoreCreditServiceAutoConfiguration.storeCreditExternalCallService
(StoreCreditTransactionExecutionProvider storeCreditTransactionExecutionProvider, StoreCreditConfiguration configuration, com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure with parameters of type StoreCreditExternalCallServiceModifier and TypeMethodDescriptionStoreCreditServiceAutoConfiguration.storeCreditTransactionService
(StoreCreditExternalCallService creditAccountExternalCallService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)