monobank-firefly3-bot/shop_config.go
2024-03-26 19:06:31 +02:00

8 lines
139 B
Go

package main
type ShopConfigItem struct {
MCCCodes []int
Names []string
TransactionDescription string
}