Uses of Class
com.skava.oms.model.PaymentItem
Packages that use PaymentItem
Package
Description
The processor classes of the Cart Orchestration Service available here.
Oms transformation classes are available here
-
Uses of PaymentItem in com.skava.cart.orchestration.processor
Method parameters in com.skava.cart.orchestration.processor with type arguments of type PaymentItemModifier and TypeMethodDescriptionstatic void
PlaceOrderRequestProcessor.createPaymentItem
(PaymentOrchestration cartPayment, List<PaymentItem> paymentItems) Set the payment item based on cartPayment -
Uses of PaymentItem in com.skava.oms.orchestration.util
Methods in com.skava.oms.orchestration.util with parameters of type PaymentItemModifier and TypeMethodDescriptionstatic void
OrderUtils.updatePaymentBalanceMap
(Map<String, BigDecimal> paymentBalanceMap, BigDecimal totalSaleWithTax, Payment cashPayment, PaymentItem paymentItem, BigDecimal value, String isB2B2C) This method is to update payment balance map based on payment type.