10 lines
305 B
C#
10 lines
305 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 add tracking information for an order
|
|
/// </summary>
|
|
public class CreateTrackingResponse : Order, IApiResponse
|
|
{
|
|
} |