Sha256: 802fc6b5f4570c39fe747443fe3a4ec9c3b300af885d7e2101573e4888bc8b18
Contents?: true
Size: 942 Bytes
Versions: 7
Compression:
Stored size: 942 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: - `bundle` - `cartItemFilter` - `subledgerBalance` - `templateParameter` | [optional] **expression** | **Array<Object>** | A Talang expression that will be evaluated and its result attached to the name of the binding. | **value_type** | **String** | Can be one of the following: - `string` - `number` - `boolean` | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Binding.new(name: my property, type: templateParameter, expression: null, value_type: string) ```
Version data entries
7 entries across 7 versions & 1 rubygems