File

src/app/models/phone.model.ts

Index

Properties

Properties

formattedNumber
Type : string
id
Type : string
isDefault
Type : boolean
isEnabled
Type : boolean
isTextCapable
Type : boolean
isVerified
Type : boolean
maskedNumber
Type : string
name
Type : string
number
Type : string
phoneType
Type : string
verificationCode
Type : string
export class Phone {
  id: string;
  name: string;
  number: string;
  isEnabled: boolean;
  isVerified: boolean;
  isDefault: boolean;
  verificationCode: string;
  phoneType: string;
  isTextCapable: boolean;
  formattedNumber: string;
  maskedNumber: string;
}

results matching ""

    No results matching ""