/** * @Name: Constants * @Creation Date: July 31, 2017 * @Author: sbaireddy * @Version: 1.0 : */ import { IKeyValue } from '../shared/modal/key.value' export const VOICE_DROPDOWN_LIST: Array = [ 'T-Mobile ONE Tax Inclusive', 'T-Mobile ONE Tax Exclusive', 'T-Mobile ONE 55+', 'AAL', 'Other' ]; export const BEYOND_DROPDOWN_LIST: Array = [ 'Mobile Internet', 'SyncUP', 'DIGITS', 'Wearables', 'Nest', 'Other' ]; export const SERVICE_DROPDOWN_LIST: Array = [ 'T-Mobile ONE Plus', 'T-Mobile ONE Plus International', 'JUMP!', 'JOD', 'PDP', 'PDP Plus', 'PDP Plus + Apple Care', 'Other' ]; export const REIMBURSE_DROPDOWN_LIST: Array = [ 'Carrier Freedom', '#GOOTR' ]; export const SSKUSC_DROPDOWN_LIST: Array = [ 'Sim Starter Kit', 'Upgrade Service Charge' ];