namespace Nop.Plugin.Payments.PayPalCommerce.Services.Api; /// /// Represents a request with the authorization /// public interface IAuthorizedRequest : IApiRequest { }