Created
This commit is contained in:
11
entity/product_attribute.go
Normal file
11
entity/product_attribute.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package entity
|
||||
|
||||
// ProductAttribute product attribute properties
|
||||
type ProductAttribute struct {
|
||||
ID int `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Slug string `json:"slug"`
|
||||
Type string `json:"type"`
|
||||
OrderBy string `json:"order_by"`
|
||||
HasArchives bool `json:"has_archives"`
|
||||
}
|
||||
Reference in New Issue
Block a user