Sha256: 26be3a7f942c5d3a97478b5009d29f550fdf9498e3d147aedbdb5e7544345d4c

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 KB

Contents

# TalonOne::ApplicationCIFExpression

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | Internal ID of this entity. | 
**created** | **DateTime** | The time this entity was created. | 
**cart_item_filter_id** | **Integer** | The ID of the Application cart item filter. | [optional] 
**created_by** | **Integer** | The ID of the user who created the Application cart item filter. | [optional] 
**expression** | **Array<Object>** | Arbitrary additional JSON data associated with the Application cart item filter. | [optional] 
**application_id** | **Integer** | The ID of the application that owns this entity. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ApplicationCIFExpression.new(id: 6,
                                 created: 2020-06-10T09:05:27.993483Z,
                                 cart_item_filter_id: 216,
                                 created_by: 216,
                                 expression: {expr=[filter, [., Session, CartItems], [[Item], [catch, false, [=, [., Item, Category], Kitchen]]]]},
                                 application_id: 322)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/ApplicationCIFExpression.md
talon_one-6.0.0 docs/ApplicationCIFExpression.md