Sha256: 6f8138b2e7a25cfeda6c8fdfe0234955f6ad6b6951b0595a8c531be0f7cdf146

Contents?: true

Size: 650 Bytes

Versions: 2

Compression:

Stored size: 650 Bytes

Contents

# TalonOne::Binding

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | A descriptive name for the value to be bound. | 
**type** | **String** | The kind of binding. Possible values are cartItemFilter, subledgerBalance. | [optional] 
**expression** | **Array<Object>** | A Talang expression that will be evaluated and its result attached to the name of the binding. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::Binding.new(name: null,
                                 type: null,
                                 expression: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/Binding.md
talon_one-2.3.0 docs/Binding.md