products

@SerializedName(value = "item")
val products: List<ProductItem?>?

Parameters

products

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