Product Info
data class ProductInfo(val productID: String?, val productName: String?, val productVariant: String?)
Represents information about a product in a transaction.
Parameters
product ID
The unique identifier for the product, or null if not specified.
product Name
The name of the product, or null if not specified.
product Variant
The variant of the product, or null if not specified.