Try your search with a different keyword or use * as a wildcard.
namespace Nop.Plugin.Misc.Zettle.Domain.Api.Secure;
///
/// Represents base request to Secure API
///
public abstract class SecureApiRequest : ApiRequest, IAuthorizedRequest
{
///
/// Gets the request base URL
///
public override string BaseUrl => "https://secure.izettle.com/";
}