10 lines
299 B
C#
10 lines
299 B
C#
using Nop.Plugin.Payments.PayPalCommerce.Services.Api.Models;
|
|
|
|
namespace Nop.Plugin.Payments.PayPalCommerce.Services.Api.Authentication;
|
|
|
|
/// <summary>
|
|
/// Represents the response to request to get an access token
|
|
/// </summary>
|
|
public class GetAccessTokenResponse : AccessToken, IApiResponse
|
|
{
|
|
} |