ChannelSubscription

@Serializable
data class ChannelSubscription(val name: String, val productIds: List<String>)

Constructors

Link copied to clipboard
constructor(name: String, productIds: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "product_ids")
val productIds: List<String>