Uses of Class
com.broadleafcommerce.orderoperation.domain.payment.PaymentDistributionResult
-
Uses of PaymentDistributionResult in com.broadleafcommerce.orderoperation.service.payment
Modifier and TypeMethodDescriptionDefaultPaymentDistributionService.distributePaymentAmounts
(@NonNull PaymentDistributionDto dto) PaymentDistributionService.distributePaymentAmounts
(PaymentDistributionDto paymentDistributionDto) Distributes a payment amount across different payments based on the details specified inPaymentDistributionDto
.Modifier and TypeMethodDescriptionDefaultPaymentRefundService.buildPaymentRefundPackagesFromDistribution
(@NonNull PaymentDistributionResult distributionResult, @NonNull List<DefaultPaymentRefundService.PaymentWithRefundableAmount> paymentWithRefundableAmounts, @NonNull com.broadleafcommerce.order.client.domain.Order order, @NonNull String fulfillmentId, boolean isForReturnConfirmation, com.broadleafcommerce.order.client.domain.ReturnConfirmation returnConfirmation) Builds a list ofPaymentRefundPackages
from the givenPaymentDistributionResult
.