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