This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user