KeckUser constructor
KeckUser({
- required String userId,
- required String email,
- required String companyName,
- required String phone,
- required DateTime createTime,
- required int cashregisterCount,
- required int signatureCount,
- required String taxnr,
- required bool isProduction,
- required String addressCity,
- required String addressStreet,
- required String addressZip,
- String? logoUrl,
- String? thanksMessage,
- String? apiKey,
- String? uid,
- String? gln,
- String? benid,
- String? pin,
- String? tid,
Implementation
KeckUser({
required this.userId,
required this.email,
required this.companyName,
required this.phone,
required this.createTime,
required this.cashregisterCount,
required this.signatureCount,
required this.taxnr,
required this.isProduction,
required this.addressCity,
required this.addressStreet,
required this.addressZip,
required this.footer1,
required this.footer2,
this.footer3,
this.footer4,
this.logoUrl,
this.thanksMessage,
this.apiKey,
this.uid,
this.gln,
this.benid,
this.pin,
this.tid
});