38 lines
1.3 KiB
C#
38 lines
1.3 KiB
C#
using BS.Shared.DataContracts.Compact;
|
|
using BS.Shared.DataContracts.Invoicing;
|
|
using System;
|
|
using System.Runtime.Serialization;
|
|
using System.Windows.Media;
|
|
|
|
namespace BeWoPlanerMobil.Models
|
|
{
|
|
[Serializable]
|
|
public class MokMandator
|
|
{
|
|
//public long BeWoClientType { get; set; }
|
|
//public string ClientId { get; set; }
|
|
//public string Country { get; set; }
|
|
//public long? MandatorOid { get; set; }
|
|
//public long? MandatorVersion { get; set; }
|
|
//public string Name { get; set; }
|
|
//public string Website { get; set; }
|
|
//public string PostalCode { get; set; }
|
|
public string Settings { get; set; }
|
|
public string OwnChatCode { get; set; }
|
|
//public string State { get; set; }
|
|
//public string Street { get; set; }
|
|
//public string Town { get; set; }
|
|
//public string RssFeedUrl { get; set; }
|
|
//public string SupportToolUrl { get; set; }
|
|
//public bool IsSchedulerAllowed { get; set; }
|
|
//public bool IsMedicationAllowed { get; set; }
|
|
//public bool AllowSbd { get; set; }
|
|
//public string Apikey { get; set; }
|
|
//public string IKLeistungserbringer { get; set; }
|
|
//public bool CanEditIKLeistungserbringer { get; set; }
|
|
//public string ColorWaitTooLong { get; set; }
|
|
//public string ColorSendUrbelege { get; set; }
|
|
//public bool ShowGkvBzEinzel { get; set; }
|
|
//public bool ShowGkvBzUrbelege { get; set; }
|
|
}
|
|
} |