IProductCalculator
public interface IProductCalculator
Namespace
Methods
CalculateProductPrice (1 of 2)
public Price CalculateProductPrice(IProductSnapshot productSnapshot, Guid currencyId,
TaxRate taxRate)
CalculateProductPrice (2 of 2)
public Price CalculateProductPrice(IProductSnapshot productSnapshot, Guid currencyId,
TaxRate taxRate, ProductCalculatorContext context)
CalculateProductTaxRate (1 of 2)
public TaxRate CalculateProductTaxRate(IProductSnapshot productSnapshot, TaxSource taxSource,
TaxRate fallbackTaxRate)
CalculateProductTaxRate (2 of 2)
public TaxRate CalculateProductTaxRate(IProductSnapshot productSnapshot, TaxSource taxSource,
TaxRate fallbackTaxRate, ProductCalculatorContext context)