package entities
type CardPrinting struct {
Id string
Name string
SetCode string
HasFoil bool
HasNonFoil bool
IsReserved bool
IsRacist bool
IsPromo bool
CollectorNumber string
Language string
}