ProductCalculator
public class ProductCalculator : ProductCalculatorBase
Inheritance
- class ProductCalculatorBase
Namespace
Constructors
ProductCalculator
public ProductCalculator(ITaxService taxService, IStoreService storeService)
Methods
CalculateProductPrice
public override Price CalculateProductPrice(IProductSnapshot productSnapshot, Guid currencyId,
TaxRate taxRate, ProductCalculatorContext context)
CalculateProductTaxRate
public override TaxRate CalculateProductTaxRate(IProductSnapshot productSnapshot,
TaxSource taxSource, TaxRate fallbackTaxRate, ProductCalculatorContext context)