-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfees.json
59 lines (59 loc) · 1.12 KB
/
fees.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[
{
"order_item_type": "Real Property Recording",
"fees": [
{
"name": "Recording (first page)",
"amount": "26.00",
"type": "flat"
},
{
"name": "Recording (additional pages)",
"amount": "1.00",
"type": "per-page"
}
],
"distributions": [
{
"name": "Recording Fee",
"amount": "5.00"
},
{
"name": "Records Management and Preservation Fee",
"amount": "10.00"
},
{
"name": "Records Archive Fee",
"amount": "10.00"
},
{
"name": "Courthouse Security",
"amount": "1.00"
}
]
},
{
"order_item_type": "Birth Certificate",
"fees": [
{
"name": "Birth Certificate Fees",
"amount": "23.00",
"type": "flat"
}
],
"distributions": [
{
"name": "County Clerk Fee",
"amount": "20.00"
},
{
"name": "Vital Statistics Fee",
"amount": "1.00"
},
{
"name": "Vital Statistics Preservation Fee",
"amount": "1.00"
}
]
}
]