Uses of Class
com.broadleafcommerce.paymenttransaction.domain.PaymentTransactionRef
Packages that use PaymentTransactionRef
Package
Description
-
Uses of PaymentTransactionRef in com.broadleafcommerce.paymenttransaction.domain
Methods in com.broadleafcommerce.paymenttransaction.domain that return PaymentTransactionRefModifier and TypeMethodDescriptionPaymentTransactionRef.fromPaymentTransaction
(PaymentTransaction transaction) Builds aPaymentTransactionRef
based on the providedPaymentTransaction
Methods in com.broadleafcommerce.paymenttransaction.domain that return types with arguments of type PaymentTransactionRefModifier and TypeMethodDescriptionTransactionSummary.getTransactions()
The list of transactions that are represented in this transaction summary.Method parameters in com.broadleafcommerce.paymenttransaction.domain with type arguments of type PaymentTransactionRefModifier 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
Methods in com.broadleafcommerce.paymenttransaction.service.messaging.transactionwebhook that return PaymentTransactionRefModifier and TypeMethodDescriptionTransactionResultEvent.fromPaymentTransaction
(PaymentTransaction transaction) TransactionResultEvent.getPaymentTransactionRef()
The payment transaction's id.Methods in com.broadleafcommerce.paymenttransaction.service.messaging.transactionwebhook with parameters of type PaymentTransactionRefModifier and TypeMethodDescriptionvoid
TransactionResultEvent.setPaymentTransactionRef
(PaymentTransactionRef paymentTransactionRef) The payment transaction's id. -
Uses of PaymentTransactionRef in com.broadleafcommerce.paymenttransaction.service.summary
Methods in com.broadleafcommerce.paymenttransaction.service.summary that return types with arguments of type PaymentTransactionRefModifier and TypeMethodDescriptionprotected List<PaymentTransactionRef>
DefaultTransactionSummaryService.buildTransactionRefs
(@NonNull List<PaymentTransaction> transactions, @NonNull TransactionSummaryRequest request)