Uses of Class
com.broadleafcommerce.cart.service.messaging.event.PaymentSummary
Packages that use PaymentSummary
-
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 PaymentSummaryModifier and TypeMethodDescriptionCartAwaitingPaymentResultsEvent.getPaymentSummaries()
A collection of the cart'sPaymentSummaries
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 PaymentSummaryModifier and TypeMethodDescriptionvoid
CartAwaitingPaymentResultsEvent.setPaymentSummaries
(List<PaymentSummary> paymentSummaries) A collection of the cart'sPaymentSummaries
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 PaymentSummaryModifierConstructorDescriptionCartAwaitingPaymentResultsEvent
(com.broadleafcommerce.cart.client.domain.CheckoutCart cart, List<PaymentSummary> paymentSummaries, List<PaymentNextAction> paymentNextActions, Map<String, Object> additionalAttributes, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) CheckoutCompletionEvent
(com.broadleafcommerce.cart.client.domain.CheckoutCart cart, List<PaymentSummary> paymentSummaries, String requestId, com.broadleafcommerce.data.tracking.core.context.ContextInfo info)