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 ofPaymentDistributionDetailsrepresenting 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 TypeMethodDescriptionvoidOrder.setPaymentDistributionDetails(List<PaymentDistributionDetail> paymentDistributionDetails) A list ofPaymentDistributionDetailsrepresenting how this order's total is split across different payments.