package channel

type Channel struct {
	Sku   sku
	Order order
}