Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 835 Bytes

NewApplicationCIFExpression.md

File metadata and controls

21 lines (14 loc) · 835 Bytes

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

require 'TalonOne'

instance = TalonOne::NewApplicationCIFExpression.new(cart_item_filter_id: 216,
                                 created_by: 216,
                                 expression: {expr&#x3D;[filter, [., Session, CartItems], [[Item], [catch, false, [&#x3D;, [., Item, Category], Kitchen]]]]})