WebTransaction

constructor(products: List<ProductItem?>?, total: Total?, transactionID: String?)

Parameters

products

A list of ProductItem objects representing the items in the transaction, or null if no items are present.

total

The Total object containing the transaction's pricing summary, or null if not available.

transactionID

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