Share via


CashChanger.AdjustCashCounts(IEnumerable<CashCount>) Method

Definition

Sets the initial amount of cash after 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>

The cashCounts parameter contains cash types and amounts to be initialized.

Applies to