Product

fun Product(name: String = "", codes: List<String> = mutableListOf(), channels: List<Channel> = mutableListOf())