Document toolboxDocument toolbox

_Discounts Object Formats

JSON Format
"Discounts": [
	{
		"ID": "",
		"Desc": "",
		"IsApplied" : true,
 		"Fixed": 0.00,
		"ProdTypes": ["${ProdType}","${ProdType}","${ProdType}"]
		"Percentage" : 0.00,
		"Delete": false
	}
]
 
"MaxDiscounts" : {
	"${ProdType[.SubType]}" : {
		"Percentage" : 0.0,
		"Fixed" : 0.0
	}
}