RegionLevel.java

package com.ecommerce.marketing.domain;

public enum RegionLevel {
    PROVINCE,
    CITY,
    DISTRICT
}