We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6621a36 commit 4f86ca8Copy full SHA for 4f86ca8
1 file changed
src/Suite/Api/Contact/Contact.php
@@ -10,6 +10,7 @@ class Contact
10
{
11
const FIELD_ID = 'id';
12
const FIELD_EMAIL = 3;
13
+ const FIELD_EMAIL_VALID = 47;
14
const FIELD_UID = 'uid';
15
16
/* @var Client */
0 commit comments