Share via


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

2/27/2008

Holds arrays of bill and coin types for use in POS devices such as Cash Changers and Bill Dispensers.

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

Syntax

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

Remarks

Each array contains a set of values that indicates the face value of each unit of currency supported by the device.

This structure is typically used together with a value that indicates the type of currency (for example, USD, JPY) that is used by the device.

Used by the CurrencyCashList, DepositCashList, and ExitCashList properties of the CashChanger and BillDispenser classes.

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

CashUnits Members
Microsoft.PointOfService Namespace
BillDispenser Class
CashChanger Class