FruitBank/Plugins/Nop.Plugin.Payments.PayPalC.../Services/Api/Onboarding/GetCredentialsResponse.cs

10 lines
318 B
C#

using Nop.Plugin.Payments.PayPalCommerce.Services.Api.Models;
namespace Nop.Plugin.Payments.PayPalCommerce.Services.Api.Onboarding;
/// <summary>
/// Represents the response to a request to get the REST API application credentials
/// </summary>
public class GetCredentialsResponse : Credentials, IApiResponse
{
}