Constraintconfiguration
Model representation of the constraint of a transaction channel configuration.
criteriastringrequired
Model representation of the criteria based on which the constraint will be applied.
Possible values: [AMOUNT, TYPE, PRODUCT]
filterElementstringrequired
Model representation of the filter element of the constraint.
Possible values: [EQUALS, EMPTY, NOT_EMPTY, MORE_THAN, LESS_THAN, BETWEEN, IN]
valuesstring[]
The values of the constraint. Depending on the type of constraint the list will contain a variable number of values.
Constraintconfiguration
{
"criteria": "AMOUNT",
"filterElement": "EQUALS",
"values": [
"string"
]
}