File

src/app/models/phone.model.ts

Index

Properties

Properties

formattedNumber
formattedNumber: string
Type : string
id
id: string
Type : string
isDefault
isDefault: boolean
Type : boolean
isEnabled
isEnabled: boolean
Type : boolean
isTextCapable
isTextCapable: boolean
Type : boolean
isVerified
isVerified: boolean
Type : boolean
maskedNumber
maskedNumber: string
Type : string
name
name: string
Type : string
number
number: string
Type : string
phoneType
phoneType: string
Type : string
verificationCode
verificationCode: string
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 ""