Skip to content

Commit

Permalink
fix: Add new fields for energy class.
Browse files Browse the repository at this point in the history
  • Loading branch information
gowizzard committed Nov 25, 2024
1 parent fcb3933 commit 202fb42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions products.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ type ProductsReturnProduct struct {
Name string `xml:"Name"`
CanonicalUrl string `xml:"CanonicalUrl"`
SeoName string `xml:"SeoName"`
EnergyClass string `xml:"EnergyClass"`
EnergyClassPictureUrl string `xml:"EnergyClassPictureUrl"`
ModDate string `xml:"ModDate"`
BaseProductFlag int `xml:"BaseProductFlag"`
BaseProductShowMode int `xml:"BaseProductShowMode"`
Expand Down

0 comments on commit 202fb42

Please sign in to comment.