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

Commit 7f80f8b

Browse files
authored
Merge pull request #404 from jaseaman/403-missing-phone-type
Issue-403: Added missing OFFICE enum value for phone type
2 parents 675710e + 25a9cad commit 7f80f8b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Xero.Api/Core/Model/Types/PhoneType.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ public enum PhoneType
1212
[EnumMember(Value = "MOBILE")]
1313
Mobile,
1414
[EnumMember(Value = "FAX")]
15-
Fax
15+
Fax,
16+
[EnumMember(Value = "OFFICE")]
17+
Office
1618
}
1719
}

0 commit comments

Comments
 (0)