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