Skip to content

Commit

Permalink
Merge pull request #131 from wizzardmr42/main
Browse files Browse the repository at this point in the history
Adding NO_VOEC value to DeemedResellerCategoryEnum
  • Loading branch information
abuzuhri authored Mar 7, 2022
2 parents d4b9e6b + b20619a commit 1119c47
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@ public enum DeemedResellerCategoryEnum
/// Enum UOSS for value: UOSS
/// </summary>
[EnumMember(Value = "UOSS")]
UOSS = 2
UOSS = 2,

/// <summary>
/// Enum NO_VOEC for value: NO_VOEC
/// </summary>
[EnumMember(Value = "NO_VOEC")]
NO_VOEC = 3
}

/// <summary>
Expand Down

0 comments on commit 1119c47

Please sign in to comment.