Uses of Package
com.broadleafcommerce.payment.service.gateway
Packages that use com.broadleafcommerce.payment.service.gateway
Package
Description
-
Classes in com.broadleafcommerce.payment.service.gateway used by com.broadleafcommerce.payment.service.gatewayClassDescriptionThe payment configuration for the store credit.The service is intended to execute the requests to the external gateway service.Validator meant to ensure that
PaymentValidationRequest
objects are sufficiently configured for the Store Credit payment.PaymentRequest wrapper class that helps communication betweenStoreCreditTransactionService
andStoreCreditExternalCallService
.A request DTO used to execute aCreditAccountTransaction
.Response object contains the updatedCreditAccount
and executedCreditAccountTransaction
. -
Classes in com.broadleafcommerce.payment.service.gateway used by com.broadleafcommerce.payment.service.gateway.autoconfigureClassDescriptionThe payment configuration for the store credit.The service is intended to execute the requests to the external gateway service.Validator meant to ensure that
PaymentValidationRequest
objects are sufficiently configured for the Store Credit payment. -
Classes in com.broadleafcommerce.payment.service.gateway used by com.broadleafcommerce.payment.service.gateway.provider.externalClassDescriptionA request DTO used to execute a
CreditAccountTransaction
.Response object contains the updatedCreditAccount
and executedCreditAccountTransaction
.