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