This commit is contained in:
@@ -42,6 +42,25 @@ namespace AyaNova.Models
|
||||
|
||||
public bool AllowScheduleConflicts { get; set; } = true;
|
||||
|
||||
//ADDRESS / CONTACT INFO reporting etc
|
||||
public string WebAddress { get; set; }
|
||||
public string EmailAddress { get; set; }
|
||||
public string Phone1 { get; set; }
|
||||
public string Phone2 { get; set; }
|
||||
//POSTAL ADDRESS
|
||||
public string PostAddress { get; set; }
|
||||
public string PostCity { get; set; }
|
||||
public string PostRegion { get; set; }
|
||||
public string PostCountry { get; set; }
|
||||
public string PostCode { get; set; }
|
||||
|
||||
//PHYSICAL ADDRESS
|
||||
public string Address { get; set; }
|
||||
public string City { get; set; }
|
||||
public string Region { get; set; }
|
||||
public string Country { get; set; }
|
||||
public decimal? Latitude { get; set; }
|
||||
public decimal? Longitude { get; set; }
|
||||
|
||||
|
||||
//CUSTOMER ACCESS FEATURES AND SETTINGS
|
||||
|
||||
Reference in New Issue
Block a user