webhook_api.v1.ConsideringContractPrevalidation
type ConsideringContractPrevalidation
ConsideringContractPrevalidation
webhook_api.v1.ConsideringContractPrevalidation
webhook_api.v1.ConsideringContractPrevalidation
Field | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
conditions | ValidationCondition repeated | Conditions to be evaluated | ||||||||||||
outcome | ValidationOutcome enum |
| ||||||||||||
logical_base | LogicalOperator enum |
|
{
"condition": [
{
"target": 1,
"operator": 2,
"value": {
"amount_value": {
"currency_code": "USD",
"amount": 100,
"decimals": 2
}
}
},
{
"target": 1,
"operator": 4,
"value": {
"amount_value": {
"currency_code": "USD",
"amount": 1000,
"decimals": 2
}
}
}
],
"outcome": 1,
"logical_base": 1
}