AccountBalance Property



 
The AccountBalance property contains the current credit without limbo money.


Syntax

    [currency=] SiteKiosk.Plugins("SiteCash").AccountBalance
    
Possible Values
    Currency value that retrieves the current credit without
    limbo money.

    The property is read only.
Remarks Examples
    The following example shows the current credit without limbo money in an alert window.

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

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

Back to top