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

Commit

Permalink
Merge pull request #328 from MJMortimer/GDPRREQUEST_contact_status
Browse files Browse the repository at this point in the history
Add GDPRREQUEST to ContactStatus enum
  • Loading branch information
MJMortimer authored Jun 1, 2018
2 parents 9952fb8 + e485c93 commit 75b2dc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Xero.Api/Core/Model/Status/ContactStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ public enum ContactStatus
{
[EnumMember(Value = "ACTIVE")]
Active,
//[EnumMember(Value = "DELETED")]
//Deleted,
[EnumMember(Value = "ARCHIVED")]
Archived
Archived,
[EnumMember(Value = "GDPRREQUEST")]
GdprRequest
}
}

0 comments on commit 75b2dc6

Please sign in to comment.