INTERFACE
interface TERRITORY {creationUser: SUBJECT # A detailed description of the legal entity.description: String deletedBy: SUBJECT createdAt: DateTime updatedAt: DateTime verifyUser: SUBJECT name: String featureModificationInfos: [FEATUREMODIFICATIONINFO] id: Long updateUser: SUBJECT manuallyUpdateUser: SUBJECT verifiedAt: DateTime deletedAt: DateTime manuallyUpdatedAt: DateTime version: Long }