namespace Nop.Plugin.Payments.PayPalCommerce.Services.Api; /// /// Represents API response /// public interface IApiResponse { }