CoinDispenser.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 initial amounts in the Coin Dispenser after initial setup or adjusts cash counts after replenishment or removal.
public virtual void AdjustCashCounts (System.Collections.Generic.IEnumerable<Microsoft.PointOfService.CashCount> cashCounts);
abstract member AdjustCashCounts : seq<Microsoft.PointOfService.CashCount> -> unit
override this.AdjustCashCounts : seq<Microsoft.PointOfService.CashCount> -> unit
Public Overridable Sub AdjustCashCounts (cashCounts As IEnumerable(Of CashCount))
Parameters
- cashCounts
- IEnumerable<CashCount>
Contains cash types and amounts to be initialized.