Uses of Interface
com.broadleafcommerce.orderoperation.service.payment.PaymentDistributionService
Package
Description
-
Uses of PaymentDistributionService in com.broadleafcommerce.orderoperation.service.autoconfigure
Modifier and TypeMethodDescriptionOrderOperationServiceAutoConfiguration.paymentDistributionService
(SplitRoundingHelper splitRoundingHelper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of PaymentDistributionService in com.broadleafcommerce.orderoperation.service.generate
Modifier and TypeMethodDescriptionprotected PaymentDistributionService
DefaultCartOrderGenerationService.getPaymentDistributionService()
Modifier and TypeMethodDescriptionvoid
DefaultCartOrderGenerationService.setPaymentDistributionService
(PaymentDistributionService paymentDistributionService) -
Uses of PaymentDistributionService in com.broadleafcommerce.orderoperation.service.payment
Modifier and TypeClassDescriptionclass
A service responsible for distributing payment amounts based on the payments' ratios from anOrder
.Modifier and TypeMethodDescriptionprotected PaymentDistributionService
DefaultPaymentCaptureService.getPaymentDistributionService()
protected PaymentDistributionService
DefaultPaymentRefundService.getPaymentDistributionService()
Modifier and TypeMethodDescriptionvoid
DefaultPaymentCaptureService.setPaymentDistributionService
(PaymentDistributionService paymentDistributionService) void
DefaultPaymentRefundService.setPaymentDistributionService
(PaymentDistributionService paymentDistributionService)