001package com.plivo.api.models.number;
002
003public enum NumberType {
004  FIXED, MOBILE, ANY, LOCAL, TOLLFREE, SHORTCODE, NATIONAL;
005}