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}"; }