package com.example.rezevirajmasa.demo.model;

public enum MembershipLevel {
    GOLD,
    STANDARD,
    PLATINUM
}
