Uses of Class
com.broadleafcommerce.orderoperation.domain.payment.PaymentDistributionDto
-
Uses of PaymentDistributionDto in com.broadleafcommerce.orderoperation.service.payment
Modifier and TypeMethodDescriptionprotected PaymentDistributionDto
DefaultPaymentRefundService.buildPaymentDistributionDto
(@NonNull com.broadleafcommerce.order.client.domain.Order order, @NonNull javax.money.MonetaryAmount totalToDistribute, @NonNull List<DefaultPaymentRefundService.PaymentWithRefundableAmount> paymentWithRefundableAmounts) Modifier and TypeMethodDescriptionDefaultPaymentDistributionService.distributePaymentAmounts
(@NonNull PaymentDistributionDto dto) PaymentDistributionService.distributePaymentAmounts
(PaymentDistributionDto paymentDistributionDto) Distributes a payment amount across different payments based on the details specified inPaymentDistributionDto
.protected void
DefaultPaymentDistributionService.validatePaymentDistributionDto
(@NonNull PaymentDistributionDto dto)