Webiant Logo Webiant Logo
  1. No results found.

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

NopTaxDefaults.cs

namespace Nop.Services.Tax;

/// 
/// Represents default values related to tax services
/// 
public static partial class NopTaxDefaults
{
    /// 
    /// Gets the URL for validate UK VAT number
    /// 
    public static string UKVatValidateUrl => "https://api.service.hmrc.gov.uk/organisations/vat/check-vat-number/lookup/{0}";
}