Sha256: 2b60bfd20f9e8b9ebff463df5d0d2d0562d7523a84b624a7ad7cfbef545d2c63

Contents?: true

Size: 1.08 KB

Versions: 6

Compression:

Stored size: 1.08 KB

Contents

# TalonOne::StrikethroughChangedItem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | The ID of the event that triggered the strikethrough labeling. | 
**catalog_id** | **Integer** | The ID of the catalog that the changed item belongs to. | 
**sku** | **String** | The unique SKU of the changed item. | 
**version** | **Integer** | The version of the changed item. | 
**price** | **Float** | The price of the changed item. | 
**evaluated_at** | **DateTime** | The evaluation time of the changed item. | 
**effects** | [**Array<StrikethroughEffect>**](StrikethroughEffect.md) |  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::StrikethroughChangedItem.new(id: 1,
                                 catalog_id: 10,
                                 sku: SKU1241028,
                                 version: 6,
                                 price: 99.99,
                                 evaluated_at: 2020-06-10T09:05:27.993483Z,
                                 effects: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/StrikethroughChangedItem.md
talon_one-6.0.0 docs/StrikethroughChangedItem.md
talon_one-5.0.0 docs/StrikethroughChangedItem.md
talon_one-3.0.2 docs/StrikethroughChangedItem.md
talon_one-3.0.1 docs/StrikethroughChangedItem.md
talon_one-3.0.0 docs/StrikethroughChangedItem.md