CashCounts Constructor (POS for .NET v1.14 SDK Documentation)
3/2/2014
Creates an instance of the CashCounts structure from parameters specifying the instance's constituent parts.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Sub New ( _
counts As CashCount(), _
discrepancy As Boolean _
)
public CashCounts (
CashCount[] counts,
bool discrepancy
)
public:
CashCounts (
array<CashCount>^ counts,
bool discrepancy
)
public CashCounts (
CashCount[] counts,
boolean discrepancy
)
public function CashCounts (
counts : CashCount[],
discrepancy : boolean
)
Parameters
- counts
CashCount array.
- discrepancy
If true, some cash could not be included in counts; otherwise, false.
See Also
Reference
CashCounts Structure
CashCounts Members
Microsoft.PointOfService Namespace