Uses of Class
com.broadleafcommerce.orderoperation.domain.payment.TransactionSummary
Package
Description
-
Uses of TransactionSummary in com.broadleafcommerce.orderoperation.service.messaging.fulfillments
Modifier and TypeMethodDescriptionPaymentReversalFulfillmentCancelledListener.PaymentReversalDto.getTransactionSummary()
protected TransactionSummary
PaymentReversalFulfillmentCancelledListener.retrieveTransactionSummary
(@NonNull PaymentReversalFulfillmentCancelledListener.PaymentReversalDto reversalDto, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Modifier and TypeMethodDescriptionvoid
PaymentReversalFulfillmentCancelledListener.PaymentReversalDto.setTransactionSummary
(TransactionSummary transactionSummary) -
Uses of TransactionSummary in com.broadleafcommerce.orderoperation.service.provider
Modifier and TypeMethodDescriptionPaymentProvider.readTransactionSummaryByPaymentOwner
(String ownerType, String ownerId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Retrieves aTransactionSummary
for the given owner entity type and id. -
Uses of TransactionSummary in com.broadleafcommerce.orderoperation.service.provider.external
Modifier and TypeMethodDescriptionExternalPaymentProvider.readTransactionSummaryByPaymentOwner
(String ownerType, String ownerId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)