This commit is contained in:
Paul Schneider 2016-11-24 01:01:41 +01:00
commit 6d5178bf43
16 changed files with 1209 additions and 34 deletions

View file

@ -69,8 +69,10 @@ namespace Yavsc.Models.Billing
get; set;
}
public DateTime LatestValidationDate { get; set; }
public DateTime ClientApprouvalDate { get; set; }
public Byte [] ProviderSignature { get; set; }
public Byte [] ClientSignature { get; set; }
public DateTime ProviderValidationDate { get; set; }
public DateTime ClientValidationDate { get; set; }
}
}