Skip to content

Commit

Permalink
added EAid (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc authored Jan 18, 2022
1 parent de1801f commit 11924c2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ type Account struct {
type CardType string

const (
Black CardType = "black"
White CardType = "white"
Platinum CardType = "platinum"
FOP CardType = "fop"
Black CardType = "black" //
White CardType = "white" //
Platinum CardType = "platinum" //
FOP CardType = "fop" // ФОП
EAid CardType = "eAid" // єПідртимка
)

type Accounts []Account
Expand Down

0 comments on commit 11924c2

Please sign in to comment.