Element Path: <cwt><TARIFFPACKAGE>
The TARIFFPACKAGE element defines a tariff package in a CWT. A tariff package contains information on how to calculate the price for an article and a description of the actual tariff, which can be presented in the user interface when the tariff package is selected.
A CWT can have multiple tariff packages defined. They can be selected by the end user explicitly or implicitly by selecting an article or payment service connected to a specific tariff package.
| Change does not require a terminal to restart |
Attributes
apdtExcludeFreeTimeFromIntervalName
Description: | If free minute from the first tariffstep shall be excluded from the total time purchases duration time in APDT set the name of that interval with this parameter. ex. apdtExcludeFreeTimeFromIntervalName="Prepay" |
calculateUntilMaxOrBlocked
group
Description: | The tariff package can be included in a group. The group name can be used in the user interface to show specific panels connected to the group.
See CWT User Interface Design Handbook. |
name
Description: | Defines the name of the tariff package. The name can be displayed in the user interface. |
partialFreeTime
Description: | If set to true, when stepping time in free intervals, the given time is only the stepped time, not the whole free period. |
partialFreeTimeFirstStep
Description | When partialFreeTime is enabled and the tariff calculation is started by the system (e.g. purchasePreRequisites) in a free interval, the first step can be defined by partialFreeTimeFirstStep in units (minutes).
If set to -1 the whole free interval is given as first step. |
preReqDurationIsMaxMinutes
Description: | Sets the maximum minutes to ‘duration’ received from purchase prerequisites. |
This is necessary when a user checks out in an offstreet terminal setup and the last interval is free.
If this is set to true, you must set adjustEndTimeWithMaxMinutes in ARTICLE to true.
roundToNearestMultipleOfTicks
Description: | If rounding should be applied to nearest multiple of a given ticks |
roundUpTimeInMinutes
Value: | 0 to 30
0 = Disabled |
Description: | Enable and set round-up minutes before ”hard stop” for the tariffpackage. |
A hard stop is characterized by a payment interval followed by a non-parking interval.
tariffPackageId
Description: | The id number of the tariff package. |
Example:
Round-up applies 10 minutes before “hard stop”.
<TARIFFPACKAGE name="NormalTariff" tariffPackageId="1" roundUpTimeInMinutes="10" >