Uses of Class
com.skava.oms.model.TaxInfo
Packages that use TaxInfo
Package
Description
Cart and checkout Orchestration transformation Classes available here.
Oms model classes are available here
Oms transformation classes are available here
-
Uses of TaxInfo in com.skava.cart.orchestration.transformation
Methods in com.skava.cart.orchestration.transformation with parameters of type TaxInfoModifier and TypeMethodDescriptionstatic void
SFCartTransformationExtended.checkTaxType
(SFItem sfItem, String taxType, Map.Entry<String, List<Math>> orderItemMathListMap, ItemPriceInfo itemPriceInfoDTO, TaxInfo orderTaxInfo) -
Uses of TaxInfo in com.skava.oms.model
Methods in com.skava.oms.model that return TaxInfoMethods in com.skava.oms.model with parameters of type TaxInfo -
Uses of TaxInfo in com.skava.oms.orchestration.transformation
Methods in com.skava.oms.orchestration.transformation with parameters of type TaxInfoModifier and TypeMethodDescriptionstatic TaxInfo
OMSTransformationModelConversion.getTaxInfoFromTaxInfoDTO
(TaxInfo taxInfoDTO) This method is used to convert the tax info model from micro service model to the orchestration tax info model.