IHasReadableServicePrices
public interface IHasReadableServicePrices
Namespace
Methods
GetCountryPriceForCurrency (1 of 2)
public decimal GetCountryPriceForCurrency(CountryReadOnly country, CurrencyReadOnly currency)
GetCountryPriceForCurrency (2 of 2)
public decimal GetCountryPriceForCurrency(Guid countryId, Guid currencyId)
GetDefaultPriceForCurrency (1 of 2)
public decimal GetDefaultPriceForCurrency(CurrencyReadOnly currency)
GetDefaultPriceForCurrency (2 of 2)
public decimal GetDefaultPriceForCurrency(Guid currencyId)
GetRegionPriceForCurrency (1 of 2)
public decimal GetRegionPriceForCurrency(RegionReadOnly region, CurrencyReadOnly currency)
GetRegionPriceForCurrency (2 of 2)
public decimal GetRegionPriceForCurrency(Guid countryId, Guid regionId, Guid currencyId)