CatUsageDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
code string
description string
subCatUsage array of SubCatUsageDto

Example

{
  "code" : "...",
  "description" : "...",
  "subCatUsage" : [ {
    "code" : "...",
    "description" : "...",
    "usage" : [ {
      "dateEvent" : 12345,
      "code" : "...",
      "description" : "...",
      "unityDescription" : "...",
      "unitAmountWithoutTax" : 12345.0,
      "quantity" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "parameter1" : "...",
      "parameter2" : "...",
      "parameter3" : "...",
      "offerCode" : "...",
      "priceplanCode" : "..."
    }, {
      "dateEvent" : 12345,
      "code" : "...",
      "description" : "...",
      "unityDescription" : "...",
      "unitAmountWithoutTax" : 12345.0,
      "quantity" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "parameter1" : "...",
      "parameter2" : "...",
      "parameter3" : "...",
      "offerCode" : "...",
      "priceplanCode" : "..."
    } ]
  }, {
    "code" : "...",
    "description" : "...",
    "usage" : [ {
      "dateEvent" : 12345,
      "code" : "...",
      "description" : "...",
      "unityDescription" : "...",
      "unitAmountWithoutTax" : 12345.0,
      "quantity" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "parameter1" : "...",
      "parameter2" : "...",
      "parameter3" : "...",
      "offerCode" : "...",
      "priceplanCode" : "..."
    }, {
      "dateEvent" : 12345,
      "code" : "...",
      "description" : "...",
      "unityDescription" : "...",
      "unitAmountWithoutTax" : 12345.0,
      "quantity" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "parameter1" : "...",
      "parameter2" : "...",
      "parameter3" : "...",
      "offerCode" : "...",
      "priceplanCode" : "..."
    } ]
  } ]
}