From 4f86ca869a04170ae22a668d0d023dbf73d2bed1 Mon Sep 17 00:00:00 2001 From: Nagy Richard Date: Tue, 17 Oct 2017 16:49:39 +0200 Subject: [PATCH] Added email valid field constant to contact --- src/Suite/Api/Contact/Contact.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Suite/Api/Contact/Contact.php b/src/Suite/Api/Contact/Contact.php index 72f9e0b..a03fb99 100644 --- a/src/Suite/Api/Contact/Contact.php +++ b/src/Suite/Api/Contact/Contact.php @@ -10,6 +10,7 @@ class Contact { const FIELD_ID = 'id'; const FIELD_EMAIL = 3; + const FIELD_EMAIL_VALID = 47; const FIELD_UID = 'uid'; /* @var Client */