Skip to content

Commit 4f86ca8

Browse files
committed
Added email valid field constant to contact
1 parent 6621a36 commit 4f86ca8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Suite/Api/Contact/Contact.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class Contact
1010
{
1111
const FIELD_ID = 'id';
1212
const FIELD_EMAIL = 3;
13+
const FIELD_EMAIL_VALID = 47;
1314
const FIELD_UID = 'uid';
1415

1516
/* @var Client */

0 commit comments

Comments
 (0)