BillAcceptor.DepositCashList Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a list that indicates the cash units supported in the Bill Acceptor for the currency represented by the CurrencyCode property.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property DepositCashList As CashUnits
public abstract CashUnits DepositCashList { get; }
public:
virtual property CashUnits DepositCashList {
    CashUnits get () abstract;
}
/** @property */
public abstract CashUnits get_DepositCashList ()
public abstract function get DepositCashList () : CashUnits

Remarks

Holds the cash units supported in the Bill Acceptor for the currency represented by the CurrencyCode property.

Currency totals are contained in a pair of integer arrays that represent the number of bills and coins in the device.

This property is initialized by the Open method, and is updated when CurrencyCode is set.

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

BillAcceptor Class
BillAcceptor Members
Microsoft.PointOfService Namespace
BillAcceptor.CurrencyCode Property
DepositCodeList