container Path: <cwt><TARIFFPACKAGE><descriptionalSteps>
Element Path: <cwt><TARIFFPACKAGE><descriptionalSteps><descriptionalstep>
The descriptionlSteps tag in a tariff package is used to define a list of descriptionalSteps.
See also OnGetTariffDescriptionalSteps click-function in the User Interface Design Handbook. |
attribute
paidUnits
Value: | User defined paid units in minutes. |
Default: | - |
Description: | paidUnits is used to calculate the corresponding base tariff amount and applied tariff amount. “Max” represent the maximum units |
Example of a descriptionalSteps:
<TARIFFPACKAGE ... ticksDiscountMilliPercent="10000">
<descriptionalSteps>
<descriptionalStep paidUnits="30" />
<descriptionalStep paidUnits="45" />
<descriptionalStep paidUnits="120" />
<descriptionalStep paidUnits="Max" />
</descriptionalSteps>
</TARIFFPACKAGE>