Try your search with a different keyword or use * as a wildcard.
using Nop.Core.Domain.Orders;
namespace Nop.Services.Payments;
/// 
/// Represents a CancelRecurringPaymentResult
///  
public partial class CancelRecurringPaymentRequest
{
    /// 
    /// Gets or sets an order
    ///  
    public Order Order { get; set; }
}