Skip to content

Commit

Permalink
fix #225
Browse files Browse the repository at this point in the history
  • Loading branch information
abuzuhri committed Jun 28, 2022
1 parent 72d617f commit 1cce85d
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ public enum DeemedResellerCategoryEnum
/// Enum GB_VOEC for value: GB_VOEC
/// </summary>
[EnumMember(Value = "GB_VOEC")]
GB_VOEC = 4
GB_VOEC = 4,

/// <summary>
/// Enum GB_VOEC for value: GB_VOEC
/// </summary>
[EnumMember(Value = "CA_MPF")]
CA_MPF = 5
}

/// <summary>
Expand Down

0 comments on commit 1cce85d

Please sign in to comment.