all prices added

This commit is contained in:
Florian Baumann 2022-01-18 10:35:40 +01:00
parent db274a60e1
commit fdc3d63e9d

View File

@ -82,6 +82,10 @@ type Card struct {
Prices struct { Prices struct {
Eur float64 `json:"eur,string"` Eur float64 `json:"eur,string"`
EurFoil float64 `json:"eur_foil,string"` EurFoil float64 `json:"eur_foil,string"`
Tix float64 `json:"tix,string"`
Usd float64 `json:"usd,string"`
UsdEtched float64 `json:"usd_etched,string"`
UsdFoil float64 `json:"usd_foil,string"`
} `json:"prices"` } `json:"prices"`
PrintedName string `json:"printed_name"` PrintedName string `json:"printed_name"`
PrintedText string `json:"printed_text"` PrintedText string `json:"printed_text"`