Sha256: 48890ee874fc1c825fcd134f537562cde87a979d7e54a312eada1c898e6c6872
Contents?: true
Size: 835 Bytes
Versions: 2
Compression:
Stored size: 835 Bytes
Contents
# TalonOne::NewApplicationCIFExpression ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewApplicationCIFExpression.new(cart_item_filter_id: 216, created_by: 216, expression: {expr=[filter, [., Session, CartItems], [[Item], [catch, false, [=, [., Item, Category], Kitchen]]]]}) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/NewApplicationCIFExpression.md |
talon_one-6.0.0 | docs/NewApplicationCIFExpression.md |