package com.github.jenkaby.bikerental.finance; public enum PaymentMethod { CARD, CASH, BANK_TRANSFER, WALLET, INTERNAL_TRANSFER, CARD_TERMINAL }