package com.github.jenkaby.bikerental.finance.domain.model; public enum TransactionType { DEPOSIT, ADJUSTMENT, WITHDRAWAL, HOLD, CAPTURE, RELEASE }