update 20250711
This commit is contained in:
37
Model/OnDocApiDoc.cs
Normal file
37
Model/OnDocApiDoc.cs
Normal file
@@ -0,0 +1,37 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Security.Permissions;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
public class OnDocAPIDocGen
|
||||
{
|
||||
public string Result_Versandstrasse { get; set; }
|
||||
public string Result_OnDoc { get; set; }
|
||||
public string Result_Sender { get; set; }
|
||||
public string Result_FileType { get; set; }
|
||||
|
||||
public string ConfirmationMail { get; set; }
|
||||
public string ConfirmationMailAddress { get; set; }
|
||||
|
||||
public string VorlagenTypID { get; set; }
|
||||
public string Partnernr { get; set; }
|
||||
public string TGNrErsteller { get; set; }
|
||||
public string TGNrVerantwortlich { get; set; }
|
||||
public string TGNrUnterschriftLinks { get; set; }
|
||||
public string TGNrUnterschriftRecths { get; set; }
|
||||
public string OhneUnterschrift { get; set; }
|
||||
public string FaksimileUnterschrift { get; set; }
|
||||
|
||||
public List<attribute> attributes { get; set; }
|
||||
}
|
||||
|
||||
public class attribute
|
||||
{
|
||||
public string Tag { get; set; }
|
||||
public string Value { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user