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 ofTransactionLineItemsused 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 TypeMethodDescriptionvoidPaymentExecutionRequest.setLineItems(List<TransactionLineItem> lineItems) A collection ofTransactionLineItemsused 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 TransactionLineItemDefaultPaymentCaptureService.buildLineItem(@NonNull com.broadleafcommerce.order.client.domain.OrderFulfillmentItem fulfillmentItem, @NonNull com.broadleafcommerce.order.client.domain.OrderItem orderItem) protected TransactionLineItemDefaultPaymentRefundService.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 TypeMethodDescriptionvoidDefaultPaymentRefundService.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 ofTransactionLineItemsused 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 TypeMethodDescriptionvoidTransactionExecutionRequest.setLineItems(List<TransactionLineItem> lineItems) A collection ofTransactionLineItemsused to describe the items that are related to the requested transaction.