ProductInfo

constructor(productID: String?, productName: String?, productVariant: String?)

Parameters

productID

The unique identifier for the product, or null if not specified.

productName

The name of the product, or null if not specified.

productVariant

The variant of the product, or null if not specified.