PayOutChange Method
The PayOutChange method changes the credit to pay out after a session has ended.
Syntax
SiteKiosk.Plugins("SiteCash").PayOutChange(amount)
|
Parameters
amount |
Real value that specifies the amount. |
Return Value
Remarks
Examples
The following example defines the credit to pay out after a session has ended.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.Plugins("SiteCash").PayOutChange(5.5);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top