Try your search with a different keyword or use * as a wildcard.
namespace Nop.Plugin.Payments.PayPalCommerce.Models.Public;
/// <summary>
/// Represents the order approved model
/// </summary>
public record OrderApprovedModel : OrderModel
{
#region Properties
public bool PayNow { get; set; }
#endregion
}