ShippingCalculatorBase
public abstract class ShippingCalculatorBase : IShippingCalculator
Inheritance
- interface IShippingCalculator
Namespace
Methods
CalculateShippingMethodPrice
public Price CalculateShippingMethodPrice(ShippingMethodReadOnly shippingMethod, Guid currencyId,
Guid countryId, Guid? regionId, TaxRate taxRate)
CalculateShippingMethodPrice
public abstract Price CalculateShippingMethodPrice(ShippingMethodReadOnly shippingMethod,
Guid currencyId, Guid countryId, Guid? regionId, TaxRate taxRate,
ShippingCalculatorContext context)
CalculateShippingMethodTaxRate
public TaxRate CalculateShippingMethodTaxRate(ShippingMethodReadOnly shippingMethod,
TaxSource taxSource, TaxRate fallbackTaxRate)
CalculateShippingMethodTaxRate
public abstract TaxRate CalculateShippingMethodTaxRate(ShippingMethodReadOnly shippingMethod,
TaxSource taxSource, TaxRate fallbackTaxRate, ShippingCalculatorContext context)