The Class UsageDto.
name | data type | description |
---|---|---|
dateEvent | number | The date event. |
code | string | The code. |
description | string | The description. |
unityDescription | string | The unity description. |
unitAmountWithoutTax | number | The unit amount without tax. |
quantity | number | The quantity. |
amountWithoutTax | number | The amount without tax. |
parameter1 | string | The parameter 1. |
parameter2 | string | The parameter 2. |
parameter3 | string | The parameter 3. |
parameterExtra | string | The parameter extra. |
offerCode | string | The offer code. |
priceplanCode | string | The priceplan code. |
Example
{ "dateEvent" : 12345, "code" : "...", "description" : "...", "unityDescription" : "...", "unitAmountWithoutTax" : 12345.0, "quantity" : 12345.0, "amountWithoutTax" : 12345.0, "parameter1" : "...", "parameter2" : "...", "parameter3" : "...", "parameterExtra" : "...", "offerCode" : "...", "priceplanCode" : "..." }