namespace Nop.Plugin.Payments.PayPalCommerce.Models.Public; /// /// Represents the saved card list model /// public record SavedCardListModel : PaymentTokenListModel { }