Uses of Class
com.hybris.cis.client.tax.models.CisTaxValue
-
Packages that use CisTaxValue Package Description com.hybris.cis.client.tax.models de.hybris.platform.integration.cis.tax.service de.hybris.platform.integration.cis.tax.service.impl -
-
Uses of CisTaxValue in com.hybris.cis.client.tax.models
Methods in com.hybris.cis.client.tax.models that return types with arguments of type CisTaxValue Modifier and Type Method Description java.util.List<CisTaxValue>CisTaxLine. getTaxValues()Gets the tax values.Method parameters in com.hybris.cis.client.tax.models with type arguments of type CisTaxValue Modifier and Type Method Description voidCisTaxLine. setTaxValues(java.util.List<CisTaxValue> taxValues)Sets the tax values. -
Uses of CisTaxValue in de.hybris.platform.integration.cis.tax.service
Method parameters in de.hybris.platform.integration.cis.tax.service with type arguments of type CisTaxValue Modifier and Type Method Description java.util.List<TaxValue>TaxValueConversionService. getLineTaxValues(java.util.List<CisTaxValue> taxLines, java.lang.String currencyCode) -
Uses of CisTaxValue in de.hybris.platform.integration.cis.tax.service.impl
Method parameters in de.hybris.platform.integration.cis.tax.service.impl with type arguments of type CisTaxValue Modifier and Type Method Description java.util.List<TaxValue>DefaultTaxValueConversionService. getLineTaxValues(java.util.List<CisTaxValue> taxLines, java.lang.String currencyCode)
-