ShippingCalculator
public class ShippingCalculator : ShippingCalculatorBase
Inheritance
- class ShippingCalculatorBase
Namespace
Constructors
ShippingCalculator
public ShippingCalculator(ITaxService taxService, IStoreService storeService)
Methods
CalculateShippingMethodPrice
public override Price CalculateShippingMethodPrice(ShippingMethodReadOnly shippingMethod,
Guid currencyId, Guid countryId, Guid? regionId, TaxRate taxRate,
ShippingCalculatorContext context)
CalculateShippingMethodTaxRate
public override TaxRate CalculateShippingMethodTaxRate(ShippingMethodReadOnly shippingMethod,
TaxSource taxSource, TaxRate fallbackTaxRate, ShippingCalculatorContext context)