CashChanger.DepositCounts Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the total of the cash accepted by the cash units.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property DepositCounts As CashCount()
public abstract CashCount[] DepositCounts { get; }
public:
virtual property array<CashCount>^ DepositCounts {
    array<CashCount>^ get () abstract;
}
/** @property */
public abstract CashCount[] get_DepositCounts ()
public abstract function get DepositCounts () : CashCount[]

Remarks

Cash units inside CashCount are the same as the DepositCashList property, and are in the same order. DepositCounts is null when cash acceptance is not supported.

DepositCounts is typically initialized to null. It is kept current by the service object while the device is enabled.

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

CashChanger Class
CashChanger Members
Microsoft.PointOfService Namespace
CashCount
CashChanger.CurrencyCode Property