Files
woogo/entity/shipping_zone_location.go

8 lines
154 B
Go
Raw Permalink Normal View History

2025-04-08 19:24:11 +02:00
package entity
// ShippingZoneLocation shipping zone location
type ShippingZoneLocation struct {
Code string `json:"code"`
Type string `json:"type"`
}