Share via


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

2/27/2008

Gets the currency code indicators for 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

Holds the currency code indicators for cash accepted.

It is a list of ASCII 3-character ISO 4217 currency codes, separated by commas.

For example, if the string is "JPY,USD", then the Coin Acceptor supports both Japanese and U.S. monetary units.

This property is initialized by the Open method.

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

CoinAcceptor Class
CoinAcceptor Members
Microsoft.PointOfService Namespace
CoinAcceptor.CurrencyCode Property