EntryDirection.java

package com.github.jenkaby.bikerental.finance.domain.model;

public enum EntryDirection {
    CREDIT,
    DEBIT
}