mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
cycle takes parameters
This commit is contained in:
@ -9,7 +9,7 @@ namespace Bit.Core.Models.StaticStore
|
||||
public short MaxUsers { get; set; }
|
||||
public decimal Price { get; set; }
|
||||
public TimeSpan? Trial { get; set; }
|
||||
public Func<TimeSpan> Cycle { get; set; }
|
||||
public Func<DateTime, TimeSpan> Cycle { get; set; }
|
||||
public bool Disabled { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user