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