We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fc8cc commit 9b91a69Copy full SHA for 9b91a69
1 file changed
source/includes/customers/projects/_options.md
@@ -93,6 +93,17 @@ page | A specific page of results.
93
{
94
...
95
}
96
+ ],
97
+ "labor_credits": [
98
+ {
99
+ "labor_type": "labor credit",
100
+ "category": "install",
101
+ "hours": "4",
102
+ "unit_cost": "1",
103
+ "unit_price": "1",
104
+ "total_cost": "4",
105
+ "total_price": "4"
106
+ }
107
]
108
109
```
0 commit comments