EscrowBalance Property



 
The EscrowBalance property contains the escrow balance.


Syntax

    [currency=] SiteKiosk.Plugins("SiteCash").Devices2.Item(index).
                EscrowBalance
    
Possible Values
    Currency value that retrieves the escrow balance.

    The property is read only.
Remarks Examples
    The following example shows the escrow balance of the first device in an alert window.

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

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

Back to top