Created
This commit is contained in:
7
entity/shipping_zone_location.go
Normal file
7
entity/shipping_zone_location.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package entity
|
||||
|
||||
// ShippingZoneLocation shipping zone location
|
||||
type ShippingZoneLocation struct {
|
||||
Code string `json:"code"`
|
||||
Type string `json:"type"`
|
||||
}
|
||||
Reference in New Issue
Block a user