10 lines
295 B
C#
10 lines
295 B
C#
using Nop.Plugin.Payments.PayPalCommerce.Services.Api.Models;
|
|
|
|
namespace Nop.Plugin.Payments.PayPalCommerce.Services.Api.Orders;
|
|
|
|
/// <summary>
|
|
/// Represents the response to a request to capture payment for an order
|
|
/// </summary>
|
|
public class CreateCaptureResponse : Order, IApiResponse
|
|
{
|
|
} |