Class SavedCardListViewModel
- Namespace
- Dynamicweb.Ecommerce.Frontend.SavedCards
- Assembly
- Dynamicweb.Ecommerce.dll
public class SavedCardListViewModel : FillableViewModelBase
- Inheritance
-
SavedCardListViewModel
- Inherited Members
Properties
CurrentPage
Gets or sets the current page number.
public int CurrentPage { get; set; }
Property Value
PageCount
Gets or sets the count of pages. If this value is greater than 0, the view model result will be paginated, otherwise, plain list.
public int PageCount { get; set; }
Property Value
PageSize
Gets or sets the items count per page.
public int PageSize { get; set; }
Property Value
SavedCardList
Gets or sets the saved cards list.
public IList<SavedCardViewModel> SavedCardList { get; set; }
Property Value
TotalSavedCardsCount
Gets or sets the total number of saved cards in the list.
public int TotalSavedCardsCount { get; set; }