Uses of Class
com.broadleafcommerce.orderoperation.domain.payment.PaymentDistributionDto
Packages that use PaymentDistributionDto
-
Uses of PaymentDistributionDto in com.broadleafcommerce.orderoperation.service.payment
Methods in com.broadleafcommerce.orderoperation.service.payment that return PaymentDistributionDtoModifier and TypeMethodDescriptionprotected PaymentDistributionDto
DefaultPaymentRefundService.buildPaymentDistributionDto
(@NonNull com.broadleafcommerce.order.client.domain.Order order, @NonNull javax.money.MonetaryAmount totalToDistribute, @NonNull List<DefaultPaymentRefundService.PaymentWithRefundableAmount> paymentWithRefundableAmounts) Methods in com.broadleafcommerce.orderoperation.service.payment with parameters of type PaymentDistributionDtoModifier 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)