PricePerHour Property



 
The PricePerHour property contains the price per hour.


Syntax

    [currency=] SiteKiosk.Plugins("SiteCash").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").PricePerHour);
    </SCRIPT>

Applies to
    SiteKiosk v5.0 (and later versions).

Back to top