BillDispenser.DispenseCash(IEnumerable<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 (System.Collections.Generic.IEnumerable<Microsoft.PointOfService.CashCount> cashCounts);
abstract member DispenseCash : seq<Microsoft.PointOfService.CashCount> -> unit
Public MustOverride Sub DispenseCash (cashCounts As IEnumerable(Of CashCount))
Parameters
- cashCounts
- IEnumerable<CashCount>
Indicates the dispensing cash units and counts.