aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/model/SubscriberList.java
blob: 6e3d3e79e6500bbc25876f4f29a997599a390dec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package org.onap.vid.model;

import org.onap.portalsdk.core.web.support.UserUtils;

import java.util.List;

/**
 * Created by Oren on 7/4/17.
 */
public class SubscriberList {

    public List<Subscriber> customer;


}