Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 792 Bytes

File metadata and controls

32 lines (24 loc) · 792 Bytes

PhoneNumberType

The type of phone number

Example Usage

using ApideckUnifySdk.Models.Components;

var value = PhoneNumberType.Primary;

// Open enum: use .Of() to create instances from custom string values
var custom = PhoneNumberType.Of("custom_value");

Values

Name Value
Primary primary
Secondary secondary
Home home
Work work
Office office
Mobile mobile
Assistant assistant
Fax fax
DirectDialIn direct-dial-in
Personal personal
Billing billing
Other other