Share via


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

2/27/2008

Gets a list of the currency code indicators for the cash accepted.

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

Syntax

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

Remarks

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

The string consists of an array of ASCII 3-character ISO 4217 currency codes. For example, if the array contains the strings "JPY" and "USD", the cash changer supports both Japanese and U.S. monetary units.

DepositCodeList is set to null and updated by the service object, based on the capabilities of the device.

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
CashChanger.CurrencyCode Property