all prices added
This commit is contained in:
parent
db274a60e1
commit
fdc3d63e9d
@ -82,6 +82,10 @@ type Card struct {
|
||||
Prices struct {
|
||||
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"`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user