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