BalanceAvail Property



 
The BalanceAvail property indicates if the balance can be modified.


Syntax

    [bool=] SiteKiosk.Multimedia.BalanceAvail
Possible Values
    Boolean value that retrieves whether the balance can be modified.

    The property is read only.
Remarks
    None.
Examples
    The following example determines if the balance can be modified and shows it in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Multimedia.BalanceAvail);
    </SCRIPT>

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

Back to top