Uses of Class
com.broadleafcommerce.orderoperation.domain.payment.PaymentTransactionRef
Packages that use PaymentTransactionRef
-
Uses of PaymentTransactionRef in com.broadleafcommerce.orderoperation.domain.payment
Methods in com.broadleafcommerce.orderoperation.domain.payment 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.orderoperation.domain.payment with type arguments of type PaymentTransactionRefModifier and TypeMethodDescriptionvoid
TransactionSummary.setTransactions
(List<PaymentTransactionRef> transactions) The list of transactions that are represented in this transaction summary.