Uses of Class
com.broadleafcommerce.orderoperation.service.provider.external.domain.payment.TransactionLineItem
Packages that use TransactionLineItem
Package
Description
-
Uses of TransactionLineItem in com.broadleafcommerce.orderoperation.domain.payment
Methods in com.broadleafcommerce.orderoperation.domain.payment that return types with arguments of type TransactionLineItemModifier and TypeMethodDescriptionPaymentExecutionRequest.getLineItems()
A collection ofTransactionLineItems
used to describe the items that are related to the requested transaction.Method parameters in com.broadleafcommerce.orderoperation.domain.payment with type arguments of type TransactionLineItemModifier and TypeMethodDescriptionvoid
PaymentExecutionRequest.setLineItems
(List<TransactionLineItem> lineItems) A collection ofTransactionLineItems
used to describe the items that are related to the requested transaction. -
Uses of TransactionLineItem in com.broadleafcommerce.orderoperation.service.payment
Methods in com.broadleafcommerce.orderoperation.service.payment that return TransactionLineItemModifier and TypeMethodDescriptionprotected TransactionLineItem
DefaultPaymentCaptureService.buildLineItem
(@NonNull com.broadleafcommerce.order.client.domain.OrderFulfillmentItem fulfillmentItem, @NonNull com.broadleafcommerce.order.client.domain.OrderItem orderItem) protected TransactionLineItem
DefaultPaymentRefundService.buildLineItem
(@NonNull com.broadleafcommerce.order.client.domain.ReturnConfirmation returnConfirmation, @NonNull com.broadleafcommerce.order.client.domain.ReturnAuthorizationItem returnAuthorizationItem, @NonNull com.broadleafcommerce.order.client.domain.OrderItem orderItem, @NonNull com.broadleafcommerce.order.client.domain.OrderFulfillmentItem fulfillmentItem) Methods in com.broadleafcommerce.orderoperation.service.payment that return types with arguments of type TransactionLineItemModifier and TypeMethodDescriptionprotected List<TransactionLineItem>
DefaultPaymentCaptureService.buildLineItemsForFulfillment
(@NonNull com.broadleafcommerce.order.client.domain.Order order, @NonNull com.broadleafcommerce.order.client.domain.OrderFulfillment fulfillment) protected @NonNull List<TransactionLineItem>
DefaultPaymentRefundService.buildLineItemsForReturnConfirmation
(com.broadleafcommerce.order.client.domain.ReturnConfirmation returnConfirmation, @NonNull com.broadleafcommerce.order.client.domain.Order order, @NonNull List<com.broadleafcommerce.order.client.domain.OrderFulfillment> orderFulfillments, @NonNull com.broadleafcommerce.order.client.domain.ReturnAuthorization returnAuthorization, DefaultPaymentRefundService.ReturnPaymentRefundPackage refundPackage) DefaultPaymentRefundService.PaymentRefundPackage.getLineItems()
Line items for this refund package.Method parameters in com.broadleafcommerce.orderoperation.service.payment with type arguments of type TransactionLineItemModifier and TypeMethodDescriptionvoid
DefaultPaymentRefundService.PaymentRefundPackage.setLineItems
(List<TransactionLineItem> lineItems) Line items for this refund package. -
Uses of TransactionLineItem in com.broadleafcommerce.orderoperation.service.provider.external.domain.payment
Methods in com.broadleafcommerce.orderoperation.service.provider.external.domain.payment 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.orderoperation.service.provider.external.domain.payment 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.