PricePerHour Property
The PricePerHour property contains the price per hour.
Syntax
[currency=] SiteKiosk.Plugins("SiteCash").ZoneDispatch.PricePerHour
|
Possible Values
Currency value that retrieves the price per hour.
|
The property is read only.
Remarks
Examples
The following example shows the price per hour in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Plugins("SiteCash").ZoneDispatch.PricePerHour);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top