PointOfSale.fromJson(Map<String, dynamic> json) { identificationNumber = json['identification_number']; entryMode = json['entry_mode']; }