Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 496 Bytes

File metadata and controls

26 lines (18 loc) · 496 Bytes

EmailType

Email type

Example Usage

using ApideckUnifySdk.Models.Components;

var value = EmailType.Primary;

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

Values

Name Value
Primary primary
Secondary secondary
Work work
Personal personal
Billing billing
Other other