Files
woogo/entity/shipping_zone_location.go
scheibling 30fb57f4f7 Created
2025-04-08 19:24:11 +02:00

8 lines
154 B
Go

package entity
// ShippingZoneLocation shipping zone location
type ShippingZoneLocation struct {
Code string `json:"code"`
Type string `json:"type"`
}