# Panel (dbd_debt_result)
Display result of subject debt checks from multiple registries (debts, insolvencies, distraints)
# Screenshots
# Config
dbd_debt_result:
config:
# Required | Type: array | Default: null
# Debt check result data to display
#
### Note
### Use dbd_debt_check panel to get these data
data: {output($data)}
# Required | Type: string | Default: null
# Price in CZK which will be displayed in result table in row: "Price charged"
price: 36
# UI
ui:
# Optional | Type: string | Default: null
# Panel title
title: "Panel title"
# Optional | Type: string | Default: null
# Panel description
description: "Panel description"
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25