Uses of Class
com.broadleafcommerce.order.client.domain.payment.PaymentDistributionDetail
Packages that use PaymentDistributionDetail
-
Uses of PaymentDistributionDetail in com.broadleafcommerce.order.client.domain
Methods in com.broadleafcommerce.order.client.domain that return types with arguments of type PaymentDistributionDetailModifier and TypeMethodDescriptionOrder.getPaymentDistributionDetails()
A list ofPaymentDistributionDetails
representing how this order's total is split across different payments.Method parameters in com.broadleafcommerce.order.client.domain with type arguments of type PaymentDistributionDetailModifier and TypeMethodDescriptionvoid
Order.setPaymentDistributionDetails
(List<PaymentDistributionDetail> paymentDistributionDetails) A list ofPaymentDistributionDetails
representing how this order's total is split across different payments.