Uses of Class
com.skava.cart.orchestration.model.SFItemPaymentModel
Packages that use SFItemPaymentModel
Package
Description
Cart and checkout Orchestration model Classes available here.
Cart and checkout Orchestration transformation Classes available here.
-
Uses of SFItemPaymentModel in com.skava.cart.orchestration.model
Methods in com.skava.cart.orchestration.model that return types with arguments of type SFItemPaymentModelModifier and TypeMethodDescriptionstatic Map<Long,SFItemPaymentModel> CreateOrderTransformation.constructOrderRequest(SFPaymentCatagorizationModel yLPayment, SFItemCatagorizationModel yLItem, boolean isRefund) Method parameters in com.skava.cart.orchestration.model with type arguments of type SFItemPaymentModelModifier and TypeMethodDescriptionstatic voidCreateOrderTransformation.itemPaymentProcessor(List<SFItemMappingModel> itemList, List<SFPaymentMappingModel> paymentList, Map<Long, SFItemPaymentModel> reponseModel, String type, boolean isRefund) -
Uses of SFItemPaymentModel in com.skava.cart.orchestration.transformation
Methods in com.skava.cart.orchestration.transformation with parameters of type SFItemPaymentModelModifier and TypeMethodDescriptionprotected static voidSFCartOrderTransformation.setMathForOrderItem(SFItem sfItem, OrderItem orderItem, SFItemPaymentModel ylItemPaymentModel, org.apache.camel.Exchange exchange) Method parameters in com.skava.cart.orchestration.transformation with type arguments of type SFItemPaymentModelModifier and TypeMethodDescriptionstatic voidCartOrderTransformationUtil.updateOrderItems(Order orderOms, SFCart sfCart, String binName, Map<Long, SFItemPaymentModel> itemPaymentResponseMap, org.apache.camel.Exchange exchange) This method is used to update the ordered items.