FruitBank/Plugins/Nop.Plugin.Payments.PayPalC.../Services/Api/Orders/CreateCaptureResponse.cs

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
{
}