This commit is contained in:
2023-02-08 23:31:41 +00:00
parent 3072b672eb
commit 3e81f998a0
2 changed files with 4 additions and 1 deletions

View File

@@ -25,7 +25,8 @@ namespace Sockeye.Models
public ProductGroup PGroup { get; set; }
[NotMapped]
public string ProductViz { get; set; }
public string SalesOrderNumber { get; set; }
public string SalesOrderNumber { get; set; }
public bool IsRenewal { get; set; }//True if flagged by payment processor as a renewal type order
public string DbId { get; set; }//if a RAVEN order
/*
"accounting": {