Class CustomerExperienceCenterLoyaltyPointsSettings
Represents the settings of the "Customer Experience Center - Loyalty Points" module.
public class CustomerExperienceCenterLoyaltyPointsSettings
- Inheritance
-
CustomerExperienceCenterLoyaltyPointsSettings
- Inherited Members
-
Constructors
CustomerExperienceCenterLoyaltyPointsSettings(Properties)
public CustomerExperienceCenterLoyaltyPointsSettings(Properties properties)
Parameters
properties
Properties
The customer center properties.
Properties
LoyaltyPointDetailTemplate
public string LoyaltyPointDetailTemplate { get; set; }
Property Value
- string
LoyaltyPointListTemplate
public string LoyaltyPointListTemplate { get; set; }
Property Value
- string
PageSize
public int PageSize { get; set; }
Property Value
- int
SortByField
public string SortByField { get; set; }
Property Value
- string
SortOrder
public SortOrderType SortOrder { get; set; }
Property Value
- SortOrderType