Multiplier Property



 
The Multiplier property contains the multiplier on the current daytime price.


Syntax

    SiteCashZone.Multiplier [=long]
    
Possible Values
    Long value that specifies or retrieves the multiplier.

    The property is read/write.
Remarks
    This property has no effect if the ChargeMode is not 3.
Examples
    The following example shows the multiplier of the first existing zone in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Plugins("SiteCash").Zones.Item(1).Multiplier);
    </SCRIPT>
    

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

Back to top