Skip to content

Commit

Permalink
Added "madeInUkraine" account type
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGarmr committed Dec 17, 2024
1 parent 88207d4 commit 3bd774e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Monobank.Client/Enums/AccountTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ public enum AccountTypes
Yellow = 6,

[EnumMember(Value = "eAid")]
EPidtrimka
EPidtrimka = 7,

[EnumMember(Value = "madeInUkraine")]
MadeInUkraine = 8
}
}

0 comments on commit 3bd774e

Please sign in to comment.