CashCounts(CashCount[], Boolean) Constructor
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.
Creates an instance of the CashCounts structure from parameters specifying the instance's constituent parts.
public CashCounts (Microsoft.PointOfService.CashCount[] counts, bool discrepancy);
new Microsoft.PointOfService.CashCounts : Microsoft.PointOfService.CashCount[] * bool -> Microsoft.PointOfService.CashCounts
Public Sub New (counts As CashCount(), discrepancy As Boolean)
Parameters
- counts
- CashCount[]
- discrepancy
- Boolean
If true, some cash could not be included in counts; otherwise, false.