Try your search with a different keyword or use * as a wildcard.
namespace Nop.Core.Domain.Customers;
///
/// Represents the period of delay
///
public enum RewardPointsActivatingDelayPeriod
{
///
/// Hours
///
Hours = 0,
///
/// Days
///
Days = 1
}