Try your search with a different keyword or use * as a wildcard.
RecurringOrderModel.cs
namespace Nop.Plugin.Payments.PayPalCommerce.Models.Public;
/// <summary>
/// Represents the recurring order model
/// </summary>
public record RecurringOrderModel : OrderModel;