Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 75b2dc6

Browse files
authored
Merge pull request #328 from MJMortimer/GDPRREQUEST_contact_status
Add GDPRREQUEST to ContactStatus enum
2 parents 9952fb8 + e485c93 commit 75b2dc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Xero.Api/Core/Model/Status/ContactStatus.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ public enum ContactStatus
77
{
88
[EnumMember(Value = "ACTIVE")]
99
Active,
10-
//[EnumMember(Value = "DELETED")]
11-
//Deleted,
1210
[EnumMember(Value = "ARCHIVED")]
13-
Archived
11+
Archived,
12+
[EnumMember(Value = "GDPRREQUEST")]
13+
GdprRequest
1414
}
1515
}

0 commit comments

Comments
 (0)