Builds a line item which contains one or more units of a product in an order. This method only builds a data object. To use it, pass it to one of the tracking methods like [EVGContext addToCart:].
Builds a line item which contains one or more units of a product in an order. This method only builds a data object. To use it, pass it to one of the tracking methods like [EVGContext addToCart:].
The ID of the product in this line item. This is the only required field.
productName
The name of the product. It should be provided whenever possible.
price
The unit price of the product. The revenue for this line item will be price x quantity. This is required when the product is being ordered but optional otherwise.
quantity
The number of units of the product this line item represents.