FruitBank/Plugins/Nop.Plugin.Payments.PayPalC.../Services/Api/IApiResponse.cs

8 lines
153 B
C#

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