Try your search with a different keyword or use * as a wildcard.
namespace Nop.Plugin.Payments.PayPalCommerce.Models.Public;
///
/// Represents the order completed model
///
public record OrderCompletedModel : OrderModel
{
public string Warning { get; set; }
}