CatUsageDto Data Type

The Class CatUsageDto.

Implemented Interfaces
Serializable
Properties
name data type description
code string The code.
description string The description.
subCatUsage array of SubCatUsageDto The list sub cat usage.

Example

{
  "code" : "...",
  "description" : "...",
  "subCatUsage" : [ {
    "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" : "..."
    } ]
  }, {
    "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" : "..."
    } ]
  } ]
}