all prices added
This commit is contained in:
parent
db274a60e1
commit
fdc3d63e9d
@ -80,8 +80,12 @@ type Card struct {
|
|||||||
OracleText string `json:"oracle_text"`
|
OracleText string `json:"oracle_text"`
|
||||||
Oversized bool `json:"oversized"`
|
Oversized bool `json:"oversized"`
|
||||||
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"`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user