Package com.skava.tax.mapper
Interface TaxModelMapper
public interface TaxModelMapper
The Interface TaxModelMapper.
This interface is used to tax model mapping transformation- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptiontaxAddressToOrchestrationAddress
(AddressOrchestration addressOrchestration) This method is used to transform the orchestration address model into the tax address model
-
Method Details
-
taxAddressToOrchestrationAddress
This method is used to transform the orchestration address model into the tax address model- Parameters:
addressOrchestration
- IndicatesAddressOrchestration
object- Returns:
- Returns
TaxAddress
object
-