The Class SubCatUsageDto.
name | data type | description |
---|---|---|
code | string | The code. |
description | string | The description. |
usage | array of UsageDto | The list usage. |
Example
{ "code" : "...", "description" : "...", "usage" : [ { "dateEvent" : 12345, "code" : "...", "description" : "...", "unityDescription" : "...", "unitAmountWithoutTax" : 12345.0, "quantity" : 12345.0, "amountWithoutTax" : 12345.0, "parameter1" : "...", "parameter2" : "...", "parameter3" : "...", "parameterExtra" : "...", "offerCode" : "...", "priceplanCode" : "..." }, { "dateEvent" : 12345, "code" : "...", "description" : "...", "unityDescription" : "...", "unitAmountWithoutTax" : 12345.0, "quantity" : 12345.0, "amountWithoutTax" : 12345.0, "parameter1" : "...", "parameter2" : "...", "parameter3" : "...", "parameterExtra" : "...", "offerCode" : "...", "priceplanCode" : "..." } ] }