discountLevels element
Type: | discountLevelsModel |
Namespace: | http://filecatalyst.com/model |
XML Schema: | model.xsd |
Discounts level model class
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<discountLevels xmlns="http://filecatalyst.com/model">
<discountLevel xmlns="" amount="..." />
<discountLevel xmlns="" amount="...">
<!--...-->
</discountLevel>
<!--...more "discountLevel" elements...-->
</discountLevels>
Example JSON
{
"discountLevel" : [ {
"amount" : ...
}, ... ]
}