Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.11 KB

File metadata and controls

17 lines (14 loc) · 1.11 KB

TalonOne.Model.StrikethroughChangedItem

The information of affected items.

Properties

Name Type Description Notes
Id long The ID of the event that triggered the strikethrough labeling.
CatalogId long The ID of the catalog that the changed item belongs to.
Sku string The unique SKU of the changed item.
Version long The version of the changed item.
Price decimal The price of the changed item.
Prices Dictionary<string, PriceDetail> A map of keys and values representing the price types and related price adjustment details for this cart item. The keys correspond to the `priceType` names. [optional]
EvaluatedAt DateTime The evaluation time of the changed item.
Effects List<StrikethroughEffect> [optional]

[Back to Model list] [Back to API list] [Back to README]