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