public interface PaymentSummaryService
PaymentSummary
based on the state of a
Payment
Payment and it's PaymentTransactions
.Modifier and Type | Method and Description |
---|---|
com.broadleafcommerce.order.common.domain.PaymentSummary |
buildPaymentSummary(@NonNull com.broadleafcommerce.order.common.domain.Payment payment)
Determines
PaymentSummary based on the Payment's
PaymentTransactions . |
com.broadleafcommerce.order.common.domain.PaymentSummary buildPaymentSummary(@NonNull @NonNull com.broadleafcommerce.order.common.domain.Payment payment)
PaymentSummary
based on the Payment's
PaymentTransactions
.payment
- the payment to determine the summaryCopyright © 2021. All rights reserved.