CoinAcceptor.AdjustCashCounts(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.
Sets the initial amounts in the Coin Acceptor after setup or adjusts cash counts after replenishment or removal.
public abstract void AdjustCashCounts (System.Collections.Generic.IEnumerable<Microsoft.PointOfService.CashCount> cashCounts);
abstract member AdjustCashCounts : seq<Microsoft.PointOfService.CashCount> -> unit
Public MustOverride Sub AdjustCashCounts (cashCounts As IEnumerable(Of CashCount))
Parameters
- cashCounts
- IEnumerable<CashCount>
The cashCounts parameter contains cash types and amounts to be initialized.