package hr.com.port.ips.eracun.provider.model.status;

public enum BusinessStatus {
    PENDING, APPROVED, REJECTED, UNKNOWN
}
