Share via


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

2/27/2008

Gets the cash units supported in the cash changer 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

DepositCashList is set to null when cash acceptance is not supported.

DepositCashList is typically initialized by the service object, 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

CashChanger Class
CashChanger Members
Microsoft.PointOfService Namespace
CashUnits
CashChanger.CurrencyCashList Property
CashChanger.CurrencyCode Property