Try your search with a different keyword or use * as a wildcard.
namespace Nop.Plugin.Payments.PayPalCommerce.Models.Public;
/// <summary>
/// Represents the saved card list model
/// </summary>
public record SavedCardListModel : PaymentTokenListModel;