Skip to main content

SolvencyCheckSection

iduuid
title object
anyOf
string
description object
anyOf
string
componentComponent (string)
Default value: SolvencyCheck
mandatoryMandatory (boolean)
Default value: false
display_condition object
anyOf
root objectrequired
kind

Possible values: [atom, group]

related_section objectrequired
anyOf
integer
comparatorComparator (string)

Possible values: [eq, in, contains, regex, truthy, falsy]

Default value: eq
value object
anyOf
string
targetTarget (number)
Default value: 0.37
user_incomes object
anyOf
number
social_incomes object
anyOf
number
displayDisplay (boolean)
Default value: true
completedCompleted (boolean)
Default value: false
SolvencyCheckSection
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"component": "SolvencyCheck",
"mandatory": false,
"display_condition": {
"root": {
"kind": "group",
"operator": "AND",
"negate": false,
"children": [
null,
{
"kind": "atom",
"related_section": 0,
"comparator": "eq",
"value": "string"
}
]
}
},
"target": 0.37,
"user_incomes": 0,
"social_incomes": 0,
"display": true,
"completed": false
}