package channel

type Channel struct {
	Sku          sku
	Order        order
	AfterService afterService
}