Skip to content

Latest commit

 

History

History
39 lines (18 loc) · 703 Bytes

Email.md

File metadata and controls

39 lines (18 loc) · 703 Bytes

Apideck.Email

Description

Properties

Name Type Description Notes
email string Email address
id string Unique identifier for the email address [optional]
type string Email type [optional]

Enum: Email.type

  • primary (value: 'primary')

  • secondary (value: 'secondary')

  • work (value: 'work')

  • personal (value: 'personal')

  • billing (value: 'billing')

  • other (value: 'other')


[Back to top] [Back to API list] [Back to README]