CashChanger.DispenseCash(CashCount[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Dispenses the specified cash units and cash counts from the device.
public abstract void DispenseCash (Microsoft.PointOfService.CashCount[] cashCounts);
abstract member DispenseCash : Microsoft.PointOfService.CashCount[] -> unit
Public MustOverride Sub DispenseCash (cashCounts As CashCount())
Parameters
- cashCounts
- CashCount[]
Contains the dispensing cash units and counts, as an array of CashCount objects.