EquipmentCostItem.java

package com.github.jenkaby.bikerental.tariff;

public record EquipmentCostItem(String equipmentType) {
}