STRProductInformation

data class STRProductInformation(productId: String?, productGroupId: String?)

Data class that represents the storyly product information

Constructors

STRProductInformation
Link copied to clipboard
fun STRProductInformation(productId: String?, productGroupId: String?)

Properties

productGroupId
Link copied to clipboard
val productGroupId: String?

The unique identifier for the product group.

productId
Link copied to clipboard
val productId: String?

The unique identifier for the product.