Created
This commit is contained in:
8
entity/shipping_zone.go
Normal file
8
entity/shipping_zone.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package entity
|
||||
|
||||
// ShippingZone shipping zone properties
|
||||
type ShippingZone struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Order int `json:"order"`
|
||||
}
|
||||
Reference in New Issue
Block a user