package com.github.jenkaby.bikerental.rental.domain.model; public enum RentalStatus { DRAFT, ACTIVE, COMPLETED, CANCELLED, DEBT }