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

Commit e485c93

Browse files
committed
Add GDPRREQUEST to ContactStatus enum
1 parent 9952fb8 commit e485c93

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)