This commit is contained in:
2021-03-05 19:29:29 +00:00
parent f1dbe5c752
commit 0ab5c61f02
4 changed files with 8 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ namespace AyaNova.Models
public int? WarrantyLength { get; set; }
public string WarrantyTerms { get; set; }
public bool UsesBanking { get; set; }
public long? ContractId { get; set; }
public bool Metered { get; set; }
public bool LifeTimeWarranty { get; set; }
public string Text1 { get; set; }