Uses of Class
com.broadleafcommerce.paymenttransaction.domain.PaymentTransactionRef
Package
Description
-
Uses of PaymentTransactionRef in com.broadleafcommerce.paymenttransaction.domain
Modifier and TypeMethodDescriptionPaymentTransactionRef.fromPaymentTransaction
(PaymentTransaction transaction) Builds aPaymentTransactionRef
based on the providedPaymentTransaction
Modifier and TypeMethodDescriptionTransactionSummary.getTransactions()
The list of transactions that are represented in this transaction summary.Modifier and TypeMethodDescriptionvoid
TransactionSummary.setTransactions
(List<PaymentTransactionRef> transactions) The list of transactions that are represented in this transaction summary. -
Uses of PaymentTransactionRef in com.broadleafcommerce.paymenttransaction.service.messaging.transactionwebhook
Modifier and TypeMethodDescriptionTransactionResultEvent.fromPaymentTransaction
(PaymentTransaction transaction) TransactionResultEvent.getPaymentTransactionRef()
The payment transaction's id.Modifier and TypeMethodDescriptionvoid
TransactionResultEvent.setPaymentTransactionRef
(PaymentTransactionRef paymentTransactionRef) The payment transaction's id. -
Uses of PaymentTransactionRef in com.broadleafcommerce.paymenttransaction.service.summary
Modifier and TypeMethodDescriptionprotected List<PaymentTransactionRef>
DefaultTransactionSummaryService.buildTransactionRefs
(@NonNull List<PaymentTransaction> transactions, @NonNull TransactionSummaryRequest request)