Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

RewardPointsActivatingDelayPeriod.cs

namespace Nop.Core.Domain.Customers;

/// 
/// Represents the period of delay
/// 
public enum RewardPointsActivatingDelayPeriod
{
    /// 
    /// Hours
    /// 
    Hours = 0,

    /// 
    /// Days
    /// 
    Days = 1
}