public list fertig gestellt

This commit is contained in:
2023-08-01 14:20:27 +02:00
parent f4a0af33b0
commit 2f2524a5c4
7 changed files with 145 additions and 55 deletions

View File

@@ -86,7 +86,7 @@ namespace ConsoleApp3.DataContracts
/// <value>time left for paying the invoice, use format dd.MM.yyyy or number for number of days left</value>
[DataMember(Name = "timeToPay", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "timeToPay")]
public DateTime? TimeToPay { get; set; }
public int? TimeToPay { get; set; }
/// <summary>
///