void DispenseByAmount(int amount, string currencyType, string deviceName = null)

Starts a dispense operation, and returns true on success. OnKioCurrencyDevice will be called with the final result. Trust Level Required: High

Parameters

Name Description
amount Amount to dispense.
currencyType The currency type.
deviceName The name of the device.

Return

Nothing returned