CashChanger.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 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.