Uses of Class
com.broadleafcommerce.paymenttransaction.web.endpoint.domain.TransactionLineItem
Packages that use TransactionLineItem
-
Uses of TransactionLineItem in com.broadleafcommerce.paymenttransaction.web.endpoint.domain
Methods in com.broadleafcommerce.paymenttransaction.web.endpoint.domain that return types with arguments of type TransactionLineItemModifier and TypeMethodDescriptionTransactionExecutionRequest.getLineItems()
A collection ofTransactionLineItems
used to describe the items that are related to the requested transaction.Method parameters in com.broadleafcommerce.paymenttransaction.web.endpoint.domain with type arguments of type TransactionLineItemModifier and TypeMethodDescriptionvoid
TransactionExecutionRequest.setLineItems
(List<TransactionLineItem> lineItems) A collection ofTransactionLineItems
used to describe the items that are related to the requested transaction.