Handling of AI pack through mmicrosoft store.
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
using System;
|
||||
using SQLite;
|
||||
|
||||
namespace Wino.Core.Domain.Entities.Shared;
|
||||
|
||||
public class WinoAccountAddOnCache
|
||||
{
|
||||
[PrimaryKey]
|
||||
public Guid AccountId { get; set; }
|
||||
|
||||
public bool HasAiPack { get; set; }
|
||||
|
||||
public int? AiUsageCount { get; set; }
|
||||
|
||||
public int? AiUsageLimit { get; set; }
|
||||
|
||||
public DateTime? AiBillingPeriodStartUtc { get; set; }
|
||||
|
||||
public DateTime? AiBillingPeriodEndUtc { get; set; }
|
||||
|
||||
public bool HasUnlimitedAccounts { get; set; }
|
||||
|
||||
public DateTime LastUpdatedUtc { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user