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