ProductVariable

@Serializable(with = ProductVariableSerializer::class)
data class ProductVariable(val name: String, val attributes: Map<String, Any>)(source)

Constructors

Link copied to clipboard
constructor(name: String, attributes: Map<String, Any>)

Properties

Link copied to clipboard
Link copied to clipboard