CashCount Structure (POS for .NET v1.12 SDK Documentation)

2/27/2008

Represents an individual count of a particular type of currency for a Cash Changer or Bill Dispenser device.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Structure CashCount
public struct CashCount
public value class CashCount
public final class CashCount extends ValueType

Remarks

Used by the DepositCounts property and the DispenseCash method of the CashChanger class. POS applications create an array of CashCount instances when they call the DispenseCash method to dispense cash from a Cash Changer device. Service objects create an array representing a list of deposit amounts when reporting the results of a cash acceptance operation (by updating the DepositCounts property).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

CashCount Members
Microsoft.PointOfService Namespace
CashChanger Class
BillDispenser Class