Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

EcbExchangeRateSettings.cs

using Nop.Core.Configuration;

namespace Nop.Plugin.ExchangeRate.EcbExchange;

/// 
/// Represents a EcbExchangeRate plugin settings
/// 
public class EcbExchangeRateSettings : ISettings
{
    /// 
    /// Link to ECB exchange xml data
    /// 
    public string EcbLink { get; set; }
}