all prices added

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

View File

@ -80,8 +80,12 @@ type Card struct {
OracleText string `json:"oracle_text"`
Oversized bool `json:"oversized"`
Prices struct {
Eur float64 `json:"eur,string"`
EurFoil float64 `json:"eur_foil,string"`
Eur float64 `json:"eur,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"`
PrintedName string `json:"printed_name"`
PrintedText string `json:"printed_text"`