This commit is contained in:
2022-12-23 01:40:48 +00:00
parent 37db87c90e
commit 8efda0319d
4 changed files with 169 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ namespace Sockeye.Models
public DateTime? ExpireDate { get; set; }
public DateTime? CancelDate { get; set; }
public string CouponCode { get; set; }
public string PurchaseNotes { get; set; }
public string Notes { get; set; }
public bool RenewNoticeSent { get; set; } = false;
public int Quantity { get; set; } = 1;
public string VendorData { get; set; }