namespace Nop.Core.Domain.Customers; /// /// Represents the period of delay /// public enum RewardPointsActivatingDelayPeriod { /// /// Hours /// Hours = 0, /// /// Days /// Days = 1 }