Variables

constructor(user: Map<String, @Serializable(with = AnySerializer::class) Any?>, device: Map<String, @Serializable(with = AnySerializer::class) Any?>, params: Map<String, @Serializable(with = AnySerializer::class) Any?>, products: List<ProductVariable> = emptyList(), primary: Map<String, @Serializable(with = AnySerializer::class) Any?> = emptyMap(), secondary: Map<String, @Serializable(with = AnySerializer::class) Any?> = emptyMap(), tertiary: Map<String, @Serializable(with = AnySerializer::class) Any?> = emptyMap())(source)
constructor(products: List<ProductVariable>?, params: Map<String, Any?>?, userAttributes: Map<String, Any?>, templateDeviceDictionary: Map<String, Any?>?)(source)