Uses of Class
com.broadleafcommerce.cart.service.messaging.event.PaymentSummary
-
Packages that use PaymentSummary Package Description com.broadleafcommerce.cart.service.messaging.event -
-
Uses of PaymentSummary in com.broadleafcommerce.cart.service.messaging.event
Methods in com.broadleafcommerce.cart.service.messaging.event that return types with arguments of type PaymentSummary Modifier and Type Method Description List<PaymentSummary>
CheckoutCompletionEvent. getPaymentSummaries()
The payments for the cart that completed the checkout workflowMethod parameters in com.broadleafcommerce.cart.service.messaging.event with type arguments of type PaymentSummary Modifier and Type Method Description void
CheckoutCompletionEvent. setPaymentSummaries(List<PaymentSummary> paymentSummaries)
The payments for the cart that completed the checkout workflowConstructor parameters in com.broadleafcommerce.cart.service.messaging.event with type arguments of type PaymentSummary Constructor Description CheckoutCompletionEvent(com.broadleafcommerce.cart.client.domain.CheckoutCart cart, List<PaymentSummary> paymentSummaries, String requestId, com.broadleafcommerce.data.tracking.core.context.ContextInfo info)
-