Skip to content

Commit 11924c2

Browse files
authored
added EAid (#24)
1 parent de1801f commit 11924c2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

types.go

+5-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ type Account struct {
2626
type CardType string
2727

2828
const (
29-
Black CardType = "black"
30-
White CardType = "white"
31-
Platinum CardType = "platinum"
32-
FOP CardType = "fop"
29+
Black CardType = "black" //
30+
White CardType = "white" //
31+
Platinum CardType = "platinum" //
32+
FOP CardType = "fop" // ФОП
33+
EAid CardType = "eAid" // єПідртимка
3334
)
3435

3536
type Accounts []Account

0 commit comments

Comments
 (0)