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