STRProductVariant

data class STRProductVariant(name: String, value: String)

Data class that represents the variant of the storyly product

Constructors

STRProductVariant
Link copied to clipboard
fun STRProductVariant(name: String, value: String)

Properties

name
Link copied to clipboard
var name: String

The name or label of the variant

value
Link copied to clipboard
var value: String

The value or specific option associated with the variant