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 ofTransactionLineItemsused 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 TypeMethodDescriptionvoidTransactionExecutionRequest.setLineItems(List<TransactionLineItem> lineItems) A collection ofTransactionLineItemsused to describe the items that are related to the requested transaction.