Share via


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

2/27/2008

Gets the currency code list that indicates which types of currency are 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 codes that indicate which types of currency are accepted.

Currency codes are made up of a list of 3-character ASCII ISO 4217 currency codes separated by commas.

For example, if the string is "JPY,USD", the Bill 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

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