Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 815 Bytes

Binding.md

File metadata and controls

13 lines (9 loc) · 815 Bytes

Binding

Properties

Name Type Description Notes
name str A descriptive name for the value to be bound.
type str The kind of binding. Possible values are: - `bundle` - `cartItemFilter` - `subledgerBalance` - `templateParameter` [optional]
expression list[object] A Talang expression that will be evaluated and its result attached to the name of the binding.
value_type str Can be one of the following: - `string` - `number` - `boolean` [optional]

[Back to Model list] [Back to API list] [Back to README]